1999-02-16 18:29:51 +00:00
|
|
|
#! /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.
|
1999-02-17 18:25:39 +00:00
|
|
|
# Appends the list of makefiles to the variable, MAKEFILES.
|
1999-02-16 18:29:51 +00: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-02-17 18:25:39 +00:00
|
|
|
# add_makefiles - Shell function to add makefiles to MAKEFILES
|
1999-02-16 18:29:51 +00:00
|
|
|
add_makefiles() {
|
|
|
|
while read line; do
|
|
|
|
case $line in
|
|
|
|
\#*|dnl*) ;;
|
1999-02-17 18:25:39 +00:00
|
|
|
*) MAKEFILES="$MAKEFILES $line" ;;
|
1999-02-16 18:29:51 +00:00
|
|
|
esac
|
|
|
|
done
|
|
|
|
}
|
|
|
|
|
1999-03-06 20:38:24 +00:00
|
|
|
if [ -z "${srcdir}" ]; then
|
|
|
|
srcdir=.
|
|
|
|
fi
|
|
|
|
|
1999-02-16 18:29:51 +00:00
|
|
|
add_makefiles <<END_NGMAKEFILES
|
|
|
|
Makefile
|
1999-04-13 04:15:34 +00:00
|
|
|
build/Makefile
|
|
|
|
build/unix/Makefile
|
1999-04-14 11:24:11 +00:00
|
|
|
build/unix/nspr_my_config.mk
|
|
|
|
build/unix/nspr_my_overrides.mk
|
1999-04-09 23:01:46 +00:00
|
|
|
build/package/rpm/mozilla.spec
|
|
|
|
build/package/rpm/nspr-pthreads.spec
|
1999-02-16 18:29:51 +00:00
|
|
|
config/Makefile
|
|
|
|
config/autoconf.mk
|
|
|
|
config/mkdepend/Makefile
|
|
|
|
config/mkdetect/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
|
1999-04-13 01:26:35 +00:00
|
|
|
dom/public/range/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
1999-04-15 20:17:20 +00:00
|
|
|
dom/src/range/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
dom/src/html/Makefile
|
|
|
|
dom/src/jsurl/Makefile
|
|
|
|
dom/tools/Makefile
|
|
|
|
editor/Makefile
|
|
|
|
editor/public/Makefile
|
1999-06-11 19:01:36 +00:00
|
|
|
editor/idl/Makefile
|
1999-05-19 20:26:51 +00:00
|
|
|
editor/txmgr/Makefile
|
|
|
|
editor/txmgr/public/Makefile
|
|
|
|
editor/txmgr/src/Makefile
|
|
|
|
editor/txmgr/tests/Makefile
|
|
|
|
editor/txtsvc/Makefile
|
|
|
|
editor/txtsvc/public/Makefile
|
|
|
|
editor/txtsvc/src/Makefile
|
1999-02-27 09:16:17 +00:00
|
|
|
expat/Makefile
|
|
|
|
expat/xmlparse/Makefile
|
|
|
|
expat/xmltok/Makefile
|
1999-03-29 22:51:11 +00:00
|
|
|
extensions/Makefile
|
|
|
|
extensions/wallet/Makefile
|
|
|
|
extensions/wallet/public/Makefile
|
|
|
|
extensions/wallet/src/Makefile
|
1999-06-19 21:00:44 +00:00
|
|
|
extensions/wallet/editor/Makefile
|
|
|
|
extensions/wallet/cookieviewer/Makefile
|
|
|
|
extensions/wallet/signonviewer/Makefile
|
|
|
|
extensions/wallet/walletpreview/Makefile
|
1999-06-21 02:18:16 +00:00
|
|
|
extensions/wallet/build/Makefile
|
1999-05-08 01:43:41 +00:00
|
|
|
extensions/pics/Makefile
|
|
|
|
extensions/pics/public/Makefile
|
|
|
|
extensions/pics/src/Makefile
|
|
|
|
extensions/pics/tests/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
gfx/Makefile
|
|
|
|
gfx/public/Makefile
|
|
|
|
gfx/src/Makefile
|
1999-06-30 04:20:46 +00:00
|
|
|
gfx/src/beos/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
gfx/src/gtk/Makefile
|
1999-02-22 18:56:54 +00:00
|
|
|
gfx/src/ps/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
gfx/src/motif/Makefile
|
1999-05-11 21:03:27 +00:00
|
|
|
gfx/src/photon/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
gfx/src/rhapsody/Makefile
|
1999-08-17 09:33:48 +00:00
|
|
|
gfx/src/qt/Makefile
|
1999-04-10 15:30:19 +00:00
|
|
|
gfx/src/xlib/Makefile
|
1999-07-07 02:16:24 +00:00
|
|
|
gfx/src/xlibrgb/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
1999-05-17 19:08:19 +00:00
|
|
|
intl/chardet/Makefile
|
|
|
|
intl/chardet/public/Makefile
|
|
|
|
intl/chardet/src/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
intl/uconv/Makefile
|
|
|
|
intl/uconv/public/Makefile
|
|
|
|
intl/uconv/src/Makefile
|
|
|
|
intl/uconv/tests/Makefile
|
|
|
|
intl/uconv/ucvja/Makefile
|
|
|
|
intl/uconv/ucvlatin/Makefile
|
1999-04-06 23:10:57 +00:00
|
|
|
intl/uconv/ucvcn/Makefile
|
1999-05-31 16:33:13 +00:00
|
|
|
intl/uconv/ucvtw/Makefile
|
|
|
|
intl/uconv/ucvtw2/Makefile
|
|
|
|
intl/uconv/ucvko/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
intl/locale/Makefile
|
|
|
|
intl/locale/public/Makefile
|
1999-08-02 03:00:23 +00:00
|
|
|
intl/locale/idl/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
intl/locale/src/Makefile
|
|
|
|
intl/locale/src/unix/Makefile
|
|
|
|
intl/locale/tests/Makefile
|
1999-02-16 19:28:33 +00:00
|
|
|
intl/lwbrk/Makefile
|
|
|
|
intl/lwbrk/src/Makefile
|
|
|
|
intl/lwbrk/public/Makefile
|
|
|
|
intl/lwbrk/tests/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
intl/unicharutil/Makefile
|
1999-08-21 02:51:15 +00:00
|
|
|
intl/unicharutil/idl/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
intl/unicharutil/src/Makefile
|
|
|
|
intl/unicharutil/public/Makefile
|
1999-08-21 02:51:15 +00:00
|
|
|
intl/unicharutil/tables/Makefile
|
1999-02-16 18:29:51 +00: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 01:28:00 +00:00
|
|
|
#js/jsd/Makefile
|
|
|
|
#js/jsd/classes/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
js/src/Makefile
|
|
|
|
js/src/fdlibm/Makefile
|
|
|
|
js/src/liveconnect/Makefile
|
|
|
|
js/src/liveconnect/classes/Makefile
|
1999-03-02 05:21:31 +00:00
|
|
|
# js/src/xpcom/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
js/src/xpconnect/Makefile
|
1999-03-23 20:49:58 +00:00
|
|
|
js/src/xpconnect/public/Makefile
|
1999-05-14 08:27:27 +00:00
|
|
|
js/src/xpconnect/idl/Makefile
|
1999-04-10 16:15:02 +00:00
|
|
|
js/src/xpconnect/shell/Makefile
|
1999-03-23 20:49:58 +00:00
|
|
|
js/src/xpconnect/src/Makefile
|
|
|
|
js/src/xpconnect/tests/Makefile
|
1999-04-10 16:10:34 +00:00
|
|
|
js/src/xpconnect/tests/components/Makefile
|
1999-04-10 20:46:22 +00:00
|
|
|
js/src/xpconnect/shell/Makefile
|
1999-03-23 20:49:58 +00:00
|
|
|
# js/src/xpconnect/md/Makefile
|
|
|
|
# js/src/xpconnect/md/unix/Makefile
|
|
|
|
# js/src/xpconnect/test/Makefile
|
1999-02-16 18:29:51 +00: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 19:24:31 +00:00
|
|
|
layout/html/document/public/Makefile
|
1999-02-16 18:29:51 +00: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 02:33:21 +00:00
|
|
|
layout/xul/base/public/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
1999-04-23 00:27:30 +00:00
|
|
|
# modules/libimg/classes/Makefile
|
|
|
|
# modules/libimg/classes/netscape/Makefile
|
|
|
|
# modules/libimg/classes/netscape/libimg/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
modules/libimg/png/Makefile
|
|
|
|
modules/libimg/public/Makefile
|
1999-04-23 00:27:30 +00:00
|
|
|
modules/libimg/public_com/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
modules/libimg/src/Makefile
|
1999-04-23 00:27:30 +00:00
|
|
|
modules/libimg/gifcom/Makefile
|
|
|
|
modules/libimg/jpgcom/Makefile
|
|
|
|
modules/libimg/pngcom/Makefile
|
1999-03-25 20:47:28 +00:00
|
|
|
modules/libjar/Makefile
|
1999-02-16 18:29:51 +00: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
|
|
|
|
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
|
1999-04-15 20:21:48 +00:00
|
|
|
profile/Makefile
|
1999-04-16 07:42:06 +00:00
|
|
|
profile/src/Makefile
|
1999-04-15 20:21:48 +00:00
|
|
|
profile/public/Makefile
|
1999-05-05 04:38:45 +00:00
|
|
|
profile/resources/Makefile
|
1999-07-09 04:39:31 +00:00
|
|
|
profile/defaults/Makefile
|
1999-07-23 00:56:42 +00:00
|
|
|
profile/idlservices/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
rdf/Makefile
|
|
|
|
rdf/base/Makefile
|
1999-03-03 03:30:17 +00:00
|
|
|
rdf/base/idl/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
rdf/base/public/Makefile
|
|
|
|
rdf/base/src/Makefile
|
1999-04-01 05:10:47 +00:00
|
|
|
rdf/brprof/Makefile
|
|
|
|
rdf/brprof/public/Makefile
|
|
|
|
rdf/brprof/src/Makefile
|
|
|
|
rdf/brprof/build/Makefile
|
1999-04-02 17:41:00 +00:00
|
|
|
rdf/chrome/Makefile
|
|
|
|
rdf/chrome/build/Makefile
|
|
|
|
rdf/chrome/public/Makefile
|
|
|
|
rdf/chrome/src/Makefile
|
1999-02-24 09:54:36 +00:00
|
|
|
rdf/util/Makefile
|
|
|
|
rdf/util/public/Makefile
|
|
|
|
rdf/util/src/Makefile
|
1999-05-04 18:59:21 +00:00
|
|
|
rdf/resources/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
1999-06-22 01:51:13 +00:00
|
|
|
rdf/tests/domds/Makefile
|
1999-06-22 02:01:11 +00:00
|
|
|
rdf/tests/domds/resources/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
rdf/tests/localfile/Makefile
|
|
|
|
rdf/tests/rdfsink/Makefile
|
1999-04-02 20:19:34 +00:00
|
|
|
rdf/tests/rdfcat/Makefile
|
1999-05-05 03:19:16 +00:00
|
|
|
rdf/tests/rdfpoll/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
sun-java/Makefile
|
|
|
|
sun-java/stubs/Makefile
|
|
|
|
sun-java/stubs/include/Makefile
|
|
|
|
sun-java/stubs/jri/Makefile
|
|
|
|
sun-java/stubs/src/Makefile
|
|
|
|
caps/Makefile
|
1999-07-15 23:23:16 +00:00
|
|
|
caps/idl/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
caps/include/Makefile
|
1999-08-06 22:44:35 +00:00
|
|
|
# caps/public/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
1999-05-28 12:43:59 +00:00
|
|
|
webshell/embed/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
widget/Makefile
|
|
|
|
widget/public/Makefile
|
|
|
|
widget/src/Makefile
|
1999-06-30 04:20:46 +00:00
|
|
|
widget/src/beos/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
widget/src/build/Makefile
|
1999-05-11 21:03:27 +00:00
|
|
|
widget/src/gtk/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
widget/src/motif/Makefile
|
1999-07-23 12:12:08 +00:00
|
|
|
widget/src/motif/app_context/Makefile
|
1999-05-11 21:03:27 +00:00
|
|
|
widget/src/photon/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
widget/src/rhapsody/Makefile
|
1999-08-02 13:41:04 +00:00
|
|
|
widget/src/unix_services/Makefile
|
|
|
|
widget/src/unix_services/toolkit_service/Makefile
|
1999-04-10 15:30:19 +00:00
|
|
|
widget/src/xlib/Makefile
|
1999-08-17 09:33:48 +00:00
|
|
|
widget/src/qt/Makefile
|
1999-07-21 22:02:16 +00:00
|
|
|
widget/src/xlib/window_service/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
widget/src/xpwidgets/Makefile
|
1999-08-17 16:09:40 +00:00
|
|
|
widget/src/support/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
widget/tests/Makefile
|
|
|
|
widget/tests/scribble/Makefile
|
|
|
|
widget/tests/widget/Makefile
|
1999-07-20 08:23:29 +00:00
|
|
|
widget/timer/Makefile
|
|
|
|
widget/timer/public/Makefile
|
|
|
|
widget/timer/src/Makefile
|
|
|
|
widget/timer/src/beos/Makefile
|
|
|
|
widget/timer/src/photon/Makefile
|
|
|
|
widget/timer/src/rhapsody/Makefile
|
|
|
|
widget/timer/src/unix/Makefile
|
|
|
|
widget/timer/src/unix/gtk/Makefile
|
|
|
|
widget/timer/src/unix/motif/Makefile
|
|
|
|
widget/timer/src/unix/xlib/Makefile
|
1999-08-17 09:33:48 +00:00
|
|
|
widget/timer/src/unix/qt/Makefile
|
1999-05-26 01:38:36 +00:00
|
|
|
#
|
|
|
|
# New xpcom hiearchy
|
|
|
|
#
|
1999-02-16 18:29:51 +00:00
|
|
|
xpcom/Makefile
|
1999-05-26 01:38:36 +00:00
|
|
|
xpcom/base/Makefile
|
|
|
|
xpcom/build/Makefile
|
|
|
|
xpcom/components/Makefile
|
|
|
|
xpcom/ds/Makefile
|
1999-06-03 19:09:15 +00:00
|
|
|
# xpcom/idl/Makefile
|
1999-05-26 01:38:36 +00:00
|
|
|
xpcom/io/Makefile
|
|
|
|
xpcom/typelib/Makefile
|
|
|
|
xpcom/reflect/Makefile
|
|
|
|
xpcom/typelib/xpt/Makefile
|
|
|
|
xpcom/typelib/xpt/public/Makefile
|
|
|
|
xpcom/typelib/xpt/src/Makefile
|
|
|
|
xpcom/typelib/xpt/tests/Makefile
|
|
|
|
xpcom/typelib/xpt/tools/Makefile
|
|
|
|
xpcom/typelib/xpidl/Makefile
|
|
|
|
xpcom/reflect/xptcall/Makefile
|
|
|
|
xpcom/reflect/xptcall/public/Makefile
|
|
|
|
xpcom/reflect/xptcall/src/Makefile
|
|
|
|
xpcom/reflect/xptcall/src/md/Makefile
|
|
|
|
xpcom/reflect/xptcall/src/md/test/Makefile
|
|
|
|
xpcom/reflect/xptcall/src/md/unix/Makefile
|
|
|
|
xpcom/reflect/xptcall/tests/Makefile
|
|
|
|
xpcom/reflect/xptinfo/Makefile
|
|
|
|
xpcom/reflect/xptinfo/public/Makefile
|
|
|
|
xpcom/reflect/xptinfo/src/Makefile
|
|
|
|
xpcom/reflect/xptinfo/tests/Makefile
|
|
|
|
xpcom/proxy/Makefile
|
|
|
|
xpcom/proxy/public/Makefile
|
|
|
|
xpcom/proxy/src/Makefile
|
|
|
|
xpcom/proxy/tests/Makefile
|
1999-06-03 19:09:15 +00:00
|
|
|
# xpcom/public/Makefile
|
1999-05-12 23:54:34 +00:00
|
|
|
xpcom/sample/Makefile
|
1999-06-03 19:09:15 +00:00
|
|
|
# xpcom/src/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
xpcom/tests/Makefile
|
|
|
|
xpcom/tests/dynamic/Makefile
|
1999-05-26 08:11:53 +00:00
|
|
|
xpcom/tests/services/Makefile
|
1999-05-26 01:38:36 +00:00
|
|
|
xpcom/threads/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
xpcom/tools/Makefile
|
1999-04-05 04:54:10 +00:00
|
|
|
xpcom/tools/registry/Makefile
|
1999-05-26 01:38:36 +00:00
|
|
|
#
|
|
|
|
# End of xpcom Makefiles
|
|
|
|
#
|
1999-02-16 18:29:51 +00:00
|
|
|
silentdl/Makefile
|
1999-03-25 20:47:28 +00:00
|
|
|
xpinstall/Makefile
|
1999-08-20 02:59:26 +00:00
|
|
|
xpinstall/notifier/Makefile
|
|
|
|
xpinstall/packager/Makefile
|
1999-03-25 20:47:28 +00:00
|
|
|
xpinstall/public/Makefile
|
1999-06-23 06:22:53 +00:00
|
|
|
xpinstall/res/Makefile
|
1999-03-25 20:47:28 +00:00
|
|
|
xpinstall/src/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
1999-04-02 21:13:29 +00:00
|
|
|
xpfe/browser/samples/Makefile
|
|
|
|
xpfe/browser/samples/sampleimages/Makefile
|
1999-04-22 02:45:24 +00:00
|
|
|
xpfe/components/Makefile
|
|
|
|
xpfe/components/public/Makefile
|
1999-05-13 05:41:33 +00:00
|
|
|
xpfe/components/sample/Makefile
|
|
|
|
xpfe/components/sample/public/Makefile
|
|
|
|
xpfe/components/sample/src/Makefile
|
|
|
|
xpfe/components/sample/resources/Makefile
|
1999-06-11 06:16:22 +00:00
|
|
|
xpfe/components/bookmarks/Makefile
|
|
|
|
xpfe/components/bookmarks/public/Makefile
|
|
|
|
xpfe/components/bookmarks/src/Makefile
|
|
|
|
xpfe/components/bookmarks/resources/Makefile
|
1999-04-22 05:15:27 +00:00
|
|
|
xpfe/components/find/Makefile
|
1999-04-22 02:45:24 +00:00
|
|
|
xpfe/components/find/public/Makefile
|
|
|
|
xpfe/components/find/src/Makefile
|
1999-04-22 03:28:32 +00:00
|
|
|
xpfe/components/find/resources/Makefile
|
1999-05-18 03:40:25 +00:00
|
|
|
xpfe/components/history/Makefile
|
|
|
|
xpfe/components/history/src/Makefile
|
|
|
|
xpfe/components/history/public/Makefile
|
|
|
|
xpfe/components/history/resources/Makefile
|
1999-06-09 20:40:18 +00:00
|
|
|
xpfe/components/prefwindow/Makefile
|
|
|
|
xpfe/components/prefwindow/src/Makefile
|
|
|
|
xpfe/components/prefwindow/public/Makefile
|
|
|
|
xpfe/components/prefwindow/resources/Makefile
|
|
|
|
xpfe/components/prefwindow/resources/content/Makefile
|
|
|
|
xpfe/components/prefwindow/resources/skin/Makefile
|
1999-08-10 02:49:43 +00:00
|
|
|
xpfe/components/prefwindow/resources/locale/Makefile
|
|
|
|
xpfe/components/prefwindow/resources/locale/en-US/Makefile
|
1999-06-07 19:22:35 +00:00
|
|
|
xpfe/components/related/Makefile
|
|
|
|
xpfe/components/related/src/Makefile
|
|
|
|
xpfe/components/related/public/Makefile
|
|
|
|
xpfe/components/related/resources/Makefile
|
1999-08-19 19:57:10 +00:00
|
|
|
xpfe/components/search/Makefile
|
|
|
|
xpfe/components/search/datasets/Makefile
|
|
|
|
xpfe/components/search/resources/Makefile
|
1999-08-03 22:35:39 +00:00
|
|
|
xpfe/components/sidebar/Makefile
|
|
|
|
xpfe/components/sidebar/resources/Makefile
|
1999-05-13 02:47:41 +00:00
|
|
|
xpfe/components/xfer/Makefile
|
|
|
|
xpfe/components/xfer/public/Makefile
|
|
|
|
xpfe/components/xfer/src/Makefile
|
|
|
|
xpfe/components/xfer/resources/Makefile
|
|
|
|
xpfe/components/ucth/Makefile
|
|
|
|
xpfe/components/ucth/public/Makefile
|
|
|
|
xpfe/components/ucth/src/Makefile
|
|
|
|
xpfe/components/ucth/resources/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
xpfe/appshell/Makefile
|
|
|
|
xpfe/appshell/src/Makefile
|
|
|
|
xpfe/appshell/public/Makefile
|
|
|
|
xpfe/bootstrap/Makefile
|
|
|
|
xpfe/browser/Makefile
|
|
|
|
xpfe/browser/src/Makefile
|
1999-07-01 23:02:59 +00:00
|
|
|
xpfe/browser/resources/Makefile
|
|
|
|
xpfe/browser/resources/content/Makefile
|
|
|
|
xpfe/browser/resources/skin/Makefile
|
1999-08-12 22:41:25 +00:00
|
|
|
xpfe/browser/resources/locale/Makefile
|
|
|
|
xpfe/browser/resources/locale/en-US/Makefile
|
1999-07-14 00:48:10 +00:00
|
|
|
xpfe/global/Makefile
|
|
|
|
xpfe/global/resources/Makefile
|
|
|
|
xpfe/global/resources/skin/Makefile
|
1999-07-19 21:42:29 +00:00
|
|
|
xpfe/global/resources/content/Makefile
|
1999-07-20 19:17:11 +00:00
|
|
|
xpfe/global/resources/locale/Makefile
|
1999-07-01 23:02:59 +00:00
|
|
|
|
1999-02-16 18:29:51 +00:00
|
|
|
# xpfe/browser/public/Makefile
|
|
|
|
END_NGMAKEFILES
|
|
|
|
|
|
|
|
if [ "$MOZ_EDITOR" ]; then
|
|
|
|
add_makefiles <<END_EDITOR_MAKEFILES
|
|
|
|
editor/base/Makefile
|
1999-04-21 18:51:05 +00:00
|
|
|
editor/ui/Makefile
|
|
|
|
editor/ui/composer/Makefile
|
|
|
|
editor/ui/composer/content/Makefile
|
|
|
|
editor/ui/composer/skin/Makefile
|
1999-08-09 13:35:39 +00:00
|
|
|
editor/ui/composer/locale/Makefile
|
|
|
|
editor/ui/composer/locale/en-US/Makefile
|
1999-04-21 18:51:05 +00:00
|
|
|
editor/ui/dialogs/Makefile
|
|
|
|
editor/ui/dialogs/content/Makefile
|
|
|
|
editor/ui/dialogs/skin/Makefile
|
1999-08-06 20:09:34 +00:00
|
|
|
editor/ui/dialogs/locale/Makefile
|
|
|
|
editor/ui/dialogs/locale/en-US/Makefile
|
1999-04-21 18:51:05 +00:00
|
|
|
|
1999-02-16 18:29:51 +00:00
|
|
|
END_EDITOR_MAKEFILES
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ "$MOZ_MAIL_NEWS" ]; then
|
1999-03-06 20:38:24 +00:00
|
|
|
add_makefiles < ${srcdir}/mailnews/makefiles
|
1999-02-16 18:29:51 +00:00
|
|
|
fi
|
1999-05-04 17:45:58 +00:00
|
|
|
|
1999-07-01 11:40:23 +00:00
|
|
|
if [ "$NECKO" ]; then
|
1999-07-01 20:26:11 +00:00
|
|
|
add_makefiles < ${srcdir}/netwerk/makefiles
|
1999-07-01 11:40:23 +00:00
|
|
|
add_makefiles <<END_NECKO_MAKEFILES
|
|
|
|
extensions/cookie/Makefile
|
|
|
|
extensions/cookie/tests/Makefile
|
1999-07-01 20:30:00 +00:00
|
|
|
htmlparser/robot/test/Makefile
|
1999-07-01 11:40:23 +00:00
|
|
|
END_NECKO_MAKEFILES
|
1999-05-04 17:45:58 +00:00
|
|
|
fi
|