gecko-dev/layout/base/public/Makefile

49 lines
1.2 KiB
Makefile
Raw Normal View History

1998-04-13 20:24:54 +00: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 = ../../..
1998-04-14 01:56:50 +00:00
MODULE = raptor
1998-04-13 20:24:54 +00:00
EXPORTS = \
1998-04-14 01:56:50 +00:00
nslayout.h \
1998-04-13 20:24:54 +00:00
nsIContent.h \
nsIContentDelegate.h \
nsIDocument.h \
nsIDocumentContainer.h \
nsIDocumentObserver.h \
nsIFrame.h \
1998-05-13 00:10:06 +00:00
nsIFrameImageLoader.h \
1998-04-13 20:24:54 +00:00
nsIPresContext.h \
nsIPresShell.h \
1998-06-09 04:51:44 +00:00
nsIReflowCommand.h \
1998-04-13 20:24:54 +00:00
nsIRunaround.h \
1998-05-13 00:10:06 +00:00
nsISelection.h \
1998-04-13 20:24:54 +00:00
nsISpaceManager.h \
1998-05-13 00:10:06 +00:00
nsStyleCoord.h \
nsStyleStruct.h \
1998-04-13 20:24:54 +00:00
nsIStyleContext.h \
nsIStyleRule.h \
nsIStyleSet.h \
nsIStyleSheet.h \
nsITextContent.h \
$(NULL)
include $(DEPTH)/config/config.mk
include $(DEPTH)/config/rules.mk