]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONcalib.pkg
The Root libraries should not be addedt to ELIBS
[u/mrichter/AliRoot.git] / MUON / libMUONcalib.pkg
1 #-*- Mode: Makefile -*-
2 # $Id$
3
4 SRCS:=  AliMUONTriggerLut.cxx \
5         AliMUONVCalibParam.cxx \
6         AliMUONCalibParamND.cxx \
7         AliMUONCalibParamNF.cxx \
8         AliMUONCalibParamNI.cxx \
9         AliMUONCalibrationData.cxx \
10         AliMUONTriggerEfficiencyCells.cxx\
11         AliMUONTriggerChamberEfficiency.cxx \
12         AliMUON2DStoreValidator.cxx \
13         AliMUONTriggerIO.cxx \
14         AliMUONTrackerIO.cxx \
15         AliMUONRegionalTriggerConfig.cxx \
16         AliMUONTriggerCrateConfig.cxx \
17         AliMUONGlobalCrateConfig.cxx \
18         AliMUONTriggerDisplay.cxx \
19         AliMUONVTrackerData.cxx \
20         AliMUONSparseHisto.cxx \
21         AliMUONTrackerData.cxx \
22         AliMUONPedestal.cxx \
23         AliMUONGain.cxx \
24         AliMUONErrorCounter.cxx \
25         AliMUONRejectList.cxx
26
27
28 HDRS:= $(SRCS:.cxx=.h)
29
30 DHDR:= MUONcalibLinkDef.h
31
32 EINCLUDE:= MUON/mapping
33
34 ifeq (win32gcc,$(ALICE_TARGET))
35 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
36                          -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase -lRAWDatabase
37 endif