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