2012-05-21 15:12:37 +04: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/.
|
2004-12-07 21:09:28 +03:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
2004-12-07 21:09:28 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
LIBRARY_NAME = gkgeneric_s
|
2004-12-15 07:07:01 +03:00
|
|
|
LIBXUL_LIBRARY = 1
|
2013-01-02 19:56:38 +04:00
|
|
|
ifndef _MSC_VER
|
2012-10-15 05:28:23 +04:00
|
|
|
FAIL_ON_WARNINGS = 1
|
2013-01-02 19:56:38 +04:00
|
|
|
endif # !_MSC_VER
|
2004-12-07 21:09:28 +03:00
|
|
|
|
|
|
|
EXPORTS = \
|
2009-01-12 22:20:59 +03:00
|
|
|
nsQueryFrame.h \
|
2012-06-05 19:10:28 +04:00
|
|
|
nsFrameIdList.h \
|
2004-12-07 21:09:28 +03:00
|
|
|
nsFrameList.h \
|
2009-10-08 10:18:18 +04:00
|
|
|
nsCanvasFrame.h \
|
2004-12-07 21:09:28 +03:00
|
|
|
nsHTMLParts.h \
|
|
|
|
nsHTMLReflowMetrics.h \
|
|
|
|
nsHTMLReflowState.h \
|
|
|
|
nsIAnonymousContentCreator.h \
|
|
|
|
nsIFrame.h \
|
|
|
|
nsIFrameUtil.h \
|
|
|
|
nsILineIterator.h \
|
|
|
|
nsIObjectFrame.h \
|
|
|
|
nsIPageSequenceFrame.h \
|
|
|
|
nsIScrollableFrame.h \
|
2012-08-03 14:35:14 +04:00
|
|
|
ScrollbarActivity.h \
|
2004-12-07 21:09:28 +03:00
|
|
|
nsIStatefulFrame.h \
|
2006-04-26 06:01:07 +04:00
|
|
|
nsFrameSelection.h \
|
2010-08-31 04:49:07 +04:00
|
|
|
nsSubDocumentFrame.h \
|
2012-06-08 18:20:55 +04:00
|
|
|
Selection.h \
|
2011-06-01 08:37:54 +04:00
|
|
|
nsObjectFrame.h \
|
2004-12-07 21:09:28 +03:00
|
|
|
$(NULL)
|
|
|
|
|
2012-06-08 18:20:55 +04:00
|
|
|
EXPORTS_NAMESPACES = mozilla/layout mozilla
|
2011-08-25 00:54:29 +04:00
|
|
|
|
|
|
|
EXPORTS_mozilla/layout = \
|
|
|
|
FrameChildList.h \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-06-08 18:20:55 +04:00
|
|
|
EXPORTS_mozilla = \
|
|
|
|
Selection.h \
|
|
|
|
$(NULL)
|
|
|
|
|
2004-12-07 21:09:28 +03:00
|
|
|
CPPSRCS = \
|
2011-08-25 00:54:29 +04:00
|
|
|
FrameChildList.cpp \
|
2004-12-07 21:09:28 +03:00
|
|
|
nsAbsoluteContainingBlock.cpp \
|
|
|
|
nsBRFrame.cpp \
|
|
|
|
nsBlockFrame.cpp \
|
|
|
|
nsBlockReflowContext.cpp \
|
|
|
|
nsBlockReflowState.cpp \
|
|
|
|
nsBulletFrame.cpp \
|
|
|
|
nsColumnSetFrame.cpp \
|
|
|
|
nsContainerFrame.cpp \
|
|
|
|
nsFirstLetterFrame.cpp \
|
2009-01-05 03:39:54 +03:00
|
|
|
nsFloatManager.cpp \
|
2012-04-17 02:32:12 +04:00
|
|
|
nsFontInflationData.cpp \
|
2004-12-07 21:09:28 +03:00
|
|
|
nsFrame.cpp \
|
|
|
|
nsFrameList.cpp \
|
|
|
|
nsFrameSetFrame.cpp \
|
|
|
|
nsFrameUtil.cpp \
|
|
|
|
nsGfxScrollFrame.cpp \
|
2005-04-18 10:33:23 +04:00
|
|
|
nsHTMLCanvasFrame.cpp \
|
2009-10-08 10:18:18 +04:00
|
|
|
nsCanvasFrame.cpp \
|
2010-10-07 08:25:45 +04:00
|
|
|
nsHTMLReflowMetrics.cpp \
|
2004-12-07 21:09:28 +03: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 14:35:14 +04:00
|
|
|
ScrollbarActivity.cpp \
|
2004-12-07 21:09:28 +03:00
|
|
|
nsSelection.cpp \
|
|
|
|
nsSimplePageSequence.cpp \
|
|
|
|
nsSplittableFrame.cpp \
|
2010-08-31 04:49:11 +04:00
|
|
|
nsSubDocumentFrame.cpp \
|
2007-07-02 07:31:57 +04:00
|
|
|
nsTextFrameThebes.cpp \
|
|
|
|
nsTextFrameUtils.cpp \
|
2011-06-22 22:11:48 +04:00
|
|
|
TextOverflow.cpp \
|
2007-07-02 07:31:57 +04:00
|
|
|
nsTextRunTransformations.cpp \
|
2004-12-07 21:09:28 +03:00
|
|
|
nsViewportFrame.cpp \
|
|
|
|
$(NULL)
|
|
|
|
|
2012-06-27 02:12:13 +04:00
|
|
|
ifdef MOZ_FLEXBOX
|
|
|
|
CPPSRCS += \
|
|
|
|
nsFlexContainerFrame.cpp \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2008-07-09 12:22:20 +04:00
|
|
|
ifdef MOZ_MEDIA
|
|
|
|
CPPSRCS += \
|
|
|
|
nsVideoFrame.cpp \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2009-08-27 04:29:47 +04:00
|
|
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
|
|
|
CMMSRCS += \
|
|
|
|
nsPluginUtilsOSX.mm \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2004-12-07 21:09:28 +03:00
|
|
|
RESOURCES_HTML = \
|
2007-08-18 02:57:36 +04:00
|
|
|
$(srcdir)/folder.png \
|
2004-12-07 21:09:28 +03:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
2010-08-16 18:10:25 +04:00
|
|
|
include $(topsrcdir)/config/config.mk
|
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
2004-12-07 21:09:28 +03:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
LOCAL_INCLUDES += \
|
|
|
|
-I$(srcdir) \
|
|
|
|
-I$(srcdir)/../base \
|
2007-12-23 00:07:58 +03:00
|
|
|
-I$(srcdir)/../forms \
|
2010-08-31 20:05:12 +04:00
|
|
|
-I$(srcdir)/../style \
|
2004-12-07 21:09:28 +03:00
|
|
|
-I$(srcdir)/../tables \
|
|
|
|
-I$(srcdir)/../xul/base/src \
|
|
|
|
-I$(srcdir)/../../content/xul/content/src \
|
|
|
|
-I$(srcdir)/../../content/base/src \
|
2005-01-12 22:45:38 +03:00
|
|
|
-I$(srcdir)/../../content/html/content/src \
|
2009-03-11 17:10:19 +03:00
|
|
|
-I$(srcdir)/../../dom/base \
|
2011-04-27 01:38:43 +04:00
|
|
|
-I$(srcdir)/../../dom/plugins/base \
|
2012-09-25 01:01:21 +04:00
|
|
|
-I$(srcdir)/../svg \
|
2006-03-04 17:23:39 +03:00
|
|
|
$(MOZ_CAIRO_CFLAGS) \
|
2012-05-26 10:44:00 +04:00
|
|
|
$(MOZ_PIXMAN_CFLAGS) \
|
2004-12-07 21:09:28 +03:00
|
|
|
$(NULL)
|
|
|
|
|
2007-07-03 07:33:13 +04:00
|
|
|
ifdef MOZ_ENABLE_GTK2
|
|
|
|
CXXFLAGS += $(MOZ_GTK2_CFLAGS)
|
|
|
|
endif
|
|
|
|
|
2008-08-09 17:43:08 +04:00
|
|
|
ifdef MOZ_ENABLE_QT
|
|
|
|
CXXFLAGS += $(MOZ_QT_CFLAGS)
|
|
|
|
endif
|
|
|
|
|
2004-12-07 21:09:28 +03:00
|
|
|
libs::
|
|
|
|
$(INSTALL) $(RESOURCES_HTML) $(DIST)/bin/res/html
|
|
|
|
|
|
|
|
install::
|
|
|
|
$(SYSINSTALL) $(IFLAGS1) $(RESOURCES_HTML) $(DESTDIR)$(mozappdir)/res/html
|
|
|
|
|
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|