]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - DPMJET/libdpmjet.pkg
Now the non standard branch is correctly set when using single jet finder from AOD
[u/mrichter/AliRoot.git] / DPMJET / libdpmjet.pkg
index aa9a9a01250defd5fa7fe2f3e610768afe3fc014..31fbd9d935cea0228638b332d405d457eecaaf21 100644 (file)
@@ -1,3 +1,6 @@
+#-*- Mode: Makefile -*-
+
+
 SRCS:=AliDpmJetRndm.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
@@ -7,8 +10,15 @@ DHDR:=dpmjetLinkDef.h
 FSRCS:= \
 dpmjet3.0-5.f\
 phojet1.12-35c3.f\
-pythia6115dpm3.f\
 user3.0-5.f\
 openfile.f
 
-SHLIB += -L $(FLUPRO) -lflukahp
+
+ifeq (g95,$(F77))
+PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
+endif
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern
+endif