X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=PYTHIA6%2Flibpythia6.pkg;h=9999abab4e3bc75cc9b17622c47c504f74e04345;hb=bf21645b8f2ac125bfc929f644c54c7b32f7055e;hp=00658f3307eca7f72144420c16b6478a7fbc72db;hpb=530c5aabafc379129ba29d35a62edb97c0519377;p=u%2Fmrichter%2FAliRoot.git diff --git a/PYTHIA6/libpythia6.pkg b/PYTHIA6/libpythia6.pkg index 00658f3307e..9999abab4e3 100644 --- a/PYTHIA6/libpythia6.pkg +++ b/PYTHIA6/libpythia6.pkg @@ -7,16 +7,17 @@ DHDR:=pythia6LinkDef.h EXPORT:= CSRCS:= \ -main.c pythia6_address.c +main.c pythia6_common_address.c FSRCS:= \ -pythia6214.F \ -pythia6_common_block_address.F \ +pythia6214.f \ pdf_alice.F\ +pythia6_common_block_address.F \ tpythia6_called_from_cc.F\ -openDecayTable.F +openDecayTable.F\ +pyquen.F -ifeq ($(PLATFORM),linux) +ifeq ($(ALICE_TARGET),linux) GCC_VERSION := $(shell $(CXX) -v 2>&1 | \ grep version | cut -d' ' -f3) ifeq ($(GCC_VERSION),2.96)