1999-02-16 18:29:51 +00:00
|
|
|
#! /bin/sh
|
|
|
|
#
|
1999-11-06 03:43:54 +00: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 18:29:51 +00:00
|
|
|
#
|
1999-11-06 03:43:54 +00: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 18:29:51 +00:00
|
|
|
#
|
1999-11-06 03:43:54 +00:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-02-16 18:29:51 +00:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 03:43:54 +00:00
|
|
|
# Copyright (C) 1999 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-02-16 18:29:51 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
#
|
2000-05-20 02:45:59 +00:00
|
|
|
# Please keep the modules in this file in sync with those in
|
|
|
|
# mozilla/build/unix/modules.mk
|
|
|
|
#
|
1999-02-16 18:29:51 +00:00
|
|
|
|
1999-09-10 18:05:38 +00:00
|
|
|
MAKEFILES=""
|
|
|
|
|
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() {
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES="$MAKEFILES $*"
|
1999-02-16 18:29:51 +00:00
|
|
|
}
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
if [ "$srcdir" = "" ]; then
|
1999-03-06 20:38:24 +00:00
|
|
|
srcdir=.
|
|
|
|
fi
|
|
|
|
|
2000-05-18 19:37:33 +00:00
|
|
|
#
|
2000-05-20 02:45:59 +00:00
|
|
|
# Common makefiles used by everyone
|
2000-05-18 19:37:33 +00:00
|
|
|
#
|
2000-05-20 02:45:59 +00:00
|
|
|
add_makefiles "
|
2000-05-18 19:37:33 +00:00
|
|
|
Makefile
|
|
|
|
build/Makefile
|
|
|
|
build/unix/Makefile
|
|
|
|
config/Makefile
|
|
|
|
config/autoconf.mk
|
|
|
|
config/mkdepend/Makefile
|
2002-03-22 19:22:13 +00:00
|
|
|
config/doxygen.cfg
|
2000-05-20 02:45:59 +00:00
|
|
|
include/Makefile
|
|
|
|
"
|
2000-05-18 19:37:33 +00:00
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_db="
|
1999-09-08 20:59:36 +00:00
|
|
|
db/Makefile
|
|
|
|
db/mdb/Makefile
|
|
|
|
db/mdb/public/Makefile
|
|
|
|
db/mork/Makefile
|
|
|
|
db/mork/build/Makefile
|
|
|
|
db/mork/src/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_dbm="
|
1999-11-16 15:56:31 +00:00
|
|
|
dbm/Makefile
|
|
|
|
dbm/include/Makefile
|
|
|
|
dbm/src/Makefile
|
|
|
|
dbm/tests/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_dom="
|
1999-02-16 18:29:51 +00:00
|
|
|
dom/Makefile
|
|
|
|
dom/public/Makefile
|
|
|
|
dom/public/base/Makefile
|
|
|
|
dom/public/coreEvents/Makefile
|
1999-09-01 00:55:35 +00:00
|
|
|
dom/public/idl/Makefile
|
|
|
|
dom/public/idl/base/Makefile
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 16:46:42 +00:00
|
|
|
dom/public/idl/core/Makefile
|
1999-09-01 00:55:35 +00:00
|
|
|
dom/public/idl/css/Makefile
|
|
|
|
dom/public/idl/events/Makefile
|
|
|
|
dom/public/idl/html/Makefile
|
|
|
|
dom/public/idl/range/Makefile
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 16:46:42 +00:00
|
|
|
dom/public/idl/stylesheets/Makefile
|
|
|
|
dom/public/idl/views/Makefile
|
|
|
|
dom/public/idl/xbl/Makefile
|
2002-03-14 12:18:04 +00:00
|
|
|
dom/public/idl/xpath/Makefile
|
2001-02-22 03:01:34 +00:00
|
|
|
dom/public/idl/xul/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
dom/src/Makefile
|
|
|
|
dom/src/base/Makefile
|
|
|
|
dom/src/build/Makefile
|
|
|
|
dom/src/events/Makefile
|
|
|
|
dom/src/jsurl/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_editor="
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
1999-09-21 22:28:08 +00:00
|
|
|
editor/txmgr/idl/Makefile
|
1999-05-19 20:26:51 +00:00
|
|
|
editor/txmgr/public/Makefile
|
|
|
|
editor/txmgr/src/Makefile
|
|
|
|
editor/txmgr/tests/Makefile
|
|
|
|
editor/txtsvc/Makefile
|
|
|
|
editor/txtsvc/public/Makefile
|
|
|
|
editor/txtsvc/src/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_expat="
|
1999-02-27 09:16:17 +00:00
|
|
|
expat/Makefile
|
|
|
|
expat/xmlparse/Makefile
|
|
|
|
expat/xmltok/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_extensions="
|
1999-03-29 22:51:11 +00:00
|
|
|
extensions/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
2001-02-18 16:51:46 +00:00
|
|
|
MAKEFILES_gc="
|
|
|
|
gc/boehm/Makefile
|
|
|
|
gc/boehm/leaksoup/Makefile
|
|
|
|
"
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_gfx="
|
1999-02-16 18:29:51 +00:00
|
|
|
gfx/Makefile
|
1999-09-01 00:38:23 +00:00
|
|
|
gfx/idl/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
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-05-11 21:03:27 +00:00
|
|
|
gfx/src/photon/Makefile
|
2000-03-11 03:08:04 +00:00
|
|
|
gfx/src/mac/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
|
2000-06-02 21:33:43 +00:00
|
|
|
gfx/src/os2/Makefile
|
1999-07-07 02:16:24 +00:00
|
|
|
gfx/src/xlibrgb/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
gfx/src/windows/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
gfx/tests/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_htmlparser="
|
1999-02-16 18:29:51 +00:00
|
|
|
htmlparser/Makefile
|
|
|
|
htmlparser/robot/Makefile
|
1999-11-02 01:54:54 +00:00
|
|
|
htmlparser/robot/test/Makefile
|
2001-08-03 23:06:22 +00:00
|
|
|
htmlparser/public/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
htmlparser/src/Makefile
|
|
|
|
htmlparser/tests/Makefile
|
|
|
|
htmlparser/tests/grabpage/Makefile
|
|
|
|
htmlparser/tests/logparse/Makefile
|
2002-07-03 20:12:28 +00:00
|
|
|
htmlparser/tests/html/Makefile
|
1999-09-14 21:39:41 +00:00
|
|
|
htmlparser/tests/outsinks/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_intl="
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
2000-01-11 03:46:42 +00:00
|
|
|
intl/uconv/idl/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
2000-01-06 21:35:12 +00:00
|
|
|
intl/uconv/ucvibm/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
|
2000-06-02 21:33:43 +00:00
|
|
|
intl/locale/src/os2/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
intl/locale/src/windows/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
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
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
2002-08-23 23:09:22 +00:00
|
|
|
if [ "$SUNCTL" ] ; then
|
|
|
|
MAKEFILES_intl="$MAKEFILES_intl
|
|
|
|
intl/ctl/Makefile
|
|
|
|
intl/ctl/public/Makefile
|
|
|
|
intl/ctl/src/Makefile
|
|
|
|
intl/ctl/src/pangoLite/Makefile
|
|
|
|
intl/ctl/src/thaiShaper/Makefile
|
|
|
|
"
|
|
|
|
fi
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_js="
|
1999-02-16 18:29:51 +00:00
|
|
|
js/Makefile
|
|
|
|
js/src/Makefile
|
|
|
|
js/src/fdlibm/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_liveconnect="
|
1999-02-16 18:29:51 +00:00
|
|
|
js/src/liveconnect/Makefile
|
|
|
|
js/src/liveconnect/classes/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_xpconnect="
|
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
|
2000-01-11 03:46:42 +00:00
|
|
|
js/src/xpconnect/loader/Makefile
|
1999-03-23 20:49:58 +00:00
|
|
|
js/src/xpconnect/tests/Makefile
|
1999-04-10 16:10:34 +00:00
|
|
|
js/src/xpconnect/tests/components/Makefile
|
1999-12-18 20:29:29 +00:00
|
|
|
js/src/xpconnect/tests/idl/Makefile
|
1999-04-10 20:46:22 +00:00
|
|
|
js/src/xpconnect/shell/Makefile
|
2000-07-13 05:19:46 +00:00
|
|
|
js/src/xpconnect/tools/Makefile
|
|
|
|
js/src/xpconnect/tools/idl/Makefile
|
|
|
|
js/src/xpconnect/tools/idl/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
2001-05-15 20:48:23 +00:00
|
|
|
MAKEFILES_jsdebugger="
|
|
|
|
js/jsd/Makefile
|
|
|
|
js/jsd/idl/Makefile
|
|
|
|
"
|
|
|
|
|
2001-02-19 21:50:04 +00:00
|
|
|
MAKEFILES_content="
|
|
|
|
content/Makefile
|
|
|
|
content/base/Makefile
|
|
|
|
content/base/public/Makefile
|
|
|
|
content/base/src/Makefile
|
|
|
|
content/build/Makefile
|
|
|
|
content/events/Makefile
|
|
|
|
content/events/public/Makefile
|
|
|
|
content/events/src/Makefile
|
|
|
|
content/html/Makefile
|
|
|
|
content/html/content/Makefile
|
|
|
|
content/html/content/public/Makefile
|
|
|
|
content/html/content/src/Makefile
|
|
|
|
content/html/document/Makefile
|
|
|
|
content/html/document/public/Makefile
|
|
|
|
content/html/document/src/Makefile
|
|
|
|
content/html/style/Makefile
|
|
|
|
content/html/style/public/Makefile
|
|
|
|
content/html/style/src/Makefile
|
|
|
|
content/xml/Makefile
|
|
|
|
content/xml/content/Makefile
|
|
|
|
content/xml/content/public/Makefile
|
|
|
|
content/xml/content/src/Makefile
|
|
|
|
content/xml/document/Makefile
|
|
|
|
content/xml/document/public/Makefile
|
|
|
|
content/xml/document/src/Makefile
|
|
|
|
content/xul/Makefile
|
|
|
|
content/xul/content/Makefile
|
2001-02-22 03:01:34 +00:00
|
|
|
content/xul/content/public/Makefile
|
2001-02-19 21:50:04 +00:00
|
|
|
content/xul/content/src/Makefile
|
2001-02-22 03:01:34 +00:00
|
|
|
content/xul/document/Makefile
|
|
|
|
content/xul/document/public/Makefile
|
|
|
|
content/xul/document/src/Makefile
|
|
|
|
content/xul/templates/public/Makefile
|
|
|
|
content/xul/templates/src/Makefile
|
2001-02-19 21:50:04 +00:00
|
|
|
content/xbl/Makefile
|
|
|
|
content/xbl/public/Makefile
|
|
|
|
content/xbl/src/Makefile
|
|
|
|
content/xbl/builtin/Makefile
|
2001-10-01 02:55:31 +00:00
|
|
|
content/xbl/builtin/unix/Makefile
|
|
|
|
content/xbl/builtin/win/Makefile
|
2001-02-19 21:50:04 +00:00
|
|
|
content/xsl/Makefile
|
|
|
|
content/xsl/document/Makefile
|
|
|
|
content/xsl/document/src/Makefile
|
2001-03-08 02:41:16 +00:00
|
|
|
content/shared/Makefile
|
|
|
|
content/shared/public/Makefile
|
|
|
|
content/shared/src/Makefile
|
2001-02-19 21:50:04 +00:00
|
|
|
"
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_layout="
|
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/html/Makefile
|
|
|
|
layout/html/base/Makefile
|
|
|
|
layout/html/base/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/src/Makefile
|
|
|
|
layout/html/table/Makefile
|
|
|
|
layout/html/table/public/Makefile
|
|
|
|
layout/html/table/src/Makefile
|
|
|
|
layout/html/tests/Makefile
|
|
|
|
layout/tools/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
|
2002-03-29 05:25:37 +00:00
|
|
|
layout/xul/base/src/tree/Makefile
|
|
|
|
layout/xul/base/src/tree/src/Makefile
|
|
|
|
layout/xul/base/src/tree/public/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
2000-09-22 03:46:18 +00:00
|
|
|
MAKEFILES_mpfilelocprovider="
|
|
|
|
modules/mpfilelocprovider/Makefile
|
|
|
|
modules/mpfilelocprovider/public/Makefile
|
|
|
|
modules/mpfilelocprovider/src/Makefile
|
|
|
|
"
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_libimg="
|
1999-02-16 18:29:51 +00:00
|
|
|
modules/libimg/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_libjar="
|
1999-03-25 20:47:28 +00:00
|
|
|
modules/libjar/Makefile
|
2000-12-27 05:29:50 +00:00
|
|
|
modules/libjar/standalone/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_libreg="
|
|
|
|
modules/libreg/Makefile
|
|
|
|
modules/libreg/include/Makefile
|
|
|
|
modules/libreg/src/Makefile
|
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_libpref="
|
1999-02-16 18:29:51 +00:00
|
|
|
modules/libpref/Makefile
|
|
|
|
modules/libpref/public/Makefile
|
|
|
|
modules/libpref/src/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_libutil="
|
1999-02-16 18:29:51 +00:00
|
|
|
modules/libutil/Makefile
|
|
|
|
modules/libutil/public/Makefile
|
|
|
|
modules/libutil/src/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_oji="
|
1999-02-16 18:29:51 +00:00
|
|
|
modules/oji/Makefile
|
|
|
|
modules/oji/public/Makefile
|
|
|
|
modules/oji/src/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_plugin="
|
1999-02-16 18:29:51 +00:00
|
|
|
modules/plugin/Makefile
|
2001-08-10 07:35:54 +00:00
|
|
|
modules/plugin/base/src/Makefile
|
|
|
|
modules/plugin/base/public/Makefile
|
|
|
|
modules/plugin/samples/simple/Makefile
|
|
|
|
modules/plugin/samples/SanePlugin/Makefile
|
|
|
|
modules/plugin/samples/default/unix/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
2001-02-16 04:03:58 +00:00
|
|
|
MAKEFILES_access_builtin="
|
|
|
|
extensions/access-builtin/Makefile
|
|
|
|
extensions/access-builtin/accessproxy/Makefile
|
|
|
|
"
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_netwerk="
|
1999-11-02 01:54:54 +00:00
|
|
|
netwerk/Makefile
|
|
|
|
netwerk/base/Makefile
|
|
|
|
netwerk/base/public/Makefile
|
|
|
|
netwerk/base/src/Makefile
|
|
|
|
netwerk/build/Makefile
|
2001-01-15 23:48:51 +00:00
|
|
|
netwerk/build2/Makefile
|
1999-12-07 04:28:23 +00:00
|
|
|
netwerk/cache/Makefile
|
|
|
|
netwerk/cache/public/Makefile
|
2001-10-06 22:26:35 +00:00
|
|
|
netwerk/cache/src/Makefile
|
1999-11-02 01:54:54 +00: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-21 22:33:36 +00:00
|
|
|
netwerk/protocol/datetime/src/Makefile
|
|
|
|
netwerk/protocol/datetime/Makefile
|
1999-11-02 01:54:54 +00:00
|
|
|
netwerk/protocol/file/Makefile
|
|
|
|
netwerk/protocol/file/public/Makefile
|
|
|
|
netwerk/protocol/file/src/Makefile
|
2000-02-03 00:40:22 +00:00
|
|
|
netwerk/protocol/finger/Makefile
|
|
|
|
netwerk/protocol/finger/src/Makefile
|
1999-11-02 01:54:54 +00:00
|
|
|
netwerk/protocol/ftp/Makefile
|
|
|
|
netwerk/protocol/ftp/public/Makefile
|
|
|
|
netwerk/protocol/ftp/src/Makefile
|
2001-03-14 02:51:01 +00:00
|
|
|
netwerk/protocol/gopher/Makefile
|
|
|
|
netwerk/protocol/gopher/src/Makefile
|
1999-11-02 01:54:54 +00:00
|
|
|
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 07:51:21 +00:00
|
|
|
netwerk/protocol/res/Makefile
|
1999-11-29 10:10:21 +00:00
|
|
|
netwerk/protocol/res/public/Makefile
|
|
|
|
netwerk/protocol/res/src/Makefile
|
1999-11-02 01:54:54 +00:00
|
|
|
netwerk/mime/Makefile
|
|
|
|
netwerk/mime/public/Makefile
|
|
|
|
netwerk/mime/src/Makefile
|
|
|
|
netwerk/socket/Makefile
|
|
|
|
netwerk/socket/base/Makefile
|
|
|
|
netwerk/streamconv/Makefile
|
|
|
|
netwerk/streamconv/converters/Makefile
|
|
|
|
netwerk/streamconv/public/Makefile
|
|
|
|
netwerk/streamconv/src/Makefile
|
|
|
|
netwerk/streamconv/test/Makefile
|
|
|
|
netwerk/test/Makefile
|
|
|
|
netwerk/testserver/Makefile
|
2001-01-15 23:48:51 +00:00
|
|
|
netwerk/resources/Makefile
|
2000-12-27 05:29:50 +00:00
|
|
|
|
|
|
|
uriloader/exthandler/Makefile
|
|
|
|
intl/strres/public/Makefile
|
|
|
|
intl/locale/idl/Makefile
|
|
|
|
$MAKEFILES_js
|
|
|
|
modules/libpref/public/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_uriloader="
|
1999-11-18 06:05:16 +00:00
|
|
|
uriloader/Makefile
|
|
|
|
uriloader/base/Makefile
|
|
|
|
uriloader/build/Makefile
|
2000-06-21 01:16:32 +00:00
|
|
|
uriloader/exthandler/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_profile="
|
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-09-11 19:48:50 +00:00
|
|
|
profile/pref-migrator/Makefile
|
|
|
|
profile/pref-migrator/public/Makefile
|
|
|
|
profile/pref-migrator/src/Makefile
|
|
|
|
profile/pref-migrator/resources/Makefile
|
1999-07-09 04:39:31 +00:00
|
|
|
profile/defaults/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_rdf="
|
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-02 17:41:00 +00:00
|
|
|
rdf/chrome/Makefile
|
|
|
|
rdf/chrome/build/Makefile
|
|
|
|
rdf/chrome/public/Makefile
|
|
|
|
rdf/chrome/src/Makefile
|
2001-01-15 23:48:51 +00:00
|
|
|
rdf/chrome/tools/Makefile
|
|
|
|
rdf/chrome/tools/chromereg/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/datasource/Makefile
|
|
|
|
rdf/datasource/public/Makefile
|
|
|
|
rdf/datasource/src/Makefile
|
|
|
|
rdf/tests/Makefile
|
|
|
|
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
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_sun_java="
|
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
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_caps="
|
1999-02-16 18:29:51 +00:00
|
|
|
caps/Makefile
|
1999-07-15 23:23:16 +00:00
|
|
|
caps/idl/Makefile
|
1999-02-16 18:29:51 +00:00
|
|
|
caps/include/Makefile
|
|
|
|
caps/src/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_view="
|
1999-02-16 18:29:51 +00:00
|
|
|
view/Makefile
|
|
|
|
view/public/Makefile
|
|
|
|
view/src/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_docshell="
|
1999-11-29 22:58:57 +00:00
|
|
|
docshell/Makefile
|
|
|
|
docshell/base/Makefile
|
|
|
|
docshell/build/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_webshell="
|
1999-02-16 18:29:51 +00:00
|
|
|
webshell/Makefile
|
|
|
|
webshell/public/Makefile
|
|
|
|
webshell/tests/Makefile
|
|
|
|
webshell/tests/viewer/Makefile
|
|
|
|
webshell/tests/viewer/public/Makefile
|
1999-08-22 14:06:52 +00:00
|
|
|
webshell/tests/viewer/unix/Makefile
|
|
|
|
webshell/tests/viewer/unix/gtk/Makefile
|
|
|
|
webshell/tests/viewer/unix/qt/Makefile
|
|
|
|
webshell/tests/viewer/unix/xlib/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_widget="
|
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
|
2002-05-08 07:44:34 +00:00
|
|
|
widget/src/gtk2/mai/Makefile
|
1999-11-12 20:12:28 +00:00
|
|
|
widget/src/gtksuperwin/Makefile
|
2000-04-22 20:45:12 +00:00
|
|
|
widget/src/gtkxtbin/Makefile
|
1999-05-11 21:03:27 +00:00
|
|
|
widget/src/photon/Makefile
|
2000-03-11 03:08:04 +00:00
|
|
|
widget/src/mac/Makefile
|
2002-01-25 22:01:41 +00:00
|
|
|
widget/src/cocoa/Makefile
|
1999-04-10 15:30:19 +00:00
|
|
|
widget/src/xlib/Makefile
|
2000-06-02 21:33:43 +00:00
|
|
|
widget/src/os2/Makefile
|
|
|
|
widget/src/os2/tests/Makefile
|
1999-08-17 09:33:48 +00:00
|
|
|
widget/src/qt/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
widget/src/windows/Makefile
|
|
|
|
widget/src/windows/expose/Makefile
|
|
|
|
widget/src/windows/expose/ISimpleDOMNode/Makefile
|
|
|
|
widget/src/windows/expose/ISimpleDOMDocument/Makefile
|
2001-11-18 11:09:04 +00:00
|
|
|
widget/src/xlibxtbin/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
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_xpcom="
|
2001-02-21 11:09:35 +00:00
|
|
|
string/Makefile
|
|
|
|
string/obsolete/Makefile
|
|
|
|
string/public/Makefile
|
|
|
|
string/src/Makefile
|
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
|
2001-11-11 22:46:29 +00:00
|
|
|
xpcom/glue/Makefile
|
2002-03-21 23:43:21 +00:00
|
|
|
xpcom/glue/standalone/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
|
2000-06-02 21:33:43 +00:00
|
|
|
xpcom/reflect/xptcall/src/md/os2/Makefile
|
1999-05-26 01:38:36 +00:00
|
|
|
xpcom/reflect/xptcall/src/md/test/Makefile
|
|
|
|
xpcom/reflect/xptcall/src/md/unix/Makefile
|
2001-12-09 07:02:42 +00:00
|
|
|
xpcom/reflect/xptcall/src/md/win32/Makefile
|
1999-05-26 01:38:36 +00:00
|
|
|
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-05-12 23:54:34 +00:00
|
|
|
xpcom/sample/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
|
2001-12-09 07:02:42 +00:00
|
|
|
xpcom/tools/windows/Makefile
|
|
|
|
xpcom/windbgdlg/Makefile
|
2000-12-27 05:29:50 +00:00
|
|
|
|
|
|
|
$MAKEFILES_libreg
|
|
|
|
$MAKEFILES_libjar
|
|
|
|
intl/unicharutil/public/Makefile
|
|
|
|
intl/uconv/public/Makefile
|
2001-10-24 00:12:06 +00:00
|
|
|
netwerk/base/public/Makefile
|
2001-12-09 07:02:42 +00:00
|
|
|
netwerk/build/Makefile
|
2000-12-27 05:29:50 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_xpcom_tests="
|
|
|
|
xpcom/tests/Makefile
|
|
|
|
xpcom/tests/dynamic/Makefile
|
|
|
|
xpcom/tests/services/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
xpcom/tests/windows/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
2001-02-22 09:24:57 +00:00
|
|
|
MAKEFILES_string="$MAKEFILES_xpcom"
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_xpinstall="
|
1999-03-25 20:47:28 +00:00
|
|
|
xpinstall/Makefile
|
1999-08-20 02:59:26 +00:00
|
|
|
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
|
2000-01-11 03:46:42 +00:00
|
|
|
xpinstall/stub/Makefile
|
2000-12-28 23:54:54 +00:00
|
|
|
xpinstall/wizard/libxpnet/Makefile
|
|
|
|
xpinstall/wizard/libxpnet/src/Makefile
|
|
|
|
xpinstall/wizard/libxpnet/test/Makefile
|
2000-04-16 22:26:44 +00:00
|
|
|
xpinstall/wizard/unix/src2/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
xpinstall/wizard/windows/nsinstall/Makefile
|
|
|
|
xpinstall/wizard/windows/nsztool/Makefile
|
|
|
|
xpinstall/wizard/windows/uninstall/Makefile
|
|
|
|
xpinstall/wizard/windows/setup/Makefile
|
|
|
|
xpinstall/wizard/windows/setuprsc/Makefile
|
|
|
|
xpinstall/wizard/windows/ren8dot3/Makefile
|
|
|
|
xpinstall/wizard/windows/ds32/Makefile
|
|
|
|
xpinstall/wizard/windows/GetShortPathName/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_xpfe="
|
1999-02-16 18:29:51 +00:00
|
|
|
xpfe/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
|
2000-01-11 03:46:42 +00:00
|
|
|
xpfe/components/shistory/Makefile
|
|
|
|
xpfe/components/shistory/public/Makefile
|
|
|
|
xpfe/components/shistory/src/Makefile
|
1999-06-11 06:16:22 +00:00
|
|
|
xpfe/components/bookmarks/Makefile
|
|
|
|
xpfe/components/bookmarks/public/Makefile
|
|
|
|
xpfe/components/bookmarks/src/Makefile
|
1999-08-23 04:20:45 +00:00
|
|
|
xpfe/components/directory/Makefile
|
2002-03-17 21:41:01 +00:00
|
|
|
xpfe/components/download-manager/Makefile
|
|
|
|
xpfe/components/download-manager/src/Makefile
|
|
|
|
xpfe/components/download-manager/public/Makefile
|
2000-02-14 01:18:25 +00:00
|
|
|
xpfe/components/timebomb/Makefile
|
2000-03-15 15:12:49 +00:00
|
|
|
xpfe/components/timebomb/tools/Makefile
|
1999-09-21 05:08:18 +00:00
|
|
|
xpfe/components/regviewer/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
|
2000-03-22 10:31:44 +00:00
|
|
|
xpfe/components/filepicker/Makefile
|
2001-11-03 02:10:10 +00:00
|
|
|
xpfe/components/filepicker/public/Makefile
|
|
|
|
xpfe/components/filepicker/src/Makefile
|
1999-05-18 03:40:25 +00:00
|
|
|
xpfe/components/history/Makefile
|
|
|
|
xpfe/components/history/src/Makefile
|
|
|
|
xpfe/components/history/public/Makefile
|
1999-06-09 20:40:18 +00:00
|
|
|
xpfe/components/prefwindow/Makefile
|
|
|
|
xpfe/components/prefwindow/resources/Makefile
|
|
|
|
xpfe/components/prefwindow/resources/content/Makefile
|
2000-07-30 06:38:22 +00:00
|
|
|
xpfe/components/prefwindow/resources/content/unix/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
xpfe/components/prefwindow/resources/content/win/Makefile
|
1999-08-10 02:49:43 +00:00
|
|
|
xpfe/components/prefwindow/resources/locale/Makefile
|
|
|
|
xpfe/components/prefwindow/resources/locale/en-US/Makefile
|
2000-07-30 06:38:22 +00:00
|
|
|
xpfe/components/prefwindow/resources/locale/en-US/unix/Makefile
|
2001-03-19 23:10:12 +00:00
|
|
|
xpfe/components/prefwindow/resources/locale/en-US/win/Makefile
|
1999-06-07 19:22:35 +00:00
|
|
|
xpfe/components/related/Makefile
|
|
|
|
xpfe/components/related/src/Makefile
|
|
|
|
xpfe/components/related/public/Makefile
|
1999-08-19 19:57:10 +00:00
|
|
|
xpfe/components/search/Makefile
|
|
|
|
xpfe/components/search/datasets/Makefile
|
1999-09-15 11:23:43 +00:00
|
|
|
xpfe/components/search/public/Makefile
|
|
|
|
xpfe/components/search/src/Makefile
|
1999-08-03 22:35:39 +00:00
|
|
|
xpfe/components/sidebar/Makefile
|
1999-11-30 00:49:09 +00:00
|
|
|
xpfe/components/sidebar/public/Makefile
|
|
|
|
xpfe/components/sidebar/src/Makefile
|
2000-04-13 04:49:50 +00:00
|
|
|
xpfe/components/autocomplete/Makefile
|
|
|
|
xpfe/components/autocomplete/public/Makefile
|
|
|
|
xpfe/components/autocomplete/src/Makefile
|
2001-01-15 23:48:51 +00:00
|
|
|
xpfe/components/urlbarhistory/Makefile
|
|
|
|
xpfe/components/urlbarhistory/public/Makefile
|
|
|
|
xpfe/components/urlbarhistory/src/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
xpfe/components/urlwidget/Makefile
|
|
|
|
xpfe/components/winhooks/Makefile
|
2002-03-22 22:06:38 +00:00
|
|
|
xpfe/components/alerts/Makefile
|
|
|
|
xpfe/components/alerts/public/Makefile
|
|
|
|
xpfe/components/alerts/src/Makefile
|
2000-04-14 02:47:54 +00:00
|
|
|
xpfe/components/console/Makefile
|
2002-03-01 23:51:21 +00:00
|
|
|
xpfe/components/resetPref/Makefile
|
2002-04-23 02:34:30 +00:00
|
|
|
xpfe/components/killAll/Makefile
|
2001-01-15 23:48:51 +00:00
|
|
|
xpfe/components/build/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
|
2000-07-29 08:21:09 +00:00
|
|
|
xpfe/browser/resources/content/unix/Makefile
|
2001-10-01 02:55:31 +00:00
|
|
|
xpfe/browser/resources/content/win/Makefile
|
1999-08-12 22:41:25 +00:00
|
|
|
xpfe/browser/resources/locale/Makefile
|
|
|
|
xpfe/browser/resources/locale/en-US/Makefile
|
2000-07-29 08:21:09 +00:00
|
|
|
xpfe/browser/resources/locale/en-US/unix/Makefile
|
1999-07-14 00:48:10 +00:00
|
|
|
xpfe/global/Makefile
|
|
|
|
xpfe/global/resources/Makefile
|
1999-07-19 21:42:29 +00:00
|
|
|
xpfe/global/resources/content/Makefile
|
2000-06-02 21:33:43 +00:00
|
|
|
xpfe/global/resources/content/os2/Makefile
|
1999-09-14 02:13:50 +00:00
|
|
|
xpfe/global/resources/content/unix/Makefile
|
1999-07-20 19:17:11 +00:00
|
|
|
xpfe/global/resources/locale/Makefile
|
2000-02-15 05:18:51 +00:00
|
|
|
xpfe/global/resources/locale/en-US/Makefile
|
2001-03-19 23:10:12 +00:00
|
|
|
xpfe/global/resources/locale/en-US/mac/Makefile
|
2000-06-02 21:33:43 +00:00
|
|
|
xpfe/global/resources/locale/en-US/os2/Makefile
|
2000-02-15 05:18:51 +00:00
|
|
|
xpfe/global/resources/locale/en-US/unix/Makefile
|
2001-03-19 23:10:12 +00:00
|
|
|
xpfe/global/resources/locale/en-US/win/Makefile
|
2000-04-21 07:15:14 +00:00
|
|
|
xpfe/communicator/Makefile
|
|
|
|
xpfe/communicator/resources/Makefile
|
2000-05-10 02:31:31 +00:00
|
|
|
xpfe/communicator/resources/locale/Makefile
|
|
|
|
xpfe/communicator/resources/locale/en-US/Makefile
|
|
|
|
xpfe/communicator/resources/content/Makefile
|
2001-10-01 02:55:31 +00:00
|
|
|
xpfe/communicator/resources/content/unix/Makefile
|
|
|
|
xpfe/communicator/resources/content/win/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
2000-04-21 07:15:14 +00:00
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_embedding="
|
2000-02-01 08:38:48 +00:00
|
|
|
embedding/Makefile
|
2001-01-15 23:48:51 +00:00
|
|
|
embedding/base/Makefile
|
2000-02-01 08:38:48 +00:00
|
|
|
embedding/browser/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
embedding/browser/activex/src/Makefile
|
|
|
|
embedding/browser/activex/src/control/Makefile
|
|
|
|
embedding/browser/activex/src/control_kicker/Makefile
|
2000-02-01 08:38:48 +00:00
|
|
|
embedding/browser/build/Makefile
|
2001-01-15 23:48:51 +00:00
|
|
|
embedding/browser/chrome/Makefile
|
2000-02-01 08:38:48 +00:00
|
|
|
embedding/browser/webBrowser/Makefile
|
2000-03-31 03:58:02 +00:00
|
|
|
embedding/browser/gtk/Makefile
|
|
|
|
embedding/browser/gtk/src/Makefile
|
|
|
|
embedding/browser/gtk/tests/Makefile
|
2000-07-12 13:56:39 +00:00
|
|
|
embedding/browser/photon/Makefile
|
|
|
|
embedding/browser/photon/src/Makefile
|
|
|
|
embedding/browser/photon/tests/Makefile
|
2001-02-07 03:09:15 +00:00
|
|
|
embedding/components/Makefile
|
|
|
|
embedding/components/build/Makefile
|
|
|
|
embedding/components/windowwatcher/Makefile
|
|
|
|
embedding/components/windowwatcher/public/Makefile
|
|
|
|
embedding/components/windowwatcher/src/Makefile
|
2001-05-04 06:35:43 +00:00
|
|
|
embedding/components/ui/Makefile
|
|
|
|
embedding/components/ui/helperAppDlg/Makefile
|
2002-02-20 07:50:02 +00:00
|
|
|
embedding/components/ui/progressDlg/Makefile
|
2000-07-20 01:12:25 +00:00
|
|
|
embedding/config/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
embedding/tests/Makefile
|
|
|
|
embedding/tests/winEmbed/Makefile
|
2001-12-28 08:38:13 +00:00
|
|
|
embedding/tests/mfcembed/Makefile
|
|
|
|
embedding/tests/mfcembed/components/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
2000-02-01 08:38:48 +00:00
|
|
|
|
2001-03-04 22:55:18 +00:00
|
|
|
MAKEFILES_psm2="
|
|
|
|
security/manager/Makefile
|
2001-11-29 23:36:34 +00:00
|
|
|
security/manager/boot/Makefile
|
|
|
|
security/manager/boot/src/Makefile
|
|
|
|
security/manager/boot/public/Makefile
|
2001-03-04 22:55:18 +00:00
|
|
|
security/manager/ssl/Makefile
|
|
|
|
security/manager/ssl/src/Makefile
|
|
|
|
security/manager/ssl/resources/Makefile
|
|
|
|
security/manager/ssl/public/Makefile
|
|
|
|
security/manager/pki/Makefile
|
|
|
|
security/manager/pki/resources/Makefile
|
|
|
|
security/manager/pki/src/Makefile
|
2001-03-10 02:53:29 +00:00
|
|
|
security/manager/pki/public/Makefile
|
2001-03-04 22:55:18 +00:00
|
|
|
netwerk/protocol/http/public/Makefile
|
|
|
|
netwerk/build/Makefile
|
|
|
|
netwerk/base/public/Makefile
|
|
|
|
netwerk/socket/base/Makefile
|
|
|
|
uriloader/base/Makefile
|
|
|
|
intl/locale/idl/Makefile
|
|
|
|
intl/strres/public/Makefile
|
|
|
|
dom/public/Makefile
|
|
|
|
dom/public/base/Makefile
|
|
|
|
rdf/base/idl/Makefile
|
|
|
|
xpfe/appshell/public/Makefile
|
|
|
|
caps/idl/Makefile
|
|
|
|
layout/html/forms/public/Makefile
|
|
|
|
gfx/public/Makefile
|
|
|
|
gfx/idl/Makefile
|
|
|
|
widget/public/Makefile
|
|
|
|
layout/base/public/Makefile
|
|
|
|
docshell/base/Makefile
|
|
|
|
modules/libpref/public/Makefile
|
|
|
|
content/base/public/Makefile
|
|
|
|
intl/locale/public/Makefile
|
|
|
|
"
|
|
|
|
|
2001-04-03 22:41:24 +00:00
|
|
|
MAKEFILES_inspector="
|
2001-07-25 00:56:30 +00:00
|
|
|
extensions/inspector/Makefile
|
2001-04-03 22:41:24 +00:00
|
|
|
extensions/inspector/base/Makefile
|
2001-07-25 00:56:30 +00:00
|
|
|
extensions/inspector/base/public/Makefile
|
2001-04-03 22:41:24 +00:00
|
|
|
extensions/inspector/base/src/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
extensions/inspector/base/src/win/Makefile
|
2001-04-03 22:41:24 +00:00
|
|
|
extensions/inspector/build/Makefile
|
2001-07-25 00:56:30 +00:00
|
|
|
extensions/inspector/build/src/Makefile
|
2001-04-03 22:41:24 +00:00
|
|
|
extensions/inspector/resources/Makefile
|
|
|
|
"
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_transformiix="
|
|
|
|
extensions/transformiix/source/base/Makefile
|
|
|
|
extensions/transformiix/source/main/Makefile
|
|
|
|
extensions/transformiix/source/xml/dom/standalone/Makefile
|
|
|
|
extensions/transformiix/source/xml/dom/Makefile
|
|
|
|
extensions/transformiix/source/xml/dom/mozImpl/Makefile
|
|
|
|
extensions/transformiix/source/xml/parser/Makefile
|
|
|
|
extensions/transformiix/source/xml/Makefile
|
|
|
|
extensions/transformiix/source/xpath/Makefile
|
|
|
|
extensions/transformiix/source/xslt/functions/Makefile
|
|
|
|
extensions/transformiix/source/xslt/util/Makefile
|
|
|
|
extensions/transformiix/source/xslt/Makefile
|
|
|
|
extensions/transformiix/source/Makefile
|
|
|
|
extensions/transformiix/Makefile
|
|
|
|
"
|
2000-02-23 22:47:39 +00:00
|
|
|
|
2002-08-19 19:29:39 +00:00
|
|
|
MAKEFILES_typeaheadfind="
|
|
|
|
extensions/typeaheadfind/public/Makefile
|
|
|
|
extensions/typeaheadfind/resources/Makefile
|
|
|
|
extensions/typeaheadfind/src/Makefile
|
|
|
|
extensions/typeaheadfind/Makefile
|
|
|
|
"
|
|
|
|
|
2002-08-07 06:37:13 +00:00
|
|
|
MAKEFILES_phoenix="
|
|
|
|
browser/Makefile
|
|
|
|
browser/base/Makefile
|
|
|
|
browser/components/Makefile
|
|
|
|
browser/components/prefwindow/Makefile
|
|
|
|
browser/components/search/Makefile
|
|
|
|
browser/components/search/resources/Makefile
|
|
|
|
toolkit/Makefile
|
|
|
|
toolkit/skin/unix/Makefile
|
|
|
|
toolkit/skin/win/Makefile
|
|
|
|
"
|
|
|
|
|
2002-08-16 04:10:13 +00:00
|
|
|
MAKEFILES_minotaur="
|
|
|
|
mail/Makefile
|
|
|
|
mail/base/Makefile
|
2002-08-18 18:58:25 +00:00
|
|
|
mail/components/Makefile
|
|
|
|
mail/components/compose/Makefile
|
2002-08-16 04:10:13 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
|
2001-10-27 07:38:18 +00:00
|
|
|
if [ "$MACOSX" ]; then
|
|
|
|
MAKEFILES_macmorefiles="
|
|
|
|
lib/mac/MoreFiles/Makefile
|
|
|
|
"
|
|
|
|
fi
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
if [ "$MOZ_MAIL_NEWS" ]; then
|
2000-12-27 05:29:50 +00:00
|
|
|
if [ -f ${srcdir}/mailnews/makefiles ]; then
|
|
|
|
MAKEFILES_mailnews=`cat ${srcdir}/mailnews/makefiles`
|
|
|
|
fi
|
2000-05-20 02:45:59 +00:00
|
|
|
fi
|
|
|
|
|
2001-03-19 23:26:47 +00:00
|
|
|
|
|
|
|
MAKEFILES_libpr0n="
|
|
|
|
modules/libpr0n/Makefile
|
|
|
|
modules/libpr0n/public/Makefile
|
|
|
|
modules/libpr0n/src/Makefile
|
|
|
|
modules/libpr0n/decoders/Makefile
|
|
|
|
modules/libpr0n/decoders/gif/Makefile
|
|
|
|
modules/libpr0n/decoders/png/Makefile
|
|
|
|
modules/libpr0n/decoders/ppm/Makefile
|
|
|
|
modules/libpr0n/decoders/jpeg/Makefile
|
2001-11-03 07:10:51 +00:00
|
|
|
modules/libpr0n/decoders/bmp/Makefile
|
2001-12-17 22:07:03 +00:00
|
|
|
modules/libpr0n/decoders/mng/Makefile
|
2001-12-18 09:14:29 +00:00
|
|
|
modules/libpr0n/decoders/icon/Makefile
|
|
|
|
modules/libpr0n/decoders/icon/win/Makefile
|
2002-06-11 22:33:13 +00:00
|
|
|
modules/libpr0n/decoders/xbm/Makefile
|
2001-03-19 23:26:47 +00:00
|
|
|
"
|
|
|
|
|
|
|
|
MAKEFILES_gfx2="
|
|
|
|
gfx2/Makefile
|
|
|
|
gfx2/public/Makefile
|
|
|
|
gfx2/src/Makefile
|
|
|
|
"
|
2001-03-28 22:16:03 +00:00
|
|
|
|
|
|
|
MAKEFILES_accessible="
|
|
|
|
accessible/Makefile
|
|
|
|
accessible/public/Makefile
|
|
|
|
accessible/src/Makefile
|
2001-12-15 23:50:14 +00:00
|
|
|
accessible/src/base/Makefile
|
|
|
|
accessible/src/html/Makefile
|
|
|
|
accessible/src/xul/Makefile
|
2001-03-28 22:16:03 +00:00
|
|
|
accessible/build/Makefile
|
|
|
|
"
|
2000-05-20 02:45:59 +00:00
|
|
|
if [ ! "$SYSTEM_JPEG" ]; then
|
|
|
|
MAKEFILES_jpeg="jpeg/Makefile"
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ ! "$SYSTEM_ZLIB" ]; then
|
|
|
|
MAKEFILES_zlib="
|
|
|
|
modules/zlib/Makefile
|
|
|
|
modules/zlib/src/Makefile
|
|
|
|
"
|
|
|
|
fi
|
|
|
|
|
2001-03-10 00:54:38 +00:00
|
|
|
MAKEFILES_zlib="
|
|
|
|
$MAKEFILES_zlib
|
|
|
|
modules/zlib/standalone/Makefile
|
|
|
|
"
|
|
|
|
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
if [ ! "$SYSTEM_PNG" ]; then
|
|
|
|
MAKEFILES_libimg="$MAKEFILES_libimg modules/libimg/png/Makefile"
|
|
|
|
fi
|
2000-05-08 21:35:40 +00:00
|
|
|
|
2001-01-22 07:55:01 +00:00
|
|
|
if [ ! "$SYSTEM_MNG" ]; then
|
2000-12-29 19:59:59 +00:00
|
|
|
MAKEFILES_libimg="$MAKEFILES_libimg modules/libimg/mng/Makefile"
|
|
|
|
fi
|
1999-05-04 17:45:58 +00:00
|
|
|
|
2000-03-09 02:08:23 +00:00
|
|
|
#
|
|
|
|
# java/
|
|
|
|
#
|
|
|
|
if [ "$MOZ_JAVA_SUPPLEMENT" ]; then
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_java_supplement=`cat ${srcdir}/java/makefiles`
|
2000-03-09 02:08:23 +00:00
|
|
|
fi
|
|
|
|
|
1999-10-08 01:32:44 +00:00
|
|
|
#
|
|
|
|
# l10n/
|
|
|
|
#
|
2000-12-27 05:29:50 +00:00
|
|
|
if [ -f ${srcdir}/l10n/makefiles.all ]; then
|
|
|
|
MAKEFILES_langpacks=`cat ${srcdir}/l10n/makefiles.all`
|
|
|
|
fi
|
2000-06-24 21:48:17 +00:00
|
|
|
|
1999-10-08 01:32:44 +00:00
|
|
|
if [ "$MOZ_L10N" ]; then
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_l10n="l10n/Makefile"
|
|
|
|
|
|
|
|
if [ "$MOZ_L10N_LANG" ]; then
|
|
|
|
MAKEFILES_l10n_lang="
|
1999-10-08 01:32:44 +00:00
|
|
|
l10n/lang/Makefile
|
|
|
|
l10n/lang/addressbook/Makefile
|
|
|
|
l10n/lang/bookmarks/Makefile
|
|
|
|
l10n/lang/directory/Makefile
|
|
|
|
l10n/lang/editor/Makefile
|
|
|
|
l10n/lang/global/Makefile
|
|
|
|
l10n/lang/history/Makefile
|
|
|
|
l10n/lang/messenger/Makefile
|
|
|
|
l10n/lang/messengercompose/Makefile
|
|
|
|
l10n/lang/navigator/Makefile
|
|
|
|
l10n/lang/pref/Makefile
|
|
|
|
l10n/lang/related/Makefile
|
|
|
|
l10n/lang/sidebar/Makefile
|
|
|
|
l10n/lang/addressbook/locale/Makefile
|
|
|
|
l10n/lang/bookmarks/locale/Makefile
|
|
|
|
l10n/lang/directory/locale/Makefile
|
|
|
|
l10n/lang/editor/locale/Makefile
|
|
|
|
l10n/lang/global/locale/Makefile
|
|
|
|
l10n/lang/history/locale/Makefile
|
|
|
|
l10n/lang/messenger/locale/Makefile
|
|
|
|
l10n/lang/messengercompose/locale/Makefile
|
|
|
|
l10n/lang/navigator/locale/Makefile
|
|
|
|
l10n/lang/pref/locale/Makefile
|
|
|
|
l10n/lang/related/locale/Makefile
|
|
|
|
l10n/lang/sidebar/locale/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
"
|
1999-10-08 01:32:44 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2000-01-18 02:45:07 +00:00
|
|
|
# tools/jprof
|
|
|
|
if [ "$MOZ_JPROF" ]; then
|
2001-06-29 22:45:45 +00:00
|
|
|
MAKEFILES_jprof="tools/jprof/Makefile
|
|
|
|
tools/jprof/stub/Makefile"
|
2000-01-18 02:45:07 +00:00
|
|
|
fi
|
|
|
|
|
1999-09-25 20:44:48 +00:00
|
|
|
# tools/leaky
|
|
|
|
if [ "$MOZ_LEAKY" ]; then
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_leaky="tools/leaky/Makefile"
|
1999-09-25 20:44:48 +00:00
|
|
|
fi
|
1999-10-13 00:46:09 +00:00
|
|
|
|
2001-09-08 18:29:24 +00:00
|
|
|
# tools/trace-malloc
|
|
|
|
if [ "$NS_TRACE_MALLOC" ]; then
|
|
|
|
MAKEFILES_tracemalloc="tools/trace-malloc/Makefile"
|
|
|
|
fi
|
|
|
|
|
2002-02-14 01:33:17 +00:00
|
|
|
# MathML
|
1999-10-13 00:46:09 +00:00
|
|
|
if [ "$MOZ_MATHML" ]; then
|
2002-02-14 01:33:17 +00:00
|
|
|
MAKEFILES_intl="$MAKEFILES_intl
|
|
|
|
intl/uconv/ucvmath/Makefile
|
|
|
|
"
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_layout="$MAKEFILES_layout
|
|
|
|
layout/mathml/Makefile
|
|
|
|
layout/mathml/base/Makefile
|
|
|
|
layout/mathml/base/src/Makefile
|
|
|
|
layout/mathml/content/Makefile
|
|
|
|
layout/mathml/content/src/Makefile
|
|
|
|
"
|
1999-10-13 00:46:09 +00:00
|
|
|
fi
|
1999-11-09 23:30:32 +00:00
|
|
|
|
2001-12-12 07:59:31 +00:00
|
|
|
#libart
|
|
|
|
if [ "$MOZ_INTERNAL_LIBART_LGPL" ]; then
|
|
|
|
MAKEFILES_libart="other-licenses/libart_lgpl/Makefile"
|
|
|
|
fi
|
|
|
|
|
|
|
|
# svg
|
2000-05-05 04:32:50 +00:00
|
|
|
if [ "$MOZ_SVG" ]; then
|
2001-12-12 07:59:31 +00:00
|
|
|
MAKEFILES_content="$MAKEFILES_content
|
|
|
|
content/svg/Makefile
|
|
|
|
content/svg/document/Makefile
|
|
|
|
content/svg/document/src/Makefile
|
|
|
|
content/svg/content/Makefile
|
|
|
|
content/svg/content/src/Makefile
|
|
|
|
"
|
|
|
|
MAKEFILES_dom="$MAKEFILES_dom
|
|
|
|
dom/public/idl/svg/Makefile
|
|
|
|
"
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_layout="$MAKEFILES_layout
|
|
|
|
layout/svg/Makefile
|
|
|
|
layout/svg/base/Makefile
|
|
|
|
layout/svg/base/src/Makefile
|
|
|
|
"
|
2000-05-05 04:32:50 +00:00
|
|
|
fi
|
|
|
|
|
2002-02-26 17:28:48 +00:00
|
|
|
if [ "$MOZ_ENABLE_XFT" ]; then
|
|
|
|
MAKEFILES_xft="other-licenses/Xft/Makefile
|
|
|
|
other-licenses/Xft/Xft/Makefile
|
|
|
|
other-licenses/Xft/Xrender/Makefile
|
|
|
|
other-licenses/Xft/fontconfig/Makefile
|
|
|
|
other-licenses/Xft/fontconfig/fontconfig/Makefile
|
|
|
|
other-licenses/Xft/fontconfig/src/Makefile
|
|
|
|
"
|
|
|
|
fi
|
|
|
|
|
2000-05-09 06:58:37 +00:00
|
|
|
# directory/xpcom
|
|
|
|
if [ "$MOZ_LDAP_XPCOM" ]; then
|
2000-05-20 02:45:59 +00:00
|
|
|
MAKEFILES_ldap="
|
|
|
|
directory/xpcom/Makefile
|
|
|
|
directory/xpcom/base/Makefile
|
|
|
|
directory/xpcom/base/public/Makefile
|
|
|
|
directory/xpcom/base/src/Makefile
|
|
|
|
"
|
2000-05-09 06:58:37 +00:00
|
|
|
fi
|
|
|
|
|
2000-11-21 23:40:34 +00:00
|
|
|
# modules/staticmod
|
|
|
|
|
2001-11-14 03:50:32 +00:00
|
|
|
if [ "$MOZ_STATIC_COMPONENTS" -o "$MOZ_META_COMPONENTS" ]; then
|
2000-11-21 23:40:34 +00:00
|
|
|
MAKEFILES_static_components="$MAKEFILES_static_components
|
2001-03-20 05:42:58 +00:00
|
|
|
modules/staticmod/Makefile
|
2000-11-21 23:40:34 +00:00
|
|
|
"
|
|
|
|
fi
|
|
|
|
|
2000-05-24 22:54:58 +00:00
|
|
|
for extension in $MOZ_EXTENSIONS; do
|
2000-05-20 02:45:59 +00:00
|
|
|
case "$extension" in
|
2001-08-18 01:14:23 +00:00
|
|
|
access-builtin ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/access-builtin/Makefile
|
|
|
|
extensions/access-builtin/accessproxy/Makefile
|
|
|
|
" ;;
|
|
|
|
content-packs ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/content-packs/Makefile
|
|
|
|
extensions/content-packs/resources/Makefile
|
|
|
|
" ;;
|
2000-05-20 02:45:59 +00:00
|
|
|
cookie ) MAKEFILES_extensions="$MAKEFILES_extensions
|
2001-08-18 01:14:23 +00:00
|
|
|
extensions/cookie/Makefile
|
|
|
|
extensions/cookie/tests/Makefile
|
|
|
|
" ;;
|
|
|
|
cview ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/cview/Makefile
|
|
|
|
extensions/cview/resources/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
" ;;
|
2001-08-18 01:14:23 +00:00
|
|
|
help ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/help/Makefile
|
|
|
|
extensions/help/resources/Makefile
|
|
|
|
" ;;
|
|
|
|
inspector ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
$MAKEFILES_inspector"
|
|
|
|
;;
|
2002-08-19 19:29:39 +00:00
|
|
|
typeaheadfind ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
$MAKEFILES_typeaheadfind"
|
|
|
|
;;
|
2000-05-20 02:45:59 +00:00
|
|
|
irc ) MAKEFILES_extensions="$MAKEFILES_extensions
|
2001-08-18 01:14:23 +00:00
|
|
|
extensions/irc/Makefile
|
|
|
|
" ;;
|
|
|
|
p3p ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/p3p/Makefile
|
|
|
|
extensions/p3p/public/Makefile
|
|
|
|
extensions/p3p/src/Makefile
|
|
|
|
" ;;
|
|
|
|
pics ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/pics/Makefile
|
|
|
|
extensions/pics/public/Makefile
|
|
|
|
extensions/pics/src/Makefile
|
|
|
|
extensions/pics/tests/Makefile
|
|
|
|
" ;;
|
2001-12-21 22:29:31 +00:00
|
|
|
pref ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/pref/Makefile
|
|
|
|
extensions/pref/autoconfig/Makefile
|
|
|
|
extensions/pref/autoconfig/public/Makefile
|
|
|
|
extensions/pref/autoconfig/src/Makefile
|
2002-06-12 19:32:15 +00:00
|
|
|
extensions/pref/autoconfig/resources/Makefile
|
2001-12-21 22:29:31 +00:00
|
|
|
" ;;
|
2001-08-18 01:14:23 +00:00
|
|
|
transformiix ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
$MAKEFILES_transformiix"
|
|
|
|
;;
|
|
|
|
universalchardet ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/universalchardet/Makefile
|
|
|
|
extensions/universalchardet/src/Makefile
|
|
|
|
extensions/universalchardet/tests/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
" ;;
|
2001-05-15 20:48:23 +00:00
|
|
|
venkman ) MAKEFILES_extensions="$MAKEFILES_extensions
|
2001-08-18 01:14:23 +00:00
|
|
|
extensions/venkman/Makefile"
|
|
|
|
;;
|
|
|
|
wallet ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/wallet/Makefile
|
|
|
|
extensions/wallet/public/Makefile
|
|
|
|
extensions/wallet/src/Makefile
|
|
|
|
extensions/wallet/editor/Makefile
|
|
|
|
extensions/wallet/cookieviewer/Makefile
|
|
|
|
extensions/wallet/signonviewer/Makefile
|
|
|
|
extensions/wallet/walletpreview/Makefile
|
|
|
|
extensions/wallet/build/Makefile
|
2001-02-16 04:03:58 +00:00
|
|
|
" ;;
|
2000-07-01 21:40:53 +00:00
|
|
|
xmlextras ) MAKEFILES_extensions="$MAKEFILES_extensions
|
2001-08-18 01:14:23 +00:00
|
|
|
extensions/xmlextras/Makefile
|
|
|
|
extensions/xmlextras/base/Makefile
|
|
|
|
extensions/xmlextras/base/src/Makefile
|
|
|
|
extensions/xmlextras/base/public/Makefile
|
|
|
|
extensions/xmlextras/build/Makefile
|
|
|
|
extensions/xmlextras/build/src/Makefile
|
2002-03-24 19:01:50 +00:00
|
|
|
extensions/xmlextras/proxy/Makefile
|
|
|
|
extensions/xmlextras/proxy/public/Makefile
|
|
|
|
extensions/xmlextras/proxy/src/Makefile
|
2001-08-18 01:14:23 +00:00
|
|
|
extensions/xmlextras/schema/Makefile
|
|
|
|
extensions/xmlextras/schema/public/Makefile
|
|
|
|
extensions/xmlextras/schema/src/Makefile
|
|
|
|
extensions/xmlextras/soap/Makefile
|
|
|
|
extensions/xmlextras/soap/public/Makefile
|
|
|
|
extensions/xmlextras/soap/src/Makefile
|
|
|
|
extensions/xmlextras/tests/Makefile
|
|
|
|
extensions/xmlextras/wsdl/Makefile
|
|
|
|
extensions/xmlextras/wsdl/public/Makefile
|
|
|
|
extensions/xmlextras/wsdl/src/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
" ;;
|
|
|
|
xml-rpc ) MAKEFILES_extensions="$MAKEFILES_extensions
|
2001-08-18 01:14:23 +00:00
|
|
|
extensions/xml-rpc/Makefile
|
|
|
|
extensions/xml-rpc/idl/Makefile
|
|
|
|
extensions/xml-rpc/src/Makefile
|
2000-05-20 02:45:59 +00:00
|
|
|
" ;;
|
2001-08-18 01:14:23 +00:00
|
|
|
xmlterm ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/xmlterm/Makefile
|
|
|
|
extensions/xmlterm/base/Makefile
|
|
|
|
extensions/xmlterm/geckoterm/Makefile
|
|
|
|
extensions/xmlterm/linetest/Makefile
|
|
|
|
extensions/xmlterm/scripts/Makefile
|
|
|
|
extensions/xmlterm/tests/Makefile
|
|
|
|
extensions/xmlterm/ui/Makefile
|
2001-04-16 23:54:25 +00:00
|
|
|
" ;;
|
2002-03-24 19:01:50 +00:00
|
|
|
interfaceinfo ) MAKEFILES_extensions="$MAKEFILES_extensions
|
|
|
|
extensions/interfaceinfo/Makefile
|
|
|
|
extensions/interfaceinfo/public/Makefile
|
|
|
|
extensions/interfaceinfo/src/Makefile
|
|
|
|
" ;;
|
2000-05-20 02:45:59 +00:00
|
|
|
esac
|
|
|
|
done
|
1999-11-09 23:30:32 +00:00
|
|
|
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
#
|
|
|
|
# Translate from BUILD_MODULES into the proper makefiles list
|
|
|
|
#
|
|
|
|
if [ "$BUILD_MODULES" = "all" ]; then
|
2000-06-14 06:46:51 +00:00
|
|
|
|
|
|
|
MAKEFILES_themes=`cat ${srcdir}/themes/makefiles`
|
|
|
|
|
2001-11-13 07:57:31 +00:00
|
|
|
MAKEFILES_calendar="
|
|
|
|
calendar/Makefile
|
|
|
|
calendar/libxpical/Makefile
|
|
|
|
calendar/resources/Makefile
|
|
|
|
"
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
add_makefiles "
|
|
|
|
$MAKEFILES_caps
|
|
|
|
$MAKEFILES_db
|
|
|
|
$MAKEFILES_dbm
|
|
|
|
$MAKEFILES_docshell
|
|
|
|
$MAKEFILES_dom
|
|
|
|
$MAKEFILES_editor
|
|
|
|
$MAKEFILES_embedding
|
|
|
|
$MAKEFILES_expat
|
|
|
|
$MAKEFILES_extensions
|
2001-02-18 16:51:46 +00:00
|
|
|
$MAKEFILES_gc
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_gfx
|
2001-03-19 23:26:47 +00:00
|
|
|
$MAKEFILES_gfx2
|
2001-03-28 22:16:03 +00:00
|
|
|
$MAKEFILES_accessible
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_htmlparser
|
|
|
|
$MAKEFILES_intl
|
|
|
|
$MAKEFILES_java_supplement
|
|
|
|
$MAKEFILES_ldap
|
|
|
|
$MAKEFILES_leaky
|
|
|
|
$MAKEFILES_jpeg
|
|
|
|
$MAKEFILES_jprof
|
|
|
|
$MAKEFILES_js
|
2001-05-15 20:48:23 +00:00
|
|
|
$MAKEFILES_jsdebugger
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_l10n
|
|
|
|
$MAKEFILES_l10n_lang
|
2000-06-27 00:24:48 +00:00
|
|
|
$MAKEFILES_langpacks
|
2001-02-19 21:50:04 +00:00
|
|
|
$MAKEFILES_content
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_layout
|
2001-12-12 07:59:31 +00:00
|
|
|
$MAKEFILES_libart
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_libreg
|
|
|
|
$MAKEFILES_libimg
|
2001-03-19 23:26:47 +00:00
|
|
|
$MAKEFILES_libpr0n
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_libjar
|
|
|
|
$MAKEFILES_libpref
|
|
|
|
$MAKEFILES_libutil
|
|
|
|
$MAKEFILES_liveconnect
|
2001-11-27 19:27:46 +00:00
|
|
|
$MAKEFILES_macmorefiles
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_mailnews
|
2001-08-18 01:14:23 +00:00
|
|
|
$MAKEFILES_mpfilelocprovider
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_oji
|
|
|
|
$MAKEFILES_plugin
|
|
|
|
$MAKEFILES_netwerk
|
|
|
|
$MAKEFILES_profile
|
|
|
|
$MAKEFILES_rdf
|
2001-03-20 05:42:58 +00:00
|
|
|
$MAKEFILES_static_components
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_sun_java
|
|
|
|
$MAKEFILES_themes
|
2001-09-08 18:29:24 +00:00
|
|
|
$MAKEFILES_tracemalloc
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_uriloader
|
|
|
|
$MAKEFILES_view
|
|
|
|
$MAKEFILES_webshell
|
|
|
|
$MAKEFILES_widget
|
2002-02-26 17:28:48 +00:00
|
|
|
$MAKEFILES_xft
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_xpcom
|
2000-12-27 05:29:50 +00:00
|
|
|
$MAKEFILES_xpcom_tests
|
2000-05-20 02:45:59 +00:00
|
|
|
$MAKEFILES_xpconnect
|
|
|
|
$MAKEFILES_xpinstall
|
|
|
|
$MAKEFILES_xpfe
|
|
|
|
$MAKEFILES_zlib
|
|
|
|
"
|
2000-03-01 02:38:38 +00:00
|
|
|
|
2001-05-10 03:00:37 +00:00
|
|
|
if test -n "$MOZ_PSM"; then
|
|
|
|
add_makefiles "$MAKEFILES_psm2"
|
|
|
|
fi
|
|
|
|
|
2001-11-13 07:57:31 +00:00
|
|
|
if test -n "$MOZ_CALENDAR"; then
|
|
|
|
add_makefiles "$MAKEFILES_calendar"
|
|
|
|
fi
|
|
|
|
|
2002-08-07 06:37:13 +00:00
|
|
|
if test -n "$MOZ_PHOENIX"; then
|
|
|
|
add_makefiles "$MAKEFILES_phoenix"
|
|
|
|
fi
|
|
|
|
|
2002-08-16 04:10:13 +00:00
|
|
|
if test -n "$MOZ_MINOTAUR"; then
|
|
|
|
add_makefiles "$MAKEFILES_minotaur"
|
|
|
|
fi
|
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
else
|
2000-05-05 06:30:27 +00:00
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
# Standalone modules go here
|
|
|
|
for mod in $BUILD_MODULES; do
|
|
|
|
case $mod in
|
|
|
|
dbm) add_makefiles "$MAKEFILES_dbm"
|
|
|
|
;;
|
|
|
|
js) add_makefiles "$MAKEFILES_js"
|
|
|
|
;;
|
|
|
|
necko) add_makefiles "
|
2000-12-27 05:29:50 +00:00
|
|
|
$MAKEFILES_netwerk $MAKEFILES_dbm $MAKEFILES_xpcom"
|
2000-05-20 02:45:59 +00:00
|
|
|
;;
|
2001-03-04 22:55:18 +00:00
|
|
|
psm2) add_makefiles "$MAKEFILES_dbm $MAKEFILES_js $MAKEFILES_xpcom $MAKEFILES_psm2"
|
|
|
|
;;
|
2001-02-22 09:24:57 +00:00
|
|
|
string) add_makefiles "$MAKEFILES_string"
|
|
|
|
;;
|
2000-05-20 02:45:59 +00:00
|
|
|
transformiix) add_makefiles "$MAKEFILES_transformiix"
|
|
|
|
;;
|
2001-02-16 04:03:58 +00:00
|
|
|
access-builtin) add_makefiles "$MAKEFILES_access_builtin"
|
|
|
|
;;
|
|
|
|
xpcom) add_makefiles "$MAKEFILES_xpcom"
|
2000-12-27 05:29:50 +00:00
|
|
|
|
2000-05-20 02:45:59 +00:00
|
|
|
;;
|
|
|
|
xpconnect) add_makefiles "
|
2000-12-27 05:29:50 +00:00
|
|
|
$MAKEFILES_xpconnect $MAKEFILES_js $MAKEFILES_xpcom"
|
2000-05-20 02:45:59 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
done
|
2000-05-05 06:30:27 +00:00
|
|
|
fi
|