]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA6/libpythia6.pkg
some more bug fixes
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
CommitLineData
7cdba479 1SRCS:=AliPythiaRndm.cxx
2
3HDRS= $(SRCS:.cxx=.h)
4
5DHDR:=pythia6LinkDef.h
6
7EXPORT:=
8
efaab2ef 9CSRCS:= \
d810adb8 10main.c pythia6_common_address.c
efaab2ef 11
12cb0bc0 12
efaab2ef 13FSRCS:= \
a6001825 14pythia6214.f \
efaab2ef 15pdf_alice.F\
d810adb8 16pythia6_common_block_address.F \
119b1766 17tpythia6_called_from_cc.F\
992f2843 18openDecayTable.F\
12cb0bc0 19pyquen1_3.F\
6aca37f2 20lhaglue.F
efaab2ef 21
b934f194 22ifeq ($(ALICE_TARGET),linux)
d34f7561 23 GCC_VERSION := $(shell $(CXX) -v 2>&1 | \
24 grep version | cut -d' ' -f3)
25 ifeq ($(GCC_VERSION),2.96)
26 PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
27 endif
28endif
efaab2ef 29
30