]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA6/libAliPythia6.pkg
Typos and error corrceted (Raffaele)
[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 HDRS= $(SRCS:.cxx=.h) 
6
7 DHDR:=AliPythia6LinkDef.h
8
9 EXPORT:=AliPythiaBase.h AliPythia.h AliDecayerPythia.h
10
11 EINCLUDE:=FASTSIM
12
13 ifeq (win32gcc,$(ALICE_TARGET))
14 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
15                          -lSTEERBase -lSTEER -lEVGEN -lpythia6 -lFASTSIM -llhapdf \
16                          -L$(shell root-config --libdir) -lEG -lEGPythia6
17 endif