1998-10-28 03:53:57 +00:00
|
|
|
#
|
1999-11-06 03:40:37 +00:00
|
|
|
# The contents of this file are subject to the Netscape Public
|
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/NPL/
|
1998-10-28 03:53:57 +00:00
|
|
|
#
|
1999-11-06 03:40:37 +00:00
|
|
|
# Software distributed under the License is distributed on an "AS
|
|
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
# implied. See the License for the specific language governing
|
|
|
|
# rights and limitations under the License.
|
1998-10-28 03:53:57 +00:00
|
|
|
#
|
1999-11-06 03:40:37 +00:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1998-10-28 03:53:57 +00:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 03:40:37 +00:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-09-14 01:02:20 +00:00
|
|
|
#
|
1998-10-28 03:53:57 +00:00
|
|
|
|
1999-09-14 01:02:20 +00:00
|
|
|
DEPTH = ../../..
|
1998-10-28 03:53:57 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2000-11-20 07:16:06 +00:00
|
|
|
MODULE = layout
|
2000-11-21 00:18:46 +00:00
|
|
|
XPIDL_MODULE = layout_base
|
1998-10-28 03:53:57 +00:00
|
|
|
|
1999-09-14 01:02:20 +00:00
|
|
|
EXPORTS = \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsFrameList.h \
|
|
|
|
nsFrameTraversal.h \
|
2001-08-01 01:27:50 +00:00
|
|
|
nsHTMLReflowMetrics.h \
|
1999-10-30 16:16:45 +00:00
|
|
|
nsHTMLReflowState.h \
|
2000-04-14 11:15:34 +00:00
|
|
|
nsIAutoCopy.h \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsICanvasFrame.h \
|
1999-09-14 01:02:20 +00:00
|
|
|
nsICaret.h \
|
|
|
|
nsIFocusTracker.h \
|
|
|
|
nsIFrame.h \
|
1999-11-01 22:12:45 +00:00
|
|
|
nsIFrameDebug.h \
|
1999-09-14 01:02:20 +00:00
|
|
|
nsIFrameManager.h \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsIFrameSelection.h \
|
|
|
|
nsIFrameTraversal.h \
|
|
|
|
nsIFrameUtil.h \
|
|
|
|
nsIImageFrame.h \
|
2000-05-13 08:06:37 +00:00
|
|
|
nsIIndependentSelection.h \
|
1999-09-14 01:02:20 +00:00
|
|
|
nsILayoutDebugger.h \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsILayoutHistoryState.h \
|
|
|
|
nsIMutableStyleContext.h \
|
|
|
|
nsIObjectFrame.h \
|
1999-09-14 01:02:20 +00:00
|
|
|
nsIPageSequenceFrame.h \
|
|
|
|
nsIPresContext.h \
|
|
|
|
nsIPresShell.h \
|
2000-01-14 00:43:39 +00:00
|
|
|
nsIPresState.h \
|
2001-01-08 21:00:25 +00:00
|
|
|
nsIPrintContext.h \
|
2001-11-03 16:35:42 +00:00
|
|
|
nsIPrintPreviewContext.h \
|
2000-07-13 23:00:59 +00:00
|
|
|
nsIReflowCallback.h \
|
1999-09-14 01:02:20 +00:00
|
|
|
nsIReflowCommand.h \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsIScrollableFrame.h \
|
|
|
|
nsIScrollableViewProvider.h \
|
|
|
|
nsIStatefulFrame.h \
|
1999-09-14 01:02:20 +00:00
|
|
|
nsIStyleContext.h \
|
|
|
|
nsIStyleFrameConstruction.h \
|
|
|
|
nsIStyleSet.h \
|
|
|
|
nsStyleChangeList.h \
|
|
|
|
nsStyleConsts.h \
|
|
|
|
$(NULL)
|
1998-10-28 03:53:57 +00:00
|
|
|
|
2001-04-12 23:39:48 +00:00
|
|
|
ifdef IBMBIDI
|
|
|
|
EXPORTS += \
|
|
|
|
nsBidiPresUtils.h \
|
|
|
|
nsITextFrame.h \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
1999-11-22 08:03:54 +00:00
|
|
|
XPIDLSRCS = \
|
2000-05-05 05:28:49 +00:00
|
|
|
nsIChromeEventHandler.idl \
|
2000-05-10 23:02:32 +00:00
|
|
|
nsIPrintListener.idl \
|
1999-11-22 08:03:54 +00:00
|
|
|
$(NULL)
|
|
|
|
|
1999-09-14 01:02:20 +00:00
|
|
|
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
|
1998-10-28 03:53:57 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-09-14 01:02:20 +00:00
|
|
|
|