]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PYTHIA6/libpythia6.pkg
A bug concerning the calculation of the track length and time-of-flight hypotheses...
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
... / ...
CommitLineData
1CSRCS:= \
2main.c pythia6_address.c
3
4FSRCS:= \
5pythia6203.F \
6pythia6_common_block_address.F \
7pdf_alice.F\
8tpythia6_called_from_cc.F\
9openDecayTable.F
10
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
18
19