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