From d37bad750ec00c74ed29bc4b209b5ad523d1e045 Mon Sep 17 00:00:00 2001 From: "sford3%swbell.net" Date: Fri, 24 Mar 2000 09:07:36 +0000 Subject: [PATCH] wallet reorg git-svn-id: svn://10.0.0.236/trunk@64034 18797224-902f-48f8-a5cc-f745e15eee43 --- .../wallet/signonviewer/resources/Makefile.in | 33 +++++++++++++++++ .../signonviewer/resources/content/MANIFEST | 2 ++ .../resources/content/Makefile.in | 33 +++++++++++++++++ .../resources/content/makefile.win | 33 +++++++++++++++++ .../signonviewer/resources/locale/Makefile.in | 33 +++++++++++++++++ .../locale/en-US/MANIFEST_PROPERTIES | 2 ++ .../resources/locale/en-US/Makefile.in | 34 ++++++++++++++++++ .../resources/locale/en-US/makefile.win | 36 +++++++++++++++++++ .../resources/locale/makefile.win | 24 +++++++++++++ .../signonviewer/resources/makefile.win | 26 ++++++++++++++ .../signonviewer/resources/skin/MANIFEST_SKIN | 1 + .../signonviewer/resources/skin/Makefile.in | 32 +++++++++++++++++ .../signonviewer/resources/skin/makefile.win | 33 +++++++++++++++++ .../walletpreview/resources/Makefile.in | 30 ++++++++++++++++ .../walletpreview/resources/content/MANIFEST | 2 ++ .../resources/content/Makefile.in | 33 +++++++++++++++++ .../resources/content/makefile.win | 33 +++++++++++++++++ .../resources/locale/Makefile.in | 32 +++++++++++++++++ .../locale/en-US/MANIFEST_PROPERTIES | 1 + .../resources/locale/en-US/Makefile.in | 33 +++++++++++++++++ .../resources/locale/en-US/makefile.win | 30 ++++++++++++++++ .../resources/locale/makefile.win | 26 ++++++++++++++ .../walletpreview/resources/makefile.win | 25 +++++++++++++ 23 files changed, 567 insertions(+) create mode 100644 mozilla/extensions/wallet/signonviewer/resources/Makefile.in create mode 100644 mozilla/extensions/wallet/signonviewer/resources/content/MANIFEST create mode 100644 mozilla/extensions/wallet/signonviewer/resources/content/Makefile.in create mode 100644 mozilla/extensions/wallet/signonviewer/resources/content/makefile.win create mode 100644 mozilla/extensions/wallet/signonviewer/resources/locale/Makefile.in create mode 100644 mozilla/extensions/wallet/signonviewer/resources/locale/en-US/MANIFEST_PROPERTIES create mode 100644 mozilla/extensions/wallet/signonviewer/resources/locale/en-US/Makefile.in create mode 100644 mozilla/extensions/wallet/signonviewer/resources/locale/en-US/makefile.win create mode 100644 mozilla/extensions/wallet/signonviewer/resources/locale/makefile.win create mode 100644 mozilla/extensions/wallet/signonviewer/resources/makefile.win create mode 100644 mozilla/extensions/wallet/signonviewer/resources/skin/MANIFEST_SKIN create mode 100644 mozilla/extensions/wallet/signonviewer/resources/skin/Makefile.in create mode 100644 mozilla/extensions/wallet/signonviewer/resources/skin/makefile.win create mode 100644 mozilla/extensions/wallet/walletpreview/resources/Makefile.in create mode 100644 mozilla/extensions/wallet/walletpreview/resources/content/MANIFEST create mode 100644 mozilla/extensions/wallet/walletpreview/resources/content/Makefile.in create mode 100644 mozilla/extensions/wallet/walletpreview/resources/content/makefile.win create mode 100644 mozilla/extensions/wallet/walletpreview/resources/locale/Makefile.in create mode 100644 mozilla/extensions/wallet/walletpreview/resources/locale/en-US/MANIFEST_PROPERTIES create mode 100644 mozilla/extensions/wallet/walletpreview/resources/locale/en-US/Makefile.in create mode 100644 mozilla/extensions/wallet/walletpreview/resources/locale/en-US/makefile.win create mode 100644 mozilla/extensions/wallet/walletpreview/resources/locale/makefile.win create mode 100644 mozilla/extensions/wallet/walletpreview/resources/makefile.win diff --git a/mozilla/extensions/wallet/signonviewer/resources/Makefile.in b/mozilla/extensions/wallet/signonviewer/resources/Makefile.in new file mode 100644 index 00000000000..961f0f5deb3 --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/Makefile.in @@ -0,0 +1,33 @@ +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +DIRS = content skin locale + +include $(topsrcdir)/config/rules.mk + + diff --git a/mozilla/extensions/wallet/signonviewer/resources/content/MANIFEST b/mozilla/extensions/wallet/signonviewer/resources/content/MANIFEST new file mode 100644 index 00000000000..6f4e5cbef56 --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/content/MANIFEST @@ -0,0 +1,2 @@ +SignonViewer.xul +SignonViewer.js \ No newline at end of file diff --git a/mozilla/extensions/wallet/signonviewer/resources/content/Makefile.in b/mozilla/extensions/wallet/signonviewer/resources/content/Makefile.in new file mode 100644 index 00000000000..46f990dff0b --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/content/Makefile.in @@ -0,0 +1,33 @@ +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + +install:: $(TARGETS) + $(INSTALL) $(srcdir)/SignonViewer.xul $(srcdir)/SignonViewer.js $(DIST)/bin/chrome/wallet/content/default + diff --git a/mozilla/extensions/wallet/signonviewer/resources/content/makefile.win b/mozilla/extensions/wallet/signonviewer/resources/content/makefile.win new file mode 100644 index 00000000000..0e853edbdd6 --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/content/makefile.win @@ -0,0 +1,33 @@ +#!gmake +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\..\.. + +include <$(DEPTH)\config\rules.mak> + +clobber:: + rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.xul + rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.js + +install:: $(DLL) + $(MAKE_INSTALL) SignonViewer.xul $(DIST)\bin\chrome\wallet\content\default + $(MAKE_INSTALL) SignonViewer.js $(DIST)\bin\chrome\wallet\content\default + diff --git a/mozilla/extensions/wallet/signonviewer/resources/locale/Makefile.in b/mozilla/extensions/wallet/signonviewer/resources/locale/Makefile.in new file mode 100644 index 00000000000..70835720ad3 --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/locale/Makefile.in @@ -0,0 +1,33 @@ +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +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/extensions/wallet/signonviewer/resources/locale/en-US/MANIFEST_PROPERTIES b/mozilla/extensions/wallet/signonviewer/resources/locale/en-US/MANIFEST_PROPERTIES new file mode 100644 index 00000000000..3056cd1d213 --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/locale/en-US/MANIFEST_PROPERTIES @@ -0,0 +1,2 @@ +SignonViewer.properties +SignonViewer.dtd diff --git a/mozilla/extensions/wallet/signonviewer/resources/locale/en-US/Makefile.in b/mozilla/extensions/wallet/signonviewer/resources/locale/en-US/Makefile.in new file mode 100644 index 00000000000..052d16a58fd --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/locale/en-US/Makefile.in @@ -0,0 +1,34 @@ +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + +install:: $(TARGETS) + $(INSTALL) SignonViewer.properties SignonViewer.dtd $(DIST)/bin/chrome/wallet/locale/en-US + + diff --git a/mozilla/extensions/wallet/signonviewer/resources/locale/en-US/makefile.win b/mozilla/extensions/wallet/signonviewer/resources/locale/en-US/makefile.win new file mode 100644 index 00000000000..4a9b1209789 --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/locale/en-US/makefile.win @@ -0,0 +1,36 @@ +#!gmake +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\..\..\.. + +include <$(DEPTH)\config\rules.mak> + +clobber:: + rm -f $(DIST)\lib\$(LIBRARY_NAME).lib + rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.xul + rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.js + rm -f $(DIST)\bin\chrome\wallet\skin\default\SignonViewer.css + rm -f $(DIST)\bin\chrome\wallet\locale\en-US\SignonViewer.properties + rm -f $(DIST)\bin\chrome\wallet\locale\en-US\SignonViewer.dtd + +install:: $(DLL) + $(MAKE_INSTALL) SignonViewer.properties $(DIST)\bin\chrome\wallet\locale\en-US + $(MAKE_INSTALL) SignonViewer.dtd $(DIST)\bin\chrome\wallet\locale\en-US diff --git a/mozilla/extensions/wallet/signonviewer/resources/locale/makefile.win b/mozilla/extensions/wallet/signonviewer/resources/locale/makefile.win new file mode 100644 index 00000000000..7193c6079fd --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/locale/makefile.win @@ -0,0 +1,24 @@ +#!gmake +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\..\.. + +DIRS =en-US diff --git a/mozilla/extensions/wallet/signonviewer/resources/makefile.win b/mozilla/extensions/wallet/signonviewer/resources/makefile.win new file mode 100644 index 00000000000..b92fc85d80c --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/makefile.win @@ -0,0 +1,26 @@ +#!gmake +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\.. + +DIRS =content locale skin + +include <$(DEPTH)\config\rules.mak> diff --git a/mozilla/extensions/wallet/signonviewer/resources/skin/MANIFEST_SKIN b/mozilla/extensions/wallet/signonviewer/resources/skin/MANIFEST_SKIN new file mode 100644 index 00000000000..7510bd8a71e --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/skin/MANIFEST_SKIN @@ -0,0 +1 @@ +SignonViewer.css diff --git a/mozilla/extensions/wallet/signonviewer/resources/skin/Makefile.in b/mozilla/extensions/wallet/signonviewer/resources/skin/Makefile.in new file mode 100644 index 00000000000..7871daff759 --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/skin/Makefile.in @@ -0,0 +1,32 @@ +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + +install:: $(TARGETS) + $(INSTALL) $(srcdir)/SignonViewer.css $(DIST)/bin/chrome/wallet/skin/default diff --git a/mozilla/extensions/wallet/signonviewer/resources/skin/makefile.win b/mozilla/extensions/wallet/signonviewer/resources/skin/makefile.win new file mode 100644 index 00000000000..0e74f62abcb --- /dev/null +++ b/mozilla/extensions/wallet/signonviewer/resources/skin/makefile.win @@ -0,0 +1,33 @@ +#!gmake +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\..\.. + +include <$(DEPTH)\config\rules.mak> + +clobber:: + rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.xul + rm -f $(DIST)\bin\chrome\wallet\content\default\SignonViewer.js + +install:: $(DLL) + $(MAKE_INSTALL) SignonViewer.xul $(DIST)\bin\chrome\wallet\content\default + $(MAKE_INSTALL) SignonViewer.js $(DIST)\bin\chrome\wallet\content\default + diff --git a/mozilla/extensions/wallet/walletpreview/resources/Makefile.in b/mozilla/extensions/wallet/walletpreview/resources/Makefile.in new file mode 100644 index 00000000000..eaee97a9dbd --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/Makefile.in @@ -0,0 +1,30 @@ +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ +DIRS = content locale +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + diff --git a/mozilla/extensions/wallet/walletpreview/resources/content/MANIFEST b/mozilla/extensions/wallet/walletpreview/resources/content/MANIFEST new file mode 100644 index 00000000000..bf895bab7b4 --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/content/MANIFEST @@ -0,0 +1,2 @@ +WalletPreview.xul +WalletPreview.js \ No newline at end of file diff --git a/mozilla/extensions/wallet/walletpreview/resources/content/Makefile.in b/mozilla/extensions/wallet/walletpreview/resources/content/Makefile.in new file mode 100644 index 00000000000..59236d77548 --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/content/Makefile.in @@ -0,0 +1,33 @@ +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + +install:: $(TARGETS) + $(INSTALL) $(srcdir)/WalletPreview.xul $(srcdir)/WalletPreview.js $(DIST)/bin/chrome/wallet/content/default + diff --git a/mozilla/extensions/wallet/walletpreview/resources/content/makefile.win b/mozilla/extensions/wallet/walletpreview/resources/content/makefile.win new file mode 100644 index 00000000000..2e4c35d780d --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/content/makefile.win @@ -0,0 +1,33 @@ +#!gmake +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\..\.. + +include <$(DEPTH)\config\rules.mak> + +clobber:: + rm -f $(DIST)\bin\chrome\wallet\content\default\WalletPreview.xul + rm -f $(DIST)\bin\chrome\wallet\content\default\WalletPreview.js + +install:: $(DLL) + $(MAKE_INSTALL) WalletPreview.xul $(DIST)\bin\chrome\wallet\content\default + $(MAKE_INSTALL) WalletPreview.js $(DIST)\bin\chrome\wallet\content\default + diff --git a/mozilla/extensions/wallet/walletpreview/resources/locale/Makefile.in b/mozilla/extensions/wallet/walletpreview/resources/locale/Makefile.in new file mode 100644 index 00000000000..1c2d4cd759a --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/locale/Makefile.in @@ -0,0 +1,32 @@ +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(topsrcdir)/config/rules.mk + +DIRS =en-US + +include $(DEPTH)/config/autoconf.mk + diff --git a/mozilla/extensions/wallet/walletpreview/resources/locale/en-US/MANIFEST_PROPERTIES b/mozilla/extensions/wallet/walletpreview/resources/locale/en-US/MANIFEST_PROPERTIES new file mode 100644 index 00000000000..d6757ca583f --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/locale/en-US/MANIFEST_PROPERTIES @@ -0,0 +1 @@ +WalletPreview.properties diff --git a/mozilla/extensions/wallet/walletpreview/resources/locale/en-US/Makefile.in b/mozilla/extensions/wallet/walletpreview/resources/locale/en-US/Makefile.in new file mode 100644 index 00000000000..45453cef076 --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/locale/en-US/Makefile.in @@ -0,0 +1,33 @@ +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): +# + +DEPTH = ../../../../../.. +topsrcdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = @srcdir@ + +include $(DEPTH)/config/autoconf.mk + +include $(topsrcdir)/config/rules.mk + +install:: $(TARGETS) + $(INSTALL) $(srcdir)/WalletPreview.properties $(DIST)/bin/chrome/wallet/locale/en-US + diff --git a/mozilla/extensions/wallet/walletpreview/resources/locale/en-US/makefile.win b/mozilla/extensions/wallet/walletpreview/resources/locale/en-US/makefile.win new file mode 100644 index 00000000000..999f2395328 --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/locale/en-US/makefile.win @@ -0,0 +1,30 @@ +#!gmake +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\..\..\.. +include <$(DEPTH)\config\rules.mak> + + +clobber:: + rm -f $(DIST)\bin\chrome\wallet\locale\en-US\WalletPreview.properties + +install:: $(DLL) + $(MAKE_INSTALL) WalletPreview.properties $(DIST)\bin\chrome\wallet\locale\en-US diff --git a/mozilla/extensions/wallet/walletpreview/resources/locale/makefile.win b/mozilla/extensions/wallet/walletpreview/resources/locale/makefile.win new file mode 100644 index 00000000000..a4e12297700 --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/locale/makefile.win @@ -0,0 +1,26 @@ +#!gmake +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\..\.. +DIR=en-US + +include <$(DEPTH)\config\rules.mak> + diff --git a/mozilla/extensions/wallet/walletpreview/resources/makefile.win b/mozilla/extensions/wallet/walletpreview/resources/makefile.win new file mode 100644 index 00000000000..7e9bbb22ad9 --- /dev/null +++ b/mozilla/extensions/wallet/walletpreview/resources/makefile.win @@ -0,0 +1,25 @@ +#!gmake +# +# 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) 1998 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): + +DEPTH=..\..\..\.. +DIRS=content locale +include <$(DEPTH)\config\rules.mak> +