]> git.uio.no Git - u/mrichter/AliRoot.git/blame - DPMJET/libdpmjet.pkg
Create the rec-point branch even in the case of no digits. Please review and fix...
[u/mrichter/AliRoot.git] / DPMJET / libdpmjet.pkg
CommitLineData
f87dab60 1#-*- Mode: Makefile -*-
2
6ceb0b46 3SRCS:=AliDpmJetRndm.cxx
4
5HDRS= $(SRCS:.cxx=.h)
6
7DHDR:=dpmjetLinkDef.h
8
d30b8254 9FSRCS:= \
9aaba0d6 10dpmjet3.0-5.f\
11phojet1.12-35c3.f\
12pythia6115dpm3.f\
13user3.0-5.f\
14openfile.f
f87dab60 15
4f3b19bf 16ifeq (g95,$(F77))
17PACKFFLAGS := $(filter-out -O%,$(FFLAGS))
18endif
19
f87dab60 20ifeq (win32gcc,$(ALICE_TARGET))
21PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
22 -lmicrocern
23endif