зеркало из https://github.com/mozilla/pjs.git
Removed the obsolete non-NECKO leftovers.
This commit is contained in:
Родитель
8e66210562
Коммит
eff1b0f0cc
|
@ -41,6 +41,7 @@ SHARED_LIBRARY_LIBS = \
|
|||
$(DIST)/lib/libjsdomrange_s.a \
|
||||
$(DIST)/lib/libjsdomhtml_s.a \
|
||||
$(DIST)/lib/libjsdomcss_s.a \
|
||||
$(DIST)/lib/libneckoutil_s.a \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
|
@ -50,10 +51,6 @@ EXTRA_DSO_LDOPTS = \
|
|||
-L$(DIST)/bin \
|
||||
$(NULL)
|
||||
|
||||
ifdef NECKO
|
||||
SHARED_LIBRARY_LIBS += $(DIST)/lib/libneckoutil_s.a
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
CFLAGS += -D_IMPL_NS_DOM
|
||||
|
|
|
@ -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,36 +13,24 @@
|
|||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
||||
# Reserved.
|
||||
#
|
||||
|
||||
DEPTH = ../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = dom
|
||||
LIBRARY_NAME = jsurl
|
||||
IS_COMPONENT = 1
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
REQUIRES = netwerk xpcom
|
||||
|
||||
ifdef NECKO
|
||||
CPPSRCS = \
|
||||
nsJSProtocolHandler.cpp \
|
||||
$(NULL)
|
||||
CPPSRCS = nsJSProtocolHandler.cpp
|
||||
|
||||
EXPORTS = \
|
||||
$(srcdir)/nsJSProtocolHandler.h \
|
||||
$(NULL)
|
||||
|
||||
else
|
||||
EXPORTS= $(srcdir)/jsurl.h
|
||||
|
||||
CPPSRCS = \
|
||||
jsurl.cpp \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
REQUIRES = netwerk xpcom
|
||||
EXPORTS = $(srcdir)/nsJSProtocolHandler.h
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -22,8 +22,6 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
#DIRS = btest
|
||||
|
||||
CPPSRCS = \
|
||||
DumpColors.cpp \
|
||||
TestColorNames.cpp \
|
||||
|
@ -32,26 +30,6 @@ CPPSRCS = \
|
|||
|
||||
SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
ifndef NECKO
|
||||
NET_LIBS = \
|
||||
-lnetlib \
|
||||
-lhttpurl \
|
||||
-lgophurl \
|
||||
-labouturl \
|
||||
-lremoturl \
|
||||
-lfileurl \
|
||||
-lftpurl \
|
||||
-lnetwork \
|
||||
-lsockstuburl \
|
||||
-lmimetype \
|
||||
-lnetcnvts \
|
||||
-lnetcache \
|
||||
-lpwcac \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
-lraptorgfx \
|
||||
-lxpcom \
|
||||
|
|
|
@ -29,33 +29,12 @@ CPPSRCS = \
|
|||
nsWidgetTest.cpp \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
ifndef NECKO
|
||||
NET_LIBS = \
|
||||
-lnetlib \
|
||||
-lremoturl \
|
||||
-lnetcnvts \
|
||||
-lgophurl \
|
||||
-labouturl \
|
||||
-lsockstuburl \
|
||||
-lhttpurl \
|
||||
-lmimetype \
|
||||
-lfileurl \
|
||||
-lftpurl \
|
||||
-lpwcac \
|
||||
-lnetwork \
|
||||
-lnetcache \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
-lxpcom \
|
||||
-lmozjs \
|
||||
-lwidgetsupport_s \
|
||||
-lraptorgfx \
|
||||
$(MOZ_TIMER_LIBS) \
|
||||
$(NET_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
|
|
@ -43,12 +43,9 @@ SHARED_LIBRARY_LIBS = \
|
|||
$(DIST)/lib/librdfcontent_s.a \
|
||||
$(DIST)/lib/librdfdatasource_s.a \
|
||||
$(DIST)/lib/librdfutil_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) \
|
||||
|
|
|
@ -25,37 +25,11 @@ include $(DEPTH)/config/autoconf.mk
|
|||
PROGRAM = rdfcat
|
||||
CPPSRCS = rdfcat.cpp
|
||||
|
||||
BASE_LIBS = \
|
||||
LIBS = \
|
||||
-lneckoutil_s \
|
||||
$(MOZ_TIMER_LIBS) \
|
||||
-lmozjs \
|
||||
-lxpcom \
|
||||
$(NULL)
|
||||
|
||||
ifndef NECKO
|
||||
NETLIB_LIBS = \
|
||||
-labouturl \
|
||||
-lfileurl \
|
||||
-lftpurl \
|
||||
-lgophurl \
|
||||
-lhttpurl \
|
||||
-lremoturl \
|
||||
-lsockstuburl \
|
||||
-lmimetype \
|
||||
-lnetcache \
|
||||
-lnetcnvts \
|
||||
-lnetlib \
|
||||
-lnetwork \
|
||||
-lpwcac \
|
||||
$(NULL)
|
||||
else
|
||||
NETLIB_LIBS = \
|
||||
-lneckoutil_s \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
$(NETLIB_LIBS) \
|
||||
$(MOZ_TIMER_LIBS) \
|
||||
$(BASE_LIBS) \
|
||||
$(NSPR_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
|
|
@ -25,38 +25,12 @@ include $(DEPTH)/config/autoconf.mk
|
|||
PROGRAM = rdfpoll
|
||||
CPPSRCS = rdfpoll.cpp
|
||||
|
||||
BASE_LIBS = \
|
||||
-lmozjs \
|
||||
-lxpcom \
|
||||
$(NULL)
|
||||
|
||||
ifndef NECKO
|
||||
NETLIB_LIBS = \
|
||||
-labouturl \
|
||||
-lfileurl \
|
||||
-lftpurl \
|
||||
-lgophurl \
|
||||
-lhttpurl \
|
||||
-lremoturl \
|
||||
-lsockstuburl \
|
||||
-lmimetype \
|
||||
-lnetcache \
|
||||
-lnetcnvts \
|
||||
-lnetlib \
|
||||
-lnetwork \
|
||||
-lpwcac \
|
||||
$(NULL)
|
||||
else
|
||||
NETLIB_LIBS = \
|
||||
-lneckoutil_s \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
LIBS = \
|
||||
$(NETLIB_LIBS) \
|
||||
-lneckoutil_s \
|
||||
$(MOZ_TIMER_LIBS) \
|
||||
$(IMGLIB_LIBS) \
|
||||
$(BASE_LIBS) \
|
||||
-lmozjs \
|
||||
-lxpcom \
|
||||
$(NSPR_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(NULL)
|
||||
|
|
|
@ -62,31 +62,10 @@ CPPSRCS += \
|
|||
$(NULL)
|
||||
endif
|
||||
|
||||
ifndef NECKO
|
||||
NETLIB_LIBS = \
|
||||
-lnetlib \
|
||||
-labouturl \
|
||||
-lfileurl \
|
||||
-lremoturl \
|
||||
-lgophurl \
|
||||
-lsockstuburl \
|
||||
-lftpurl \
|
||||
-lmimetype \
|
||||
-lpwcac \
|
||||
-lhttpurl \
|
||||
-lnetwork \
|
||||
-lnetcnvts \
|
||||
-lnetcache \
|
||||
-lnetlib \
|
||||
$(NULL)
|
||||
else
|
||||
NETLIB_LIBS = -lneckoutil_s
|
||||
endif
|
||||
|
||||
LIBS += \
|
||||
-lmozjs \
|
||||
-lxpcom \
|
||||
$(NETLIB_LIBS) \
|
||||
-lneckoutil_s \
|
||||
$(MOZ_TIMER_LIBS) \
|
||||
$(TK_LIBS) \
|
||||
$(LOST_SYM_LIBS) \
|
||||
|
|
Загрузка…
Ссылка в новой задаче