]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libpythia6.pkg
Adding PWG1
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
index 6516607c8453701b97be334cc21f5f10fa35277e..5d07cf3b887b333163ac1e22356b6512b70de2ec 100644 (file)
@@ -1,14 +1,24 @@
+SRCS:=AliPythiaRndm.cxx
+
+HDRS= $(SRCS:.cxx=.h) 
+
+DHDR:=pythia6LinkDef.h
+
+EXPORT:=
+
 CSRCS:= \
-main.c pythia6_address.c 
+main.c pythia6_common_address.c 
 
 FSRCS:= \
-pythia6203.F \
-pythia6_common_block_address.F \
+pythia6214.f \
 pdf_alice.F\
+pythia6_common_block_address.F \
 tpythia6_called_from_cc.F\
-openDecayTable.F
+openDecayTable.F\
+pyquen.F\
+lhaglue.F
 
-ifeq ($(PLATFORM),linux)
+ifeq ($(ALICE_TARGET),linux)
    GCC_VERSION    := $(shell $(CXX) -v 2>&1 | \
                      grep version | cut -d' ' -f3)
    ifeq ($(GCC_VERSION),2.96)