]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PYTHIA6/libAliPythia6.pkg
Alifatal removed in GetWord. Put AliWarning (+AddMajorErrorLog)
[u/mrichter/AliRoot.git] / PYTHIA6 / libAliPythia6.pkg
CommitLineData
af9c46b4 1#-*- Mode: Makefile -*-
2
39d810c8 3SRCS= AliPythiaBase.cxx AliPythia.cxx AliPythia6.cxx AliGenPythia.cxx AliGenPythiaPlus.cxx AliDecayerPythia.cxx
8d2cd130 4
5HDRS= $(SRCS:.cxx=.h)
6
7DHDR:=AliPythia6LinkDef.h
8
39d810c8 9EXPORT:=AliPythiaBase.h AliPythia.h AliDecayerPythia.h
75a29027 10
6aca37f2 11EINCLUDE:=FASTSIM
af9c46b4 12
13ifeq (win32gcc,$(ALICE_TARGET))
14PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
15 -lSTEERBase -lSTEER -lEVGEN -lpythia6 -lFASTSIM -llhapdf \
16 -L$(shell root-config --libdir) -lEG -lEGPythia6
17endif