]>
Commit | Line | Data |
---|---|---|
c06e3f1b | 1 | #-*- Mode: Makefile -*- |
2 | ||
6bc03c45 | 3 | SRCS = AliVParticle.cxx \ |
4f6e22bd | 4 | AliVTrack.cxx \ |
bdd011d6 | 5 | AliVVertex.cxx \ |
6bc03c45 | 6 | AliVEvent.cxx \ |
7 | AliVHeader.cxx \ | |
8 | AliVEventHandler.cxx \ | |
d218e0c6 | 9 | AliVEventPool.cxx \ |
a1069ee1 | 10 | AliPID.cxx AliLog.cxx \ |
11 | AliRunTag.cxx AliLHCTag.cxx AliDetectorTag.cxx AliEventTag.cxx \ | |
7da32dae | 12 | AliEventTagCuts.cxx AliRunTagCuts.cxx \ |
13 | AliLHCTagCuts.cxx AliDetectorTagCuts.cxx \ | |
6fe9fd94 | 14 | AliTagCreator.cxx \ |
15 | AliHeader.cxx AliGenEventHeader.cxx AliDetectorEventHeader.cxx \ | |
2ca8bd8b | 16 | AliGenPythiaEventHeader.cxx AliGenCocktailEventHeader.cxx \ |
17 | AliGenHijingEventHeader.cxx AliCollisionGeometry.cxx \ | |
d650875e | 18 | AliGenDPMjetEventHeader.cxx \ |
76147823 | 19 | AliStack.cxx AliMCEventHandler.cxx AliInputEventHandler.cxx \ |
415d9f5c | 20 | AliTrackReference.cxx AliSysInfo.cxx \ |
a44c5615 | 21 | AliMCEvent.cxx AliMCParticle.cxx \ |
db83d72f | 22 | AliMagF.cxx AliMagWrapCheb.cxx AliCheb3D.cxx AliCheb3DCalc.cxx \ |
ed316e66 | 23 | AliCodeTimer.cxx \ |
50fe0675 | 24 | AliPDG.cxx \ |
4dee5fed | 25 | AliTimeStamp.cxx AliTriggerScalers.cxx AliTriggerScalersRecord.cxx |
6bc03c45 | 26 | |
27 | HDRS:= $(SRCS:.cxx=.h) | |
28 | ||
29 | DHDR= STEERBaseLinkDef.h | |
30 | ||
31 | EXPORT:=$(SRCS:.cxx=.h) | |
c06e3f1b | 32 | |
33 | ifeq (win32gcc,$(ALICE_TARGET)) | |
34 | PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lVMC -lEG | |
35 | endif |