]>
Commit | Line | Data |
---|---|---|
6ffbf991 | 1 | #-*- Mode: Makefile -*- |
2 | ||
b527e4b2 | 3 | SRCS:= QPYTHIA/AliQPythiaWrapper.cxx QPYTHIA/AliQPythiaRndm.cxx |
6ffbf991 | 4 | |
5 | HDRS= $(SRCS:.cxx=.h) | |
6 | ||
b527e4b2 | 7 | DHDR:=QPYTHIA/qpythiaLinkDef.h |
6ffbf991 | 8 | |
9 | EXPORT:= | |
10 | ||
b527e4b2 | 11 | CSRCS:= \ |
12 | QPYTHIA/main.c QPYTHIA/pythia6_common_address.c | |
13 | ||
96c0c856 | 14 | EINCLUDE:=FASTSIM PYTHIA6/QPYTHIA |
6ffbf991 | 15 | |
16 | FSRCS:= \ | |
b527e4b2 | 17 | QPYTHIA/pythia6_common_block_address.F \ |
18 | QPYTHIA/pythia6_called_from_cc.F \ | |
19 | QPYTHIA/pythia-6.4.14.f \ | |
20 | QPYTHIA/pyquen1_5.F \ | |
21 | QPYTHIA/q-pyshow.1.0.F | |
6ffbf991 | 22 | |
23 | ifeq (win32gcc,$(ALICE_TARGET)) | |
24 | PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ | |
25 | -lmicrocern -llhapdf | |
26 | endif |