]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EMCAL/libEMCALrec.pkg
More decay options
[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 \
fe17d4cb 10AliEMCALTrack.cxx \
f83fb487 11AliEMCALTracker.cxx \
94594e5d 12AliEMCALPID.cxx \
c8603a2b 13AliEMCALQADataMakerRec.cxx \
7c995da4 14AliEMCALAodCluster.cxx
00f4a45b 15
e37e3c84 16
a3b83a22 17HDRS= $(SRCS:.cxx=.h)
efaab2ef 18
0c5b726e 19CINTHDRS:= $(HDRS) AliEMCALGeometry.h AliEMCALGeoUtils.h
de2fbe55 20
7dbbf3bb 21DHDR:=EMCALrecLinkDef.h
e2327a59 22# have to tune
6b527f8f 23EINCLUDE:=PYTHIA6 RAW EVGEN THijing VZERO
03b0e43d 24
2ebdefe6 25EXPORT:=AliEMCALTrack.h
26
03b0e43d 27ifeq (win32gcc,$(ALICE_TARGET))
28PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
0c5b726e 29 -lEMCALUtils -lEMCALbase -lEMCALsim -lSTEER -lESD -lCDB -lSTEERBase \
8b13487a 30 -L$(ROOTLIBDIR) -lMinuit
03b0e43d 31endif
916f1e76 32