]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TDPMjet/libTDPMjet.pkg
undoing partially the previous commit
[u/mrichter/AliRoot.git] / TDPMjet / libTDPMjet.pkg
index 07ca5d8e2e084704d88f6b1effa222ed9941c1ea..071d8d1a2114b91c8f19f5b69d89ed11f321f9f0 100644 (file)
@@ -1,7 +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
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lSTEERBase -lEVGEN -lSTEER -ldpmjet \
+                         -L$(ROOTLIBDIR) -lEG
+endif