]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/libpythia6.pkg
Using gRandom instead of pyr (Yu.Kharlov)
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
1 CSRCS:= \
2 main.c pythia6_address.c 
3
4 FSRCS:= \
5 pythia6203.F \
6 pythia6_common_block_address.F \
7 pdf_alice.F\
8 tpythia6_called_from_cc.F\
9 openDecayTable.F
10
11 ifeq ($(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
17 endif
18
19