]> git.uio.no Git - u/mrichter/AliRoot.git/blame_incremental - DPMJET/libdpmjet.pkg
Suggestion from FC to avoid fragmentation of memory
[u/mrichter/AliRoot.git] / DPMJET / libdpmjet.pkg
... / ...
CommitLineData
1#-*- Mode: Makefile -*-
2
3SRCS:=AliDpmJetRndm.cxx
4
5HDRS= $(SRCS:.cxx=.h)
6
7DHDR:=dpmjetLinkDef.h
8
9FSRCS:= \
10dpmjet3.0-5.f\
11phojet1.12-35c3.f\
12pythia6115dpm3.f\
13user3.0-5.f\
14openfile.f
15
16ifeq (g95,$(F77))
17PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
18endif
19
20ifeq (win32gcc,$(ALICE_TARGET))
21PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22 -lmicrocern
23endif