]> 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 9ca7c02481b03b86b344cdb592472a3c73b1476f..2556df52db55e9944c141b32b0bc845c293b9f33 100644 (file)
@@ -1,3 +1,5 @@
+#-*- Mode: Makefile -*-
+
 SRCS:=AliDpmJetRndm.cxx
 
 HDRS= $(SRCS:.cxx=.h) 
@@ -10,3 +12,8 @@ phojet1.12-35c3.f\
 pythia6115dpm3.f\
 user3.0-5.f\
 openfile.f
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern
+endif