]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - DPMJET/libdpmjet.pkg
Bugfix: lowercase b should be upper case B for component id: TPCClusterFinder32Bit
[u/mrichter/AliRoot.git] / DPMJET / libdpmjet.pkg
index 9ca7c02481b03b86b344cdb592472a3c73b1476f..31fbd9d935cea0228638b332d405d457eecaaf21 100644 (file)
@@ -1,3 +1,6 @@
+#-*- Mode: Makefile -*-
+
+
 SRCS:=AliDpmJetRndm.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
@@ -7,6 +10,15 @@ DHDR:=dpmjetLinkDef.h
 FSRCS:= \
 dpmjet3.0-5.f\
 phojet1.12-35c3.f\
-pythia6115dpm3.f\
 user3.0-5.f\
 openfile.f
+
+
+ifeq (g95,$(F77))
+PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
+endif
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern
+endif