1998-04-14 00:24:54 +04:00
|
|
|
#!nmake
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
|
|
|
|
DEPTH=..\..\..
|
|
|
|
|
1998-10-20 04:19:01 +04:00
|
|
|
EXPORTS = \
|
|
|
|
nslayout.h \
|
1999-02-12 02:56:11 +03:00
|
|
|
nsICaret.h \
|
1998-10-20 04:19:01 +04:00
|
|
|
nsIContent.h \
|
1999-05-06 23:24:57 +04:00
|
|
|
nsIContentIterator.h \
|
1999-05-07 08:55:40 +04:00
|
|
|
nsIDiskDocument.h \
|
1998-10-20 04:19:01 +04:00
|
|
|
nsIDocument.h \
|
|
|
|
nsIDocumentContainer.h \
|
1999-06-04 05:04:08 +04:00
|
|
|
nsIDocumentEncoder.h \
|
1998-10-20 04:19:01 +04:00
|
|
|
nsIDocumentObserver.h \
|
1999-05-06 23:24:57 +04:00
|
|
|
nsIDocumentViewer.h \
|
|
|
|
nsIFocusTracker.h \
|
1998-10-20 04:19:01 +04:00
|
|
|
nsIFrame.h \
|
|
|
|
nsIFrameImageLoader.h \
|
1999-08-04 07:39:18 +04:00
|
|
|
nsIFrameManager.h \
|
1999-05-06 23:24:57 +04:00
|
|
|
nsILayoutDebugger.h \
|
|
|
|
nsINameSpace.h \
|
1998-12-11 05:30:59 +03:00
|
|
|
nsINameSpaceManager.h \
|
1998-12-10 21:03:26 +03:00
|
|
|
nsIFrameReflow.h \
|
|
|
|
nsIFrameUtil.h \
|
1998-12-07 06:43:02 +03:00
|
|
|
nsIPageSequenceFrame.h \
|
1998-10-20 04:19:01 +04:00
|
|
|
nsIPresContext.h \
|
|
|
|
nsIPresShell.h \
|
|
|
|
nsIReflowCommand.h \
|
1999-02-12 02:12:28 +03:00
|
|
|
nsIFrameSelection.h \
|
1998-10-20 04:19:01 +04:00
|
|
|
nsISpaceManager.h \
|
1999-05-06 23:24:57 +04:00
|
|
|
nsIStyledContent.h \
|
1998-10-20 04:19:01 +04:00
|
|
|
nsIStyleContext.h \
|
|
|
|
nsIStyleFrameConstruction.h \
|
|
|
|
nsIStyleRule.h \
|
|
|
|
nsIStyleSet.h \
|
|
|
|
nsIStyleSheet.h \
|
1999-02-23 22:18:12 +03:00
|
|
|
nsIStyleSheetLinkingElement.h \
|
1999-02-19 03:21:22 +03:00
|
|
|
nsITextContent.h \
|
1998-12-02 03:29:42 +03:00
|
|
|
nsLayoutAtoms.h \
|
1999-07-18 04:14:29 +04:00
|
|
|
nsLayoutAtomList.h \
|
1999-05-06 23:24:57 +04:00
|
|
|
nsFrameList.h \
|
|
|
|
nsFrameTraversal.h \
|
|
|
|
nsStyleChangeList.h \
|
1998-10-20 04:19:01 +04:00
|
|
|
nsStyleConsts.h \
|
|
|
|
nsStyleCoord.h \
|
|
|
|
nsStyleStruct.h \
|
1999-05-06 23:24:57 +04:00
|
|
|
nsTextFragment.h \
|
|
|
|
$(NULL)
|
1998-04-14 00:24:54 +04:00
|
|
|
|
|
|
|
MODULE=raptor
|
|
|
|
|
1999-02-18 21:16:21 +03:00
|
|
|
include <$(DEPTH)\config\rules.mak>
|
1998-04-14 00:24:54 +04:00
|
|
|
|