]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libAliPythia6.pkg
update of cuts; sign of the field changed following the AliKFParticle update (35834)
[u/mrichter/AliRoot.git] / PYTHIA6 / libAliPythia6.pkg
index 168d322bfb8f522176d4f82ff3cc3d91f063e7db..c4d9e2f417faee1598c08de69ced1e5d21e76538 100644 (file)
@@ -1,18 +1,21 @@
 #-*- Mode: Makefile -*-
 
-SRCS= AliPythia.cxx AliGenPythia.cxx AliDecayerPythia.cxx \
-AliGenPythiaJets.cxx
+SRCS= AliPythiaBase.cxx AliPythia.cxx AliPythia6.cxx AliGenPythia.cxx AliGenPythiaPlus.cxx AliDecayerPythia.cxx
+
+FSRCS:= \
+openDecayTable.F
+
 
 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
+                         -lSTEERBase -lSTEER -lEVGEN -lpythia6 -lFASTSIM -llhapdf \
+                         -L$(ROOTLIBDIR) -lEG -lEGPythia6
 endif