]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVGEN/Makefile
Added some include files. Needed due to new forward declorations in other
[u/mrichter/AliRoot.git] / EVGEN / Makefile
index da81197b86e451eb0395bd0e55b3a065a0d7f94c..aab29ba2b6e97cdb47e2bf358d987f3a23b8626a 100644 (file)
@@ -9,18 +9,31 @@ PACKAGE = EVGEN
 
 # C++ sources
 
-SRCS          = AliSimpleGen.cxx AliGenCocktail.cxx AliGenFLUKAsource.cxx \
+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 \
-                AliGenExtFile.cxx AliGenScan.cxx
+                AliGenHaloProtvino.cxx \
+                AliGenExtFile.cxx AliGenScan.cxx AliGenPHOSlib.cxx \
+               AliGenDoubleScan.cxx AliGenCocktailEntry.cxx \
+               AliGenGSIlib.cxx AliGenPMDlib.cxx\
+               AliGenHijing.cxx \
+               AliGenHijingEventHeader.cxx AliGenPythiaEventHeader.cxx \
+               AliDecayer.cxx AliDecayerPythia.cxx \
+                AliGenMevSim.cxx AliMevSimParticle.cxx AliMevSimConfig.cxx \
+               AliGenMC.cxx AliGenCocktailAfterBurner.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
@@ -37,7 +50,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
 
@@ -58,10 +71,12 @@ $(DICT):                            $(HDRS)
 
 depend:                                        $(SRCS)
 
-HEADERS                =       $(filter-out %LinkDef.h,$(HDRS))
+HEADERS       = AliPythia.h AliDecayer.h AliDecayerPythia.h
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -70,14 +85,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)
-