]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STARLIGHT/starlight/standard/Makefile
Update to trunk of hepforge
[u/mrichter/AliRoot.git] / STARLIGHT / starlight / standard / Makefile
index 9c332a956dbc9acaae1192a924d6e6d7ef65f5bf..f397a63abd0e863c200a8ecb2dc0c7c71546e66b 100644 (file)
@@ -24,8 +24,9 @@ INCLUDEDIRS = \
 
 
 LIBDIRS = \
-       -L/usr/local/root/lib \
-       -L/home/gorbunov/pythia/pythia8120/lib/archive
+       -L${ROOTSYS}/lib \
+       -L${ALICE_ROOT}/PYTHIA8/pythia8170/lib
+
 
 
 LIBS =  -lCore -lCint -lRIO  -lGpad  -lRint -lGui -lPhysics -lMathCore\
@@ -50,7 +51,37 @@ LIBS =  -lCore -lCint -lRIO  -lGpad  -lRint -lGui -lPhysics -lMathCore\
 # directory information to be passed to the linker.
 #
 OTHERDIR= ../src
-CXXSOURCES = $(OTHERDIR)/main.cpp $(OTHERDIR)/inputparameters.cpp $(OTHERDIR)/nucleus.cpp $(OTHERDIR)/bessel.cpp $(OTHERDIR)/beam.cpp $(OTHERDIR)/beambeamsystem.cpp $(OTHERDIR)/twophotonluminosity.cpp $(OTHERDIR)/upcevent.cpp $(OTHERDIR)/vector3.cpp $(OTHERDIR)/lorentzvector.cpp $(OTHERDIR)/eventfilewriter.cpp $(OTHERDIR)/filewriter.cpp $(OTHERDIR)/eventchannel.cpp $(OTHERDIR)/gammagammaleptonpair.cpp $(OTHERDIR)/readinluminosity.cpp   $(OTHERDIR)/randomgenerator.cpp   $(OTHERDIR)/gammagammasingle.cpp $(OTHERDIR)/gammaavm.cpp $(OTHERDIR)/gammaaluminosity.cpp $(OTHERDIR)/gammaacrosssection.cpp  $(OTHERDIR)/psifamily.cpp $(OTHERDIR)/starlightparticle.cpp $(OTHERDIR)/starlightparticlecodes.cpp $(OTHERDIR)/starlight.cpp $(OTHERDIR)/starlightstandalone.cpp # list of source files 
+CXXSOURCES = $(OTHERDIR)/main.cpp \
+        $(OTHERDIR)/inputParameters.cpp \
+        $(OTHERDIR)/inputParser.cpp \
+       $(OTHERDIR)/nucleus.cpp \
+       $(OTHERDIR)/bessel.cpp \
+       $(OTHERDIR)/beam.cpp \
+       $(OTHERDIR)/beambeamsystem.cpp \
+       $(OTHERDIR)/twophotonluminosity.cpp \
+       $(OTHERDIR)/upcevent.cpp \
+       $(OTHERDIR)/vector3.cpp \
+       $(OTHERDIR)/lorentzvector.cpp \
+       $(OTHERDIR)/eventfilewriter.cpp \
+       $(OTHERDIR)/filewriter.cpp \
+       $(OTHERDIR)/eventchannel.cpp \
+       $(OTHERDIR)/nBodyPhaseSpaceGen.cpp \
+       $(OTHERDIR)/wideResonanceCrossSection.cpp \
+       $(OTHERDIR)/photonNucleusCrossSection.cpp \
+       $(OTHERDIR)/incoherentVMCrossSection.cpp \
+       $(OTHERDIR)/narrowResonanceCrossSection.cpp \
+       $(OTHERDIR)/incoherentPhotonNucleusLuminosity.cpp \
+       $(OTHERDIR)/gammagammaleptonpair.cpp \
+       $(OTHERDIR)/readinluminosity.cpp   \
+       $(OTHERDIR)/randomgenerator.cpp   \
+       $(OTHERDIR)/gammagammasingle.cpp \
+       $(OTHERDIR)/gammaavm.cpp \
+       $(OTHERDIR)/gammaaluminosity.cpp   \
+       $(OTHERDIR)/psifamily.cpp \
+       $(OTHERDIR)/starlightparticle.cpp \
+       $(OTHERDIR)/starlightparticlecodes.cpp \
+       $(OTHERDIR)/starlight.cpp \
+       $(OTHERDIR)/starlightStandalone.cpp # list of source files 
 CXXOBJECTS = $(CXXSOURCES:.cpp=.o)  # expands to list of object files
 CXXFLAGS =  $(INCLUDEDIRS)
 CXX = g++