]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/libEMCALrec.pkg
Using send pressure sensor by default
[u/mrichter/AliRoot.git] / EMCAL / libEMCALrec.pkg
CommitLineData
03b0e43d 1#-*-Mode: Makefile-*-
2
e2327a59 3# 19-Aug-05 - split from libEMCAL.pkg
e2327a59 4SRCS =\
5AliEMCALReconstructor.cxx \
6b527f8f 6AliEMCALClusterizer.cxx \
5dee926e 7AliEMCALClusterizerv1.cxx \
ee08edde 8AliEMCALClusterizerNxN.cxx \
65bec413 9AliEMCALUnfolding.cxx \
f83fb487 10AliEMCALTracker.cxx \
94594e5d 11AliEMCALPID.cxx \
c8603a2b 12AliEMCALQADataMakerRec.cxx \
7c995da4 13AliEMCALAodCluster.cxx
00f4a45b 14
e37e3c84 15
a3b83a22 16HDRS= $(SRCS:.cxx=.h)
efaab2ef 17
0c5b726e 18CINTHDRS:= $(HDRS) AliEMCALGeometry.h AliEMCALGeoUtils.h
de2fbe55 19
7dbbf3bb 20DHDR:=EMCALrecLinkDef.h
e2327a59 21# have to tune
6b527f8f 22EINCLUDE:=PYTHIA6 RAW EVGEN THijing VZERO
03b0e43d 23
bd8c7aef 24EXPORT:=
2ebdefe6 25
03b0e43d 26ifeq (win32gcc,$(ALICE_TARGET))
27PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
0c5b726e 28 -lEMCALUtils -lEMCALbase -lEMCALsim -lSTEER -lESD -lCDB -lSTEERBase \
8b13487a 29 -L$(ROOTLIBDIR) -lMinuit
03b0e43d 30endif
916f1e76 31