]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG1/libPWG1.pkg
The present commit corresponds to an important change in the way the
[u/mrichter/AliRoot.git] / PWG1 / libPWG1.pkg
CommitLineData
fef52460 1#-*- Mode: Makefile -*-
c92725b7 2
35c7ea9b 3SRCS:= AliTreeDraw.cxx \
76472f75 4 AliMCInfo.cxx \
5 AliGenV0Info.cxx \
6 AliGenKinkInfo.cxx \
7 AliGenInfoMaker.cxx \
8 AliESDRecInfo.cxx \
9 AliESDRecV0Info.cxx \
10 AliESDRecKinkInfo.cxx \
11 AliRecInfoMaker.cxx \
d390cc7e 12 AliComparisonDraw.cxx \
09b20ad1 13 AliRecInfoCuts.cxx \
14 AliMCInfoCuts.cxx \
15 AliComparisonTask.cxx \
16 AliComparisonRes.cxx \
17 AliComparisonEff.cxx \
18 AliComparisonDEdx.cxx \
3baa4bfd 19 AliComparisonDCA.cxx \
66b1c3a1 20 AliComparisonObject.cxx \
3880629c 21 AliGenInfoTask.cxx \
22 AliMCTrackingTestTask.cxx
23
09b20ad1 24
c92725b7 25HDRS:= $(SRCS:.cxx=.h)
26
27DHDR:= PWG1LinkDef.h
28
26e10df5 29EINCLUDE:= STEER TPC ITS TRD
fef52460 30
31ifeq (win32gcc,$(ALICE_TARGET))
32PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -lSTEERBase \
33 -lESD -lSTEER -lTPCbase \
34 -lANALYSISalice -lANALYSIS \
35 -L$(shell root-config --libdir) -lMinuit -lEG -lGeom
36endif