]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2femtoscopyUser.pkg
Updating CMake files
[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 \
0b3bd1ac 8 FEMTOSCOPY/AliFemtoUser/AliFemtoTPCInnerCorrFctn.cxx \
9 FEMTOSCOPY/AliFemtoUser/AliFemtoChi2CorrFctn.cxx \
e0c83f7f 10 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnSource.cxx \
0b3bd1ac 11 FEMTOSCOPY/AliFemtoUser/AliFemtoModelBPLCMSCorrFctn.cxx \
f007751a 12 FEMTOSCOPY/AliFemtoUser/AliFemtoModelGausRinvFreezeOutGenerator.cxx \
0b3bd1ac 13 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnTrueQ.cxx \
aeff084f 14 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnNonIdDR.cxx \
15 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DSpherical.cxx \
16 FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DLCMSSpherical.cxx \
a329d65b 17 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleMomRes.cxx \
006267d9 18 FEMTOSCOPY/AliFemtoUser/AliFemtoModelAllHiddenInfo.cxx \
19 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorTrackTPCchiNdof.cxx \
20 FEMTOSCOPY/AliFemtoUser/AliFemtoQATrackCut.cxx \
21 FEMTOSCOPY/AliFemtoUser/AliFemtoQAEventCut.cxx \
22 FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorTrackTPCncls.cxx \
23 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepQAPairCut.cxx \
24 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityQAPairCut.cxx \
25 FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityCorrFctn.cxx
26
11c37b83 27
28HDRS= $(SRCS:.cxx=.h)
29
30DHDR:= PWG2femtoscopyUserLinkDef.h
31
32EXPORT:=
33
e0c83f7f 34EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/FEMTOSCOPY/AliFemtoUser
11c37b83 35
1e57e576 36EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/AOD
37
38ifeq (win32gcc,$(ALICE_TARGET))
39PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
40 -lPWG2femtoscopy
41endif