]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/Makefile
Functions renamed to get a prefix PHOS
[u/mrichter/AliRoot.git] / EVGEN / Makefile
index 2d14f13f4b47ed63f3efa3d4b6f557f685f490af..40cae14cb8d73933baaf7d3de8ca262114121f70 100644 (file)
@@ -9,19 +9,41 @@ PACKAGE = EVGEN
 
 # C++ sources
 
-SRCS          = AliSimpleGen.cxx AliGenCocktail.cxx AliGenFLUKAsource.cxx \
+SRCS          = AliGenHIJINGpara.cxx AliGenHIJINGparaBa.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
+               AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \
+               AliGenGSIlib.cxx AliGenPMDlib.cxx AliGenSTRANGElib.cxx \
+               AliGenHijing.cxx \
+               AliGenHijingEventHeader.cxx AliGenPythiaEventHeader.cxx \
+               AliDecayer.cxx AliDecayerPythia.cxx \
+                AliGenMevSim.cxx AliMevSimParticle.cxx AliMevSimConfig.cxx \
+               AliGenMC.cxx AliGenCocktailAfterBurner.cxx \
+                AliGenHBTprocessor.cxx \
+               AliGenReader.cxx AliGenReaderCwn.cxx AliGenReaderTreeK.cxx \
+               AliGenReaderEcalHijing.cxx AliGenReaderEcalJets.cxx \
+               AliGeVSimParticle.cxx AliGenGeVSim.cxx AliGenBeamGas.cxx \
+               AliGeVSimParticle.cxx AliGenGeVSim.cxx \
+               AliGenAfterBurnerFlow.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
@@ -38,7 +60,7 @@ OBJS          = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(SRCS)) $(DICTO)
 
 # C++ compilation flags
 
-CXXFLAGS      = $(CXXOPTS) -I$(ROOTSYS)/include -I. -I$(ALICE_ROOT)/include/
+CXXFLAGS      = $(CXXOPTS) -I$(ROOTSYS)/include -I$(ALICE_ROOT)/include/ -I$(ALICE_ROOT)/TMevSim -I.
  
 # FORTRAN compilation flags
 
@@ -59,10 +81,12 @@ $(DICT):                            $(HDRS)
 
 depend:                                        $(SRCS)
 
-HEADERS                =       $(filter-out %LinkDef.h,$(HDRS))
+HEADERS       = AliPythia.h AliDecayer.h AliDecayerPythia.h AliGenHijingEventHeader.h
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -71,14 +95,6 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 
-### Target check creates violation reports (.viol), which depend on
-### stripped files (.ii), which in turn depend on preprocessed
-### files (.i). Dependences are in conf/GeneralDef.
-
-CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
-
-check:          $(CHECKS)
-