]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/libpythia6.pkg
- Update to PYQUEN v1.3 (http://lokhtin.web.cern.ch/lokhtin/pyquen/pyquen.txt)
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
1 SRCS:=AliPythiaRndm.cxx
2
3 HDRS= $(SRCS:.cxx=.h) 
4
5 DHDR:=pythia6LinkDef.h
6
7 EXPORT:=
8
9 PACKFFLAGS:=$(FFLAGS) -DPYTHIA
10
11 CSRCS:= \
12 main.c pythia6_common_address.c 
13
14 EINCLUDE:= PYTHIA6/charybdis
15
16 FSRCS:= \
17 pythia6214.f \
18 pdf_alice.F\
19 pythia6_common_block_address.F \
20 tpythia6_called_from_cc.F\
21 openDecayTable.F\
22 pyquen1_3.F\
23 lhaglue.F\
24 charybdis/charybdis1003.F
25
26 ifeq ($(ALICE_TARGET),linux)
27    GCC_VERSION    := $(shell $(CXX) -v 2>&1 | \
28                      grep version | cut -d' ' -f3)
29    ifeq ($(GCC_VERSION),2.96)
30       PACKFFLAGS      := $(filter-out -O%,$(FFLAGS))
31    endif
32 endif
33
34