]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - DPMJET/libdpmjet.pkg
Corrected opening of the data file (using the same way as in Pythia6)
[u/mrichter/AliRoot.git] / DPMJET / libdpmjet.pkg
index eab340d7e0be861ed63405831d9adfc5ff076f2a..2556df52db55e9944c141b32b0bc845c293b9f33 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS:=AliDpmJetRndm.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
@@ -11,6 +13,7 @@ pythia6115dpm3.f\
 user3.0-5.f\
 openfile.f
 
-EINCLUDE:= $(FLUPRO)/flukapro
-SHLIB += -L $(FLUPRO) -lflukahp
-PACKFFLAGS:=   -fno-second-underscore
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern
+endif