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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user