Removed the obsolete non-NECKO leftovers.

This commit is contained in:
briano%netscape.com 1999-09-09 00:11:48 +00:00
Родитель dd1baa6fbb
Коммит 6074b8b8a4
5 изменённых файлов: 30 добавлений и 130 удалений

Просмотреть файл

@ -22,43 +22,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = DebugRobot
CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp
include $(topsrcdir)/config/config.mk
ifndef NECKO
PROGRAM = htmlrobot
else
LIBRARY_NAME = DebugRobot
endif
ifndef NECKO
LIBS = \
-lnetlib \
-lftpurl \
-lfileurl \
-labouturl \
-lgophurl \
-lremoturl \
-lnetcnvts \
-lnetwork \
-lsockstuburl \
-lmimetype \
-lnetcache \
-lhttpurl \
-lpwcac \
-lmozjs \
-lxpcom \
$(MOZ_TIMER_LIBS) \
$(TK_LIBS) \
$(NULL)
# Needed to resolve __yylex (?)
ifeq ($(OS_ARCH)$(OS_RELEASE),FreeBSD2)
LIBS += -lpcap
endif
else
ifdef ENABLE_TESTS
DIRS = test
endif

Просмотреть файл

@ -52,12 +52,9 @@ SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libraptorxulcontent_s.a \
$(DIST)/lib/libraptorxulbase_s.a \
$(DIST)/lib/libraptorlayout_s.a \
$(DIST)/lib/libneckoutil_s.a \
$(NULL)
ifdef NECKO
SHARED_LIBRARY_LIBS += $(DIST)/lib/libneckoutil_s.a
endif
EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \

Просмотреть файл

@ -32,29 +32,7 @@ CPPSRCS = \
LOCAL_INCLUDES = -I$(srcdir)/../style/src
ifndef NECKO
NET_LIBS = \
-lpwcac \
-lfileurl \
-lftpurl \
-lgophurl \
-lremoturl \
-lnetcnvts \
-labouturl \
-lhttpurl \
-lmimetype \
-lnetcache \
-lnetlib \
-lnetwork \
-lsockstuburl \
$(NULL)
else
NET_LIBS = \
$(DIST)/lib/libneckoutil_s.a \
$(NULL)
endif
GECKO_LIBS = \
LIBS = \
$(DIST)/lib/libraptorhtmlbase_s.a \
$(DIST)/lib/libnglhtmlcon_s.a \
$(DIST)/lib/libraptorhtmldoc_s.a \
@ -62,16 +40,12 @@ GECKO_LIBS = \
$(DIST)/lib/libraptorhtmltable_s.a \
$(DIST)/lib/libraptorlayout_s.a \
$(DIST)/lib/libraptorevents_s.a \
$(NULL)
LIBS = \
$(GECKO_LIBS) \
-lmozjs \
-lraptorgfx \
-lxpcom \
$(MOZ_TIMER_LIBS) \
$(TK_LIBS) \
$(NET_LIBS) \
$(DIST)/lib/libneckoutil_s.a \
$(NSPR_LIBS) \
$(NULL)

Просмотреть файл

@ -22,43 +22,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = DebugRobot
CPPSRCS = nsDebugRobot.cpp nsRobotSink.cpp
include $(topsrcdir)/config/config.mk
ifndef NECKO
PROGRAM = htmlrobot
else
LIBRARY_NAME = DebugRobot
endif
ifndef NECKO
LIBS = \
-lnetlib \
-lftpurl \
-lfileurl \
-labouturl \
-lgophurl \
-lremoturl \
-lnetcnvts \
-lnetwork \
-lsockstuburl \
-lmimetype \
-lnetcache \
-lhttpurl \
-lpwcac \
-lmozjs \
-lxpcom \
$(MOZ_TIMER_LIBS) \
$(TK_LIBS) \
$(NULL)
# Needed to resolve __yylex (?)
ifeq ($(OS_ARCH)$(OS_RELEASE),FreeBSD2)
LIBS += -lpcap
endif
else
ifdef ENABLE_TESTS
DIRS = test
endif

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,42 +13,36 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../..
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = raptor
MODULE = raptor
EXPORTS = \
nsIBrowserWindow.h \
nsIClipboardCommands.h \
nsIContentViewer.h \
nsIContentViewerContainer.h \
nsIDocStreamLoaderFactory.h \
nsIDocumentLoader.h \
nsIDocumentLoaderObserver.h \
nsILinkHandler.h \
nsIModalWindowSupport.h \
nsIThrobber.h \
nsIUrlDispatcher.h \
nsIWebShell.h \
nsIWebShellServices.h \
nsweb.h \
$(NULL)
EXPORTS = \
nsIBrowserWindow.h \
nsIClipboardCommands.h \
nsIContentViewer.h \
nsIContentViewerContainer.h \
nsIDocStreamLoaderFactory.h \
nsIDocumentLoader.h \
nsIDocumentLoaderObserver.h \
nsILinkHandler.h \
nsIModalWindowSupport.h \
nsIThrobber.h \
nsIUrlDispatcher.h \
nsIWebShell.h \
nsIWebShellServices.h \
nsweb.h \
nsIRefreshURI.h \
$(NULL)
ifdef NECKO
EXPORTS +=\
nsIRefreshURI.h \
$(NULL)
endif
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/config.mk
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk