]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA6/libpythia6.pkg
- Rapidity shift calculated in AliGenMC::Init()
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
CommitLineData
efaab2ef 1CSRCS:= \
2main.c pythia6_address.c
3
4FSRCS:= \
4ac15026 5pythia6203.F \
efaab2ef 6pythia6_common_block_address.F \
7pdf_alice.F\
119b1766 8tpythia6_called_from_cc.F\
9openDecayTable.F
efaab2ef 10
d34f7561 11ifeq ($(PLATFORM),linux)
12 GCC_VERSION := $(shell $(CXX) -v 2>&1 | \
13 grep version | cut -d' ' -f3)
14 ifeq ($(GCC_VERSION),2.96)
15 PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
16 endif
17endif
efaab2ef 18
19