]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWG2/libPWG2femtoscopyUser.pkg
Compilation on Windows/Cygwin
[u/mrichter/AliRoot.git] / PWG2 / libPWG2femtoscopyUser.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= FEMTOSCOPY/AliFemtoUser/AliFemtoQPairCut.cxx \
4       FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityPairCut.cxx \
5       FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityKTPairCut.cxx \
6       FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityTPCEntranceSepPairCut.cxx \
7       FEMTOSCOPY/AliFemtoUser/AliFemtoESDTrackCut.cxx \
8       FEMTOSCOPY/AliFemtoUser/AliFemtoShareQualityCorrFctn.cxx \
9       FEMTOSCOPY/AliFemtoUser/AliFemtoTPCInnerCorrFctn.cxx \
10       FEMTOSCOPY/AliFemtoUser/AliFemtoChi2CorrFctn.cxx \
11       FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnSource.cxx \
12       FEMTOSCOPY/AliFemtoUser/AliFemtoModelBPLCMSCorrFctn.cxx \
13       FEMTOSCOPY/AliFemtoUser/AliFemtoModelGausRinvFreezeOutGenerator.cxx \
14       FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnTrueQ.cxx \
15       FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctnNonIdDR.cxx \
16       FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DSpherical.cxx \
17       FEMTOSCOPY/AliFemtoUser/AliFemtoModelCorrFctn3DLCMSSpherical.cxx \
18       FEMTOSCOPY/AliFemtoUser/AliFemtoCutMonitorParticleMomRes.cxx \
19       FEMTOSCOPY/AliFemtoUser/AliFemtoModelAllHiddenInfo.cxx
20
21 HDRS= $(SRCS:.cxx=.h) 
22
23 DHDR:= PWG2femtoscopyUserLinkDef.h
24
25 EXPORT:=
26
27 EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto  PWG2/FEMTOSCOPY/AliFemtoUser 
28
29 EINCLUDE:= PWG2/FEMTOSCOPY/AliFemto PWG2/AOD
30
31 ifeq (win32gcc,$(ALICE_TARGET))
32 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
33                          -lPWG2femtoscopy
34 endif