]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWG2/libPWG2femtoscopyUser.pkg
Package upgrade.
[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 \
19 FEMTOSCOPY/AliFemtoUser/AliFemtoModelAllHiddenInfo.cxx
11c37b83 20
21HDRS= $(SRCS:.cxx=.h)
22
23DHDR:= PWG2femtoscopyUserLinkDef.h
24
25EXPORT:=
26
e0c83f7f 27EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/FEMTOSCOPY/AliFemtoUser
11c37b83 28
1e57e576 29EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/AOD
30
31ifeq (win32gcc,$(ALICE_TARGET))
32PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
33 -lPWG2femtoscopy
34endif