]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/libEMCALcalib.pkg
Updated geometry including for the first time ACORDE
[u/mrichter/AliRoot.git] / EMCAL / libEMCALcalib.pkg
1 #-*-Mode: Makefile-*-
2
3 SRCS =\
4 Calib/AliEMCALPi0Calibration.cxx \
5 Calib/AliEMCALPi0SelectionParam.cxx \
6 Calib/AliEMCALFolder.cxx \
7 Calib/AliEMCALSuperModule.cxx \
8 Calib/AliEMCALCalibCoefs.cxx \
9 Calib/AliEMCALCellInfo.cxx \
10 Calib/AliEMCALCell.cxx
11
12 HDRS= $(SRCS:.cxx=.h) 
13
14 DHDR:=EMCALLinkDefcalib.h
15
16 # have to tune
17 EINCLUDE:=EMCAL RAW ANALYSIS
18
19 ifeq (win32gcc,$(ALICE_TARGET))
20 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
21                          -lEMCALbase -lEMCALsim \
22                          -lSTEERBase -lCDB -lSTEER \
23                          -lRAWDatarec -lANALYSIS -lANALYSISalice \
24                          -L$(shell root-config --libdir) -lVMC -lGeom
25 endif