backing out Shaver's changes. -donm
git-svn-id: svn://10.0.0.236/trunk@16472 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -49,6 +49,4 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
MKSHLIB :=
|
||||
|
||||
NO_SHARED_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -47,7 +47,6 @@ GFX_DSO_FLAGS = $(addprefix -lgfx, $(MOZ_TOOLKIT))
|
||||
BASE_DSO_FLAGS= $(addprefix -lgmbase, $(MOZ_TOOLKIT))
|
||||
|
||||
EXTRA_DSO_LDOPTS = \
|
||||
-L$(DIST)/bin \
|
||||
-L$(DIST)/lib \
|
||||
-ljsdombase_s \
|
||||
-ljsdomcore_s \
|
||||
@@ -56,6 +55,7 @@ EXTRA_DSO_LDOPTS = \
|
||||
-ljsdomcss_s \
|
||||
-ljsdomcore_s \
|
||||
-ljsurl \
|
||||
-L$(DIST)/bin \
|
||||
-lraptorbase \
|
||||
-lraptorgfx \
|
||||
$(GFX_DSO_FLAGS) \
|
||||
@@ -66,6 +66,4 @@ EXTRA_DSO_LDOPTS = \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -55,6 +55,4 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
MKSHLIB :=
|
||||
|
||||
NO_SHARED_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -49,6 +49,4 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
MKSHLIB :=
|
||||
|
||||
NO_SHARED_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -39,6 +39,4 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
TARGETS = $(LIBRARY)
|
||||
|
||||
NO_SHARED_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -93,6 +93,4 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
MKSHLIB :=
|
||||
|
||||
NO_SHARED_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -29,6 +29,4 @@ CSRCS = pwcacapi.c
|
||||
|
||||
REQUIRES = js dbm img layer util pref security
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -73,8 +73,6 @@ ifeq ($(MOZ_MAIL_NEWS),1)
|
||||
CSRCS += xp_md5.c
|
||||
endif
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
#EMACS = lemacs
|
||||
|
||||
@@ -54,6 +54,4 @@ endif
|
||||
|
||||
LOCAL_INCLUDES = -I$(srcdir)
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -84,8 +84,6 @@ symbols::
|
||||
@echo "LIBRARY is $(LIBRARY)"
|
||||
@echo "DIST is $(DIST)"
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
#
|
||||
|
||||
@@ -24,6 +24,4 @@ include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
2
mozilla/network/cache/Makefile.in
vendored
2
mozilla/network/cache/Makefile.in
vendored
@@ -44,7 +44,5 @@ REQUIRES += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
2
mozilla/network/cache/nu/Makefile.in
vendored
2
mozilla/network/cache/nu/Makefile.in
vendored
@@ -28,6 +28,4 @@ DIRS = public src
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -25,7 +25,6 @@ MODULE = cnetinit
|
||||
|
||||
ifndef MODULAR_NETLIB
|
||||
LIBRARY_NAME = cnetinit
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
CSRCS = \
|
||||
cnetinit.c \
|
||||
|
||||
@@ -74,6 +74,4 @@ ifndef MOZ_NATIVE_ZLIB
|
||||
REQUIRES += zlib
|
||||
endif
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -36,7 +36,5 @@ EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
REQUIRES = network dbm util pref js java fileurl security \
|
||||
layer img jtools netcnvts
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -85,8 +85,6 @@ ifdef MOZ_SMOOTH_PROGRESS
|
||||
REQUIRES += progress
|
||||
endif
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
TEST_LIBS = $(LIBRARY) \
|
||||
|
||||
@@ -35,8 +35,6 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
REQUIRES = network img layer util
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
#
|
||||
|
||||
@@ -60,8 +60,6 @@ EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
$(LIBRARY): \
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/abouturl.h
|
||||
REQUIRES = netcache network dbm util pref js java fileurl \
|
||||
security layer img httpurl jtools
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/mkcertld.h
|
||||
REQUIRES = ldap network dbm util pref js java fileurl \
|
||||
security layer img httpurl
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/dataurl.h
|
||||
REQUIRES = network dbm util pref js java fileurl \
|
||||
security layer img httpurl netcnvts
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -38,7 +38,5 @@ ifdef MOZ_SMOOTH_PROGRESS
|
||||
REQUIRES += progress
|
||||
endif
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -38,7 +38,5 @@ ifdef MOZ_SMOOTH_PROGRESS
|
||||
REQUIRES += progress
|
||||
endif
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/gophurl.h
|
||||
REQUIRES = network dbm util pref js java fileurl \
|
||||
security layer img httpurl remoturl mimetype
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -41,7 +41,5 @@ ifdef MOZ_SMOOTH_PROGRESS
|
||||
REQUIRES += progress
|
||||
endif
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -45,8 +45,6 @@ REQUIRES = util network security \
|
||||
netcache network nspr2 dbm util pref js java fileurl \
|
||||
security layer img httpurl mimetype htmldlgs
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(topsrcdir)/lib/libmsg
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/jsurl.h
|
||||
REQUIRES = network dbm util pref js java fileurl \
|
||||
security layer img httpurl lay parse style
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -35,8 +35,6 @@ REQUIRES = ldap progress netcache network dbm util pref js java fileurl \
|
||||
security layer img httpurl mimetype htmldlgs
|
||||
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
INCLUDES += -I$(topsrcdir)/lib/libmsg
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/mkmailbx.h
|
||||
REQUIRES = imap4url netcache network dbm util pref js java fileurl \
|
||||
security layer img httpurl mimetype htmldlgs
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/marimurl.h
|
||||
REQUIRES = network dbm util pref js java fileurl \
|
||||
security layer img httpurl
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -37,7 +37,5 @@ EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
||||
REQUIRES = netcache network dbm util pref js java fileurl \
|
||||
security layer img httpurl mimetype htmldlgs
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/mkpop3.h
|
||||
REQUIRES = netcache network dbm util pref js java fileurl \
|
||||
security layer img httpurl mimetype htmldlgs
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/remoturl.h
|
||||
REQUIRES = network dbm util pref js java fileurl \
|
||||
security layer img httpurl
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -34,7 +34,5 @@ EXPORTS= $(srcdir)/mksmtp.h
|
||||
REQUIRES = netcache network dbm util pref js java fileurl \
|
||||
security layer img httpurl mimetype htmldlgs
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
||||
@@ -77,6 +77,4 @@ EXTRA_DSO_LDOPTS+=\
|
||||
|
||||
EXTRA_DSO_LDOPTS += $(TOOLKIT_LIBS) $(XLDFLAGS) $(XLIBS)
|
||||
|
||||
NO_STATIC_LIB=1
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
@@ -27,7 +27,7 @@ include $(topsrcdir)/config/config.mk
|
||||
|
||||
PROGS= $(OBJDIR)/apprunner
|
||||
|
||||
MODULE=apprunner
|
||||
MODULE=raptor
|
||||
|
||||
REQUIRES=raptor xpcom base netlib pref js dom
|
||||
|
||||
@@ -41,7 +41,7 @@ INCLUDES+= -I../public -I$(PUBLIC)/raptor \
|
||||
|
||||
EX_LIBS=\
|
||||
-L$(DIST)/bin \
|
||||
-lnsappshell \
|
||||
$(DIST)/lib/libnsappshell.a \
|
||||
-lxpcom \
|
||||
-lraptorbase \
|
||||
-lwidgetgtk \
|
||||
@@ -63,8 +63,15 @@ EX_LIBS=\
|
||||
-lnetwork \
|
||||
-lnetlib \
|
||||
-lraptorwebwidget \
|
||||
-lraptorhtml \
|
||||
-ljsdom \
|
||||
$(DIST)/lib/libraptorhtmlbase_s.a \
|
||||
$(DIST)/lib/libraptorlayout_s.a \
|
||||
$(DIST)/lib/libraptorevents_s.a \
|
||||
$(DIST)/lib/libraptorhtmlstyle_s.a \
|
||||
$(DIST)/lib/libjsdombase_s.a \
|
||||
$(DIST)/lib/libjsdomhtml_s.a \
|
||||
$(DIST)/lib/libjsdomcss_s.a \
|
||||
$(DIST)/lib/libjsdomcore_s.a \
|
||||
-ljsurl \
|
||||
-lraptorbase \
|
||||
-lsecfree \
|
||||
-ljs \
|
||||
@@ -101,7 +108,7 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
$(PROGS) : $(OBJS)
|
||||
@$(MAKE_OBJDIR)
|
||||
$(CCC) -o $@ $(OBJS) $(LDFLAGS) $(EX_LIBS) $(OS_LIBS)
|
||||
$(CCC) -o $@ $(OBJS) $(LDFLAGS) $(EX_LIBS) $(OS_LIBS) $(TK_GTK_LIBS)
|
||||
|
||||
install:: $(TARGETS)
|
||||
$(INSTALL) $(PROGS) $(DIST)/bin
|
||||
|
||||
Reference in New Issue
Block a user