Bug 381902 - Figure out the minimum set of makefiles needed for the build system. r+a=bsmedberg.
git-svn-id: svn://10.0.0.236/trunk@233470 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
efd886bf81
commit
f9fe43004a
File diff suppressed because it is too large
Load Diff
46
mozilla/calendar/makefiles.sh
Normal file
46
mozilla/calendar/makefiles.sh
Normal file
@ -0,0 +1,46 @@
|
||||
#! /bin/sh
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 the the Mozilla build system
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Ben Turner <mozilla@songbirdnest.com>
|
||||
#
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
add_makefiles "
|
||||
calendar/installer/Makefile
|
||||
calendar/installer/windows/Makefile
|
||||
calendar/locales/Makefile
|
||||
calendar/sunbird/Makefile
|
||||
calendar/sunbird/app/Makefile
|
||||
calendar/sunbird/base/Makefile
|
||||
"
|
||||
43
mozilla/camino/makefiles.sh
Normal file
43
mozilla/camino/makefiles.sh
Normal file
@ -0,0 +1,43 @@
|
||||
#! /bin/sh
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 the the Mozilla build system
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Ben Turner <mozilla@songbirdnest.com>
|
||||
#
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
add_makefiles "
|
||||
camino/Makefile
|
||||
camino/flashblock/Makefile
|
||||
camino/installer/Makefile
|
||||
"
|
||||
45
mozilla/composer/makefiles.sh
Normal file
45
mozilla/composer/makefiles.sh
Normal file
@ -0,0 +1,45 @@
|
||||
#! /bin/sh
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 the the Mozilla build system
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Ben Turner <mozilla@songbirdnest.com>
|
||||
#
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
add_makefiles "
|
||||
composer/Makefile
|
||||
composer/app/Makefile
|
||||
composer/app/profile/Makefile
|
||||
composer/base/Makefile
|
||||
xpfe/components/build2/Makefile
|
||||
"
|
||||
@ -1,87 +0,0 @@
|
||||
mailnews/Makefile
|
||||
mailnews/addrbook/Makefile
|
||||
mailnews/addrbook/build/Makefile
|
||||
mailnews/addrbook/public/Makefile
|
||||
mailnews/addrbook/src/Makefile
|
||||
mailnews/base/Makefile
|
||||
mailnews/base/build/Makefile
|
||||
mailnews/base/ispdata/Makefile
|
||||
mailnews/base/public/Makefile
|
||||
mailnews/base/src/Makefile
|
||||
mailnews/base/util/Makefile
|
||||
mailnews/base/search/Makefile
|
||||
mailnews/base/search/public/Makefile
|
||||
mailnews/base/search/src/Makefile
|
||||
mailnews/build/Makefile
|
||||
mailnews/db/Makefile
|
||||
mailnews/db/msgdb/Makefile
|
||||
mailnews/db/msgdb/public/Makefile
|
||||
mailnews/db/msgdb/src/Makefile
|
||||
mailnews/db/msgdb/build/Makefile
|
||||
mailnews/local/Makefile
|
||||
mailnews/local/public/Makefile
|
||||
mailnews/local/src/Makefile
|
||||
mailnews/local/build/Makefile
|
||||
mailnews/imap/Makefile
|
||||
mailnews/imap/build/Makefile
|
||||
mailnews/imap/public/Makefile
|
||||
mailnews/imap/src/Makefile
|
||||
mailnews/news/Makefile
|
||||
mailnews/news/public/Makefile
|
||||
mailnews/news/src/Makefile
|
||||
mailnews/news/build/Makefile
|
||||
mailnews/mime/Makefile
|
||||
mailnews/mime/cthandlers/Makefile
|
||||
mailnews/mime/cthandlers/glue/Makefile
|
||||
mailnews/mime/cthandlers/vcard/Makefile
|
||||
mailnews/mime/cthandlers/calendar/Makefile
|
||||
mailnews/mime/cthandlers/smimestub/Makefile
|
||||
mailnews/mime/emitters/Makefile
|
||||
mailnews/mime/emitters/build/Makefile
|
||||
mailnews/mime/emitters/src/Makefile
|
||||
mailnews/mime/public/Makefile
|
||||
mailnews/mime/src/Makefile
|
||||
mailnews/mime/build/Makefile
|
||||
mailnews/compose/Makefile
|
||||
mailnews/compose/public/Makefile
|
||||
mailnews/compose/src/Makefile
|
||||
mailnews/compose/build/Makefile
|
||||
mailnews/public/Makefile
|
||||
mailnews/import/Makefile
|
||||
mailnews/import/build/Makefile
|
||||
mailnews/import/public/Makefile
|
||||
mailnews/import/src/Makefile
|
||||
mailnews/import/text/Makefile
|
||||
mailnews/import/text/src/Makefile
|
||||
mailnews/import/eudora/Makefile
|
||||
mailnews/import/eudora/src/Makefile
|
||||
mailnews/import/oexpress/Makefile
|
||||
mailnews/import/outlook/Makefile
|
||||
mailnews/import/outlook/src/Makefile
|
||||
mailnews/import/comm4x/Makefile
|
||||
mailnews/import/comm4x/public/Makefile
|
||||
mailnews/import/comm4x/src/Makefile
|
||||
mailnews/extensions/Makefile
|
||||
mailnews/extensions/smime/Makefile
|
||||
mailnews/extensions/smime/build/Makefile
|
||||
mailnews/extensions/smime/src/Makefile
|
||||
mailnews/extensions/smime/public/Makefile
|
||||
mailnews/extensions/smoketest/Makefile
|
||||
mailnews/extensions/smoketest/resources/Makefile
|
||||
mailnews/extensions/smoketest/resources/content/Makefile
|
||||
mailnews/extensions/mdn/Makefile
|
||||
mailnews/extensions/mdn/src/Makefile
|
||||
mailnews/extensions/mdn/build/Makefile
|
||||
mailnews/extensions/bayesian-spam-filter/Makefile
|
||||
mailnews/extensions/bayesian-spam-filter/src/Makefile
|
||||
mailnews/extensions/bayesian-spam-filter/build/Makefile
|
||||
mailnews/extensions/mailviews/Makefile
|
||||
mailnews/extensions/mailviews/public/Makefile
|
||||
mailnews/extensions/mailviews/src/Makefile
|
||||
mailnews/extensions/mailviews/build/Makefile
|
||||
mailnews/extensions/mailviews/resources/Makefile
|
||||
mailnews/extensions/mailviews/resources/content/Makefile
|
||||
mailnews/extensions/offline-startup/Makefile
|
||||
mailnews/mapi/Makefile
|
||||
mailnews/mapi/resources/content/Makefile
|
||||
mailnews/mapi/resources/Makefile
|
||||
49
mozilla/minimo/makefiles.sh
Normal file
49
mozilla/minimo/makefiles.sh
Normal file
@ -0,0 +1,49 @@
|
||||
#! /bin/sh
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 the Mozilla build system
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Ben Turner <mozilla@songbirdnest.com>
|
||||
#
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
add_makefiles "
|
||||
minimo/Makefile
|
||||
minimo/base/Makefile
|
||||
minimo/base/wince/Makefile
|
||||
minimo/components/Makefile
|
||||
minimo/components/phone/Makefile
|
||||
minimo/components/softkb/Makefile
|
||||
minimo/components/ssr/Makefile
|
||||
minimo/customization/Makefile
|
||||
minimo/chrome/Makefile
|
||||
"
|
||||
@ -1,3 +0,0 @@
|
||||
themes/Makefile
|
||||
themes/modern/Makefile
|
||||
themes/classic/Makefile
|
||||
1160
mozilla/toolkit/toolkit-makefiles.sh
Normal file
1160
mozilla/toolkit/toolkit-makefiles.sh
Normal file
File diff suppressed because it is too large
Load Diff
47
mozilla/xulrunner/makefiles.sh
Normal file
47
mozilla/xulrunner/makefiles.sh
Normal file
@ -0,0 +1,47 @@
|
||||
#! /bin/sh
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
#
|
||||
# The contents of this file are subject to the Mozilla 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/MPL/
|
||||
#
|
||||
# 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 the the Mozilla build system
|
||||
#
|
||||
# The Initial Developer of the Original Code is
|
||||
# Ben Turner <mozilla@songbirdnest.com>
|
||||
#
|
||||
# Portions created by the Initial Developer are Copyright (C) 2007
|
||||
# the Initial Developer. All Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
# in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
# of those above. If you wish to allow use of your version of this file only
|
||||
# under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
# use your version of this file under the terms of the MPL, indicate your
|
||||
# decision by deleting the provisions above and replace them with the notice
|
||||
# and other provisions required by the GPL or the LGPL. If you do not delete
|
||||
# the provisions above, a recipient may use your version of this file under
|
||||
# the terms of any one of the MPL, the GPL or the LGPL.
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
add_makefiles "
|
||||
xulrunner/Makefile
|
||||
xulrunner/app/Makefile
|
||||
xulrunner/app/profile/Makefile
|
||||
xulrunner/app/profile/chrome/Makefile
|
||||
xulrunner/app/profile/extensions/Makefile
|
||||
xulrunner/installer/Makefile
|
||||
xulrunner/installer/mac/Makefile
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user