]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/libMUONcalib.pkg
Removing a comma that gcc 3.4 does not like ;-)
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
CommitLineData
5bb8775a 1#-*- Mode: Makefile -*-
e08460bb 2# $Id$
3
6181f8f5 4SRCS:= AliMUONTriggerLut.cxx \
e08460bb 5 AliMUONVCalibParam.cxx \
230fe657 6 AliMUONCalibParamND.cxx \
e08460bb 7 AliMUONCalibParamNF.cxx \
8 AliMUONCalibParamNI.cxx \
e41c38cf 9 AliMUONCalibrationData.cxx \
e08460bb 10 AliMUONTriggerEfficiencyCells.cxx\
11 AliMUON2DStoreValidator.cxx \
81028269 12 AliMUONTriggerIO.cxx \
d2064cab 13 AliMUONTrackerIO.cxx \
92c23b09 14 AliMUONRegionalTriggerConfig.cxx \
15 AliMUONTriggerCrateConfig.cxx \
16 AliMUONGlobalCrateConfig.cxx \
d4002f80 17 AliMUONTriggerDisplay.cxx \
d2064cab 18 AliMUONVTrackerData.cxx \
19 AliMUONSparseHisto.cxx \
5253c153 20 AliMUONTrackerData.cxx \
21 AliMUONPedestal.cxx \
22 AliMUONGain.cxx \
23 AliMUONErrorCounter.cxx
24
6aa4b4dc 25
e08460bb 26HDRS:= $(SRCS:.cxx=.h)
27
28DHDR:= MUONcalibLinkDef.h
29
890903b1 30EINCLUDE:= MUON/mapping
5bb8775a 31
32ifeq (win32gcc,$(ALICE_TARGET))
33PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
6aa4b4dc 34 -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase
5bb8775a 35endif