2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2007-03-22 10:30:00 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2012-02-04 09:32:24 -08:00
|
|
|
TEST_DIRS += test
|
2007-04-15 16:14:26 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
MODULE = layout
|
|
|
|
LIBRARY_NAME = gkgeneric_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
|
|
|
|
|
|
|
|
2008-02-18 00:50:04 -08:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
EXPORTS = \
|
2009-01-12 11:20:59 -08:00
|
|
|
nsQueryFrame.h \
|
2012-06-05 08:10:28 -07:00
|
|
|
nsFrameIdList.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsFrameList.h \
|
2009-10-07 23:18:18 -07:00
|
|
|
nsCanvasFrame.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsHTMLParts.h \
|
|
|
|
nsHTMLReflowMetrics.h \
|
|
|
|
nsHTMLReflowState.h \
|
|
|
|
nsIAnonymousContentCreator.h \
|
|
|
|
nsIFrame.h \
|
|
|
|
nsIFrameUtil.h \
|
|
|
|
nsILineIterator.h \
|
|
|
|
nsIObjectFrame.h \
|
|
|
|
nsIPageSequenceFrame.h \
|
|
|
|
nsIScrollableFrame.h \
|
2012-08-03 03:35:14 -07:00
|
|
|
ScrollbarActivity.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsIStatefulFrame.h \
|
|
|
|
nsFrameSelection.h \
|
2010-08-30 17:49:07 -07:00
|
|
|
nsSubDocumentFrame.h \
|
2012-06-08 07:20:55 -07:00
|
|
|
Selection.h \
|
2011-05-31 21:37:54 -07:00
|
|
|
nsObjectFrame.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2012-06-08 07:20:55 -07:00
|
|
|
EXPORTS_NAMESPACES = mozilla/layout mozilla
|
2011-08-24 13:54:29 -07:00
|
|
|
|
|
|
|
EXPORTS_mozilla/layout = \
|
|
|
|
FrameChildList.h \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-06-08 07:20:55 -07:00
|
|
|
EXPORTS_mozilla = \
|
|
|
|
Selection.h \
|
|
|
|
$(NULL)
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
CPPSRCS = \
|
2011-08-24 13:54:29 -07:00
|
|
|
FrameChildList.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsAbsoluteContainingBlock.cpp \
|
|
|
|
nsBRFrame.cpp \
|
|
|
|
nsBlockFrame.cpp \
|
|
|
|
nsBlockReflowContext.cpp \
|
|
|
|
nsBlockReflowState.cpp \
|
|
|
|
nsBulletFrame.cpp \
|
|
|
|
nsColumnSetFrame.cpp \
|
|
|
|
nsContainerFrame.cpp \
|
|
|
|
nsFirstLetterFrame.cpp \
|
2009-01-04 16:39:54 -08:00
|
|
|
nsFloatManager.cpp \
|
2012-04-16 15:32:12 -07:00
|
|
|
nsFontInflationData.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsFrame.cpp \
|
|
|
|
nsFrameList.cpp \
|
|
|
|
nsFrameSetFrame.cpp \
|
|
|
|
nsFrameUtil.cpp \
|
|
|
|
nsGfxScrollFrame.cpp \
|
|
|
|
nsHTMLCanvasFrame.cpp \
|
2009-10-07 23:18:18 -07:00
|
|
|
nsCanvasFrame.cpp \
|
2010-10-06 21:25:45 -07:00
|
|
|
nsHTMLReflowMetrics.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsHTMLReflowState.cpp \
|
|
|
|
nsImageFrame.cpp \
|
|
|
|
nsImageMap.cpp \
|
|
|
|
nsInlineFrame.cpp \
|
|
|
|
nsIntervalSet.cpp \
|
|
|
|
nsLeafFrame.cpp \
|
|
|
|
nsLineBox.cpp \
|
|
|
|
nsLineLayout.cpp \
|
|
|
|
nsObjectFrame.cpp \
|
|
|
|
nsPageContentFrame.cpp \
|
|
|
|
nsPageFrame.cpp \
|
|
|
|
nsPlaceholderFrame.cpp \
|
2012-08-03 03:35:14 -07:00
|
|
|
ScrollbarActivity.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsSelection.cpp \
|
|
|
|
nsSimplePageSequence.cpp \
|
|
|
|
nsSplittableFrame.cpp \
|
2010-08-30 17:49:11 -07:00
|
|
|
nsSubDocumentFrame.cpp \
|
2007-07-01 20:31:57 -07:00
|
|
|
nsTextFrameThebes.cpp \
|
|
|
|
nsTextFrameUtils.cpp \
|
2011-06-22 11:11:48 -07:00
|
|
|
TextOverflow.cpp \
|
2007-07-01 20:31:57 -07:00
|
|
|
nsTextRunTransformations.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsViewportFrame.cpp \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-06-26 15:12:13 -07:00
|
|
|
ifdef MOZ_FLEXBOX
|
|
|
|
CPPSRCS += \
|
|
|
|
nsFlexContainerFrame.cpp \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2008-07-09 01:22:20 -07:00
|
|
|
ifdef MOZ_MEDIA
|
|
|
|
CPPSRCS += \
|
|
|
|
nsVideoFrame.cpp \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2009-08-26 17:29:47 -07:00
|
|
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
|
|
|
CMMSRCS += \
|
|
|
|
nsPluginUtilsOSX.mm \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
RESOURCES_HTML = \
|
2007-08-17 15:57:36 -07:00
|
|
|
$(srcdir)/folder.png \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
2010-08-16 07:10:25 -07:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2007-03-22 10:30:00 -07:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
LOCAL_INCLUDES += \
|
|
|
|
-I$(srcdir) \
|
|
|
|
-I$(srcdir)/../base \
|
2007-12-22 13:07:58 -08:00
|
|
|
-I$(srcdir)/../forms \
|
2010-08-31 09:05:12 -07:00
|
|
|
-I$(srcdir)/../style \
|
2007-03-22 10:30:00 -07:00
|
|
|
-I$(srcdir)/../tables \
|
|
|
|
-I$(srcdir)/../xul/base/src \
|
|
|
|
-I$(srcdir)/../../content/xul/content/src \
|
|
|
|
-I$(srcdir)/../../content/base/src \
|
|
|
|
-I$(srcdir)/../../content/html/content/src \
|
2009-03-11 07:10:19 -07:00
|
|
|
-I$(srcdir)/../../dom/base \
|
2011-04-26 14:38:43 -07:00
|
|
|
-I$(srcdir)/../../dom/plugins/base \
|
2012-03-19 01:34:19 -07:00
|
|
|
-I$(srcdir)/../svg/base/src \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(MOZ_CAIRO_CFLAGS) \
|
2012-05-25 23:44:00 -07:00
|
|
|
$(MOZ_PIXMAN_CFLAGS) \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2007-07-02 20:33:13 -07:00
|
|
|
ifdef MOZ_ENABLE_GTK2
|
|
|
|
CXXFLAGS += $(MOZ_GTK2_CFLAGS)
|
|
|
|
endif
|
|
|
|
|
2008-08-09 06:43:08 -07:00
|
|
|
ifdef MOZ_ENABLE_QT
|
|
|
|
CXXFLAGS += $(MOZ_QT_CFLAGS)
|
|
|
|
endif
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
libs::
|
|
|
|
$(INSTALL) $(RESOURCES_HTML) $(DIST)/bin/res/html
|
|
|
|
|
|
|
|
install::
|
|
|
|
$(SYSINSTALL) $(IFLAGS1) $(RESOURCES_HTML) $(DESTDIR)$(mozappdir)/res/html
|
|
|
|
|
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|