]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libpythia6.pkg
Alifatal removed in GetWord. Put AliWarning (+AddMajorErrorLog)
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
index 14d81dd1e9a44272001a18515ae1b4f767bcb68e..aff45a5e8ea86e2db9a2866816b5c7be3ec40fa3 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS:=AliPythiaRndm.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
@@ -7,22 +9,18 @@ DHDR:=pythia6LinkDef.h
 EXPORT:=
 
 CSRCS:= \
-main.c pythia6_address.c 
+main.c pythia6_common_address.c 
+
 
 FSRCS:= \
-pythia6214.F \
-pythia6_common_block_address.F \
+pythia6214.f \
 pdf_alice.F\
+pythia6_common_block_address.F \
 tpythia6_called_from_cc.F\
 openDecayTable.F\
-pyquen.F
-
-ifeq ($(ALICE_TARGET),linux)
-   GCC_VERSION    := $(shell $(CXX) -v 2>&1 | \
-                     grep version | cut -d' ' -f3)
-   ifeq ($(GCC_VERSION),2.96)
-      PACKFFLAGS      := $(filter-out -O%,$(FFLAGS))
-   endif
-endif
-
+pyquen1_3.F
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern -llhapdf
+endif