]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/libAliPythia6.pkg
quenched pythia using 6.4 separated from the one used for pp (6.2)
[u/mrichter/AliRoot.git] / PYTHIA6 / libAliPythia6.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= AliPythiaBase.cxx AliPythia.cxx AliPythia6.cxx AliGenPythia.cxx AliGenPythiaPlus.cxx AliDecayerPythia.cxx AliPythiaRndm.cxx
4
5 FSRCS:= \
6 pdf_alice.F \
7 pythia6_common_block_address.F \
8 tpythia6_called_from_cc.F \
9 openDecayTable.F
10
11 CSRCS:= \
12 main.c pythia6_common_address.c 
13
14 HDRS= $(SRCS:.cxx=.h) 
15
16 DHDR:=AliPythia6LinkDef.h
17
18 EXPORT:=AliPythiaBase.h AliPythia.h AliDecayerPythia.h
19
20 EINCLUDE:=FASTSIM
21
22 ifeq (win32gcc,$(ALICE_TARGET))
23 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
24                          -lSTEERBase -lSTEER -lEVGEN -lpythia6 -lFASTSIM -llhapdf \
25                          -L$(shell root-config --libdir) -lEG -lEGPythia6
26 endif