1999-04-21 02:24:20 +04:00
|
|
|
#!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.
|
1999-04-21 07:35:51 +04:00
|
|
|
|
|
|
|
DEPTH = ../../../..
|
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
EXPORT_RESOURCE_CONTENT = \
|
1999-05-07 04:44:46 +04:00
|
|
|
$(srcdir)/EdDialogCommon.js \
|
1999-04-21 07:35:51 +04:00
|
|
|
$(srcdir)/EdLinkProps.xul \
|
1999-04-27 00:47:55 +04:00
|
|
|
$(srcdir)/EdLinkProps.js \
|
1999-06-09 05:27:08 +04:00
|
|
|
$(srcdir)/EdImageProps.xul \
|
1999-05-06 03:29:18 +04:00
|
|
|
$(srcdir)/EdImageProps.js \
|
1999-06-30 23:26:08 +04:00
|
|
|
$(srcdir)/EdInsSrc.xul \
|
|
|
|
$(srcdir)/EdInsSrc.js \
|
1999-06-09 05:27:08 +04:00
|
|
|
$(srcdir)/EdHLineProps.xul \
|
|
|
|
$(srcdir)/EdHLineProps.js \
|
1999-05-14 00:59:08 +04:00
|
|
|
$(srcdir)/EdSpellCheck.xul \
|
|
|
|
$(srcdir)/EdSpellCheck.js \
|
1999-07-14 19:24:33 +04:00
|
|
|
$(srcdir)/EdDictionary.xul \
|
|
|
|
$(srcdir)/EdDictionary.js \
|
1999-06-22 23:12:16 +04:00
|
|
|
$(srcdir)/EdNamedAnchorProps.xul \
|
|
|
|
$(srcdir)/EdNamedAnchorProps.js \
|
1999-07-05 03:01:10 +04:00
|
|
|
$(srcdir)/EdInsertTable.xul \
|
|
|
|
$(srcdir)/EdInsertTable.js \
|
1999-08-02 02:37:58 +04:00
|
|
|
$(srcdir)/EdTableProps.xul \
|
|
|
|
$(srcdir)/EdTableProps.js \
|
1999-07-14 19:24:33 +04:00
|
|
|
$(srcdir)/EdMessage.xul \
|
|
|
|
$(srcdir)/EdMessage.js \
|
1999-04-21 07:35:51 +04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
install::
|
1999-07-21 23:56:21 +04:00
|
|
|
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/content/default
|