pjs/layout/base/public/Makefile.in

103 строки
2.3 KiB
Makefile
Исходник Обычный вид История

1998-10-28 06:53:57 +03: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 06:53:57 +03: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 06:53:57 +03:00
#
# The Original Code is mozilla.org code.
#
# The Initial Developer of the Original Code is Netscape
1998-10-28 06:53:57 +03:00
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
1999-09-14 05:02:20 +04:00
#
1998-10-28 06:53:57 +03:00
1999-09-14 05:02:20 +04:00
DEPTH = ../../..
1998-10-28 06:53:57 +03:00
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = layout_base
1998-10-28 06:53:57 +03:00
1999-09-14 05:02:20 +04:00
EXPORTS = \
nslayout.h \
1999-10-30 20:16:45 +04:00
nsHTMLReflowState.h \
2000-04-14 15:15:34 +04:00
nsIAutoCopy.h \
1999-09-14 05:02:20 +04:00
nsICaret.h \
nsIContent.h \
nsIContentIterator.h \
nsContentPolicyUtils.h \
1999-09-14 05:02:20 +04:00
nsIDiskDocument.h \
nsIDocument.h \
nsIDocumentContainer.h \
nsIDocumentEncoder.h \
nsIDocumentObserver.h \
nsIDocumentViewer.h \
nsIElementFactory.h \
1999-09-14 05:02:20 +04:00
nsIFocusTracker.h \
nsIFrame.h \
nsIFrameDebug.h \
1999-09-14 05:02:20 +04:00
nsIFrameImageLoader.h \
nsIFrameManager.h \
nsIIndependentSelection.h \
1999-09-14 05:02:20 +04:00
nsILayoutDebugger.h \
nsINameSpace.h \
nsINameSpaceManager.h \
nsINodeInfo.h \
1999-09-14 05:02:20 +04:00
nsIFrameUtil.h \
nsIPageSequenceFrame.h \
nsIPresContext.h \
nsIPresShell.h \
nsIPresState.h \
1999-09-14 05:02:20 +04:00
nsIReflowCommand.h \
nsIFrameSelection.h \
nsISpaceManager.h \
nsIStyledContent.h \
nsIStyleContext.h \
nsIMutableStyleContext.h \
1999-09-14 05:02:20 +04:00
nsIStyleFrameConstruction.h \
nsIStyleRule.h \
nsIStyleSet.h \
nsIStyleSheet.h \
nsIStyleSheetLinkingElement.h \
nsIStyleRuleProcessor.h \
1999-09-14 05:02:20 +04:00
nsITextContent.h \
nsLayoutAtoms.h \
nsLayoutAtomList.h \
nsLayoutUtils.h \
1999-09-14 05:02:20 +04:00
nsFrameList.h \
nsFrameTraversal.h \
nsStyleChangeList.h \
nsStyleConsts.h \
nsStyleCoord.h \
nsStyleStruct.h \
nsTextFragment.h \
nsILayoutHistoryState.h \
nsIStatefulFrame.h \
nsISelfScrollingFrame.h \
nsIScrollableFrame.h \
nsIPrivateDOMImplementation.h \
nsIXIFConverter.h \
1999-09-14 05:02:20 +04:00
$(NULL)
1998-10-28 06:53:57 +03:00
XPIDLSRCS = \
nsIChromeEventHandler.idl \
nsIContentPolicy.idl \
nsISelectionController.idl \
nsIPrintListener.idl \
$(NULL)
1999-09-14 05:02:20 +04:00
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
1998-10-28 06:53:57 +03:00
include $(topsrcdir)/config/rules.mk
1999-09-14 05:02:20 +04:00