From c62da8b2cbe81f6174b893cfb1abdd1e175ac30a Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Tue, 2 Feb 1999 03:21:01 +0000 Subject: [PATCH] htmlrobot test now builds on Linux git-svn-id: svn://10.0.0.236/trunk@19277 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/htmlparser/robot/Makefile.in | 55 ++++++++++++--------- mozilla/parser/htmlparser/robot/Makefile.in | 55 ++++++++++++--------- 2 files changed, 62 insertions(+), 48 deletions(-) diff --git a/mozilla/htmlparser/robot/Makefile.in b/mozilla/htmlparser/robot/Makefile.in index 54ddbc892e3..cce2b28348b 100644 --- a/mozilla/htmlparser/robot/Makefile.in +++ b/mozilla/htmlparser/robot/Makefile.in @@ -15,43 +15,50 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH = ../../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -include $(topsrcdir)/config/config.mk -CPPSRCS = \ - RobotMain.cpp \ +CPPSRCS = \ + nsDebugRobot.cpp \ nsRobotSink.cpp \ $(NULL) -REQUIRES=xpcom raptor +include $(topsrcdir)/config/config.mk -OBJS = $(CPPSRCS:.cpp=.o) -EX_LIBS = \ - $(DIST)/lib/libraptorbase.a \ - $(DIST)/lib/libraptorhtmlpars.a \ - $(DIST)/lib/libnetlib.a \ - $(DIST)/lib/libpref.a \ - $(DIST)/lib/libxp.a \ - $(DIST)/lib/libjs.a \ - $(DIST)/lib/libxpcom.a \ - $(NSPR_LIBS) \ - -lXm \ - -lm \ +LIBS = \ + -lraptorbase \ + -lraptorhtmlpars \ + -lnetlib \ + -lgmbase$(MOZ_TOOLKIT) \ + -lftpurl \ + -lfileurl \ + -labouturl \ + -lgophurl \ + -lremoturl \ + -lnetcnvts \ + -lnetwork \ + -lsockstuburl \ + -lnetutil \ + -lmimetype \ + -lnetcache \ + -lhttpurl \ + -lpwcac \ + -lsecfree \ + -lpref \ + -lxp \ + -ljs \ + -lxpcom \ + $(TK_LIBS) \ + $(ZLIB_LIBS) \ + $(NSPR_LIBS) \ $(NULL) -PROG = htmlrobot - -$(PROG):$(OBJS) - @$(MAKE_OBJDIR) - $(CCC) -o $@ $(OBJS) $(LDFLAGS) $(EX_LIBS) $(OS_LIBS) - -TARGETS = $(PROG) +PROGRAM = htmlrobot include $(topsrcdir)/config/rules.mk diff --git a/mozilla/parser/htmlparser/robot/Makefile.in b/mozilla/parser/htmlparser/robot/Makefile.in index 54ddbc892e3..cce2b28348b 100644 --- a/mozilla/parser/htmlparser/robot/Makefile.in +++ b/mozilla/parser/htmlparser/robot/Makefile.in @@ -15,43 +15,50 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. -DEPTH = ../../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -include $(topsrcdir)/config/config.mk -CPPSRCS = \ - RobotMain.cpp \ +CPPSRCS = \ + nsDebugRobot.cpp \ nsRobotSink.cpp \ $(NULL) -REQUIRES=xpcom raptor +include $(topsrcdir)/config/config.mk -OBJS = $(CPPSRCS:.cpp=.o) -EX_LIBS = \ - $(DIST)/lib/libraptorbase.a \ - $(DIST)/lib/libraptorhtmlpars.a \ - $(DIST)/lib/libnetlib.a \ - $(DIST)/lib/libpref.a \ - $(DIST)/lib/libxp.a \ - $(DIST)/lib/libjs.a \ - $(DIST)/lib/libxpcom.a \ - $(NSPR_LIBS) \ - -lXm \ - -lm \ +LIBS = \ + -lraptorbase \ + -lraptorhtmlpars \ + -lnetlib \ + -lgmbase$(MOZ_TOOLKIT) \ + -lftpurl \ + -lfileurl \ + -labouturl \ + -lgophurl \ + -lremoturl \ + -lnetcnvts \ + -lnetwork \ + -lsockstuburl \ + -lnetutil \ + -lmimetype \ + -lnetcache \ + -lhttpurl \ + -lpwcac \ + -lsecfree \ + -lpref \ + -lxp \ + -ljs \ + -lxpcom \ + $(TK_LIBS) \ + $(ZLIB_LIBS) \ + $(NSPR_LIBS) \ $(NULL) -PROG = htmlrobot - -$(PROG):$(OBJS) - @$(MAKE_OBJDIR) - $(CCC) -o $@ $(OBJS) $(LDFLAGS) $(EX_LIBS) $(OS_LIBS) - -TARGETS = $(PROG) +PROGRAM = htmlrobot include $(topsrcdir)/config/rules.mk