1998-04-13 20:24:54 +00:00
|
|
|
#!nmake
|
|
|
|
#
|
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-04-13 20:24:54 +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-04-13 20:24:54 +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-04-13 20:24:54 +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):
|
1998-04-13 20:24:54 +00:00
|
|
|
|
|
|
|
DEPTH=..\..\..
|
2001-09-10 20:46:52 +00:00
|
|
|
MODULE=layout
|
|
|
|
XPIDL_MODULE=layout_base
|
2001-05-09 11:20:46 +00:00
|
|
|
include <$(DEPTH)\config\config.mak>
|
1998-04-13 20:24:54 +00:00
|
|
|
|
1998-10-20 00:19:01 +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-02-11 23:56:11 +00:00
|
|
|
nsICaret.h \
|
1999-05-06 19:24:57 +00:00
|
|
|
nsIFocusTracker.h \
|
1998-10-20 00:19:01 +00:00
|
|
|
nsIFrame.h \
|
1999-11-01 22:12:45 +00:00
|
|
|
nsIFrameDebug.h \
|
1999-08-04 03:39:18 +00:00
|
|
|
nsIFrameManager.h \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsIFrameSelection.h \
|
|
|
|
nsIFrameTraversal.h \
|
1998-12-10 18:03:26 +00:00
|
|
|
nsIFrameUtil.h \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsIImageFrame.h \
|
|
|
|
nsIIndependentSelection.h \
|
|
|
|
nsILayoutDebugger.h \
|
|
|
|
nsILayoutHistoryState.h \
|
|
|
|
nsIMutableStyleContext.h \
|
|
|
|
nsIObjectFrame.h \
|
1998-12-07 03:43:02 +00:00
|
|
|
nsIPageSequenceFrame.h \
|
1998-10-20 00:19:01 +00:00
|
|
|
nsIPresContext.h \
|
|
|
|
nsIPresShell.h \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsIPresState.h \
|
|
|
|
nsIPrintContext.h \
|
2001-11-03 14:59:39 +00:00
|
|
|
nsIPrintPreviewContext.h \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsIReflowCallback.h \
|
1998-10-20 00:19:01 +00:00
|
|
|
nsIReflowCommand.h \
|
2001-10-26 05:06:07 +00:00
|
|
|
nsIScrollableFrame.h \
|
|
|
|
nsIScrollableViewProvider.h \
|
|
|
|
nsIStatefulFrame.h \
|
1998-10-20 00:19:01 +00:00
|
|
|
nsIStyleContext.h \
|
|
|
|
nsIStyleFrameConstruction.h \
|
|
|
|
nsIStyleSet.h \
|
1999-05-06 19:24:57 +00:00
|
|
|
nsStyleChangeList.h \
|
1998-10-20 00:19:01 +00:00
|
|
|
nsStyleConsts.h \
|
2001-04-12 23:39:48 +00:00
|
|
|
!ifdef IBMBIDI
|
|
|
|
nsBidiPresUtils.h \
|
|
|
|
nsITextFrame.h \
|
|
|
|
!endif
|
1999-05-06 19:24:57 +00:00
|
|
|
$(NULL)
|
1998-04-13 20:24:54 +00:00
|
|
|
|
|
|
|
|
2000-05-05 05:28:49 +00:00
|
|
|
XPIDLSRCS= \
|
|
|
|
.\nsIChromeEventHandler.idl \
|
2000-03-15 01:47:36 +00:00
|
|
|
.\nsIPrintListener.idl \
|
1999-11-22 08:03:54 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
|
1999-02-18 18:16:21 +00:00
|
|
|
include <$(DEPTH)\config\rules.mak>
|
1998-04-13 20:24:54 +00:00
|
|
|
|