]> git.uio.no Git - u/mrichter/AliRoot.git/blob - DPMJET/libdpmjet.pkg
Fixing memory leak introduced with rev. 45388
[u/mrichter/AliRoot.git] / DPMJET / libdpmjet.pkg
1 #-*- Mode: Makefile -*-
2
3
4 SRCS:=AliDpmJetRndm.cxx
5
6 HDRS= $(SRCS:.cxx=.h) 
7
8 DHDR:=dpmjetLinkDef.h
9
10 FSRCS:= \
11 dpmjet3.0-5.f\
12 phojet1.12-35c3.f\
13 user3.0-5.f\
14 openfile.f
15
16 ifneq (,$(findstring macosx,$(ALICE_TARGET)))
17
18 CSRCS += \
19 ../PYTHIA6/pythia6_common_address.c 
20
21
22 FSRCS += \
23 ../PYTHIA6/pythia6_common_block_address.F \
24 ../PYTHIA6/tpythia6_called_from_cc.F\
25 ../PYTHIA6/pythia6214.f \
26 ../PYTHIA6/pydummy.f \
27 ../PYTHIA6/pdf_alice.F  
28
29 endif
30
31 ifeq (g95,$(F77))
32 PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
33 endif
34
35 ifeq (win32gcc,$(ALICE_TARGET))
36 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
37                          -lmicrocern
38 endif