]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libpythia6.pkg
Example train to produce HF candidates
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
index 9999abab4e3bc75cc9b17622c47c504f74e04345..affe4fc51440d13edbbabfe36ada42255fc51d03 100644 (file)
@@ -1,5 +1,5 @@
-SRCS:=AliPythiaRndm.cxx
-
+#-*- Mode: Makefile -*-
+SRCS= AliPythiaRndm.cxx
 HDRS= $(SRCS:.cxx=.h) 
 
 DHDR:=pythia6LinkDef.h
@@ -9,20 +9,15 @@ EXPORT:=
 CSRCS:= \
 main.c pythia6_common_address.c 
 
+
 FSRCS:= \
-pythia6214.f \
-pdf_alice.F\
 pythia6_common_block_address.F \
 tpythia6_called_from_cc.F\
-openDecayTable.F\
-pyquen.F
+pythia6214.f \
+pydummy.f \
+pdf_alice.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
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern -llhapdf
 endif
-
-