]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG3/libPWG3hfe.pkg
bugfix
[u/mrichter/AliRoot.git] / PWG3 / libPWG3hfe.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= hfe/AliHFEcollection.cxx \
4       hfe/AliHFEmcQA.cxx \
5       hfe/AliHFEpairs.cxx \
6       hfe/AliHFEsecVtxs.cxx \
7       hfe/AliHFEsecVtx.cxx \
8       hfe/AliHFEpriVtx.cxx \
9       hfe/AliHFEelecbackground.cxx \
10       hfe/AliHFEpid.cxx \
11       hfe/AliHFEpidBase.cxx \
12       hfe/AliHFEpidITS.cxx \
13       hfe/AliHFEpidTPC.cxx \
14       hfe/AliHFEpidTRD.cxx \
15       hfe/AliHFEpidTOF.cxx \
16       hfe/AliHFEpidMC.cxx \
17       hfe/AliHFEextraCuts.cxx \
18       hfe/AliHFEcuts.cxx \
19       hfe/AliHFEpostAnalysis.cxx \
20       hfe/AliAnalysisTaskHFE.cxx
21 HDRS= $(SRCS:.cxx=.h)
22
23 DHDR= PWG3hfeLinkDef.h
24
25 EINCLUDE:= PWG3/base PWG3/hfe STEER TPC CORRFW 
26
27 ifeq (win32gcc,$(ALICE_TARGET))
28 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
29                          -lESD -lSTEER -lTPCbase \
30                          -lANALYSISalice -lANALYSIS -lCORRFW
31 endif