]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2femtoscopyUser.pkg
Add classes to compilation
[u/mrichter/AliRoot.git] / PWG2 / libPWG2femtoscopyUser.pkg
CommitLineData
1e57e576 1#-*- Mode: Makefile -*-
2
e0c83f7f 3SRCS= FEMTOSCOPY/AliFemtoUser/AliFemtoQPairCut.cxx \
4 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityPairCut.cxx \
0b3bd1ac 5 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityKTPairCut.cxx \
6 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepPairCut.cxx \
e0c83f7f 7 FEMTOSCOPY/AliFemtoUser/AliFemtoESDTrackCut.cxx \
8 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityCorrFctn.cxx \
0b3bd1ac 9 FEMTOSCOPY/AliFemtoUser/AliFemtoTPCInnerCorrFctn.cxx \
10 FEMTOSCOPY/AliFemtoUser/AliFemtoChi2CorrFctn.cxx \
e0c83f7f 11 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnSource.cxx \
0b3bd1ac 12 FEMTOSCOPY/AliFemtoUser/AliFemtoModelBPLCMSCorrFctn.cxx \
f007751a 13 FEMTOSCOPY/AliFemtoUser/AliFemtoModelGausRinvFreezeOutGenerator.cxx \
0b3bd1ac 14 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnTrueQ.cxx \
aeff084f 15 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnNonIdDR.cxx \
16 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DSpherical.cxx \
17 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DLCMSSpherical.cxx \
a329d65b 18 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleMomRes.cxx \
006267d9 19 FEMTOSCOPY/AliFemtoUser/AliFemtoModelAllHiddenInfo.cxx \
20 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorTrackTPCchiNdof.cxx \
21 FEMTOSCOPY/AliFemtoUser/AliFemtoQATrackCut.cxx \
22 FEMTOSCOPY/AliFemtoUser/AliFemtoQAEventCut.cxx \
23 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorTrackTPCncls.cxx \
24 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepQAPairCut.cxx \
25 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityQAPairCut.cxx \
26 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityCorrFctn.cxx
27
11c37b83 28
29HDRS= $(SRCS:.cxx=.h)
30
31DHDR:= PWG2femtoscopyUserLinkDef.h
32
33EXPORT:=
34
e0c83f7f 35EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/FEMTOSCOPY/AliFemtoUser
11c37b83 36
1e57e576 37EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/AOD
38
39ifeq (win32gcc,$(ALICE_TARGET))
40PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
41 -lPWG2femtoscopy
42endif