зеркало из https://github.com/mozilla/pjs.git
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
This commit is contained in:
Родитель
b0af7df5e7
Коммит
5ac69655c0
|
@ -54,8 +54,6 @@ MODULE_NAME = nsAccessibilityModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = accessibility.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/accessibility.xpt
|
||||
#if MOZ_WIDGET_TOOLKIT==windows
|
||||
!xpt dist/bin/components/accessibility-msaa.xpt
|
||||
#endif
|
||||
|
||||
# xxxbsmedberg why is this in the browser, but the other stuff in gecko?
|
||||
[xpfe-browser browser]
|
||||
#if MOZ_WIDGET_TOOLKIT==windows
|
||||
dist/bin/AccessibleMarshal.dll
|
||||
dist/bin/IA2Marshal.dll
|
||||
#endif
|
|
@ -44,7 +44,6 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = build
|
||||
PACKAGE_FILE = build.pkg
|
||||
|
||||
ifeq (,$(filter WINCE WINNT OS2,$(OS_ARCH)))
|
||||
DIRS = unix
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[unpackaged-files]
|
||||
!optional dist/bin/.autoreg
|
||||
!optional dist/bin/asdecode
|
||||
!optional dist/bin/nsinstall@BINS@
|
|
@ -44,7 +44,6 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = build
|
||||
PACKAGE_FILE = unix.pkg
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
# it appears that all of our applications need this,
|
||||
# so this can be part of gecko-support packaged with every
|
||||
# application and the embedding packages
|
||||
|
||||
[gecko-support]
|
||||
dist/bin/run-mozilla.sh
|
||||
|
||||
[gecko-devel]
|
||||
dist/bin/mozilla-config
|
||||
|
||||
[unpackaged-files]
|
||||
!optional dist/bin/elf-dynstr-gc
|
|
@ -50,8 +50,6 @@ MODULE_NAME = nsSecurityManagerModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = caps.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
pref \
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/caps.xpt
|
|
@ -50,8 +50,6 @@ MODULE_NAME = nsChromeModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = chrome.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
rdf \
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
# since the chrome service has been forked, it is
|
||||
# part of the new toolkit, it is not part of the gecko core
|
||||
[toolkit]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/chrome.xpt
|
|
@ -49,8 +49,6 @@ IS_COMPONENT = 1
|
|||
MODULE_NAME = nsMorkModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = mork.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[xpfe-browser browser]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
|
@ -44,8 +44,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = dbm
|
||||
|
||||
PACKAGE_FILE = dbmtest.pkg
|
||||
|
||||
PROGRAM = lots$(BIN_SUFFIX)
|
||||
|
||||
CSRCS = lots.c
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[gecko-tests]
|
||||
dist/bin/lots@BINS@
|
|
@ -52,8 +52,6 @@ EXPORT_LIBRARY = 1
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = docshell.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
|
||||
#if OS_ARCH==WINNT
|
||||
# WTF?
|
||||
!xpt dist/bin/components/docshell_base.xpt
|
||||
#else
|
||||
!xpt dist/bin/components/docshell.xpt
|
||||
#endif
|
||||
|
||||
!xpt dist/bin/components/uriloader.xpt
|
||||
!xpt dist/bin/components/exthandler.xpt
|
||||
!xpt dist/bin/components/shistory.xpt
|
||||
!xpt dist/bin/components/prefetch.xpt
|
|
@ -49,8 +49,6 @@ IS_COMPONENT = 1
|
|||
MODULE_NAME = nsComposerModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = composer.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
unicharutil \
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
[xpfe-browser]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/composer.xpt
|
||||
|
||||
dist/bin/res/EditorOverride.css
|
||||
dist/bin/res/grabber.gif
|
||||
dist/bin/res/table-add-column-after-active.gif
|
||||
dist/bin/res/table-add-column-after-hover.gif
|
||||
dist/bin/res/table-add-column-after.gif
|
||||
dist/bin/res/table-add-column-before-active.gif
|
||||
dist/bin/res/table-add-column-before-hover.gif
|
||||
dist/bin/res/table-add-column-before.gif
|
||||
dist/bin/res/table-add-row-after-active.gif
|
||||
dist/bin/res/table-add-row-after-hover.gif
|
||||
dist/bin/res/table-add-row-after.gif
|
||||
dist/bin/res/table-add-row-before-active.gif
|
||||
dist/bin/res/table-add-row-before-hover.gif
|
||||
dist/bin/res/table-add-row-before.gif
|
||||
dist/bin/res/table-remove-column-active.gif
|
||||
dist/bin/res/table-remove-column-hover.gif
|
||||
dist/bin/res/table-remove-column.gif
|
||||
dist/bin/res/table-remove-row-active.gif
|
||||
dist/bin/res/table-remove-row-hover.gif
|
||||
dist/bin/res/table-remove-row.gif
|
|
@ -49,8 +49,6 @@ IS_COMPONENT = 1
|
|||
MODULE_NAME = nsTransactionManagerModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = txmgr.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
$(NULL)
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[xpfe-browser browser]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/txmgr.xpt
|
||||
|
||||
#if ENABLE_TESTS
|
||||
[gecko-tests]
|
||||
dist/bin/TestTXMgr@BINS@
|
||||
#endif
|
|
@ -44,7 +44,6 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = embed
|
||||
PACKAGE_FILE = embed.pkg
|
||||
|
||||
DIRS = base components browser
|
||||
|
||||
|
|
|
@ -43,7 +43,6 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = activex
|
||||
PACKAGE_FILE = activex.pkg
|
||||
|
||||
DIRS = $(NULL)
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[gecko]
|
||||
dist/bin/mozctl.dll
|
||||
dist/bin/mozctlx.dll
|
|
@ -258,13 +258,6 @@ install-prefs: activex.js
|
|||
$(INSTALL) $< $(DIST)/bin/defaults/pref
|
||||
|
||||
ifdef MOZ_USE_ACTIVEX_PLUGIN
|
||||
PACKAGE_FILE = axplugin.pkg
|
||||
PACKAGE_VARS += \
|
||||
MOZ_ACTIVEX_PLUGIN_LIVECONNECT \
|
||||
MOZ_ACTIVEX_PLUGIN_XPCONNECT \
|
||||
XPC_IDISPATCH_SUPPORT \
|
||||
$(NULL)
|
||||
|
||||
libs:: install-plugin install-prefs
|
||||
|
||||
ifdef MOZ_ACTIVEX_PLUGIN_LIVECONNECT
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
# XXXbsmedberg: god help me, this makefile is bizarre
|
||||
[gecko]
|
||||
dist/plugins/@SHARED_LIBRARY@
|
||||
dist/bin/defaults/pref/activex.js
|
||||
#if MOZ_ACTIVEX_PLUGIN_XPCONNECT
|
||||
!xpt dist/bin/plugins/nsIMozAxPlugin.xpt
|
||||
#endif
|
||||
#if MOZ_ACTIVEX_PLUGIN_LIVECONNECT
|
||||
dist/bin/plugins/MozAxPlugin.class
|
||||
#endif
|
||||
#if XPC_IDISPATCH_SUPPORT
|
||||
dist/bin/components/nsAxSecurityPolicy.js
|
||||
#endif
|
|
@ -51,8 +51,6 @@ EXPORT_LIBRARY = 1
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = webbrowser.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
docshell \
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/webBrowser_core.xpt
|
|
@ -51,6 +51,4 @@ ifdef ENABLE_TESTS
|
|||
TOOL_DIRS += tests
|
||||
endif
|
||||
|
||||
PACKAGE_FILE = gtkembed.pkg
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
[gtkembed]
|
||||
dist/bin/@DLLP@gtkembedmoz@DLLS@
|
||||
dist/bin/TestGtkEmbed
|
||||
|
||||
#if ENABLE_TESTS
|
||||
dist/bin/TestGtkEmbedNotebook@BINS@
|
||||
dist/bin/TestGtkEmbedSocket@BINS@
|
||||
dist/bin/TestGtkEmbedChild@BINS@
|
||||
#endif
|
|
@ -56,9 +56,6 @@ ifdef MOZ_PERF_METRICS
|
|||
EXTRA_DSO_LIBS = mozutil_s
|
||||
endif
|
||||
|
||||
PACKAGE_FILE = embedcomponents.pkg
|
||||
PACKAGE_VARS += MOZ_PROFILESHARING
|
||||
|
||||
REQUIRES = js \
|
||||
xpcom \
|
||||
string \
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/commandhandler.xpt
|
||||
!xpt dist/bin/components/find.xpt
|
||||
!xpt dist/bin/components/jsconsole.xpt
|
||||
!xpt dist/bin/components/helperAppDlg.xpt
|
||||
!xpt dist/bin/components/progressDlg.xpt
|
||||
!xpt dist/bin/components/webbrowserpersist.xpt
|
||||
!xpt dist/bin/components/windowwatcher.xpt
|
||||
!xpt dist/bin/components/embed_base.xpt
|
||||
#if MOZ_PROFILESHARING
|
||||
!xpt dist/bin/components/profilesharingsetup.xpt
|
||||
#endif
|
||||
|
||||
# embedders may want to ship these components also
|
||||
[xpfe-browser browser]
|
||||
dist/bin/components/nsHelperAppDlg.js
|
||||
dist/bin/components/nsProgressDialog.js
|
||||
!xpt dist/bin/components/helperAppDlg.xpt
|
|
@ -55,7 +55,6 @@ PROJECT_ARG=-project $(PROJECT)
|
|||
PBBUILD_ARG=$(PBBUILD_SETTINGS)
|
||||
|
||||
MODULE = printpde
|
||||
PACKAGE_FILE = printpde.pkg
|
||||
|
||||
unexport CC CXX
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[xpfe-browser]
|
||||
dist/package/PrintPDE.plugin/Contents/Info.plist approot/Plug-Ins/PrintPDE.plugin/Contents/Info.plist
|
||||
dist/package/PrintPDE.plugin/Contents/MacOS/PrintPDE approot/Plug-Ins/PrintPDE.plugin/Contents/MacOS/PrintPDE
|
||||
dist/package/PrintPDE.plugin/Contents/Resources/English.lproj/Localizable.strings approot/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/Localizable.strings
|
||||
dist/package/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib/classes.nib approot/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib/classes.nib
|
||||
dist/package/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib/info.nib approot/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib/info.nib
|
||||
dist/package/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib/objects.xib approot/Plug-Ins/PrintPDE.plugin/Contents/Resources/English.lproj/PrintPDE.nib/objects.xib
|
|
@ -1,13 +0,0 @@
|
|||
# gre-support is also included by various embedding packages
|
||||
[gre-support]
|
||||
dist/bin/chrome/embed.jar
|
||||
@topsrcdir@/embedding/config/installed-chrome.txt dist/bin/chrome/installed-chrome.txt
|
||||
|
||||
[gtkembed mfcembed winembed minimo]
|
||||
!touch dist/bin/.autoreg
|
||||
@topsrcdir@/embedding/config/readme.html dist/bin/readme.html
|
||||
!optional @topsrcdir@/embedding/config/all.js dist/bin/defaults/pref/all.js
|
||||
@topsrcdir@/embedding/config/installed-chrome.txt dist/bin/chrome/installed-chrome.txt
|
||||
|
||||
[unpackaged-files]
|
||||
dist/bin/chrome/embed-sample.jar
|
|
@ -40,8 +40,6 @@ MOZILLA_INTERNAL_API = 1
|
|||
|
||||
MODULE = os2Embed
|
||||
|
||||
PACKAGE_FILE = os2embed.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
embed_base \
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[os2embed]
|
||||
dist/bin/os2Embed.exe
|
|
@ -41,8 +41,6 @@ RESFILE = winEmbed.res
|
|||
|
||||
MODULE = winEmbed
|
||||
|
||||
PACKAGE_FILE = winembed.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
embed_base \
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[winembed]
|
||||
dist/bin/winEmbed.exe
|
|
@ -50,8 +50,6 @@ MODULE_NAME = nsCookieModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = cookie.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
necko \
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[xpfe-browser browser gtkembed mfcembed winembed]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/cookie.xpt
|
||||
|
||||
#if ENABLE_TESTS
|
||||
[gecko-tests]
|
||||
dist/bin/TestCookie@BINS@
|
||||
#endif
|
|
@ -49,8 +49,6 @@ IS_COMPONENT = 1
|
|||
MODULE_NAME = nsPermissionsModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
#PACKAGE_FILE = permissions.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
necko \
|
||||
|
|
|
@ -53,8 +53,6 @@ IS_COMPONENT = 1
|
|||
MODULE_NAME = nsAutoConfigModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = autoconfig.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
intl \
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
[xpfe-browser]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/autoconfig.xpt
|
||||
|
||||
# odd place to put this, but...
|
||||
dist/bin/components/nsProxyAutoConfig.js
|
||||
|
||||
dist/bin/defaults/autoconfig/prefcalls.js
|
||||
dist/bin/defaults/autoconfig/platform.js
|
|
@ -61,8 +61,6 @@ REQUIRES = xpcom \
|
|||
chardet \
|
||||
$(NULL)
|
||||
|
||||
PACKAGE_FILE = universalchardet.pkg
|
||||
|
||||
CPPSRCS = \
|
||||
nsUniversalCharDetModule.cpp \
|
||||
nsUdetXPCOMWrapper.cpp \
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
# This is not part of embedding, but it is part of the GRE.
|
||||
# Make that make sense.
|
||||
|
||||
[gre]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
|
||||
#if ENABLE_TESTS
|
||||
[gecko-tests]
|
||||
dist/bin/UniversalChardetTest@BINS@
|
||||
#endif
|
|
@ -48,8 +48,6 @@ EXPORT_LIBRARY = 1
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = gfx.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
widget \
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/@SHARED_LIBRARY@
|
||||
#endif
|
||||
!xpt dist/bin/components/gfx.xpt
|
||||
|
||||
#if ENABLE_TESTS
|
||||
[gecko-tests]
|
||||
dist/bin/DumpColors@BINS@
|
||||
dist/bin/TestColorNames@BINS@
|
||||
dist/bin/TestRect@BINS@
|
||||
#endif
|
|
@ -54,8 +54,6 @@ REQUIRES = pref \
|
|||
$(NULL)
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = psshared.pkg
|
||||
|
||||
EXPORTS = nsCUPSShim.h \
|
||||
nsPaperPS.h \
|
||||
nsPSPrinters.h\
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/@SHARED_LIBRARY@
|
||||
#endif
|
|
@ -49,9 +49,6 @@ MODULE_NAME = nsI18nModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = intl.pkg
|
||||
PACKAGE_VARS = MOZ_MATHML
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
unicharutil \
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/intl.xpt
|
||||
!xpt dist/bin/components/unicharutil.xpt
|
||||
!xpt dist/bin/components/locale.xpt
|
||||
!xpt dist/bin/components/chardet.xpt
|
||||
!xpt dist/bin/components/lwbrk.xpt
|
||||
dist/bin/res/langGroups.properties
|
||||
dist/bin/res/language.properties
|
||||
dist/bin/res/entityTables/html40Special.properties
|
||||
dist/bin/res/entityTables/htmlEntityVersions.properties
|
||||
dist/bin/res/entityTables/html40Latin1.properties
|
||||
dist/bin/res/entityTables/html40Symbols.properties
|
||||
dist/bin/res/entityTables/transliterate.properties
|
||||
#if MOZ_MATHML
|
||||
dist/bin/res/entityTables/mathml20.properties
|
||||
#endif
|
||||
|
||||
#if ENABLE_TESTS
|
||||
[gecko-tests]
|
||||
dist/bin/UnicharSelfTest@BINS@
|
||||
dist/bin/TestLineBreak@BINS@
|
||||
dist/bin/res/strres.properties
|
||||
#if OS_ARCH==WINNT
|
||||
dist/bin/DetectCharset@BINS@
|
||||
#endif
|
||||
#endif
|
|
@ -54,8 +54,6 @@ ifneq ($(OS_ARCH),WINNT)
|
|||
SHORT_LIBNAME = mozuconv
|
||||
endif
|
||||
|
||||
PACKAGE_FILE = uconv.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
intl \
|
||||
|
|
|
@ -1,40 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/uconv.xpt
|
||||
!xpt dist/bin/components/ucnative.xpt
|
||||
dist/bin/res/charsetalias.properties
|
||||
dist/bin/res/charsetData.properties
|
||||
|
||||
#if MOZ_WIDGET_TOOLKIT==os2
|
||||
dist/bin/res/os2charset.properties
|
||||
#else
|
||||
#if MOZ_WIDGET_TOOLKIT==windows
|
||||
dist/bin/res/wincharset.properties
|
||||
#else
|
||||
#if MOZ_WIDGET_TOOLKIT==mac
|
||||
dist/bin/res/maccharset.properties
|
||||
#else
|
||||
#if MOZ_WIDGET_TOOLKIT==cocoa
|
||||
dist/bin/res/maccharset.properties
|
||||
#else
|
||||
#if OS_ARCH!=BeOS
|
||||
dist/bin/res/unixcharset.properties
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLE_TESTS
|
||||
#if OS_ARCH==WINNT
|
||||
[gecko-tests]
|
||||
dist/bin/TestUConv@BINS@
|
||||
dist/bin/nsconv@BINS@
|
||||
dist/bin/plattest@BINS@
|
||||
dist/bin/convperf@BINS@
|
||||
#endif
|
||||
#endif
|
|
@ -51,8 +51,6 @@ MODULE_NAME = nsUCvMathModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = ucvmath.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
uconv \
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
|
@ -45,8 +45,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
|
||||
MODULE = ipcd
|
||||
|
||||
PACKAGE_FILE = ipc.pkg
|
||||
|
||||
DIRS = \
|
||||
util \
|
||||
shared/src \
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
[gecko]
|
||||
dist/bin/mozipcd@BINS@
|
||||
#if OS_ARCH==OS2
|
||||
dist/bin/ipc/modules/@DLLP@lockmod@DLLS@
|
||||
#else
|
||||
dist/bin/ipc/modules/@DLLP@lockmodule@DLLS@
|
||||
#endif
|
||||
dist/bin/ipc/modules/@DLLP@transmgr@DLLS@
|
||||
dist/bin/components/@DLLP@ipcdc@DLLS@
|
||||
!xpt dist/bin/components/ipcd.xpt
|
||||
|
||||
#if ENABLE_TESTS
|
||||
[gecko-tests]
|
||||
dist/bin/TestIPC@BINS@
|
||||
dist/bin/tmModuleTest@BINS@
|
||||
#if USE_SHORT_LIBNAME
|
||||
dist/bin/ipc/modules/@DLLP@testmod@DLLS@
|
||||
#else
|
||||
dist/bin/ipc/modules/@DLLP@testmodule@DLLS@
|
||||
#endif
|
||||
#endif
|
|
@ -63,8 +63,6 @@ REQUIRES += \
|
|||
widget \
|
||||
dom \
|
||||
$(NULL)
|
||||
|
||||
PACKAGE_FILE = jsd.pkg
|
||||
endif
|
||||
|
||||
EXTRA_DSO_LDOPTS += \
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# xxxbsmedberg: this should arguably be part of the GRE
|
||||
[xpfe-browser]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/jsdservice.xpt
|
|
@ -90,8 +90,6 @@ LIBRARY_NAME = js$(MOZ_BITS)$(VERSION_NUMBER)
|
|||
RESFILE = js$(MOZ_BITS)40.res
|
||||
endif
|
||||
|
||||
PACKAGE_FILE = js.pkg
|
||||
|
||||
# JavaScript must be built shared, even for static builds, as it is used by
|
||||
# other modules which are always built shared. Failure to do so results in
|
||||
# the js code getting copied into xpinstall and jsd as well as mozilla-bin,
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[gecko xpi-bootstrap]
|
||||
dist/bin/@SHARED_LIBRARY@
|
|
@ -54,8 +54,6 @@ JNI_GEN_DIR = _jni
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = liveconnect.pkg
|
||||
|
||||
REQUIRES = js \
|
||||
xpcom \
|
||||
xpconnect \
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# this is part of the GRE, but *not* part of the embedding packages
|
||||
[gre]
|
||||
dist/bin/@SHARED_LIBRARY@
|
|
@ -57,8 +57,6 @@ SHORT_LIBNAME = xpc$(MOZ_BITS)$(VERSION_NUMBER)
|
|||
endif
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = xpconnect.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
js \
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/xpconnect.xpt
|
||||
|
||||
# xpcshell is one of those interesting apps that is useful in both an application
|
||||
# directory and in the plain-jane GRE
|
||||
[gecko gecko-support]
|
||||
dist/bin/xpcshell@BINS@
|
||||
|
||||
#if ENABLE_TESTS
|
||||
[gecko-tests]
|
||||
dist/bin/TestXPC@BINS@
|
||||
dist/bin/components/@DLLP@xpctest@DLLS@
|
||||
!xpt dist/bin/components/xpconnect_tests.xpt
|
||||
#endif
|
|
@ -58,9 +58,6 @@ MODULE_NAME = nsLayoutModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = layout.pkg
|
||||
PACKAGE_VARS += MOZ_XUL
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
EXTRA_DSO_LIBS = gkgfx
|
||||
endif
|
||||
|
|
|
@ -1,56 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/xuldoc.xpt
|
||||
!xpt dist/bin/components/layout_base.xpt
|
||||
!xpt dist/bin/components/layout_printing.xpt
|
||||
!xpt dist/bin/components/layout_xul.xpt
|
||||
!xpt dist/bin/components/content_base.xpt
|
||||
!xpt dist/bin/components/content_html.xpt
|
||||
!xpt dist/bin/components/content_htmldoc.xpt
|
||||
!xpt dist/bin/components/content_xmldoc.xpt
|
||||
!xpt dist/bin/components/content_xslt.xpt
|
||||
!xpt dist/bin/components/dom.xpt
|
||||
!xpt dist/bin/components/dom_base.xpt
|
||||
!xpt dist/bin/components/dom_core.xpt
|
||||
!xpt dist/bin/components/dom_css.xpt
|
||||
!xpt dist/bin/components/dom_events.xpt
|
||||
!xpt dist/bin/components/dom_geolocation.xpt
|
||||
!xpt dist/bin/components/dom_html.xpt
|
||||
!xpt dist/bin/components/dom_offline.xpt
|
||||
!xpt dist/bin/components/dom_range.xpt
|
||||
!xpt dist/bin/components/dom_stylesheets.xpt
|
||||
!xpt dist/bin/components/dom_traversal.xpt
|
||||
!xpt dist/bin/components/dom_views.xpt
|
||||
!xpt dist/bin/components/dom_xbl.xpt
|
||||
!xpt dist/bin/components/dom_xul.xpt
|
||||
!xpt dist/bin/components/dom_xpath.xpt
|
||||
#if MOZ_XUL
|
||||
!xpt dist/bin/components/xultmpl.xpt
|
||||
!xpt dist/bin/components/layout_xul_tree.xpt
|
||||
#endif
|
||||
dist/bin/res/html.css
|
||||
dist/bin/res/quirk.css
|
||||
dist/bin/res/viewsource.css
|
||||
dist/bin/res/forms.css
|
||||
dist/bin/res/contenteditable.css
|
||||
dist/bin/res/designmode.css
|
||||
dist/bin/res/arrow.gif
|
||||
dist/bin/res/arrowd.gif
|
||||
dist/bin/res/ua.css
|
||||
dist/bin/res/broken-image.gif
|
||||
dist/bin/res/loading-image.gif
|
||||
dist/bin/res/html/folder.png
|
||||
dist/bin/res/dtd/xhtml11.dtd
|
||||
|
||||
[gecko-tests]
|
||||
dist/bin/bloaturls.txt
|
||||
dist/bin/res/bloatcycle.html
|
||||
#if ENABLE_TESTS
|
||||
dist/bin/TestSpaceManager@BINS@
|
||||
dist/bin/ParseCSS@BINS@
|
||||
dist/bin/TestCSSPropertyLookup@BINS@
|
||||
#endif
|
|
@ -48,8 +48,6 @@ MODULE = layout
|
|||
LIBRARY_NAME = gkmathmlbase_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = mathml.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
dom \
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
[gecko]
|
||||
dist/bin/res/mathml.css
|
||||
dist/bin/res/dtd/mathml.dtd
|
||||
dist/bin/res/fonts/mathfont.properties
|
||||
dist/bin/res/fonts/mathfontUnicode.properties
|
||||
dist/bin/res/fonts/mathfontSTIXNonUnicode.properties
|
||||
dist/bin/res/fonts/mathfontSTIXSize1.properties
|
||||
dist/bin/res/fonts/mathfontStandardSymbolsL.properties
|
||||
#if TARGET_MD_ARCH==win32
|
||||
dist/bin/res/fonts/mathfontSymbol.properties
|
||||
#endif
|
|
@ -74,8 +74,6 @@ MODULE_NAME = nsJarModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = libjar.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
caps \
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[gecko xpi-bootstrap]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/jar.xpt
|
|
@ -50,8 +50,6 @@ MODULE_NAME = nsImageLib2Module
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = imglib2.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
thebes \
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/imglib2.xpt
|
|
@ -47,8 +47,6 @@ LIBRARY_NAME = imgicon
|
|||
IS_COMPONENT = 1
|
||||
MODULE_NAME = nsIconDecoderModule
|
||||
|
||||
PACKAGE_FILE = imgicon.pkg
|
||||
|
||||
ifneq (,$(filter gtk2,$(MOZ_WIDGET_TOOLKIT)))
|
||||
EXTRA_DSO_LDOPTS = $(MOZ_GTK2_LIBS)
|
||||
PLATFORM = gtk
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/imgicon.xpt
|
|
@ -1,52 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/pref.xpt
|
||||
|
||||
#
|
||||
# all default pref files ship with the browser, to prevent
|
||||
# migration errors
|
||||
#
|
||||
[gecko-support]
|
||||
dist/bin/defaults/pref/all.js
|
||||
#if MOZ_WIDGET_TOOLKIT==mac
|
||||
dist/bin/defaults/pref/macprefs.js
|
||||
#else
|
||||
#if MOZ_WIDGET_TOOLKIT==cocoa
|
||||
dist/bin/defaults/pref/macprefs.js
|
||||
#else
|
||||
#if MOZ_WIDGET_TOOLKIT==windows
|
||||
dist/bin/defaults/pref/winpref.js
|
||||
#else
|
||||
#if MOZ_WIDGET_TOOLKIT==os2
|
||||
dist/bin/defaults/pref/os2pref.js
|
||||
#else
|
||||
#if MOZ_WIDGET_TOOLKIT==beos
|
||||
dist/bin/defaults/pref/beos.js
|
||||
#else
|
||||
dist/bin/defaults/pref/unix.js
|
||||
#if MOZ_WIDGET_TOOLKIT==photon
|
||||
dist/bin/defaults/pref/photon.js
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if OS_ARCH==OpenVMS
|
||||
dist/bin/defaults/pref/openvms.js
|
||||
#elif OS_ARCH==AIX
|
||||
dist/bin/defaults/pref/aix.js
|
||||
#endif
|
||||
|
||||
#if MOZ_PROFILESHARING
|
||||
dist/bin/defaults/pref/non-shared.txt
|
||||
#endif
|
||||
|
||||
[xpfe-browser]
|
||||
dist/bin/defaults/pref/mailnews.js
|
||||
dist/bin/defaults/pref/editor.js
|
|
@ -45,8 +45,6 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = util
|
||||
XPIDL_MODULE = util
|
||||
|
||||
PACKAGE_FILE = libutil.pkg
|
||||
|
||||
EXPORTS = $(srcdir)/stopwatch.h \
|
||||
$(srcdir)/nsTimer.h
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[unpackaged-files]
|
||||
!xpt dist/bin/components/util.xpt
|
|
@ -48,8 +48,6 @@ MODULE_NAME = nsCJVMManagerModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = oji.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
liveconnect \
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# this is part of the GRE, but *not* part of embedding packages
|
||||
[gre]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/oji.xpt
|
|
@ -51,9 +51,6 @@ MODULE_NAME = nsPluginModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = plugin.pkg
|
||||
PACKAGE_VARS += MOZ_ENABLE_GTK
|
||||
|
||||
REQUIRES = xpcom \
|
||||
xpconnect \
|
||||
string \
|
||||
|
|
|
@ -1,14 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/plugin.xpt
|
||||
|
||||
[unpackaged-files]
|
||||
#if MOZ_ENABLE_GTK
|
||||
#if ENABLE_TESTS
|
||||
dist/bin/res/samples/embed-test.html
|
||||
#endif
|
||||
#endif
|
|
@ -47,8 +47,6 @@ MODULE = plugin
|
|||
LIBRARY_NAME = npnulos2
|
||||
RESFILE = npnulos2.res
|
||||
|
||||
PACKAGE_FILE = npnul.pkg
|
||||
|
||||
REQUIRES = java \
|
||||
xpcom \
|
||||
pref \
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# the null plugin goes in gecko-support because we search for plugins
|
||||
# in the application, not the GRE
|
||||
[gecko-support]
|
||||
dist/bin/plugins/@SHARED_LIBRARY@
|
|
@ -46,8 +46,6 @@ MODULE = plugin
|
|||
LIBRARY_NAME = nullplugin
|
||||
GRE_MODULE = 1
|
||||
|
||||
PACKAGE_FILE = npnul.pkg
|
||||
|
||||
REQUIRES = java \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -1,40 +0,0 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Netscape Communications Corporation.
|
||||
# Portions created by the Initial Developer are Copyright (C) 1998
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either of the GNU General Public License Version 2 or later (the "GPL"),
|
||||
# or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
#
|
||||
# the null plugin goes in gecko-support because we search for plugins
|
||||
# in the application, not the GRE
|
||||
[gecko-support]
|
||||
dist/bin/plugins/@SHARED_LIBRARY@
|
|
@ -48,8 +48,6 @@ RESFILE = npnul32.res
|
|||
DEFFILE = $(win_srcdir)/npnul32.def
|
||||
GRE_MODULE = 1
|
||||
|
||||
PACKAGE_FILE = npnul.pkg
|
||||
|
||||
REQUIRES = java \
|
||||
xpcom \
|
||||
pref \
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
# the null plugin goes in gecko-support because we search for plugins
|
||||
# in the application, not the GRE
|
||||
[gecko-support]
|
||||
dist/bin/plugins/@SHARED_LIBRARY@
|
|
@ -46,8 +46,6 @@ MODULE = plugin
|
|||
LIBRARY_NAME = unixprintplugin
|
||||
GRE_MODULE = 1
|
||||
|
||||
PACKAGE_FILE = npprint.pkg
|
||||
|
||||
REQUIRES = java \
|
||||
$(NULL)
|
||||
|
||||
|
|
|
@ -1,41 +0,0 @@
|
|||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla Public License Version
|
||||
# 1.1 (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
# http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS IS" basis,
|
||||
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
# for the specific language governing rights and limitations under the
|
||||
# License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Dantifer Dang <dantifer.dang@sun.com>.
|
||||
# Portions created by the Initial Developer are Copyright (C) 2004
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
# Roland Mainz <roland.mainz@nrubsig.org>
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
#
|
||||
# the print plugin goes in gecko-support because we search for plugins
|
||||
# in the application, not the GRE
|
||||
[gecko-support]
|
||||
dist/bin/plugins/@SHARED_LIBRARY@
|
|
@ -49,8 +49,6 @@ GRE_MODULE = 1
|
|||
LIBXUL_LIBRARY = 1
|
||||
DIST_INSTALL = 1
|
||||
|
||||
PACKAGE_FILE = zlib.pkg
|
||||
|
||||
ifndef MOZ_ENABLE_LIBXUL
|
||||
ifeq (,$(filter-out WINNT WINCE,$(OS_ARCH)))
|
||||
ifndef GNU_CC
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[gecko xpi-bootstrap]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/@SHARED_LIBRARY@
|
||||
#endif
|
|
@ -50,12 +50,6 @@ MODULE_NAME = necko
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = necko.pkg
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
PACKAGE_FILE += necko-tests.pkg
|
||||
endif
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
nkcache \
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
[gecko-tests]
|
||||
dist/bin/TestStreamConv@BINS@
|
||||
dist/bin/TestStreamChannel@BINS@
|
||||
dist/bin/PropertiesTest@BINS@
|
||||
dist/bin/urltest@BINS@
|
||||
dist/bin/TestCallbacks@BINS@
|
||||
dist/bin/TestPageLoad@BINS@
|
||||
dist/bin/TestPerf@BINS@
|
||||
dist/bin/TestIDN@BINS@
|
||||
dist/bin/TestURLParser@BINS@
|
||||
dist/bin/TestStandardURL@BINS@
|
||||
dist/bin/TestSocketTransport@BINS@
|
||||
dist/bin/TestUpload@BINS@
|
||||
dist/bin/TestStreamTransport@BINS@
|
||||
dist/bin/TestStreamPump@BINS@
|
||||
dist/bin/TestProtocols@BINS@
|
||||
dist/bin/TestBlockingSocket@BINS@
|
||||
dist/bin/TestDNS@BINS@
|
||||
dist/bin/TestIOThreads@BINS@
|
||||
|
||||
dist/bin/res/urlparse.dat
|
||||
dist/bin/res/urlparse_unx.dat
|
||||
dist/bin/res/jarlist.dat
|
|
@ -1,25 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/necko.xpt
|
||||
!xpt dist/bin/components/necko_about.xpt
|
||||
!xpt dist/bin/components/necko_cookie.xpt
|
||||
!xpt dist/bin/components/necko_dns.xpt
|
||||
!xpt dist/bin/components/necko_file.xpt
|
||||
!xpt dist/bin/components/necko_ftp.xpt
|
||||
!xpt dist/bin/components/necko_http.xpt
|
||||
!xpt dist/bin/components/necko_res.xpt
|
||||
!xpt dist/bin/components/necko_strconv.xpt
|
||||
!xpt dist/bin/components/necko_cache.xpt
|
||||
!xpt dist/bin/components/mimetype.xpt
|
||||
|
||||
# xxxbsmedberg : why don't we generate/ship this on win32?
|
||||
#if OS_ARCH!=WINNT
|
||||
!xpt dist/bin/components/necko_socket.xpt
|
||||
#endif
|
||||
|
||||
[gecko-support]
|
||||
dist/bin/defaults/pref/security-prefs.js
|
|
@ -50,8 +50,6 @@ SHORT_LIBNAME = gkparser
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = parser.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
necko \
|
||||
|
|
|
@ -1,42 +0,0 @@
|
|||
[gecko]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/htmlparser.xpt
|
||||
|
||||
#if ENABLE_TESTS
|
||||
[gecko-tests]
|
||||
dist/bin/htmlrobot@BINS@
|
||||
dist/bin/TestOutput@BINS@
|
||||
dist/bin/TestOutSinks.pl
|
||||
dist/bin/grabpage@BINS@
|
||||
dist/bin/TestParser@BINS@
|
||||
|
||||
#if OS_ARCH==WINNT
|
||||
dist/bin/@DLLP@dbgrobot@DLLS@
|
||||
#else
|
||||
dist/bin/@DLLP@DebugRobot@DLLS@
|
||||
#endif
|
||||
|
||||
dist/bin/OutTestData/plain.html
|
||||
dist/bin/OutTestData/plainwrap.out
|
||||
dist/bin/OutTestData/plainnowrap.out
|
||||
dist/bin/OutTestData/simple.html
|
||||
dist/bin/OutTestData/simplecopy.out
|
||||
dist/bin/OutTestData/simplefmt.out
|
||||
dist/bin/OutTestData/entityxif.xif
|
||||
dist/bin/OutTestData/entityxif.out
|
||||
dist/bin/OutTestData/mailquote.html
|
||||
dist/bin/OutTestData/mailquote.out
|
||||
dist/bin/OutTestData/htmltable.html
|
||||
dist/bin/OutTestData/htmltable.out
|
||||
dist/bin/OutTestData/xifstuff.xif
|
||||
dist/bin/OutTestData/xifstuff.out
|
||||
dist/bin/OutTestData/doctype.xif
|
||||
dist/bin/OutTestData/xifdtplain.out
|
||||
dist/bin/OutTestData/xifdthtml.out
|
||||
dist/bin/OutTestData/simplemail.html
|
||||
dist/bin/OutTestData/simplemail.out
|
||||
#endif
|
|
@ -49,8 +49,6 @@ IS_COMPONENT = 1
|
|||
MODULE_NAME = nsPrefMigrationModule
|
||||
MOZILLA_INTERNAL_API = 1
|
||||
|
||||
PACKAGE_FILE = prefmigr.pkg
|
||||
|
||||
REQUIRES = xpcom \
|
||||
xpcom_obsolete \
|
||||
string \
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
# xxxbsmedberg does firebird actually use this? It's currently shipping.
|
||||
[xpfe-browser browser]
|
||||
#if SHARED_LIBRARY
|
||||
dist/bin/components/@SHARED_LIBRARY@
|
||||
#else
|
||||
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||||
#endif
|
||||
!xpt dist/bin/components/prefmigr.xpt
|
|
@ -51,8 +51,6 @@ MODULE_NAME = nsRDFModule
|
|||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
PACKAGE_FILE = rdf.pkg
|
||||
|
||||
EXTRA_DSO_LIBS =
|
||||
REQUIRES = xpcom \
|
||||
string \
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче