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

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

1998-10-28 06:53:57 +03:00
#!gmake
#
# 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 = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=layout
1998-10-28 06:53:57 +03:00
EXPORTS = \
nslayout.h \
nsICaret.h \
1998-10-28 06:53:57 +03:00
nsIContent.h \
1999-02-12 09:00:06 +03:00
nsIContentIterator.h \
1998-10-28 06:53:57 +03:00
nsIDocument.h \
nsIDocumentContainer.h \
nsIDocumentObserver.h \
1998-12-14 21:34:14 +03:00
nsIFocusTracker.h \
1998-10-28 06:53:57 +03:00
nsIFrame.h \
nsIFrameImageLoader.h \
1998-12-11 05:30:59 +03:00
nsINameSpace.h \
nsINameSpaceManager.h \
1998-12-10 21:03:26 +03:00
nsIFrameReflow.h \
nsIFrameUtil.h \
nsIPageSequenceFrame.h \
1998-10-28 06:53:57 +03:00
nsIPresContext.h \
nsIPresShell.h \
nsIReflowCommand.h \
nsIFrameSelection.h \
nsIDOMSelection.h \
nsIDOMSelectionListener.h \
1998-10-28 06:53:57 +03:00
nsISpaceManager.h \
nsIStyledContent.h \
1998-10-28 06:53:57 +03:00
nsIStyleContext.h \
nsIStyleFrameConstruction.h \
nsIStyleRule.h \
nsIStyleSet.h \
nsIStyleSheet.h \
nsIStyleSheetLinkingElement.h \
1998-10-28 06:53:57 +03:00
nsITextContent.h \
1998-12-02 03:29:42 +03:00
nsLayoutAtoms.h \
nsFrameList.h \
nsFrameTraversal.h \
1999-03-25 09:35:59 +03:00
nsStyleChangeList.h \
1998-10-28 06:53:57 +03:00
nsStyleConsts.h \
nsStyleCoord.h \
nsStyleStruct.h \
nsTextFragment.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk