7cdba479 |
1 | SRCS:=AliPythiaRndm.cxx |
2 | |
3 | HDRS= $(SRCS:.cxx=.h) |
4 | |
5 | DHDR:=pythia6LinkDef.h |
6 | |
7 | EXPORT:= |
8 | |
efaab2ef |
9 | CSRCS:= \ |
10 | main.c pythia6_address.c |
11 | |
12 | FSRCS:= \ |
9ef704a7 |
13 | pythia6203.F \ |
efaab2ef |
14 | pythia6_common_block_address.F \ |
15 | pdf_alice.F\ |
119b1766 |
16 | tpythia6_called_from_cc.F\ |
17 | openDecayTable.F |
efaab2ef |
18 | |
d34f7561 |
19 | ifeq ($(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 |
25 | endif |
efaab2ef |
26 | |
27 | |