]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVGEN/libEVGEN.pkg
effc++ warnings
[u/mrichter/AliRoot.git] / EVGEN / libEVGEN.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS          = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \
4                 AliGenCocktail.cxx AliGenCocktailAfterBurner.cxx AliGenFLUKAsource.cxx \
5                 AliGenLib.cxx \
6                 AliGenMUONlib.cxx AliGenHMPIDlib.cxx AliGenParam.cxx\
7                 AliDimuCombinator.cxx AliGenHalo.cxx \
8                 AliGenHaloProtvino.cxx \
9                 AliGenExtFile.cxx AliGenScan.cxx AliGenPHOSlib.cxx \
10                 AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \
11                 AliGenGSIlib.cxx AliGenPMDlib.cxx\
12                 AliGenMC.cxx\
13                 AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx \
14                 AliGenReaderEcalHijing.cxx AliGenReaderEcalJets.cxx\
15                 AliGenHIJINGparaBa.cxx AliGeVSimParticle.cxx AliGenGeVSim.cxx\
16                 AliGenThetaSlice.cxx AliGenSTRANGElib.cxx AliGenBeamGas.cxx \
17                 AliGenAfterBurnerFlow.cxx \
18                 AliGenSlowNucleons.cxx \
19                 AliGenGeVSimEventHeader.cxx\
20                 AliSlowNucleonModel.cxx AliSlowNucleonModelExp.cxx \
21                 AliGenMUONCocktail.cxx AliGenMUONCocktailpp.cxx AliGenHBTosl.cxx \
22                 AliGenReaderEMD.cxx AliDecayerPolarized.cxx AliGenCorrHF.cxx AliGenCosmicsParam.cxx \
23                 AliGenKrypton.cxx
24
25 # Headerfiles for this particular package (Path respect to own directory)
26 HDRS= $(SRCS:.cxx=.h) 
27
28 # Headerfiles otherwise needed (Full pathname required)
29
30 DHDR:=EVGENLinkDef.h
31
32 EXPORT:=AliDecayer.h AliGenMC.h AliGenCocktailAfterBurner.h AliGenCocktail.h
33
34 EINCLUDE:=FASTSIM THijing PYTHIA6
35
36 ifeq (win32gcc,$(ALICE_TARGET))
37 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
38                          -lSTEER -lESD -lSTEERbase -lFASTSIM \
39                          -L$(shell root-config --libdir) -lVMC -lEG
40 endif