General cleanup.

This commit is contained in:
briano%netscape.com 1999-09-01 00:47:39 +00:00
parent 925b3cd55e
commit 45f9b17d23
2 changed files with 26 additions and 28 deletions

View File

@ -1,4 +1,3 @@
#!gmake
# #
# The contents of this file are subject to the Netscape Public License # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -14,27 +13,27 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE=layout MODULE = layout
EXPORTS = \ EXPORTS = \
nsIEventListenerManager.h \ nsIEventListenerManager.h \
nsIEventStateManager.h \ nsIEventStateManager.h \
nsIPrivateDOMEvent.h \ nsIPrivateDOMEvent.h \
nsIPrivateTextEvent.h \ nsIPrivateTextEvent.h \
nsIPrivateTextRange.h \ nsIPrivateTextRange.h \
nsIPrivateCompositionEvent.h \ nsIPrivateCompositionEvent.h \
$(NULL) $(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

View File

@ -1,4 +1,3 @@
#!gmake
# #
# The contents of this file are subject to the Netscape Public License # 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 # Version 1.0 (the "NPL"); you may not use this file except in
@ -14,27 +13,27 @@
# Communications Corporation. Portions created by Netscape are # Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights # Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved. # Reserved.
#
DEPTH = ../../.. DEPTH = ../../..
topsrcdir = @top_srcdir@ topsrcdir = @top_srcdir@
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE=layout MODULE = layout
EXPORTS = \ EXPORTS = \
nsIEventListenerManager.h \ nsIEventListenerManager.h \
nsIEventStateManager.h \ nsIEventStateManager.h \
nsIPrivateDOMEvent.h \ nsIPrivateDOMEvent.h \
nsIPrivateTextEvent.h \ nsIPrivateTextEvent.h \
nsIPrivateTextRange.h \ nsIPrivateTextRange.h \
nsIPrivateCompositionEvent.h \ nsIPrivateCompositionEvent.h \
$(NULL) $(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS)) EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk