]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libpythia6.pkg
Write trigger digits if SAVEDIGITS activated (Bogdan)
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
index e3dbba8b14a88473f71ea811e53cfb594daa713e..aff45a5e8ea86e2db9a2866816b5c7be3ec40fa3 100644 (file)
@@ -1,19 +1,26 @@
+#-*- Mode: Makefile -*-
+
+SRCS:=AliPythiaRndm.cxx
+
+HDRS= $(SRCS:.cxx=.h) 
+
+DHDR:=pythia6LinkDef.h
+
+EXPORT:=
+
 CSRCS:= \
-main.c pythia6_address.c 
+main.c pythia6_common_address.c 
+
 
 FSRCS:= \
-pythia6150.F \
-pythia6_common_block_address.F \
+pythia6214.f \
 pdf_alice.F\
+pythia6_common_block_address.F \
 tpythia6_called_from_cc.F\
-openDecayTable.F
-
-ifeq ($(PLATFORM),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
-
+openDecayTable.F\
+pyquen1_3.F
 
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern -llhapdf
+endif