]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/libpythia6.pkg
EffC++ warnings corrected.
[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 CSRCS:= \
10 main.c pythia6_common_address.c 
11
12 FSRCS:= \
13 pythia6214.f \
14 pdf_alice.F\
15 pythia6_common_block_address.F \
16 tpythia6_called_from_cc.F\
17 openDecayTable.F\
18 pyquen.F
19
20 ifeq ($(ALICE_TARGET),linux)
21    GCC_VERSION    := $(shell $(CXX) -v 2>&1 | \
22                      grep version | cut -d' ' -f3)
23    ifeq ($(GCC_VERSION),2.96)
24       PACKFFLAGS      := $(filter-out -O%,$(FFLAGS))
25    endif
26 endif
27
28