diff --git a/mozilla/allmakefiles.sh b/mozilla/allmakefiles.sh index f89766e965f..9aed30afd59 100755 --- a/mozilla/allmakefiles.sh +++ b/mozilla/allmakefiles.sh @@ -711,13 +711,6 @@ xpfe/bootstrap/init.d/Makefile xpfe/bootstrap/appleevents/Makefile xpfe/browser/Makefile xpfe/browser/src/Makefile -xpfe/browser/resources/Makefile -xpfe/browser/resources/content/Makefile -xpfe/browser/resources/content/unix/Makefile -xpfe/browser/resources/content/win/Makefile -xpfe/browser/resources/locale/Makefile -xpfe/browser/resources/locale/en-US/Makefile -xpfe/browser/resources/locale/en-US/unix/Makefile xpfe/global/Makefile xpfe/global/buildconfig.html xpfe/global/resources/Makefile @@ -731,12 +724,6 @@ xpfe/global/resources/locale/en-US/os2/Makefile xpfe/global/resources/locale/en-US/unix/Makefile xpfe/global/resources/locale/en-US/win/Makefile xpfe/communicator/Makefile -xpfe/communicator/resources/Makefile -xpfe/communicator/resources/locale/Makefile -xpfe/communicator/resources/locale/en-US/Makefile -xpfe/communicator/resources/content/Makefile -xpfe/communicator/resources/content/unix/Makefile -xpfe/communicator/resources/content/win/Makefile " MAKEFILES_embedding=" diff --git a/mozilla/xpfe/browser/Makefile.in b/mozilla/xpfe/browser/Makefile.in index ff2e5329abb..918e45091b3 100644 --- a/mozilla/xpfe/browser/Makefile.in +++ b/mozilla/xpfe/browser/Makefile.in @@ -44,22 +44,6 @@ include $(DEPTH)/config/autoconf.mk MODULE = browser -DIRS = public src samples resources +DIRS = public src samples include $(topsrcdir)/config/rules.mk - -ifeq (mac,$(MOZ_WIDGET_TOOLKIT)) -CHROME_PLATFORM = mac -else -ifneq (,$(filter OS2 WINNT,$(OS_ARCH))) -CHROME_PLATFORM = win -else -CHROME_PLATFORM = unix -endif -endif - -libs realchrome:: - @$(REGCHROME) locale en-US/navigator-platform en-$(CHROME_PLATFORM).jar - -install:: - @$(REGCHROME_INSTALL) locale en-US/navigator-platform en-$(CHROME_PLATFORM).jar diff --git a/mozilla/xpfe/browser/jar.mn b/mozilla/xpfe/browser/jar.mn index 6d16c1bef04..4c5e858be7e 100644 --- a/mozilla/xpfe/browser/jar.mn +++ b/mozilla/xpfe/browser/jar.mn @@ -29,6 +29,21 @@ comm.jar: content/navigator/viewPartialSource.xul (resources/content/viewPartialSource.xul) content/navigator/mailNavigatorOverlay.xul (resources/content/mailNavigatorOverlay.xul) content/navigator/searchconfig.properties (resources/content/searchconfig.properties) +#ifdef XP_MACOSX +* content/navigator-platform/contents.rdf (resources/content/mac/contents-platform.rdf) + content/navigator/platformNavigationBindings.xul (resources/content/mac/platformNavigationBindings.xul) + content/navigator/platformMailOverlay.xul (resources/content/mac/platformMailOverlay.xul) +#else +#ifdef XP_UNIX +* content/navigator-platform/contents.rdf (resources/content/unix/contents-platform.rdf) + content/navigator/platformNavigationBindings.xul (resources/content/unix/platformNavigationBindings.xul) + content/navigator/platformMailOverlay.xul (resources/content/unix/platformMailOverlay.xul) +#else +* content/navigator-platform/contents.rdf (resources/content/win/contents-platform.rdf) + content/navigator/platformNavigationBindings.xul (resources/content/win/platformNavigationBindings.xul) + content/navigator/platformMailOverlay.xul (resources/content/win/platformMailOverlay.xul) +#endif +#endif en-US.jar: * locale/en-US/navigator/contents.rdf (resources/locale/en-US/contents.rdf) @@ -48,3 +63,18 @@ en-US.jar: US.jar: * locale/US/navigator-region/contents.rdf (resources/locale/en-US/contents-region.rdf) locale/US/navigator-region/region.properties (resources/locale/en-US/region.properties) + +en-mac.jar: +* locale/en-US/navigator-platform/contents.rdf (resources/locale/en-US/mac/contents-platform.rdf) + locale/en-US/navigator-platform/platformNavigationBindings.dtd (resources/locale/en-US/mac/platformNavigationBindings.dtd) + locale/en-US/navigator-platform/navigator.properties (resources/locale/en-US/mac/navigator.properties) + +en-unix.jar: +* locale/en-US/navigator-platform/contents.rdf (resources/locale/en-US/unix/contents-platform.rdf) + locale/en-US/navigator-platform/platformNavigationBindings.dtd (resources/locale/en-US/unix/platformNavigationBindings.dtd) + locale/en-US/navigator-platform/navigator.properties (resources/locale/en-US/unix/navigator.properties) + +en-win.jar: +* locale/en-US/navigator-platform/contents.rdf (resources/locale/en-US/win/contents-platform.rdf) + locale/en-US/navigator-platform/platformNavigationBindings.dtd (resources/locale/en-US/win/platformNavigationBindings.dtd) + locale/en-US/navigator-platform/navigator.properties (resources/locale/en-US/win/navigator.properties) diff --git a/mozilla/xpfe/browser/resources/Makefile.in b/mozilla/xpfe/browser/resources/Makefile.in deleted file mode 100644 index 75569bf367a..00000000000 --- a/mozilla/xpfe/browser/resources/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -DIRS = content locale - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/browser/resources/content/Makefile.in b/mozilla/xpfe/browser/resources/content/Makefile.in deleted file mode 100644 index c1c17ade287..00000000000 --- a/mozilla/xpfe/browser/resources/content/Makefile.in +++ /dev/null @@ -1,57 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -ifneq (,$(filter OS2 WINNT,$(OS_ARCH))) -DIRS = win -else -ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) -DIRS = mac -else -DIRS = unix -endif -endif - -include $(topsrcdir)/config/rules.mk - - diff --git a/mozilla/xpfe/browser/resources/content/mac/Makefile.in b/mozilla/xpfe/browser/resources/content/mac/Makefile.in deleted file mode 100644 index 81fb0e454ca..00000000000 --- a/mozilla/xpfe/browser/resources/content/mac/Makefile.in +++ /dev/null @@ -1,46 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/browser/resources/content/mac/jar.mn b/mozilla/xpfe/browser/resources/content/mac/jar.mn deleted file mode 100644 index 1c3e3f78c41..00000000000 --- a/mozilla/xpfe/browser/resources/content/mac/jar.mn +++ /dev/null @@ -1,4 +0,0 @@ -comm.jar: -* content/navigator-platform/contents.rdf (contents-platform.rdf) - content/navigator/platformNavigationBindings.xul - content/navigator/platformMailOverlay.xul diff --git a/mozilla/xpfe/browser/resources/content/unix/Makefile.in b/mozilla/xpfe/browser/resources/content/unix/Makefile.in deleted file mode 100644 index 81fb0e454ca..00000000000 --- a/mozilla/xpfe/browser/resources/content/unix/Makefile.in +++ /dev/null @@ -1,46 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/browser/resources/content/unix/jar.mn b/mozilla/xpfe/browser/resources/content/unix/jar.mn deleted file mode 100644 index 1c3e3f78c41..00000000000 --- a/mozilla/xpfe/browser/resources/content/unix/jar.mn +++ /dev/null @@ -1,4 +0,0 @@ -comm.jar: -* content/navigator-platform/contents.rdf (contents-platform.rdf) - content/navigator/platformNavigationBindings.xul - content/navigator/platformMailOverlay.xul diff --git a/mozilla/xpfe/browser/resources/content/win/Makefile.in b/mozilla/xpfe/browser/resources/content/win/Makefile.in deleted file mode 100644 index 81fb0e454ca..00000000000 --- a/mozilla/xpfe/browser/resources/content/win/Makefile.in +++ /dev/null @@ -1,46 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/browser/resources/content/win/jar.mn b/mozilla/xpfe/browser/resources/content/win/jar.mn deleted file mode 100644 index 1c3e3f78c41..00000000000 --- a/mozilla/xpfe/browser/resources/content/win/jar.mn +++ /dev/null @@ -1,4 +0,0 @@ -comm.jar: -* content/navigator-platform/contents.rdf (contents-platform.rdf) - content/navigator/platformNavigationBindings.xul - content/navigator/platformMailOverlay.xul diff --git a/mozilla/xpfe/browser/resources/locale/Makefile.in b/mozilla/xpfe/browser/resources/locale/Makefile.in deleted file mode 100644 index db37d1e034f..00000000000 --- a/mozilla/xpfe/browser/resources/locale/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -DIRS = en-US - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/browser/resources/locale/en-US/Makefile.in b/mozilla/xpfe/browser/resources/locale/en-US/Makefile.in deleted file mode 100644 index fbb1e9cedd4..00000000000 --- a/mozilla/xpfe/browser/resources/locale/en-US/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -DIRS = mac unix win - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/browser/resources/locale/en-US/mac/Makefile.in b/mozilla/xpfe/browser/resources/locale/en-US/mac/Makefile.in deleted file mode 100644 index 595a0c8559e..00000000000 --- a/mozilla/xpfe/browser/resources/locale/en-US/mac/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -NO_JAR_AUTO_REG=1 - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/browser/resources/locale/en-US/mac/jar.mn b/mozilla/xpfe/browser/resources/locale/en-US/mac/jar.mn deleted file mode 100644 index a4e435dfa75..00000000000 --- a/mozilla/xpfe/browser/resources/locale/en-US/mac/jar.mn +++ /dev/null @@ -1,4 +0,0 @@ -en-mac.jar: -* locale/en-US/navigator-platform/contents.rdf (contents-platform.rdf) - locale/en-US/navigator-platform/platformNavigationBindings.dtd - locale/en-US/navigator-platform/navigator.properties diff --git a/mozilla/xpfe/browser/resources/locale/en-US/unix/Makefile.in b/mozilla/xpfe/browser/resources/locale/en-US/unix/Makefile.in deleted file mode 100644 index 595a0c8559e..00000000000 --- a/mozilla/xpfe/browser/resources/locale/en-US/unix/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -NO_JAR_AUTO_REG=1 - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/browser/resources/locale/en-US/unix/jar.mn b/mozilla/xpfe/browser/resources/locale/en-US/unix/jar.mn deleted file mode 100644 index 90419b9b178..00000000000 --- a/mozilla/xpfe/browser/resources/locale/en-US/unix/jar.mn +++ /dev/null @@ -1,4 +0,0 @@ -en-unix.jar: -* locale/en-US/navigator-platform/contents.rdf (contents-platform.rdf) - locale/en-US/navigator-platform/platformNavigationBindings.dtd - locale/en-US/navigator-platform/navigator.properties diff --git a/mozilla/xpfe/browser/resources/locale/en-US/win/Makefile.in b/mozilla/xpfe/browser/resources/locale/en-US/win/Makefile.in deleted file mode 100644 index 595a0c8559e..00000000000 --- a/mozilla/xpfe/browser/resources/locale/en-US/win/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -NO_JAR_AUTO_REG=1 - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/browser/resources/locale/en-US/win/jar.mn b/mozilla/xpfe/browser/resources/locale/en-US/win/jar.mn deleted file mode 100644 index 673352d0d22..00000000000 --- a/mozilla/xpfe/browser/resources/locale/en-US/win/jar.mn +++ /dev/null @@ -1,4 +0,0 @@ -en-win.jar: -* locale/en-US/navigator-platform/contents.rdf (contents-platform.rdf) - locale/en-US/navigator-platform/platformNavigationBindings.dtd - locale/en-US/navigator-platform/navigator.properties diff --git a/mozilla/xpfe/communicator/Makefile.in b/mozilla/xpfe/communicator/Makefile.in index 989b2c72a78..4d5f75e8c33 100644 --- a/mozilla/xpfe/communicator/Makefile.in +++ b/mozilla/xpfe/communicator/Makefile.in @@ -42,22 +42,4 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = resources - -include $(topsrcdir)/config/rules.mk - -ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) -CHROME_PLATFORM = mac -else -ifneq (,$(filter OS2 WINNT,$(OS_ARCH))) -CHROME_PLATFORM = win -else -CHROME_PLATFORM = unix -endif -endif - -libs realchrome:: - @$(REGCHROME) locale en-US/communicator-platform en-$(CHROME_PLATFORM).jar - -install:: - @$(REGCHROME_INSTALL) locale en-US/communicator-platform en-$(CHROME_PLATFORM).jar +include $(topsrcdir)/config/rules.mk \ No newline at end of file diff --git a/mozilla/xpfe/communicator/jar.mn b/mozilla/xpfe/communicator/jar.mn index 8b69ccdb6f0..18bc10e6e94 100644 --- a/mozilla/xpfe/communicator/jar.mn +++ b/mozilla/xpfe/communicator/jar.mn @@ -12,8 +12,21 @@ comm.jar: content/communicator/tasksOverlay.xul (resources/content/tasksOverlay.xul) content/communicator/browserBindings.xul (resources/content/browserBindings.xul) content/communicator/editorBindings.xul (resources/content/editorBindings.xul) - content/communicator/platformBrowserBindings.xul (resources/content/win/platformBrowserBindings.xul) - content/communicator/platformEditorBindings.xul (resources/content/win/platformEditorBindings.xul) +#ifdef XP_MACOSX + content/communicator/platformBrowserBindings.xul (resources/content/mac/platformBrowserBindings.xul) + content/communicator/platformEditorBindings.xul (resources/content/mac/platformEditorBindings.xul) + content/communicator/platformCommunicatorOverlay.xul (resources/content/mac/platformCommunicatorOverlay.xul) +#else +#ifdef XP_UNIX + content/communicator/platformBrowserBindings.xul (resources/content/unix/platformBrowserBindings.xul) + content/communicator/platformEditorBindings.xul (resources/content/unix/platformEditorBindings.xul) + content/communicator/platformCommunicatorOverlay.xul (resources/content/unix/platformCommunicatorOverlay.xul) +#else + content/communicator/platformBrowserBindings.xul (resources/content/win/platformBrowserBindings.xul) + content/communicator/platformEditorBindings.xul (resources/content/win/platformEditorBindings.xul) + content/communicator/platformCommunicatorOverlay.xul (resources/content/win/platformCommunicatorOverlay.xul) +#endif +#endif content/communicator/builtinURLs.js (resources/content/builtinURLs.js) content/communicator/contentAreaUtils.js (resources/content/contentAreaUtils.js) content/communicator/contentAreaDD.js (resources/content/contentAreaDD.js) diff --git a/mozilla/xpfe/communicator/resources/Makefile.in b/mozilla/xpfe/communicator/resources/Makefile.in deleted file mode 100644 index 19e288696c5..00000000000 --- a/mozilla/xpfe/communicator/resources/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -DIRS=content locale - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/communicator/resources/content/Makefile.in b/mozilla/xpfe/communicator/resources/content/Makefile.in deleted file mode 100644 index 603cf99b2da..00000000000 --- a/mozilla/xpfe/communicator/resources/content/Makefile.in +++ /dev/null @@ -1,63 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -ifneq (,$(filter os2 windows,$(MOZ_WIDGET_TOOLKIT))) -DIRS = win -else -ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT))) -DIRS = mac -else -DIRS = unix -endif -endif - -include $(topsrcdir)/config/rules.mk - -libs realchrome:: - @$(REGCHROME) content communicator comm.jar - @$(REGCHROME) locale en-US/communicator en-US.jar - -install:: - @$(REGCHROME_INSTALL) content communicator comm.jar - @$(REGCHROME_INSTALL) locale en-US/communicator en-US.jar diff --git a/mozilla/xpfe/communicator/resources/content/mac/Makefile.in b/mozilla/xpfe/communicator/resources/content/mac/Makefile.in deleted file mode 100644 index 81fb0e454ca..00000000000 --- a/mozilla/xpfe/communicator/resources/content/mac/Makefile.in +++ /dev/null @@ -1,46 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/communicator/resources/content/mac/jar.mn b/mozilla/xpfe/communicator/resources/content/mac/jar.mn deleted file mode 100644 index 6bf3b2a886b..00000000000 --- a/mozilla/xpfe/communicator/resources/content/mac/jar.mn +++ /dev/null @@ -1,5 +0,0 @@ -comm.jar: -+ content/communicator/platformBrowserBindings.xul -+ content/communicator/platformEditorBindings.xul -+ content/communicator/platformCommunicatorOverlay.xul - diff --git a/mozilla/xpfe/communicator/resources/content/unix/Makefile.in b/mozilla/xpfe/communicator/resources/content/unix/Makefile.in deleted file mode 100644 index 81fb0e454ca..00000000000 --- a/mozilla/xpfe/communicator/resources/content/unix/Makefile.in +++ /dev/null @@ -1,46 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/communicator/resources/content/unix/jar.mn b/mozilla/xpfe/communicator/resources/content/unix/jar.mn deleted file mode 100644 index fd4c2931b87..00000000000 --- a/mozilla/xpfe/communicator/resources/content/unix/jar.mn +++ /dev/null @@ -1,5 +0,0 @@ -comm.jar: - content/communicator/platformBrowserBindings.xul - content/communicator/platformEditorBindings.xul - content/communicator/platformCommunicatorOverlay.xul - diff --git a/mozilla/xpfe/communicator/resources/content/win/Makefile.in b/mozilla/xpfe/communicator/resources/content/win/Makefile.in deleted file mode 100644 index 81fb0e454ca..00000000000 --- a/mozilla/xpfe/communicator/resources/content/win/Makefile.in +++ /dev/null @@ -1,46 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/communicator/resources/content/win/jar.mn b/mozilla/xpfe/communicator/resources/content/win/jar.mn deleted file mode 100644 index fd4c2931b87..00000000000 --- a/mozilla/xpfe/communicator/resources/content/win/jar.mn +++ /dev/null @@ -1,5 +0,0 @@ -comm.jar: - content/communicator/platformBrowserBindings.xul - content/communicator/platformEditorBindings.xul - content/communicator/platformCommunicatorOverlay.xul - diff --git a/mozilla/xpfe/communicator/resources/locale/Makefile.in b/mozilla/xpfe/communicator/resources/locale/Makefile.in deleted file mode 100644 index db37d1e034f..00000000000 --- a/mozilla/xpfe/communicator/resources/locale/Makefile.in +++ /dev/null @@ -1,48 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -DIRS = en-US - -include $(topsrcdir)/config/rules.mk - diff --git a/mozilla/xpfe/communicator/resources/locale/en-US/Makefile.in b/mozilla/xpfe/communicator/resources/locale/en-US/Makefile.in deleted file mode 100644 index 3bb2ae5d689..00000000000 --- a/mozilla/xpfe/communicator/resources/locale/en-US/Makefile.in +++ /dev/null @@ -1,54 +0,0 @@ -# -# ***** 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 mozilla.org code. -# -# The Initial Developer of the Original Code is -# Netscape Communications Corporation. -# Portions created by the Initial Developer are Copyright (C) 1998 -# the Initial Developer. All Rights Reserved. -# -# Contributor(s): -# -# Alternatively, the contents of this file may be used under the terms of -# either of 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 = ../../../../.. -topsrcdir = @top_srcdir@ -srcdir = @srcdir@ -VPATH = @srcdir@ - -include $(DEPTH)/config/autoconf.mk - -include $(topsrcdir)/config/rules.mk - -libs realchrome:: - @$(REGCHROME) content communicator comm.jar - @$(REGCHROME) locale en-US/communicator en-US.jar - -install:: - @$(REGCHROME_INSTALL) content communicator comm.jar - @$(REGCHROME_INSTALL) locale en-US/communicator en-US.jar -