SRCS:=AliPythiaRndm.cxx HDRS= $(SRCS:.cxx=.h) DHDR:=pythia6LinkDef.h EXPORT:= CSRCS:= \ main.c pythia6_address.c FSRCS:= \ 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