]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libpythia6.pkg
Adding MUON output to the TrackRefs files. To be used for the evaluation/comparisons...
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
index 0200140a37090573f36513b58849e94afc299d2c..00658f3307eca7f72144420c16b6478a7fbc72db 100644 (file)
@@ -1,13 +1,27 @@
+SRCS:=AliPythiaRndm.cxx
+
+HDRS= $(SRCS:.cxx=.h) 
+
+DHDR:=pythia6LinkDef.h
+
+EXPORT:=
+
 CSRCS:= \
 main.c pythia6_address.c 
 
 FSRCS:= \
-pythia6150.F \
+pythia6214.F \
 pythia6_common_block_address.F \
 pdf_alice.F\
 tpythia6_called_from_cc.F\
 openDecayTable.F
 
-
+ifeq ($(PLATFORM),linux)
+   GCC_VERSION    := $(shell $(CXX) -v 2>&1 | \
+                     grep version | cut -d' ' -f3)
+   ifeq ($(GCC_VERSION),2.96)
+      PACKFFLAGS      := $(filter-out -O%,$(FFLAGS))
+   endif
+endif