Commit | Line | Data |
---|---|---|
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_address.c | |
11 | ||
12 | FSRCS:= \ | |
13 | pythia6203.F \ | |
14 | pythia6_common_block_address.F \ | |
15 | pdf_alice.F\ | |
16 | tpythia6_called_from_cc.F\ | |
17 | openDecayTable.F | |
18 | ||
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 | |
26 | ||
27 |