1999-04-21 02:24:20 +04:00
|
|
|
#
|
|
|
|
# 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-09-09 08:00:39 +04:00
|
|
|
#
|
1999-04-21 07:35:51 +04:00
|
|
|
|
1999-09-09 08:00:39 +04:00
|
|
|
DEPTH = ../../../..
|
1999-04-21 07:35:51 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
1999-09-09 08:00:39 +04:00
|
|
|
EXPORT_RESOURCE_SKIN = $(srcdir)/Editor.css
|
1999-04-21 07:35:51 +04:00
|
|
|
|
|
|
|
EXPORT_RESOURCE_TOOLBAR = \
|
1999-10-13 08:08:15 +04:00
|
|
|
$(srcdir)/images/bold.gif \
|
|
|
|
$(srcdir)/images/bullets.gif \
|
|
|
|
$(srcdir)/images/left.gif \
|
|
|
|
$(srcdir)/images/center.gif \
|
|
|
|
$(srcdir)/images/right.gif \
|
|
|
|
$(srcdir)/images/justify.gif \
|
|
|
|
$(srcdir)/images/copy.gif \
|
|
|
|
$(srcdir)/images/cut.gif \
|
1999-10-13 09:35:57 +04:00
|
|
|
$(srcdir)/images/outdent.gif \
|
1999-10-13 08:08:15 +04:00
|
|
|
$(srcdir)/images/find.gif \
|
|
|
|
$(srcdir)/images/hline.gif \
|
|
|
|
$(srcdir)/images/image.gif \
|
|
|
|
$(srcdir)/images/indent.gif \
|
|
|
|
$(srcdir)/images/italic.gif \
|
|
|
|
$(srcdir)/images/link.gif \
|
|
|
|
$(srcdir)/images/numbers.gif \
|
|
|
|
$(srcdir)/images/paste.gif \
|
|
|
|
$(srcdir)/images/redo.gif \
|
|
|
|
$(srcdir)/images/spell.gif \
|
|
|
|
$(srcdir)/images/table.gif \
|
1999-10-20 18:15:25 +04:00
|
|
|
$(srcdir)/images/anchor.gif \
|
1999-10-13 08:08:15 +04:00
|
|
|
$(srcdir)/images/underline.gif \
|
|
|
|
$(srcdir)/images/undo.gif \
|
|
|
|
$(srcdir)/images/text-color.gif \
|
|
|
|
$(srcdir)/images/backcolor.gif \
|
|
|
|
$(srcdir)/images/align.gif \
|
|
|
|
$(srcdir)/images/object-popup.gif \
|
|
|
|
$(srcdir)/images/newfile.gif \
|
|
|
|
$(srcdir)/images/openfile.gif \
|
|
|
|
$(srcdir)/images/savefile.gif \
|
|
|
|
$(srcdir)/images/savemod.gif \
|
|
|
|
$(srcdir)/images/publish.gif \
|
|
|
|
$(srcdir)/images/preview.gif \
|
|
|
|
$(srcdir)/images/print.gif \
|
|
|
|
$(srcdir)/images/find.gif \
|
|
|
|
$(srcdir)/images/img-align-bottom.gif \
|
|
|
|
$(srcdir)/images/img-align-left.gif \
|
|
|
|
$(srcdir)/images/img-align-middle.gif \
|
|
|
|
$(srcdir)/images/img-align-right.gif \
|
|
|
|
$(srcdir)/images/img-align-top.gif \
|
1999-09-09 08:00:39 +04:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-04-21 07:35:51 +04:00
|
|
|
|
|
|
|
install::
|
1999-07-21 23:56:21 +04:00
|
|
|
$(INSTALL) $(EXPORT_RESOURCE_SKIN) $(DIST)/bin/chrome/editor/skin/default
|
|
|
|
$(INSTALL) $(EXPORT_RESOURCE_TOOLBAR) $(DIST)/bin/chrome/editor/skin/default/images
|
1999-09-11 05:20:05 +04:00
|
|
|
|