]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/libpythia6.pkg
correct the making of the GridCollection and simplified Merge method
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS:=AliPythiaRndm.cxx AliQPythiaWrapper.cxx
4
5 HDRS= $(SRCS:.cxx=.h) 
6
7 DHDR:=pythia6LinkDef.h
8
9 EXPORT:=
10
11 EINCLUDE:=FASTSIM
12
13 CSRCS:= \
14 main.c pythia6_common_address.c 
15
16
17 FSRCS:= \
18 pythia6214.f \
19 pdf_alice.F\
20 pythia6_common_block_address.F \
21 tpythia6_called_from_cc.F\
22 openDecayTable.F\
23 pyquen1_5.F\
24 q-pyshow.1.0.F
25
26 ifeq (win32gcc,$(ALICE_TARGET))
27 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
28                          -lmicrocern -llhapdf
29 endif