Back to previous until problem in init solved.
[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_address.c
11
12FSRCS:= \
13pythia6203.F \
14pythia6_common_block_address.F \
15pdf_alice.F\
16tpythia6_called_from_cc.F\
17openDecayTable.F
18
19ifeq ($(PLATFORM),linux)
20 GCC_VERSION := $(shell $(CXX) -v 2>&1 | \
21 grep version | cut -d' ' -f3)
22 ifeq ($(GCC_VERSION),2.96)
23 PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
24 endif
25endif
26
27