git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9b898a9d5cfe8ba50f64f5b416b25771d9b4e181
[u/mrichter/AliRoot.git]
/
DPMJET
/
libdpmjet.pkg
1
#-*- Mode: Makefile -*-
2
3
SRCS:=AliDpmJetRndm.cxx
4
5
HDRS= $(SRCS:.cxx=.h)
6
7
DHDR:=dpmjetLinkDef.h
8
9
FSRCS:= \
10
dpmjet3.0-5.f\
11
phojet1.12-35c3.f\
12
pythia6115dpm3.f\
13
user3.0-5.f\
14
openfile.f
15
16
ifeq (g95,$(F77))
17
PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
18
endif
19
20
ifeq (win32gcc,$(ALICE_TARGET))
21
PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22
-lmicrocern
23
endif