]> 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 41e65dd4d06abef418b150531852425ca7589fd5..affe4fc51440d13edbbabfe36ada42255fc51d03 100644 (file)
@@ -1,12 +1,23 @@
-CSRCS:= \
-main.c pythia6_address.c 
+#-*- Mode: Makefile -*-
+SRCS= AliPythiaRndm.cxx
+HDRS= $(SRCS:.cxx=.h) 
 
-FSRCS:= \
-pythia6150.F \
-pythia6_common_block_address.F \
-pdf_alice.F\
-tpythia6_called_from_cc.F
+DHDR:=pythia6LinkDef.h
 
+EXPORT:=
 
+CSRCS:= \
+main.c pythia6_common_address.c 
 
 
+FSRCS:= \
+pythia6_common_block_address.F \
+tpythia6_called_from_cc.F\
+pythia6214.f \
+pydummy.f \
+pdf_alice.F    
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern -llhapdf
+endif