]> git.uio.no Git - u/mrichter/AliRoot.git/blob - MUON/libMUONcalib.pkg
One more warning fixed
[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         AliMUONTriggerEfficiencyCells.cxx\
10         AliMUON2DStoreValidator.cxx \
11         AliMUONTriggerIO.cxx \
12         AliMUONTrackerIO.cxx \
13         AliMUONRegionalTriggerConfig.cxx \
14         AliMUONTriggerCrateConfig.cxx \
15         AliMUONGlobalCrateConfig.cxx \
16         AliMUONVTrackerData.cxx \
17         AliMUONSparseHisto.cxx \
18         AliMUONTrackerData.cxx
19         
20 HDRS:= $(SRCS:.cxx=.h)
21
22 DHDR:= MUONcalibLinkDef.h
23
24 EINCLUDE:= MUON/mapping
25
26 ifeq (win32gcc,$(ALICE_TARGET))
27 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
28                          -lMUONmapping -lMUONgeometry -lMUONcore -lCDB -lSTEERBase
29 endif