General cleanup.

This commit is contained in:
briano%netscape.com 1999-09-11 01:20:05 +00:00
parent d4ecac9123
commit 40320c9f41
8 changed files with 22 additions and 19 deletions

View File

@ -15,20 +15,20 @@
# Reserved.
#
DEPTH=../..
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
XPIDLSRCS = nsIEditorShell.idl \
nsIEditorSpellCheck.idl \
nsIDocumentStateListener.idl \
$(NULL)
MODULE = editor
MODULE = editor
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
XPIDLSRCS = \
nsIEditorShell.idl \
nsIEditorSpellCheck.idl \
nsIDocumentStateListener.idl \
$(NULL)
include $(topsrcdir)/config/rules.mk

View File

@ -13,6 +13,7 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
topsrcdir = @top_srcdir@
@ -21,15 +22,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = TestTXMgr
CPPSRCS = TestTXMgr.cpp
LIBS = -lxpcom $(NSPR_LIBS)
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(DIST)/include
LIBS = \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)
PROGRAM = TestTXMgr
include $(topsrcdir)/config/rules.mk

View File

@ -53,3 +53,4 @@ include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/content/default

View File

@ -37,3 +37,4 @@ include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/locale/en-US

View File

@ -72,3 +72,4 @@ include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCE_SKIN) $(DIST)/bin/chrome/editor/skin/default
$(INSTALL) $(EXPORT_RESOURCE_TOOLBAR) $(DIST)/bin/chrome/editor/skin/default/images

View File

@ -53,3 +53,4 @@ include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/content/default

View File

@ -40,3 +40,4 @@ include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/locale/en-US

View File

@ -22,9 +22,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
EXPORT_RESOURCE_SKIN = $(srcdir)/EditorDialog.css
include $(topsrcdir)/config/rules.mk
install::
$(INSTALL) $(EXPORT_RESOURCE_SKIN) $(DIST)/bin/chrome/editor/skin/default
$(INSTALL) $(srcdir)/EditorDialog.css $(DIST)/bin/chrome/editor/skin/default