1999-02-16 21:29:51 +03:00
|
|
|
|
#! /bin/sh
|
|
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
|
# The contents of this file are subject to the Netscape 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/NPL/
|
1999-02-16 21:29:51 +03:00
|
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
|
# 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.
|
1999-02-16 21:29:51 +03:00
|
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
|
#
|
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-02-16 21:29:51 +03:00
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:43:54 +03:00
|
|
|
|
# Copyright (C) 1999 Netscape Communications Corporation. All
|
|
|
|
|
# Rights Reserved.
|
|
|
|
|
#
|
|
|
|
|
# Contributor(s):
|
1999-02-16 21:29:51 +03:00
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# allmakefiles.sh - List of all makefiles.
|
1999-02-17 21:25:39 +03:00
|
|
|
|
# Appends the list of makefiles to the variable, MAKEFILES.
|
1999-02-16 21:29:51 +03:00
|
|
|
|
# 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).
|
|
|
|
|
|
1999-09-10 22:05:38 +04:00
|
|
|
|
MAKEFILES=""
|
|
|
|
|
|
1999-02-17 21:25:39 +03:00
|
|
|
|
# add_makefiles - Shell function to add makefiles to MAKEFILES
|
1999-02-16 21:29:51 +03:00
|
|
|
|
add_makefiles() {
|
|
|
|
|
while read line; do
|
|
|
|
|
case $line in
|
|
|
|
|
\#*|dnl*) ;;
|
1999-02-17 21:25:39 +03:00
|
|
|
|
*) MAKEFILES="$MAKEFILES $line" ;;
|
1999-02-16 21:29:51 +03:00
|
|
|
|
esac
|
|
|
|
|
done
|
|
|
|
|
}
|
|
|
|
|
|
1999-03-06 23:38:24 +03:00
|
|
|
|
if [ -z "${srcdir}" ]; then
|
|
|
|
|
srcdir=.
|
|
|
|
|
fi
|
|
|
|
|
|
1999-02-16 21:29:51 +03:00
|
|
|
|
add_makefiles <<END_NGMAKEFILES
|
|
|
|
|
Makefile
|
1999-04-13 08:15:34 +04:00
|
|
|
|
build/Makefile
|
|
|
|
|
build/unix/Makefile
|
1999-09-06 08:20:50 +04:00
|
|
|
|
build/unix/mozilla-config
|
1999-04-14 15:24:11 +04:00
|
|
|
|
build/unix/nspr_my_config.mk
|
|
|
|
|
build/unix/nspr_my_overrides.mk
|
1999-02-16 21:29:51 +03:00
|
|
|
|
config/Makefile
|
|
|
|
|
config/autoconf.mk
|
|
|
|
|
config/mkdepend/Makefile
|
|
|
|
|
config/mkdetect/Makefile
|
1999-09-09 00:59:36 +04:00
|
|
|
|
db/Makefile
|
|
|
|
|
db/mdb/Makefile
|
|
|
|
|
db/mdb/public/Makefile
|
|
|
|
|
db/mork/Makefile
|
|
|
|
|
db/mork/build/Makefile
|
|
|
|
|
db/mork/src/Makefile
|
1999-11-16 18:56:31 +03:00
|
|
|
|
dbm/Makefile
|
|
|
|
|
dbm/include/Makefile
|
|
|
|
|
dbm/src/Makefile
|
|
|
|
|
dbm/tests/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
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
|
1999-04-13 05:26:35 +04:00
|
|
|
|
dom/public/range/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
dom/public/html/Makefile
|
1999-09-01 04:55:35 +04:00
|
|
|
|
dom/public/idl/Makefile
|
|
|
|
|
dom/public/idl/base/Makefile
|
|
|
|
|
dom/public/idl/coreDom/Makefile
|
|
|
|
|
dom/public/idl/css/Makefile
|
|
|
|
|
dom/public/idl/events/Makefile
|
|
|
|
|
dom/public/idl/html/Makefile
|
|
|
|
|
dom/public/idl/range/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
dom/src/Makefile
|
|
|
|
|
dom/src/base/Makefile
|
|
|
|
|
dom/src/build/Makefile
|
|
|
|
|
dom/src/coreDOM/Makefile
|
|
|
|
|
dom/src/css/Makefile
|
|
|
|
|
dom/src/events/Makefile
|
1999-04-16 00:17:20 +04:00
|
|
|
|
dom/src/range/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
dom/src/html/Makefile
|
|
|
|
|
dom/src/jsurl/Makefile
|
|
|
|
|
dom/tools/Makefile
|
|
|
|
|
editor/Makefile
|
1999-12-01 09:08:25 +03:00
|
|
|
|
editor/base/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
editor/public/Makefile
|
1999-06-11 23:01:36 +04:00
|
|
|
|
editor/idl/Makefile
|
1999-05-20 00:26:51 +04:00
|
|
|
|
editor/txmgr/Makefile
|
1999-09-22 02:28:08 +04:00
|
|
|
|
editor/txmgr/idl/Makefile
|
1999-05-20 00:26:51 +04:00
|
|
|
|
editor/txmgr/public/Makefile
|
|
|
|
|
editor/txmgr/src/Makefile
|
|
|
|
|
editor/txmgr/tests/Makefile
|
|
|
|
|
editor/txtsvc/Makefile
|
|
|
|
|
editor/txtsvc/public/Makefile
|
|
|
|
|
editor/txtsvc/src/Makefile
|
1999-12-01 09:08:25 +03:00
|
|
|
|
editor/ui/Makefile
|
|
|
|
|
editor/ui/composer/Makefile
|
|
|
|
|
editor/ui/composer/content/Makefile
|
|
|
|
|
editor/ui/composer/skin/Makefile
|
|
|
|
|
editor/ui/composer/locale/Makefile
|
|
|
|
|
editor/ui/composer/locale/en-US/Makefile
|
|
|
|
|
editor/ui/dialogs/Makefile
|
|
|
|
|
editor/ui/dialogs/content/Makefile
|
|
|
|
|
editor/ui/dialogs/skin/Makefile
|
|
|
|
|
editor/ui/dialogs/locale/Makefile
|
|
|
|
|
editor/ui/dialogs/locale/en-US/Makefile
|
1999-02-27 12:16:17 +03:00
|
|
|
|
expat/Makefile
|
|
|
|
|
expat/xmlparse/Makefile
|
|
|
|
|
expat/xmltok/Makefile
|
1999-03-30 02:51:11 +04:00
|
|
|
|
extensions/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
gfx/Makefile
|
1999-09-01 04:38:23 +04:00
|
|
|
|
gfx/idl/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
gfx/public/Makefile
|
|
|
|
|
gfx/src/Makefile
|
1999-06-30 08:20:46 +04:00
|
|
|
|
gfx/src/beos/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
gfx/src/gtk/Makefile
|
1999-02-22 21:56:54 +03:00
|
|
|
|
gfx/src/ps/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
gfx/src/motif/Makefile
|
1999-05-12 01:03:27 +04:00
|
|
|
|
gfx/src/photon/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
gfx/src/rhapsody/Makefile
|
1999-08-17 13:33:48 +04:00
|
|
|
|
gfx/src/qt/Makefile
|
1999-04-10 19:30:19 +04:00
|
|
|
|
gfx/src/xlib/Makefile
|
1999-07-07 06:16:24 +04:00
|
|
|
|
gfx/src/xlibrgb/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
gfx/tests/Makefile
|
|
|
|
|
htmlparser/Makefile
|
|
|
|
|
htmlparser/robot/Makefile
|
1999-11-02 04:54:54 +03:00
|
|
|
|
htmlparser/robot/test/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
htmlparser/src/Makefile
|
|
|
|
|
htmlparser/tests/Makefile
|
|
|
|
|
htmlparser/tests/grabpage/Makefile
|
|
|
|
|
htmlparser/tests/logparse/Makefile
|
1999-09-15 01:39:41 +04:00
|
|
|
|
htmlparser/tests/outsinks/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
include/Makefile
|
|
|
|
|
intl/Makefile
|
1999-05-17 23:08:19 +04:00
|
|
|
|
intl/chardet/Makefile
|
|
|
|
|
intl/chardet/public/Makefile
|
|
|
|
|
intl/chardet/src/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
intl/uconv/Makefile
|
2000-01-11 06:46:42 +03:00
|
|
|
|
intl/uconv/idl/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
intl/uconv/public/Makefile
|
|
|
|
|
intl/uconv/src/Makefile
|
|
|
|
|
intl/uconv/tests/Makefile
|
|
|
|
|
intl/uconv/ucvja/Makefile
|
|
|
|
|
intl/uconv/ucvlatin/Makefile
|
1999-04-07 03:10:57 +04:00
|
|
|
|
intl/uconv/ucvcn/Makefile
|
1999-05-31 20:33:13 +04:00
|
|
|
|
intl/uconv/ucvtw/Makefile
|
|
|
|
|
intl/uconv/ucvtw2/Makefile
|
|
|
|
|
intl/uconv/ucvko/Makefile
|
2000-01-07 00:35:12 +03:00
|
|
|
|
intl/uconv/ucvibm/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
intl/locale/Makefile
|
|
|
|
|
intl/locale/public/Makefile
|
1999-08-02 07:00:23 +04:00
|
|
|
|
intl/locale/idl/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
intl/locale/src/Makefile
|
|
|
|
|
intl/locale/src/unix/Makefile
|
|
|
|
|
intl/locale/tests/Makefile
|
1999-02-16 22:28:33 +03:00
|
|
|
|
intl/lwbrk/Makefile
|
|
|
|
|
intl/lwbrk/src/Makefile
|
|
|
|
|
intl/lwbrk/public/Makefile
|
|
|
|
|
intl/lwbrk/tests/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
intl/unicharutil/Makefile
|
1999-08-21 06:51:15 +04:00
|
|
|
|
intl/unicharutil/idl/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
intl/unicharutil/src/Makefile
|
|
|
|
|
intl/unicharutil/public/Makefile
|
1999-08-21 06:51:15 +04:00
|
|
|
|
intl/unicharutil/tables/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
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
|
1999-04-10 05:28:00 +04:00
|
|
|
|
#js/jsd/Makefile
|
|
|
|
|
#js/jsd/classes/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
js/src/Makefile
|
|
|
|
|
js/src/fdlibm/Makefile
|
|
|
|
|
js/src/liveconnect/Makefile
|
|
|
|
|
js/src/liveconnect/classes/Makefile
|
1999-03-02 08:21:31 +03:00
|
|
|
|
# js/src/xpcom/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
js/src/xpconnect/Makefile
|
1999-03-23 23:49:58 +03:00
|
|
|
|
js/src/xpconnect/public/Makefile
|
1999-05-14 12:27:27 +04:00
|
|
|
|
js/src/xpconnect/idl/Makefile
|
1999-04-10 20:15:02 +04:00
|
|
|
|
js/src/xpconnect/shell/Makefile
|
1999-03-23 23:49:58 +03:00
|
|
|
|
js/src/xpconnect/src/Makefile
|
2000-01-11 06:46:42 +03:00
|
|
|
|
js/src/xpconnect/loader/Makefile
|
1999-03-23 23:49:58 +03:00
|
|
|
|
js/src/xpconnect/tests/Makefile
|
1999-04-10 20:10:34 +04:00
|
|
|
|
js/src/xpconnect/tests/components/Makefile
|
1999-12-18 23:29:29 +03:00
|
|
|
|
js/src/xpconnect/tests/idl/Makefile
|
1999-04-11 00:46:22 +04:00
|
|
|
|
js/src/xpconnect/shell/Makefile
|
1999-03-23 23:49:58 +03:00
|
|
|
|
# js/src/xpconnect/md/Makefile
|
|
|
|
|
# js/src/xpconnect/md/unix/Makefile
|
|
|
|
|
# js/src/xpconnect/test/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
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
|
1999-05-06 23:24:31 +04:00
|
|
|
|
layout/html/document/public/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
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
|
1999-08-20 06:33:21 +04:00
|
|
|
|
layout/xul/base/public/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
layout/xul/base/src/Makefile
|
|
|
|
|
layout/xul/content/Makefile
|
|
|
|
|
layout/xul/content/src/Makefile
|
2000-01-11 12:49:20 +03:00
|
|
|
|
layout/xbl/Makefile
|
2000-01-11 11:26:26 +03:00
|
|
|
|
layout/xbl/public/Makefile
|
2000-01-12 12:26:27 +03:00
|
|
|
|
layout/xbl/src/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
# lib/liblayer/Makefile
|
|
|
|
|
# lib/liblayer/include/Makefile
|
|
|
|
|
# lib/liblayer/src/Makefile
|
|
|
|
|
modules/libimg/Makefile
|
1999-04-23 04:27:30 +04:00
|
|
|
|
# modules/libimg/classes/Makefile
|
|
|
|
|
# modules/libimg/classes/netscape/Makefile
|
|
|
|
|
# modules/libimg/classes/netscape/libimg/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
modules/libimg/png/Makefile
|
|
|
|
|
modules/libimg/public/Makefile
|
1999-04-23 04:27:30 +04:00
|
|
|
|
modules/libimg/public_com/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
modules/libimg/src/Makefile
|
1999-04-23 04:27:30 +04:00
|
|
|
|
modules/libimg/gifcom/Makefile
|
|
|
|
|
modules/libimg/jpgcom/Makefile
|
|
|
|
|
modules/libimg/pngcom/Makefile
|
1999-03-25 23:47:28 +03:00
|
|
|
|
modules/libjar/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
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
|
1999-11-14 05:52:19 +03:00
|
|
|
|
#modules/security/freenav/Makefile
|
1999-02-16 21:29:51 +03:00
|
|
|
|
modules/zlib/Makefile
|
|
|
|
|
modules/zlib/src/Makefile
|
1999-11-10 02:18:28 +03:00
|
|
|
|
#nav-java/Makefile
|
|
|
|
|
#nav-java/stubs/Makefile
|
|
|
|
|
#nav-java/stubs/include/Makefile
|
|
|
|
|
#nav-java/stubs/jri/Makefile
|
|
|
|
|
#nav-java/stubs/src/Makefile
|
1999-11-02 04:54:54 +03:00
|
|
|
|
netwerk/Makefile
|
|
|
|
|
netwerk/base/Makefile
|
|
|
|
|
netwerk/base/public/Makefile
|
|
|
|
|
netwerk/base/src/Makefile
|
|
|
|
|
netwerk/build/Makefile
|
1999-12-07 07:28:23 +03:00
|
|
|
|
netwerk/cache/build/Makefile
|
|
|
|
|
netwerk/cache/filecache/Makefile
|
|
|
|
|
netwerk/cache/Makefile
|
|
|
|
|
netwerk/cache/memcache/Makefile
|
|
|
|
|
netwerk/cache/mgr/Makefile
|
|
|
|
|
netwerk/cache/public/Makefile
|
1999-11-02 04:54:54 +03:00
|
|
|
|
netwerk/dns/Makefile
|
|
|
|
|
netwerk/dns/public/Makefile
|
|
|
|
|
netwerk/dns/src/Makefile
|
|
|
|
|
netwerk/protocol/Makefile
|
|
|
|
|
netwerk/protocol/about/Makefile
|
|
|
|
|
netwerk/protocol/about/public/Makefile
|
|
|
|
|
netwerk/protocol/about/src/Makefile
|
|
|
|
|
netwerk/protocol/data/Makefile
|
|
|
|
|
netwerk/protocol/data/public/Makefile
|
|
|
|
|
netwerk/protocol/data/src/Makefile
|
1999-12-22 01:33:36 +03:00
|
|
|
|
netwerk/protocol/datetime/src/Makefile
|
|
|
|
|
netwerk/protocol/datetime/Makefile
|
1999-11-02 04:54:54 +03:00
|
|
|
|
netwerk/protocol/file/Makefile
|
|
|
|
|
netwerk/protocol/file/public/Makefile
|
|
|
|
|
netwerk/protocol/file/src/Makefile
|
|
|
|
|
netwerk/protocol/ftp/Makefile
|
|
|
|
|
netwerk/protocol/ftp/public/Makefile
|
|
|
|
|
netwerk/protocol/ftp/src/Makefile
|
|
|
|
|
netwerk/protocol/http/Makefile
|
|
|
|
|
netwerk/protocol/http/public/Makefile
|
|
|
|
|
netwerk/protocol/http/src/Makefile
|
|
|
|
|
netwerk/protocol/jar/Makefile
|
|
|
|
|
netwerk/protocol/jar/public/Makefile
|
|
|
|
|
netwerk/protocol/jar/src/Makefile
|
|
|
|
|
netwerk/protocol/keyword/Makefile
|
|
|
|
|
netwerk/protocol/keyword/src/Makefile
|
2000-02-03 03:07:20 +03:00
|
|
|
|
netwerk/9 |