]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PYTHIA6/libpythia6.pkg
Baryon production models added by Eleazar Cuautle Flores <ecuautle@nucleares.unam.mx>
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
... / ...
CommitLineData
1SRCS:=AliPythiaRndm.cxx
2
3HDRS= $(SRCS:.cxx=.h)
4
5DHDR:=pythia6LinkDef.h
6
7EXPORT:=
8
9CSRCS:= \
10main.c pythia6_common_address.c
11
12FSRCS:= \
13pythia6214.F \
14pdf_alice.F\
15pythia6_common_block_address.F \
16tpythia6_called_from_cc.F\
17openDecayTable.F\
18pyquen.F
19
20ifeq ($(ALICE_TARGET),linux)
21 GCC_VERSION := $(shell $(CXX) -v 2>&1 | \
22 grep version | cut -d' ' -f3)
23 ifeq ($(GCC_VERSION),2.96)
24 PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
25 endif
26endif
27
28