]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libpythia6.pkg
One step back.
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
index 07c5bbb649edd8c1d591e67630c0a6694856fda7..a60b92f5ae7e84e28b7d1a65ad2cea536655f2ec 100644 (file)
@@ -1,27 +1,19 @@
-SRCS:=AliPythiaRndm.cxx
-
+#-*- Mode: Makefile -*-
+SRCS= AliPythiaRndm.cxx
 HDRS= $(SRCS:.cxx=.h) 
 
 DHDR:=pythia6LinkDef.h
 
 EXPORT:=
 
-CSRCS:= \
-main.c pythia6_address.c 
+
 
 FSRCS:= \
-pythia6214.F \
-pythia6_common_block_address.F \
-pdf_alice.F\
-tpythia6_called_from_cc.F\
-openDecayTable.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
-
-