Adding to the repository. Makefiles for the locale\en-US directory for local mail.

This commit is contained in:
mscott%netscape.com 1999-08-19 06:21:59 +00:00
parent 84787d7165
commit 839cc22666
2 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,41 @@
#!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
# compliance with the NPL. You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
INSTALL_DIR = $(DIST)/bin/chrome/messenger/locale/en-US
EXPORT_RESOURCE_FILES = \
$(srcdir)/localMsgs_en-US.properties \
$(NULL)
EXPORT_RESOURCE_FILES_TO_REMOVE := $(addprefix $(SAMPLES_DIR)/, $(EXPORT_RESOURCE_FILES))
install::
$(INSTALL) $(EXPORT_RESOURCE_FILES) $(INSTALL_DIR)
clobber::
$(RM) $(EXPORT_RESOURCE_FILES_TO_REMOVE)

View File

@ -0,0 +1,28 @@
#!nmake
#
# 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
# compliance with the NPL. You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1999 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH=..\..\..\..\..
MODULE=msglocal
include <$(DEPTH)\config\rules.mak>
install::
$(MAKE_INSTALL) localMsgs_en-US.properties $(DIST)\bin\chrome\messenger\locale\en-US
clobber::
rm -f $(DIST)bin\chrome\messenger\locale\en-US\localMsgs_en-US.properties