c06e3f1b |
1 | #-*- Mode: Makefile -*- |
2 | |
6bc03c45 |
3 | SRCS = AliVParticle.cxx \ |
4 | AliVEvent.cxx \ |
5 | AliVHeader.cxx \ |
6 | AliVEventHandler.cxx \ |
a1069ee1 |
7 | AliPID.cxx AliLog.cxx \ |
8 | AliRunTag.cxx AliLHCTag.cxx AliDetectorTag.cxx AliEventTag.cxx \ |
7da32dae |
9 | AliEventTagCuts.cxx AliRunTagCuts.cxx \ |
10 | AliLHCTagCuts.cxx AliDetectorTagCuts.cxx \ |
6fe9fd94 |
11 | AliTagCreator.cxx \ |
12 | AliHeader.cxx AliGenEventHeader.cxx AliDetectorEventHeader.cxx \ |
2ca8bd8b |
13 | AliGenPythiaEventHeader.cxx AliGenCocktailEventHeader.cxx \ |
14 | AliGenHijingEventHeader.cxx AliCollisionGeometry.cxx \ |
76147823 |
15 | AliStack.cxx AliMCEventHandler.cxx AliInputEventHandler.cxx \ |
415d9f5c |
16 | AliTrackReference.cxx AliSysInfo.cxx \ |
a44c5615 |
17 | AliMCEvent.cxx AliMCParticle.cxx \ |
2c49fdde |
18 | AliMagF.cxx \ |
ed316e66 |
19 | AliCodeTimer.cxx \ |
d7dd8a54 |
20 | AliQA.cxx \ |
21 | AliTimeStamp.cxx AliTriggerScalers.cxx AliTriggerScalersRecord.cxx |
6bc03c45 |
22 | |
23 | HDRS:= $(SRCS:.cxx=.h) |
24 | |
25 | DHDR= STEERBaseLinkDef.h |
26 | |
27 | EXPORT:=$(SRCS:.cxx=.h) |
c06e3f1b |
28 | |
29 | ifeq (win32gcc,$(ALICE_TARGET)) |
30 | PACKSOFLAGS:= $(SOFLAGS) -L$(shell root-config --libdir) -lVMC -lEG |
31 | endif |