]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libAliPythia6.pkg
Base class for common usage if Pythia6 and Pythia8.
[u/mrichter/AliRoot.git] / PYTHIA6 / libAliPythia6.pkg
index 168d322bfb8f522176d4f82ff3cc3d91f063e7db..a2d4497983559f2502d057c9dcf7f3b56367ae31 100644 (file)
@@ -1,18 +1,9 @@
-#-*- Mode: Makefile -*-
-
-SRCS= AliPythia.cxx AliGenPythia.cxx AliDecayerPythia.cxx \
-AliGenPythiaJets.cxx
+SRCS= AliPythiaBase.cxx AliPythia.cxx AliPythia6.cxx AliGenPythia.cxx AliGenPythiaPlus.cxx AliDecayerPythia.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
 
 DHDR:=AliPythia6LinkDef.h
 
-EXPORT:=AliPythia.h AliDecayerPythia.h
+EXPORT:=AliPythiaBase.h AliPythia.h AliDecayerPythia.h
 
 EINCLUDE:=FASTSIM
-
-ifeq (win32gcc,$(ALICE_TARGET))
-PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
-                         -lEVGEN -lSTEER -lpythia6 -lSTEERBase -lFASTSIM \
-                         -L$(shell root-config --libdir) -lVMC -lEG -lEGPythia6
-endif