mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
347dcd11aa
./widget/timer/src/unix/photon
752 lines
20 KiB
Bash
Executable File
752 lines
20 KiB
Bash
Executable File
#! /bin/sh
|
||
#
|
||
# 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/
|
||
#
|
||
# Software distributed under the License is distributed on an "AS
|
||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||
# implied. See the License for the specific language governing
|
||
# rights and limitations under the License.
|
||
#
|
||
# The Original Code is mozilla.org code.
|
||
#
|
||
# The Initial Developer of the Original Code is Netscape
|
||
# Communications Corporation. Portions created by Netscape are
|
||
# Copyright (C) 1999 Netscape Communications Corporation. All
|
||
# Rights Reserved.
|
||
#
|
||
# Contributor(s):
|
||
#
|
||
|
||
# allmakefiles.sh - List of all makefiles.
|
||
# Appends the list of makefiles to the variable, MAKEFILES.
|
||
# There is no need to rerun autoconf after adding makefiles.
|
||
# You only need to run configure.
|
||
#
|
||
# Unused makefiles may be commented out with '#'.
|
||
# ('#' must be the first character on the line).
|
||
|
||
MAKEFILES=""
|
||
|
||
# add_makefiles - Shell function to add makefiles to MAKEFILES
|
||
add_makefiles() {
|
||
while read line; do
|
||
case $line in
|
||
\#*|dnl*) ;;
|
||
*) MAKEFILES="$MAKEFILES $line" ;;
|
||
esac
|
||
done
|
||
}
|
||
|
||
if [ -z "${srcdir}" ]; then
|
||
srcdir=.
|
||
fi
|
||
|
||
add_makefiles <<END_NGMAKEFILES
|
||
Makefile
|
||
build/Makefile
|
||
build/unix/Makefile
|
||
build/unix/mozilla-config
|
||
build/unix/nspr_my_config.mk
|
||
build/unix/nspr_my_overrides.mk
|
||
config/Makefile
|
||
config/autoconf.mk
|
||
config/mkdepend/Makefile
|
||
config/mkdetect/Makefile
|
||
db/Makefile
|
||
db/mdb/Makefile
|
||
db/mdb/public/Makefile
|
||
db/mork/Makefile
|
||
db/mork/build/Makefile
|
||
db/mork/src/Makefile
|
||
dbm/Makefile
|
||
dbm/include/Makefile
|
||
dbm/src/Makefile
|
||
dbm/tests/Makefile
|
||
dom/Makefile
|
||
dom/public/Makefile
|
||
dom/public/base/Makefile
|
||
dom/public/coreDom/Makefile
|
||
dom/public/coreEvents/Makefile
|
||
dom/public/css/Makefile
|
||
dom/public/events/Makefile
|
||
dom/public/range/Makefile
|
||
dom/public/html/Makefile
|
||
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
|
||
dom/src/Makefile
|
||
dom/src/base/Makefile
|
||
dom/src/build/Makefile
|
||
dom/src/coreDOM/Makefile
|
||
dom/src/css/Makefile
|
||
dom/src/events/Makefile
|
||
dom/src/range/Makefile
|
||
dom/src/html/Makefile
|
||
dom/src/jsurl/Makefile
|
||
dom/tools/Makefile
|
||
editor/Makefile
|
||
editor/base/Makefile
|
||
editor/public/Makefile
|
||
editor/idl/Makefile
|
||
editor/txmgr/Makefile
|
||
editor/txmgr/idl/Makefile
|
||
editor/txmgr/public/Makefile
|
||
editor/txmgr/src/Makefile
|
||
editor/txmgr/tests/Makefile
|
||
editor/txtsvc/Makefile
|
||
editor/txtsvc/public/Makefile
|
||
editor/txtsvc/src/Makefile
|
||
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
|
||
expat/Makefile
|
||
expat/xmlparse/Makefile
|
||
expat/xmltok/Makefile
|
||
extensions/Makefile
|
||
gfx/Makefile
|
||
gfx/idl/Makefile
|
||
gfx/public/Makefile
|
||
gfx/src/Makefile
|
||
gfx/src/beos/Makefile
|
||
gfx/src/gtk/Makefile
|
||
gfx/src/ps/Makefile
|
||
gfx/src/motif/Makefile
|
||
gfx/src/photon/Makefile
|
||
gfx/src/rhapsody/Makefile
|
||
gfx/src/qt/Makefile
|
||
gfx/src/xlib/Makefile
|
||
gfx/src/xlibrgb/Makefile
|
||
gfx/tests/Makefile
|
||
htmlparser/Makefile
|
||
htmlparser/robot/Makefile
|
||
htmlparser/robot/test/Makefile
|
||
htmlparser/src/Makefile
|
||
htmlparser/tests/Makefile
|
||
htmlparser/tests/grabpage/Makefile
|
||
htmlparser/tests/logparse/Makefile
|
||
htmlparser/tests/outsinks/Makefile
|
||
include/Makefile
|
||
intl/Makefile
|
||
intl/chardet/Makefile
|
||
intl/chardet/public/Makefile
|
||
intl/chardet/src/Makefile
|
||
intl/uconv/Makefile
|
||
intl/uconv/idl/Makefile
|
||
intl/uconv/public/Makefile
|
||
intl/uconv/src/Makefile
|
||
intl/uconv/tests/Makefile
|
||
intl/uconv/ucvja/Makefile
|
||
intl/uconv/ucvlatin/Makefile
|
||
intl/uconv/ucvcn/Makefile
|
||
intl/uconv/ucvtw/Makefile
|
||
intl/uconv/ucvtw2/Makefile
|
||
intl/uconv/ucvko/Makefile
|
||
intl/uconv/ucvibm/Makefile
|
||
intl/locale/Makefile
|
||
intl/locale/public/Makefile
|
||
intl/locale/idl/Makefile
|
||
intl/locale/src/Makefile
|
||
intl/locale/src/unix/Makefile
|
||
intl/locale/tests/Makefile
|
||
intl/lwbrk/Makefile
|
||
intl/lwbrk/src/Makefile
|
||
intl/lwbrk/public/Makefile
|
||
intl/lwbrk/tests/Makefile
|
||
intl/unicharutil/Makefile
|
||
intl/unicharutil/idl/Makefile
|
||
intl/unicharutil/src/Makefile
|
||
intl/unicharutil/public/Makefile
|
||
intl/unicharutil/tables/Makefile
|
||
intl/unicharutil/tests/Makefile
|
||
intl/unicharutil/tools/Makefile
|
||
intl/strres/Makefile
|
||
intl/strres/public/Makefile
|
||
intl/strres/src/Makefile
|
||
intl/strres/tests/Makefile
|
||
jpeg/Makefile
|
||
js/Makefile
|
||
#js/jsd/Makefile
|
||
#js/jsd/classes/Makefile
|
||
js/src/Makefile
|
||
js/src/fdlibm/Makefile
|
||
js/src/liveconnect/Makefile
|
||
js/src/liveconnect/classes/Makefile
|
||
# js/src/xpcom/Makefile
|
||
js/src/xpconnect/Makefile
|
||
js/src/xpconnect/public/Makefile
|
||
js/src/xpconnect/idl/Makefile
|
||
js/src/xpconnect/shell/Makefile
|
||
js/src/xpconnect/src/Makefile
|
||
js/src/xpconnect/loader/Makefile
|
||
js/src/xpconnect/tests/Makefile
|
||
js/src/xpconnect/tests/components/Makefile
|
||
js/src/xpconnect/tests/idl/Makefile
|
||
js/src/xpconnect/shell/Makefile
|
||
# js/src/xpconnect/md/Makefile
|
||
# js/src/xpconnect/md/unix/Makefile
|
||
# js/src/xpconnect/test/Makefile
|
||
layout/Makefile
|
||
layout/base/Makefile
|
||
layout/base/public/Makefile
|
||
layout/base/src/Makefile
|
||
layout/base/tests/Makefile
|
||
layout/build/Makefile
|
||
layout/events/Makefile
|
||
layout/events/public/Makefile
|
||
layout/events/src/Makefile
|
||
layout/html/Makefile
|
||
layout/html/base/Makefile
|
||
layout/html/base/src/Makefile
|
||
layout/html/content/Makefile
|
||
layout/html/content/public/Makefile
|
||
layout/html/content/src/Makefile
|
||
layout/html/document/Makefile
|
||
layout/html/document/public/Makefile
|
||
layout/html/document/src/Makefile
|
||
layout/html/forms/Makefile
|
||
layout/html/forms/public/Makefile
|
||
layout/html/forms/src/Makefile
|
||
layout/html/style/Makefile
|
||
layout/html/style/public/Makefile
|
||
layout/html/style/src/Makefile
|
||
layout/html/table/Makefile
|
||
layout/html/table/public/Makefile
|
||
layout/html/table/src/Makefile
|
||
layout/html/tests/Makefile
|
||
layout/tools/Makefile
|
||
layout/xml/Makefile
|
||
layout/xml/content/Makefile
|
||
layout/xml/content/public/Makefile
|
||
layout/xml/content/src/Makefile
|
||
layout/xml/document/Makefile
|
||
layout/xml/document/public/Makefile
|
||
layout/xml/document/src/Makefile
|
||
layout/xul/Makefile
|
||
layout/xul/base/Makefile
|
||
layout/xul/base/public/Makefile
|
||
layout/xul/base/src/Makefile
|
||
layout/xul/content/Makefile
|
||
layout/xul/content/src/Makefile
|
||
layout/xbl/Makefile
|
||
layout/xbl/public/Makefile
|
||
layout/xbl/src/Makefile
|
||
# lib/liblayer/Makefile
|
||
# lib/liblayer/include/Makefile
|
||
# lib/liblayer/src/Makefile
|
||
modules/libimg/Makefile
|
||
# modules/libimg/classes/Makefile
|
||
# modules/libimg/classes/netscape/Makefile
|
||
# modules/libimg/classes/netscape/libimg/Makefile
|
||
modules/libimg/png/Makefile
|
||
modules/libimg/public/Makefile
|
||
modules/libimg/public_com/Makefile
|
||
modules/libimg/src/Makefile
|
||
modules/libimg/gifcom/Makefile
|
||
modules/libimg/jpgcom/Makefile
|
||
modules/libimg/pngcom/Makefile
|
||
modules/libjar/Makefile
|
||
modules/libpref/Makefile
|
||
modules/libpref/admin/Makefile
|
||
modules/libpref/l10n/Makefile
|
||
modules/libpref/public/Makefile
|
||
modules/libpref/src/Makefile
|
||
modules/libreg/Makefile
|
||
modules/libreg/include/Makefile
|
||
modules/libreg/src/Makefile
|
||
modules/libutil/Makefile
|
||
modules/libutil/public/Makefile
|
||
modules/libutil/src/Makefile
|
||
modules/oji/Makefile
|
||
modules/oji/public/Makefile
|
||
modules/oji/src/Makefile
|
||
modules/plugin/Makefile
|
||
modules/plugin/nglsrc/Makefile
|
||
modules/plugin/public/Makefile
|
||
modules/plugin/src/Makefile
|
||
modules/plugin/test/Makefile
|
||
#modules/security/freenav/Makefile
|
||
modules/zlib/Makefile
|
||
modules/zlib/src/Makefile
|
||
#nav-java/Makefile
|
||
#nav-java/stubs/Makefile
|
||
#nav-java/stubs/include/Makefile
|
||
#nav-java/stubs/jri/Makefile
|
||
#nav-java/stubs/src/Makefile
|
||
netwerk/Makefile
|
||
netwerk/base/Makefile
|
||
netwerk/base/public/Makefile
|
||
netwerk/base/src/Makefile
|
||
netwerk/build/Makefile
|
||
netwerk/cache/build/Makefile
|
||
netwerk/cache/filecache/Makefile
|
||
netwerk/cache/Makefile
|
||
netwerk/cache/memcache/Makefile
|
||
netwerk/cache/mgr/Makefile
|
||
netwerk/cache/public/Makefile
|
||
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
|
||
netwerk/protocol/datetime/src/Makefile
|
||
netwerk/protocol/datetime/Makefile
|
||
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
|
||
netwerk/9 |