]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/Makefile
Generator to read beam halo file from Protvino group.
[u/mrichter/AliRoot.git] / EVGEN / Makefile
index 5939f65c4088184a1068e54622ff0ad5e93b60ff..8995604713d83022f4f4b1782e7ccb195c735abd 100644 (file)
@@ -11,18 +11,27 @@ PACKAGE = EVGEN
 
 SRCS          = AliGenHIJINGpara.cxx AliGenBox.cxx AliGenFixed.cxx \
                AliGenCocktail.cxx AliGenFLUKAsource.cxx \
+               AliGenLib.cxx \
                 AliGenMUONlib.cxx AliGenParam.cxx AliGenPythia.cxx \
                 AliPythia.cxx AliDimuCombinator.cxx AliGenHalo.cxx \
+                AliGenHaloProtvino.cxx \
                 AliGenExtFile.cxx AliGenScan.cxx AliGenPHOSlib.cxx \
-               AliGenDoubleScan.cxx AliGenCocktailEntry.cxx
+               AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \
+               AliGenGSIlib.cxx AliGenPMDlib.cxx\
+               AliGenHijing.cxx \
+               AliGenEventHeader.cxx AliGenHijingEventHeader.cxx \
+               AliDecayer.cxx AliDecayerPythia.cxx
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) EVGENLinkDef.h
+HDRS          = $(SRCS:.cxx=.h) $(ALICE_ROOT)/include/THijing.h \
+               $(ROOTSYS)/include/TF1.h $(ROOTSYS)/include/TChain.h \
+               $(ROOTSYS)/include/TParticle.h \
+               EVGENLinkDef.h
 
 # Library dictionary
 
 DICT          = EVGENCint.cxx
-DICTH         = $(DICT:.cxx=.h)
+DICTH         = $(DICT:.cxx=.h) 
 DICTO         = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(DICT))
 
 # FORTRAN Objectrs
@@ -60,7 +69,7 @@ $(DICT):                              $(HDRS)
 
 depend:                                        $(SRCS)
 
-HEADERS                =       $(filter-out %LinkDef.h,$(HDRS))
+HEADERS       = AliPythia.h GenTypeDefs.h AliDecayer.h AliDecayerPythia.h
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h