git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Corrected opening of the data file (using the same way as in Pythia6)
[u/mrichter/AliRoot.git]
/
DPMJET
/
libdpmjet.pkg
diff --git
a/DPMJET/libdpmjet.pkg
b/DPMJET/libdpmjet.pkg
index eab340d7e0be861ed63405831d9adfc5ff076f2a..2556df52db55e9944c141b32b0bc845c293b9f33 100644
(file)
--- a/
DPMJET/libdpmjet.pkg
+++ b/
DPMJET/libdpmjet.pkg
@@
-1,3
+1,5
@@
+#-*- Mode: Makefile -*-
+
SRCS:=AliDpmJetRndm.cxx
HDRS= $(SRCS:.cxx=.h)
SRCS:=AliDpmJetRndm.cxx
HDRS= $(SRCS:.cxx=.h)
@@
-11,6
+13,7
@@
pythia6115dpm3.f\
user3.0-5.f\
openfile.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