mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
General cleanup.
This commit is contained in:
parent
d4ecac9123
commit
40320c9f41
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -53,3 +53,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/content/default
|
||||
|
||||
|
@ -37,3 +37,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/locale/en-US
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -53,3 +53,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/content/default
|
||||
|
||||
|
@ -40,3 +40,4 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
install::
|
||||
$(INSTALL) $(EXPORT_RESOURCE_CONTENT) $(DIST)/bin/chrome/editor/locale/en-US
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user