]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TDPMjet/libTDPMjet.pkg
Create the rec-point branch even in the case of no digits. Please review and fix...
[u/mrichter/AliRoot.git] / TDPMjet / libTDPMjet.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS= TDPMjet.cxx AliGenDPMjet.cxx AliGenDPMjetEventHeader.cxx AliIonPDGCodes.cxx
4
5 HDRS= $(SRCS:.cxx=.h) 
6
7 DHDR:=TDPMjetLinkDef.h
8
9 EXPORT:=TDPMjet.h AliGenDPMjetEventHeader.h AliIonPDGCodes.h
10
11 EINCLUDE:=DPMJET
12
13 ifeq (win32gcc,$(ALICE_TARGET))
14 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
15                          -lSTEERBase -lEVGEN -lSTEER -ldpmjet \
16                          -L$(shell root-config --libdir) -lEG
17 endif