]> git.uio.no Git - u/mrichter/AliRoot.git/blob - DPMJET/libdpmjet.pkg
bug fixed
[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
17 ifeq (g95,$(F77))
18 PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
19 endif
20
21 ifeq (win32gcc,$(ALICE_TARGET))
22 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
23                          -lmicrocern
24 endif