]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - PYTHIA6/libpythia6.pkg
removing the old executable
[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\
19lhaglue.F
20
21ifeq ($(ALICE_TARGET),linux)
22 GCC_VERSION := $(shell $(CXX) -v 2>&1 | \
23 grep version | cut -d' ' -f3)
24 ifeq ($(GCC_VERSION),2.96)
25 PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
26 endif
27endif
28
29