X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PYTHIA6%2Flibpythia6.pkg;h=06ca55b2a7e3423633cabe2c3d85bcef4cf35cb1;hp=41e65dd4d06abef418b150531852425ca7589fd5;hb=9ef704a73bda08077d37bc2b138a9f6f924aa42f;hpb=efaab2ef8e895bb578be7bc9e91aaf971f1be438 diff --git a/PYTHIA6/libpythia6.pkg b/PYTHIA6/libpythia6.pkg index 41e65dd4d06..06ca55b2a7e 100644 --- a/PYTHIA6/libpythia6.pkg +++ b/PYTHIA6/libpythia6.pkg @@ -1,12 +1,27 @@ +SRCS:=AliPythiaRndm.cxx + +HDRS= $(SRCS:.cxx=.h) + +DHDR:=pythia6LinkDef.h + +EXPORT:= + CSRCS:= \ main.c pythia6_address.c FSRCS:= \ -pythia6150.F \ +pythia6203.F \ pythia6_common_block_address.F \ pdf_alice.F\ -tpythia6_called_from_cc.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