gecko-dev/layout/base/public/Makefile.in

85 lines
1.9 KiB
Makefile
Raw Normal View History

1998-10-28 03:53:57 +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
#
# 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
#
# 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
# 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
MODULE = layout
XPIDL_MODULE = layout_base
1998-10-28 03:53:57 +00:00
1999-09-14 01:02:20 +00:00
EXPORTS = \
nsFrameList.h \
nsFrameTraversal.h \
nsHTMLReflowMetrics.h \
1999-10-30 16:16:45 +00:00
nsHTMLReflowState.h \
2000-04-14 11:15:34 +00:00
nsIAutoCopy.h \
nsICanvasFrame.h \
1999-09-14 01:02:20 +00:00
nsICaret.h \
nsIFocusTracker.h \
nsIFrame.h \
nsIFrameDebug.h \
1999-09-14 01:02:20 +00:00
nsIFrameManager.h \
nsIFrameSelection.h \
nsIFrameTraversal.h \
nsIFrameUtil.h \
nsIImageFrame.h \
nsIIndependentSelection.h \
1999-09-14 01:02:20 +00:00
nsILayoutDebugger.h \
nsILayoutHistoryState.h \
nsIMutableStyleContext.h \
nsIObjectFrame.h \
1999-09-14 01:02:20 +00:00
nsIPageSequenceFrame.h \
nsIPercentHeightObserver.h \
1999-09-14 01:02:20 +00:00
nsIPresContext.h \
nsIPresShell.h \
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 \
nsIScrollableFrame.h \
nsIScrollableViewProvider.h \
nsIStatefulFrame.h \
1999-09-14 01:02:20 +00:00
nsIStyleContext.h \
nsIStyleFrameConstruction.h \
nsIStyleSet.h \
nsReflowType.h \
1999-09-14 01:02:20 +00:00
nsStyleChangeList.h \
nsStyleConsts.h \
$(NULL)
1998-10-28 03:53:57 +00:00
ifdef IBMBIDI
EXPORTS += \
nsBidiPresUtils.h \
nsITextFrame.h \
$(NULL)
endif
XPIDLSRCS = \
nsIChromeEventHandler.idl \
$(NULL)
1998-10-28 03:53:57 +00:00
include $(topsrcdir)/config/rules.mk
1999-09-14 01:02:20 +00:00