This commit is contained in:
briano%netscape.com 1999-09-02 02:05:57 +00:00
Родитель 662edc2554
Коммит 903fa1916f
5 изменённых файлов: 97 добавлений и 117 удалений

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,28 +13,25 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../../..
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
SAMPLES_DIR = $(DIST)/bin/chrome/addressbook/content/default
EXPORT_RESOURCE_SAMPLES = \
pref-addressing.xul \
$(NULL)
include $(topsrcdir)/config/rules.mk
SAMPLES_DIR = $(DIST)/bin/chrome/addressbook/content/default
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/pref-addressing.xul \
$(NULL)
EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
install::
$(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(SAMPLES_DIR)
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
clobber::
$(RM) $(EXPORT_RESOURCE_SAMPLES_TO_REMOVE)

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,42 +13,39 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
SAMPLES_DIR = $(DIST)/bin/chrome/addressbook/content/default
EXPORT_RESOURCE_SAMPLES = \
abAddressBookNameDialog.js \
abAddressBookNameDialog.xul \
abCardOverlay.js \
abCardOverlay.xul \
abCardViewOverlay.js \
abCardViewOverlay.xul \
abCommon.js \
abDirTreeOverlay.xul \
abEditCardDialog.xul \
abNewCardDialog.xul \
abResultsTreeOverlay.xul \
abSelectAddressesDialog.js \
abSelectAddressesDialog.xul \
addressbook.js \
addressbook.xul \
$(NULL)
include $(topsrcdir)/config/rules.mk
SAMPLES_DIR = $(DIST)/bin/chrome/addressbook/content/default
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/abAddressBookNameDialog.js \
$(srcdir)/abAddressBookNameDialog.xul \
$(srcdir)/abCardOverlay.js \
$(srcdir)/abCardOverlay.xul \
$(srcdir)/abCardViewOverlay.js \
$(srcdir)/abCardViewOverlay.xul \
$(srcdir)/abCommon.js \
$(srcdir)/abDirTreeOverlay.xul \
$(srcdir)/abEditCardDialog.xul \
$(srcdir)/abNewCardDialog.xul \
$(srcdir)/abResultsTreeOverlay.xul \
$(srcdir)/abSelectAddressesDialog.js \
$(srcdir)/abSelectAddressesDialog.xul \
$(srcdir)/addressbook.js \
$(srcdir)/addressbook.xul \
$(NULL)
EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
install::
$(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(SAMPLES_DIR)
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
clobber::
$(RM) $(EXPORT_RESOURCE_SAMPLES_TO_REMOVE)

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,35 +13,32 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
SAMPLES_DIR = $(DIST)/bin/chrome/addressbook/skin/default
EXPORT_RESOURCE_SAMPLES = \
addressbook.css \
newcard.gif \
newlist.gif \
property.gif \
abnewmsg.gif \
person.gif \
list.gif \
myaddrbk.gif \
$(NULL)
include $(topsrcdir)/config/rules.mk
SAMPLES_DIR = $(DIST)/bin/chrome/addressbook/skin/default
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/addressbook.css \
$(srcdir)/newcard.gif \
$(srcdir)/newlist.gif \
$(srcdir)/property.gif \
$(srcdir)/abnewmsg.gif \
$(srcdir)/person.gif \
$(srcdir)/list.gif \
$(srcdir)/myaddrbk.gif \
$(NULL)
EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
install::
$(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(SAMPLES_DIR)
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
clobber::
$(RM) $(EXPORT_RESOURCE_SAMPLES_TO_REMOVE)

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,51 +13,48 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../../..
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
SAMPLES_DIR = $(DIST)/bin/chrome/messenger/content/default
EXPORT_RESOURCE_SAMPLES = \
AccountManager.xul \
AccountManager.js \
accounttree.xul \
am-main.xul \
am-server.xul \
am-server.js \
am-server-top.xul \
am-server-pop3.xul \
am-copies.xul \
am-copies.js \
am-advanced.xul \
pref-mailnews.xul \
pref-winsetting.xul \
pref-receipts.xul \
custreceipt.xul \
pref-diskspace.xul \
AccountWizard.xul \
AccountWizard.js \
aw-accounttype.xul \
aw-identity.xul \
aw-server.xul \
aw-login.xul \
aw-accname.xul \
aw-done.xul \
$(NULL)
include $(topsrcdir)/config/rules.mk
SAMPLES_DIR = $(DIST)/bin/chrome/messenger/content/default
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/AccountManager.xul \
$(srcdir)/AccountManager.js \
$(srcdir)/accounttree.xul \
$(srcdir)/am-main.xul \
$(srcdir)/am-server.xul \
$(srcdir)/am-server.js \
$(srcdir)/am-server-top.xul \
$(srcdir)/am-server-pop3.xul \
$(srcdir)/am-copies.xul \
$(srcdir)/am-copies.js \
$(srcdir)/am-advanced.xul \
$(srcdir)/pref-mailnews.xul \
$(srcdir)/pref-winsetting.xul \
$(srcdir)/pref-receipts.xul \
$(srcdir)/custreceipt.xul \
$(srcdir)/pref-diskspace.xul \
$(srcdir)/AccountWizard.xul \
$(srcdir)/AccountWizard.js \
$(srcdir)/aw-accounttype.xul \
$(srcdir)/aw-identity.xul \
$(srcdir)/aw-server.xul \
$(srcdir)/aw-login.xul \
$(srcdir)/aw-accname.xul \
$(srcdir)/aw-done.xul \
$(NULL)
EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
install::
$(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(SAMPLES_DIR)
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
clobber::
$(RM) $(EXPORT_RESOURCE_SAMPLES_TO_REMOVE)

Просмотреть файл

@ -1,4 +1,3 @@
#!gmake
#
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
@ -14,32 +13,29 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../../..
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
SAMPLES_DIR = $(DIST)/bin/chrome/messenger/skin/default
EXPORT_RESOURCE_SAMPLES = \
accounttree.css \
AccountManager.css \
wizard.css \
winclassic.gif \
winwide.gif \
$(NULL)
include $(topsrcdir)/config/rules.mk
SAMPLES_DIR = $(DIST)/bin/chrome/messenger/skin/default
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/accounttree.css \
$(srcdir)/AccountManager.css \
$(srcdir)/wizard.css \
$(srcdir)/winclassic.gif \
$(srcdir)/winwide.gif \
$(NULL)
EXPORT_RESOURCE_SAMPLES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
GARBAGE += $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_SAMPLES))
install::
$(INSTALL) $(EXPORT_RESOURCE_SAMPLES) $(SAMPLES_DIR)
$(INSTALL) $(addprefix $(srcdir)/, $(EXPORT_RESOURCE_SAMPLES)) $(SAMPLES_DIR)
clobber::
$(RM) $(EXPORT_RESOURCE_SAMPLES_TO_REMOVE)