]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/libAliPythia6.pkg
Pythia version 6.4.21
[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
4
5 FSRCS:= \
6 openDecayTable.F
7
8
9 HDRS= $(SRCS:.cxx=.h) 
10
11 DHDR:=AliPythia6LinkDef.h
12
13 EXPORT:=AliPythiaBase.h AliPythia.h AliDecayerPythia.h
14
15 EINCLUDE:=FASTSIM LHAPDF EVGEN
16
17 ifeq (win32gcc,$(ALICE_TARGET))
18 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
19                          -lSTEERBase -lSTEER -lEVGEN -lpythia6 -lFASTSIM -llhapdf \
20                          -L$(ROOTLIBDIR) -lEG -lEGPythia6
21 endif