]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG3/libPWG3hfe.pkg
Completely reengineered version of CMake build system (Johny)
[u/mrichter/AliRoot.git] / PWG3 / libPWG3hfe.pkg
CommitLineData
8324a835 1#-*- Mode: Makefile -*-
2
70da6c5a 3SRCS=hfe/AliHFEtools.cxx \
4 hfe/AliHFEcollection.cxx \
5 hfe/AliHFEcontainer.cxx \
6 hfe/AliHFEmcQA.cxx \
7 hfe/AliHFEpairs.cxx \
8 hfe/AliHFEsecVtxs.cxx \
9 hfe/AliHFEsecVtx.cxx \
10 hfe/AliHFEpriVtx.cxx \
11 hfe/AliHFEelecbackground.cxx \
faee3b18 12 hfe/AliHFEspectrum.cxx \
13 hfe/AliHFEV0info.cxx \
70da6c5a 14 hfe/AliHFEV0pid.cxx \
15 hfe/AliHFEpidQA.cxx \
faee3b18 16 hfe/AliHFEtrdPIDqa.cxx \
70da6c5a 17 hfe/AliHFEpid.cxx \
18 hfe/AliHFEpidBase.cxx \
19 hfe/AliHFEpidITS.cxx \
20 hfe/AliHFEpidTPC.cxx \
21 hfe/AliHFEpidTRD.cxx \
22 hfe/AliHFEpidTOF.cxx \
23 hfe/AliHFEpidMC.cxx \
24 hfe/AliHFEextraCuts.cxx \
25 hfe/AliHFEcutStep.cxx \
26 hfe/AliHFEtrackFilter.cxx \
27 hfe/AliHFEcuts.cxx \
28 hfe/AliHFEdca.cxx \
29 hfe/AliAnalysisTaskDCA.cxx \
30 hfe/AliHFEdisplacedElectrons.cxx \
31 hfe/AliHFEpostAnalysis.cxx \
32 hfe/AliAnalysisTaskDisplacedElectrons.cxx \
33 hfe/AliAnalysisTaskHFEpidQA.cxx \
34 hfe/AliHFEefficiency.cxx \
35 hfe/AliAnalysisTaskHFE.cxx \
faee3b18 36 hfe/AliHFEV0pidMC.cxx \
37 hfe/AliHFEV0cuts.cxx
8324a835 38HDRS= $(SRCS:.cxx=.h)
39
40DHDR= PWG3hfeLinkDef.h
41
96c0c856 42EINCLUDE:= PWG3/base PWG3/hfe STEER TPC CORRFW
8324a835 43
44ifeq (win32gcc,$(ALICE_TARGET))
45PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
46 -lESD -lSTEER -lTPCbase \
47 -lANALYSISalice -lANALYSIS -lCORRFW
48endif