]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA6/libpythia6.pkg
Close decaytable after use.
[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:= \
10main.c pythia6_address.c
11
12FSRCS:= \
4ac15026 13pythia6203.F \
efaab2ef 14pythia6_common_block_address.F \
15pdf_alice.F\
119b1766 16tpythia6_called_from_cc.F\
17openDecayTable.F
efaab2ef 18
d34f7561 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
efaab2ef 26
27