]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/libEMCALrec.pkg
added macros to create and read TOF TriggerMask
[u/mrichter/AliRoot.git] / EMCAL / libEMCALrec.pkg
1 #-*-Mode: Makefile-*-
2
3 # 19-Aug-05 - split from libEMCAL.pkg
4 SRCS =\
5 AliEMCALReconstructor.cxx \
6 AliEMCALClusterizer.cxx \
7 AliEMCALClusterizerv1.cxx \
8 AliEMCALClusterizerNxN.cxx \
9 AliEMCALUnfolding.cxx \
10 AliEMCALTracker.cxx \
11 AliEMCALPID.cxx \
12 AliEMCALQADataMakerRec.cxx \
13 AliEMCALAodCluster.cxx
14
15
16 HDRS= $(SRCS:.cxx=.h) 
17
18 CINTHDRS:= $(HDRS) AliEMCALGeometry.h AliEMCALGeoUtils.h 
19
20 DHDR:=EMCALrecLinkDef.h
21 # have to tune
22 EINCLUDE:=PYTHIA6 RAW EVGEN THijing VZERO
23
24 EXPORT:=
25
26 ifeq (win32gcc,$(ALICE_TARGET))
27 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
28                          -lEMCALUtils -lEMCALbase -lEMCALsim -lSTEER -lESD -lCDB -lSTEERBase \
29                          -L$(ROOTLIBDIR) -lMinuit
30 endif
31