]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/libpythia6.pkg
Coding rule violations corrected.
[u/mrichter/AliRoot.git] / PYTHIA6 / libpythia6.pkg
index 06ca55b2a7e3423633cabe2c3d85bcef4cf35cb1..affe4fc51440d13edbbabfe36ada42255fc51d03 100644 (file)
@@ -1,5 +1,5 @@
-SRCS:=AliPythiaRndm.cxx
-
+#-*- Mode: Makefile -*-
+SRCS= AliPythiaRndm.cxx
 HDRS= $(SRCS:.cxx=.h) 
 
 DHDR:=pythia6LinkDef.h
@@ -7,21 +7,17 @@ DHDR:=pythia6LinkDef.h
 EXPORT:=
 
 CSRCS:= \
-main.c pythia6_address.c 
+main.c pythia6_common_address.c 
+
 
 FSRCS:= \
-pythia6203.F \
 pythia6_common_block_address.F \
-pdf_alice.F\
 tpythia6_called_from_cc.F\
-openDecayTable.F
+pythia6214.f \
+pydummy.f \
+pdf_alice.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
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern -llhapdf
 endif
-
-