2003-07-16 20:26:49 +00:00
|
|
|
# ***** 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 Browser code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is
|
|
|
|
# Netscape Communications Corporation.
|
|
|
|
# Portions created by the Initial Developer are Copyright (C) 2002
|
|
|
|
# the Initial Developer. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
2003-09-29 06:04:02 +00:00
|
|
|
# Brian Ryner <bryner@brianryner.com>
|
2003-07-16 20:26:49 +00:00
|
|
|
#
|
|
|
|
# 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 *****
|
|
|
|
|
|
|
|
DEPTH = ../..
|
2004-06-02 18:06:03 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2003-07-16 20:26:49 +00:00
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2004-11-17 19:41:01 +00:00
|
|
|
DIRS = base themes app
|
2003-07-16 20:26:49 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2004-01-16 19:07:25 +00:00
|
|
|
sunbirddirs::
|
2004-08-03 21:07:30 +00:00
|
|
|
rm -rf ./$(MOZ_APP_NAME)
|
|
|
|
mkdir ./$(MOZ_APP_NAME)
|
|
|
|
cd $(MOZ_APP_NAME)
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/chrome/
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/chrome/overlayinfo/communicator/content/
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/chrome/overlayinfo/navigator/content/
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/chrome/overlayinfo/messenger/content/
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/chrome/overlayinfo/browser/content/
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/components/
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/greprefs
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/defaults/pref
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/defaults/profile/chrome
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/defaults/profile/US/chrome
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/defaults/autoconfig
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/res/entityTables
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/res/rdf
|
|
|
|
mkdir -p ./$(MOZ_APP_NAME)/res/builtin
|
2004-01-16 19:07:25 +00:00
|
|
|
|
|
|
|
ifeq ($(OS_ARCH),WINNT)
|
|
|
|
sunbird::sunbirddirs
|
|
|
|
else
|
|
|
|
sunbird::sunbirddirs sunbirdunix
|
|
|
|
endif
|
2004-08-03 21:07:30 +00:00
|
|
|
cp $(topsrcdir)/dist/bin/$(MOZ_APP_NAME)* ./$(MOZ_APP_NAME)
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)plc4$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)ssl3$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)xpcom$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)nss3$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)smime3$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)xpistub$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)nspr4$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)nssckbi$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)plds4$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)softokn3$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)xpcom_compat$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/mangle* ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/shlibsign* ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/xpicleanup* ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/chrome.rdf ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/*.txt ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/US.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/classic.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/embed-sample.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/en-mac.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/en-win.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/modern.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/pippki.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/browser.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/comm.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/en-US.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/en-unix.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/pipnss.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/toolkit.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/overlayinfo/communicator/content/overlays.rdf ./$(MOZ_APP_NAME)/chrome/overlayinfo/communicator/content
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/overlayinfo/navigator/content/overlays.rdf ./$(MOZ_APP_NAME)/chrome/overlayinfo/navigator/content
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/overlayinfo/browser/content/overlays.rdf ./$(MOZ_APP_NAME)/chrome/overlayinfo/browser/content
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/overlayinfo/messenger/content/overlays.rdf ./$(MOZ_APP_NAME)/chrome/overlayinfo/messenger/content
|
|
|
|
cp $(topsrcdir)/dist/bin/greprefs/security-prefs.js ./$(MOZ_APP_NAME)/greprefs
|
|
|
|
cp $(topsrcdir)/dist/bin/greprefs/all.js ./$(MOZ_APP_NAME)/greprefs
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/pref/sunbird.js ./$(MOZ_APP_NAME)/defaults/pref
|
|
|
|
cp $(topsrcdir)/dist/bin/greprefs/xpinstall.js ./$(MOZ_APP_NAME)/greprefs
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/chrome/userContent-example.css ./$(MOZ_APP_NAME)/defaults/profile/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/chrome/userChrome-example.css ./$(MOZ_APP_NAME)/defaults/profile/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/US/chrome/userContent-example.css ./$(MOZ_APP_NAME)/defaults/profile/US/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/US/chrome/userChrome-example.css ./$(MOZ_APP_NAME)/defaults/profile/US/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/US/bookmarks.html ./$(MOZ_APP_NAME)/defaults/profile/US
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/US/localstore.rdf ./$(MOZ_APP_NAME)/defaults/profile/US
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/US/search.rdf ./$(MOZ_APP_NAME)/defaults/profile/US
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/US/mimeTypes.rdf ./$(MOZ_APP_NAME)/defaults/profile/US
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/localstore.rdf ./$(MOZ_APP_NAME)/defaults/profile
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/search.rdf ./$(MOZ_APP_NAME)/defaults/profile
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/profile/mimeTypes.rdf ./$(MOZ_APP_NAME)/defaults/profile
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/autoconfig/prefcalls.js ./$(MOZ_APP_NAME)/defaults/autoconfig
|
|
|
|
cp $(topsrcdir)/dist/bin/defaults/autoconfig/platform.js ./$(MOZ_APP_NAME)/defaults/autoconfig
|
|
|
|
cp $(topsrcdir)/dist/bin/res/bloatcycle.html ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/entityTables/htmlEntityVersions.properties ./$(MOZ_APP_NAME)/res/entityTables
|
|
|
|
cp $(topsrcdir)/dist/bin/res/entityTables/html40Latin1.properties ./$(MOZ_APP_NAME)/res/entityTables
|
|
|
|
cp $(topsrcdir)/dist/bin/res/entityTables/html40Symbols.properties ./$(MOZ_APP_NAME)/res/entityTables
|
|
|
|
cp $(topsrcdir)/dist/bin/res/entityTables/html40Special.properties ./$(MOZ_APP_NAME)/res/entityTables
|
|
|
|
cp $(topsrcdir)/dist/bin/res/entityTables/transliterate.properties ./$(MOZ_APP_NAME)/res/entityTables
|
|
|
|
cp $(topsrcdir)/dist/bin/res/entityTables/mathml20.properties ./$(MOZ_APP_NAME)/res/entityTables
|
|
|
|
cp $(topsrcdir)/dist/bin/res/charsetalias.properties ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/charsetData.properties ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/langGroups.properties ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/language.properties ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/rdf/folder-closed.gif ./$(MOZ_APP_NAME)/res/rdf
|
|
|
|
cp $(topsrcdir)/dist/bin/res/rdf/folder-open.gif ./$(MOZ_APP_NAME)/res/rdf
|
|
|
|
cp $(topsrcdir)/dist/bin/res/rdf/loading.gif ./$(MOZ_APP_NAME)/res/rdf
|
|
|
|
cp $(topsrcdir)/dist/bin/res/builtin/platformHTMLBindings.xml ./$(MOZ_APP_NAME)/res/builtin
|
|
|
|
cp $(topsrcdir)/dist/bin/res/builtin/htmlBindings.xml ./$(MOZ_APP_NAME)/res/builtin
|
|
|
|
cp $(topsrcdir)/dist/bin/res/broken-image.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/loading-image.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/html.css ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/quirk.css ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/viewsource.css ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/arrow.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/arrowd.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/forms.css ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/ua.css ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/mathml.css ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/viewer.properties ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/EditorOverride.css ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/grabber.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-column-after-active.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-column-after-hover.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-column-after.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-column-before-active.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-column-before-hover.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-column-before.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-row-after-active.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-row-after-hover.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-row-after.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-row-before-active.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-row-before-hover.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-add-row-before.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-remove-column-active.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-remove-column-hover.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-remove-column.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-remove-row-active.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-remove-row-hover.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/table-remove-row.gif ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/cmessage.txt ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xpcom_base.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xpcom_ds.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xpcom_io.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xpcom_components.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xpcom_xpti.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xpcom_obsolete.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xpconnect.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/unicharutil.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/uconv.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/locale.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/intl.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/lwbrk.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/chardet.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/$(LIB_PREFIX)jar50$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/jar.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/oji.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/jsdservice.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/necko*.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsProxyAutoConfig.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/mimetype.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/uriloader.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/exthandler.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/prefetch.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/pref.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/caps.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/rdf.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/htmlparser.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/gfx.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/imglib2.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/plugin.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_base.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_core.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_html.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_events.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_stylesheets.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_views.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_css.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_traversal.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_range.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_xbl.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_xpath.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom_xul.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/dom.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/jsurl.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/widget.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/content_base.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/content_html.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/content_htmldoc.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/content_xmldoc.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xuldoc.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xultmpl.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/content_xslt.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/layout_base.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/layout_xul.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/layout_xul_tree.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/shistory.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/webshell_idls.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/profile.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/embed_base.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/windowwatcher.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/find.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/webbrowser*.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/commandhandler.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/helperAppDlg.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsHelperAppDlg.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/progressDlg.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsProgressDialog.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/jsconsole.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/webBrowser_core.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/editor.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/txtsvc.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/txmgr.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/composer.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/accessibility.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/appshell.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsCloseAllWindows.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/mozbrwsr.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/directory.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/mozfind.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/search.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/sidebar.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsSidebar.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/jsconsole-clhandler.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsResetPref.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsKillAll.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/windowds.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xremoteservice.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xpinstall.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/autocomplete.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/history.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/satchel.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/bookmarks.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/cookie.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xml-rpc.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsDictionary.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsXmlRpcClient.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xmlextras.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/autoconfig.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/typeaheadfind.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/websrvcs.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsInterfaceInfoToIDL.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/pipboot.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/pipnss.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/pippki.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/downloads.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/calendar.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/calendarService.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/chrome/calendar.jar ./$(MOZ_APP_NAME)/chrome
|
|
|
|
cp $(topsrcdir)/dist/bin/components/$(LIB_PREFIX)xp*$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/$(LIB_PREFIX)*js*$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/components/xpcom_thread*.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/proxyObj*.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/$(LIB_PREFIX)jsd*$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/docshell*.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/extensions.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/migration.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsBackgroundUpdateService.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsExtensionManager.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsSetDefaultBrowser.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/passwordmgr.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/shellservice.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/toolkitprofile.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/update.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp -r $(topsrcdir)/dist/bin/extensions ./$(MOZ_APP_NAME)/
|
2004-01-16 19:07:25 +00:00
|
|
|
|
|
|
|
sunbirdunix::
|
2004-08-03 21:07:30 +00:00
|
|
|
cp $(topsrcdir)/dist/bin/components/filepicker.xpt ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/components/nsFilePicker.js ./$(MOZ_APP_NAME)/components
|
|
|
|
cp $(topsrcdir)/dist/bin/mozilla-xremote-client ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/run-mozilla.sh ./$(MOZ_APP_NAME)/
|
|
|
|
cp $(topsrcdir)/dist/bin/res/unixcharset.properties ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/res/sample.unixpsfonts.properties ./$(MOZ_APP_NAME)/res
|
|
|
|
cp $(topsrcdir)/dist/bin/components/$(LIB_PREFIX)negotiateauth$(DLL_SUFFIX) ./$(MOZ_APP_NAME)/components
|
2003-11-24 22:15:22 +00:00
|
|
|
|