mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
59fd81ffb1
Sanitized the GTK nsDeviceContextSpecFactoryG, nsRenderingContextPS, nsDeviceContextPS, and nsDeviceContextSpecG by removing WIN32 dependencies. Added checks for null widgets in nsWidget and nsScrollbar GTK implementations.
328 lines
8.3 KiB
Bash
Executable File
328 lines
8.3 KiB
Bash
Executable File
#! /bin/sh
|
|
#
|
|
# 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
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
# http://www.mozilla.org/NPL/
|
|
#
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
# for the specific language governing rights and limitations under the
|
|
# NPL.
|
|
#
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
# Communications Corporation. Portions created by Netscape are
|
|
# Copyright (C) 1999 Netscape Communications Corporation. All Rights
|
|
# Reserved.
|
|
#
|
|
|
|
# allmakefiles.sh - List of all makefiles.
|
|
# Appends the list of makefiles to the variable, MAKEFILES.
|
|
# There is no need to rerun autoconf after adding makefiles.
|
|
# You only need to run configure.
|
|
#
|
|
# Unused makefiles may be commented out with '#'.
|
|
# ('#' must be the first character on the line).
|
|
|
|
# add_makefiles - Shell function to add makefiles to MAKEFILES
|
|
add_makefiles() {
|
|
while read line; do
|
|
case $line in
|
|
\#*|dnl*) ;;
|
|
*) MAKEFILES="$MAKEFILES $line" ;;
|
|
esac
|
|
done
|
|
}
|
|
|
|
add_makefiles <<END_NGMAKEFILES
|
|
Makefile
|
|
base/Makefile
|
|
base/public/Makefile
|
|
base/src/Makefile
|
|
base/src/motif/Makefile
|
|
base/src/rhapsody/Makefile
|
|
base/src/gtk/Makefile
|
|
base/tests/Makefile
|
|
config/Makefile
|
|
config/autoconf.mk
|
|
config/mkdepend/Makefile
|
|
config/mkdetect/Makefile
|
|
config/ports/Makefile
|
|
dbm/Makefile
|
|
dbm/include/Makefile
|
|
dbm/src/Makefile
|
|
dbm/tests/Makefile
|
|
dom/Makefile
|
|
dom/public/Makefile
|
|
dom/public/base/Makefile
|
|
dom/public/coreDom/Makefile
|
|
dom/public/coreEvents/Makefile
|
|
dom/public/css/Makefile
|
|
dom/public/events/Makefile
|
|
dom/public/html/Makefile
|
|
dom/src/Makefile
|
|
dom/src/base/Makefile
|
|
dom/src/build/Makefile
|
|
dom/src/coreDOM/Makefile
|
|
dom/src/css/Makefile
|
|
dom/src/events/Makefile
|
|
dom/src/html/Makefile
|
|
dom/src/jsurl/Makefile
|
|
dom/tools/Makefile
|
|
editor/Makefile
|
|
editor/public/Makefile
|
|
gfx/Makefile
|
|
gfx/public/Makefile
|
|
gfx/src/Makefile
|
|
gfx/src/gtk/Makefile
|
|
gfx/src/ps/Makefile
|
|
gfx/src/motif/Makefile
|
|
gfx/src/rhapsody/Makefile
|
|
gfx/tests/Makefile
|
|
htmlparser/Makefile
|
|
htmlparser/robot/Makefile
|
|
htmlparser/src/Makefile
|
|
htmlparser/tests/Makefile
|
|
htmlparser/tests/grabpage/Makefile
|
|
htmlparser/tests/logparse/Makefile
|
|
include/Makefile
|
|
intl/Makefile
|
|
intl/uconv/Makefile
|
|
intl/uconv/public/Makefile
|
|
intl/uconv/src/Makefile
|
|
intl/uconv/tests/Makefile
|
|
intl/uconv/ucvja/Makefile
|
|
intl/uconv/ucvlatin/Makefile
|
|
intl/uconv/ucvja2/Makefile
|
|
intl/locale/Makefile
|
|
intl/locale/public/Makefile
|
|
intl/locale/src/Makefile
|
|
intl/locale/src/unix/Makefile
|
|
intl/locale/tests/Makefile
|
|
intl/lwbrk/Makefile
|
|
intl/lwbrk/src/Makefile
|
|
intl/lwbrk/public/Makefile
|
|
intl/lwbrk/tests/Makefile
|
|
intl/unicharutil/Makefile
|
|
intl/unicharutil/src/Makefile
|
|
intl/unicharutil/public/Makefile
|
|
intl/unicharutil/tests/Makefile
|
|
intl/unicharutil/tools/Makefile
|
|
intl/strres/Makefile
|
|
intl/strres/public/Makefile
|
|
intl/strres/src/Makefile
|
|
intl/strres/tests/Makefile
|
|
jpeg/Makefile
|
|
js/Makefile
|
|
js/jsd/Makefile
|
|
js/jsd/classes/Makefile
|
|
js/src/Makefile
|
|
js/src/fdlibm/Makefile
|
|
js/src/liveconnect/Makefile
|
|
js/src/liveconnect/classes/Makefile
|
|
js/src/xpcom/Makefile
|
|
js/src/xpconnect/Makefile
|
|
layout/Makefile
|
|
layout/base/Makefile
|
|
layout/base/public/Makefile
|
|
layout/base/src/Makefile
|
|
layout/base/tests/Makefile
|
|
layout/build/Makefile
|
|
layout/events/Makefile
|
|
layout/events/public/Makefile
|
|
layout/events/src/Makefile
|
|
layout/html/Makefile
|
|
layout/html/base/Makefile
|
|
layout/html/base/src/Makefile
|
|
layout/html/content/Makefile
|
|
layout/html/content/public/Makefile
|
|
layout/html/content/src/Makefile
|
|
layout/html/document/Makefile
|
|
layout/html/document/src/Makefile
|
|
layout/html/forms/Makefile
|
|
layout/html/forms/public/Makefile
|
|
layout/html/forms/src/Makefile
|
|
layout/html/style/Makefile
|
|
layout/html/style/public/Makefile
|
|
layout/html/style/src/Makefile
|
|
layout/html/table/Makefile
|
|
layout/html/table/public/Makefile
|
|
layout/html/table/src/Makefile
|
|
layout/html/tests/Makefile
|
|
layout/tools/Makefile
|
|
layout/xml/Makefile
|
|
layout/xml/content/Makefile
|
|
layout/xml/content/public/Makefile
|
|
layout/xml/content/src/Makefile
|
|
layout/xml/document/Makefile
|
|
layout/xml/document/public/Makefile
|
|
layout/xml/document/src/Makefile
|
|
layout/xul/Makefile
|
|
layout/xul/base/Makefile
|
|
layout/xul/base/src/Makefile
|
|
layout/xul/content/Makefile
|
|
layout/xul/content/src/Makefile
|
|
# lib/liblayer/Makefile
|
|
# lib/liblayer/include/Makefile
|
|
# lib/liblayer/src/Makefile
|
|
lib/libpwcac/Makefile
|
|
lib/xp/Makefile
|
|
modules/libimg/Makefile
|
|
modules/libimg/classes/Makefile
|
|
modules/libimg/classes/netscape/Makefile
|
|
modules/libimg/classes/netscape/libimg/Makefile
|
|
modules/libimg/png/Makefile
|
|
modules/libimg/public/Makefile
|
|
modules/libimg/src/Makefile
|
|
modules/libpref/Makefile
|
|
modules/libpref/admin/Makefile
|
|
modules/libpref/l10n/Makefile
|
|
modules/libpref/public/Makefile
|
|
modules/libpref/src/Makefile
|
|
modules/libreg/Makefile
|
|
modules/libreg/include/Makefile
|
|
modules/libreg/src/Makefile
|
|
modules/libutil/Makefile
|
|
modules/libutil/public/Makefile
|
|
modules/libutil/src/Makefile
|
|
modules/oji/Makefile
|
|
modules/oji/public/Makefile
|
|
modules/oji/src/Makefile
|
|
modules/plugin/Makefile
|
|
modules/plugin/nglsrc/Makefile
|
|
modules/plugin/public/Makefile
|
|
modules/plugin/src/Makefile
|
|
modules/plugin/test/Makefile
|
|
modules/security/freenav/Makefile
|
|
modules/zlib/Makefile
|
|
modules/zlib/src/Makefile
|
|
nav-java/Makefile
|
|
nav-java/stubs/Makefile
|
|
nav-java/stubs/include/Makefile
|
|
nav-java/stubs/jri/Makefile
|
|
nav-java/stubs/src/Makefile
|
|
network/Makefile
|
|
network/cache/Makefile
|
|
network/cache/nu/Makefile
|
|
network/cache/nu/include/Makefile
|
|
network/cache/nu/public/Makefile
|
|
network/cache/nu/src/Makefile
|
|
network/cache/nu/tests/Makefile
|
|
network/cache/nu/tests/fftest/Makefile
|
|
network/client/Makefile
|
|
network/cnvts/Makefile
|
|
network/cstream/Makefile
|
|
network/main/Makefile
|
|
network/mimetype/Makefile
|
|
network/public/Makefile
|
|
network/module/Makefile
|
|
network/module/tests/Makefile
|
|
network/protocol/Makefile
|
|
network/protocol/about/Makefile
|
|
network/protocol/callback/Makefile
|
|
network/protocol/dataurl/Makefile
|
|
network/protocol/file/Makefile
|
|
network/protocol/ftp/Makefile
|
|
network/protocol/gopher/Makefile
|
|
network/protocol/http/Makefile
|
|
network/protocol/js/Makefile
|
|
network/protocol/ldap/Makefile
|
|
network/protocol/marimba/Makefile
|
|
network/protocol/remote/Makefile
|
|
network/protocol/sockstub/Makefile
|
|
network/util/Makefile
|
|
rdf/Makefile
|
|
rdf/base/Makefile
|
|
rdf/base/public/Makefile
|
|
rdf/base/src/Makefile
|
|
rdf/build/Makefile
|
|
rdf/content/Makefile
|
|
rdf/content/public/Makefile
|
|
rdf/content/src/Makefile
|
|
rdf/datasource/Makefile
|
|
rdf/datasource/public/Makefile
|
|
rdf/datasource/src/Makefile
|
|
rdf/tests/Makefile
|
|
rdf/tests/localfile/Makefile
|
|
rdf/tests/rdfsink/Makefile
|
|
sun-java/Makefile
|
|
sun-java/stubs/Makefile
|
|
sun-java/stubs/include/Makefile
|
|
sun-java/stubs/jri/Makefile
|
|
sun-java/stubs/src/Makefile
|
|
caps/Makefile
|
|
caps/include/Makefile
|
|
caps/public/Makefile
|
|
caps/src/Makefile
|
|
view/Makefile
|
|
view/public/Makefile
|
|
view/src/Makefile
|
|
webshell/Makefile
|
|
webshell/public/Makefile
|
|
webshell/src/Makefile
|
|
webshell/tests/Makefile
|
|
webshell/tests/viewer/Makefile
|
|
webshell/tests/viewer/public/Makefile
|
|
widget/Makefile
|
|
widget/public/Makefile
|
|
widget/src/Makefile
|
|
widget/src/build/Makefile
|
|
widget/src/motif/Makefile
|
|
widget/src/rhapsody/Makefile
|
|
widget/src/gtk/Makefile
|
|
widget/src/xpwidgets/Makefile
|
|
widget/tests/Makefile
|
|
widget/tests/scribble/Makefile
|
|
widget/tests/widget/Makefile
|
|
xpcom/Makefile
|
|
xpcom/public/Makefile
|
|
xpcom/src/Makefile
|
|
xpcom/tests/Makefile
|
|
xpcom/tests/dynamic/Makefile
|
|
xpcom/tools/Makefile
|
|
xpcom/tools/xpidl/Makefile
|
|
xpcom/libxpt/Makefile
|
|
xpcom/libxpt/public/Makefile
|
|
xpcom/libxpt/src/Makefile
|
|
xpcom/libxpt/tests/Makefile
|
|
xpcom/libxpt/tools/Makefile
|
|
xpcom/idl/Makefile
|
|
silentdl/Makefile
|
|
xpfe/Makefile
|
|
xpfe/AppCores/Makefile
|
|
xpfe/AppCores/public/Makefile
|
|
xpfe/AppCores/src/Makefile
|
|
xpfe/AppCores/xul/Makefile
|
|
xpfe/AppCores/idl/Makefile
|
|
xpfe/browser/Makefile
|
|
xpfe/browser/public/Makefile
|
|
xpfe/browser/src/Makefile
|
|
# xpfe/xpviewer/Makefile
|
|
# xpfe/xpviewer/src/Makefile
|
|
# xpfe/xpviewer/public/Makefile
|
|
xpfe/appshell/Makefile
|
|
xpfe/appshell/src/Makefile
|
|
xpfe/appshell/public/Makefile
|
|
xpfe/bootstrap/Makefile
|
|
xpfe/browser/Makefile
|
|
xpfe/browser/src/Makefile
|
|
# xpfe/browser/public/Makefile
|
|
END_NGMAKEFILES
|
|
|
|
if [ "$MOZ_EDITOR" ]; then
|
|
add_makefiles <<END_EDITOR_MAKEFILES
|
|
editor/base/Makefile
|
|
editor/txmgr/Makefile
|
|
editor/txmgr/public/Makefile
|
|
editor/txmgr/src/Makefile
|
|
editor/txmgr/tests/Makefile
|
|
editor/guimgr/Makefile
|
|
editor/guimgr/src/Makefile
|
|
editor/guimgr/public/Makefile
|
|
END_EDITOR_MAKEFILES
|
|
fi
|
|
|
|
if [ "$MOZ_MAIL_NEWS" ]; then
|
|
add_makefiles < mailnews/makefiles
|
|
fi
|