X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TDPMjet%2FlibTDPMjet.pkg;h=071d8d1a2114b91c8f19f5b69d89ed11f321f9f0;hb=f7edd4d575c57401326b2c6b3c7beedf01b33755;hp=c91773dce84c642005253575ef841f8da9ecdb00;hpb=f2ba02a42969462f8cf4c473a3e4d07790edca37;p=u%2Fmrichter%2FAliRoot.git diff --git a/TDPMjet/libTDPMjet.pkg b/TDPMjet/libTDPMjet.pkg index c91773dce84..071d8d1a211 100644 --- a/TDPMjet/libTDPMjet.pkg +++ b/TDPMjet/libTDPMjet.pkg @@ -1,9 +1,17 @@ -SRCS= TDPMjet.cxx AliGenDPMjet.cxx AliGenDPMjetEventHeader.cxx AliIonPDGCodes.cxx +#-*- Mode: Makefile -*- + +SRCS= TDPMjet.cxx AliGenDPMjet.cxx AliIonPDGCodes.cxx HDRS= $(SRCS:.cxx=.h) DHDR:=TDPMjetLinkDef.h -EXPORT:=TDPMjet.h AliGenDPMjetEventHeader.h AliIonPDGCodes.h +EXPORT:=TDPMjet.h AliIonPDGCodes.h + +EINCLUDE:=DPMJET EVGEN -EINCLUDE:=DPMJET \ No newline at end of file +ifeq (win32gcc,$(ALICE_TARGET)) +PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \ + -lSTEERBase -lEVGEN -lSTEER -ldpmjet \ + -L$(ROOTLIBDIR) -lEG +endif