]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libAliPythia6.pkg
update the define too...
[u/mrichter/AliRoot.git] / PYTHIA6 / libAliPythia6.pkg
index 1303516065784b8760779b138367a963b7fffe7a..5112ae5caea631a435c52ec1403321bd636f9fdb 100644 (file)
@@ -1,8 +1,17 @@
-SRCS= AliPythia.cxx AliGenPythia.cxx AliDecayerPythia.cxx \
-AliGenPythiaEventHeader.cxx AliGenPythiaJets.cxx
+#-*- Mode: Makefile -*-
+
+SRCS= AliPythiaBase.cxx AliPythia.cxx AliPythia6.cxx AliGenPythia.cxx AliGenPythiaPlus.cxx AliDecayerPythia.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
 
 DHDR:=AliPythia6LinkDef.h
 
-EXPORT:=AliPythia.h AliDecayerPythia.h
\ No newline at end of file
+EXPORT:=AliPythiaBase.h AliPythia.h AliDecayerPythia.h
+
+EINCLUDE:=FASTSIM
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEERBase -lSTEER -lEVGEN -lpythia6 -lFASTSIM -llhapdf \
+                         -L$(shell root-config --libdir) -lEG -lEGPythia6
+endif