Removed the obsolete non-NECKO leftovers.

git-svn-id: svn://10.0.0.236/trunk@46456 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-09-09 00:11:48 +00:00
parent 0967a81e05
commit cf7f7bf07e
5 changed files with 30 additions and 130 deletions

View File

@@ -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