1998-10-28 06:53:57 +03:00
|
|
|
#
|
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/.
|
1998-10-28 06:53:57 +03:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
1998-10-28 06:53:57 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2004-12-08 22:41:48 +03:00
|
|
|
LIBRARY_NAME = gkbase_s
|
2004-12-15 07:07:01 +03:00
|
|
|
LIBXUL_LIBRARY = 1
|
2012-10-15 09:42:40 +04:00
|
|
|
FAIL_ON_WARNINGS = 1
|
2004-12-15 07:07:01 +03:00
|
|
|
|
2004-12-08 22:41:48 +03:00
|
|
|
|
2006-02-16 02:21:12 +03:00
|
|
|
|
2004-12-08 22:41:48 +03:00
|
|
|
CPPSRCS = \
|
2013-03-04 13:55:59 +04:00
|
|
|
DisplayItemClip.cpp \
|
2013-03-04 13:56:00 +04:00
|
|
|
DisplayListClipState.cpp \
|
2010-05-21 07:20:48 +04:00
|
|
|
FrameLayerBuilder.cpp \
|
2010-03-15 04:51:44 +03:00
|
|
|
FramePropertyTable.cpp \
|
2013-03-04 13:55:59 +04:00
|
|
|
MaskLayerImageCache.cpp \
|
2004-12-08 22:41:48 +03:00
|
|
|
nsCSSColorUtils.cpp \
|
|
|
|
nsCSSFrameConstructor.cpp \
|
|
|
|
nsCSSRendering.cpp \
|
2008-07-23 21:25:23 +04:00
|
|
|
nsCSSRenderingBorders.cpp \
|
2004-12-08 22:41:48 +03:00
|
|
|
nsCaret.cpp \
|
|
|
|
nsChildIterator.cpp \
|
2005-04-02 03:07:00 +04:00
|
|
|
nsCounterManager.cpp \
|
2008-03-20 23:24:36 +03:00
|
|
|
nsDisplayList.cpp \
|
2012-08-29 09:39:01 +04:00
|
|
|
nsDisplayListInvalidation.cpp \
|
2004-12-08 22:41:48 +03:00
|
|
|
nsDocumentViewer.cpp \
|
|
|
|
nsFrameManager.cpp \
|
2012-10-15 22:35:50 +04:00
|
|
|
nsFrameTraversal.cpp \
|
2005-04-02 03:07:00 +04:00
|
|
|
nsGenConList.cpp \
|
2004-12-08 22:41:48 +03:00
|
|
|
nsLayoutDebugger.cpp \
|
|
|
|
nsLayoutHistoryState.cpp \
|
|
|
|
nsLayoutUtils.cpp \
|
2009-08-18 07:21:06 +04:00
|
|
|
nsPresArena.cpp \
|
2004-12-08 22:41:48 +03:00
|
|
|
nsPresContext.cpp \
|
|
|
|
nsPresShell.cpp \
|
|
|
|
nsQuoteList.cpp \
|
2009-10-08 07:22:42 +04:00
|
|
|
nsRefreshDriver.cpp \
|
2004-12-08 22:41:48 +03:00
|
|
|
nsStyleChangeList.cpp \
|
2005-01-15 03:10:19 +03:00
|
|
|
nsStyleSheetService.cpp \
|
2010-06-23 18:18:00 +04:00
|
|
|
PaintTracker.cpp \
|
2012-08-20 04:02:42 +04:00
|
|
|
PositionedEventTargeting.cpp \
|
2013-03-04 13:55:59 +04:00
|
|
|
RestyleTracker.cpp \
|
2012-05-04 04:14:02 +04:00
|
|
|
StackArena.cpp \
|
2004-12-08 22:41:48 +03:00
|
|
|
$(NULL)
|
|
|
|
|
2008-01-16 04:27:53 +03:00
|
|
|
ifndef MOZ_XUL
|
|
|
|
CPPSRCS += \
|
|
|
|
nsBoxObject.cpp \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2004-12-08 22:41:48 +03:00
|
|
|
ifdef IBMBIDI
|
|
|
|
CPPSRCS += \
|
|
|
|
nsBidiPresUtils.cpp \
|
|
|
|
nsBidi.cpp \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2013-01-23 23:37:17 +04:00
|
|
|
ifdef MOZ_DEBUG
|
|
|
|
CPPSRCS += \
|
|
|
|
nsAutoLayoutPhase.cpp \
|
|
|
|
$(NULL)
|
|
|
|
endif
|
|
|
|
|
2004-12-08 22:41:48 +03:00
|
|
|
FORCE_STATIC_LIB = 1
|
1998-10-28 06:53:57 +03:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-09-14 05:02:20 +04:00
|
|
|
|
2010-08-21 03:24:41 +04:00
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
|
|
|
|
2004-12-08 22:41:48 +03:00
|
|
|
LOCAL_INCLUDES += \
|
|
|
|
-I$(srcdir) \
|
2008-11-26 02:22:38 +03:00
|
|
|
-I$(srcdir)/../style \
|
2004-12-08 22:41:48 +03:00
|
|
|
-I$(srcdir)/../generic \
|
|
|
|
-I$(srcdir)/../forms \
|
|
|
|
-I$(srcdir)/../tables \
|
|
|
|
-I$(srcdir)/../printing \
|
|
|
|
-I$(srcdir)/../xul/base/src \
|
2013-02-04 16:11:49 +04:00
|
|
|
-I$(srcdir)/../xul/tree/ \
|
2005-09-21 23:14:30 +04:00
|
|
|
-I$(srcdir)/../../content/base/src \
|
2004-12-08 22:41:48 +03:00
|
|
|
-I$(srcdir)/../../content/events/src \
|
2005-02-26 01:07:01 +03:00
|
|
|
-I$(srcdir)/../../content/xbl/src \
|
2004-12-08 22:41:48 +03:00
|
|
|
-I$(srcdir)/../../view/src \
|
2009-03-11 17:10:19 +03:00
|
|
|
-I$(srcdir)/../../dom/base \
|
2010-05-22 00:17:58 +04:00
|
|
|
-I$(srcdir)/../../content/html/content/src \
|
2007-03-09 19:27:01 +03:00
|
|
|
-I$(srcdir)/../../content/svg/content/src \
|
2011-06-23 14:39:48 +04:00
|
|
|
-I$(topsrcdir)/xpcom/ds \
|
2012-09-25 01:01:21 +04:00
|
|
|
-I$(srcdir)/../svg \
|
2011-06-02 15:11:33 +04:00
|
|
|
-I$(srcdir)/../mathml \
|
2004-12-08 22:41:48 +03:00
|
|
|
$(NULL)
|
|
|
|
|
2012-05-26 10:44:00 +04:00
|
|
|
CXXFLAGS += $(MOZ_CAIRO_CFLAGS) $(MOZ_PIXMAN_CFLAGS)
|
2006-03-04 17:23:39 +03:00
|
|
|
|
2004-12-08 22:41:48 +03:00
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|
2012-02-29 01:24:04 +04:00
|
|
|
DEFINES += -DHB_DONT_DEFINE_STDINT
|
2008-01-16 04:27:53 +03:00
|
|
|
|
|
|
|
ifndef MOZ_XUL
|
|
|
|
nsIBoxObject.idl: %: $(topsrcdir)/layout/xul/base/public/%
|
|
|
|
$(INSTALL) $^ .
|
|
|
|
nsPIBoxObject.h: %: $(topsrcdir)/layout/xul/base/public/%
|
|
|
|
$(INSTALL) $^ .
|
|
|
|
nsBoxObject.cpp: %: $(topsrcdir)/layout/xul/base/src/%
|
|
|
|
$(INSTALL) $^ .
|
|
|
|
|
|
|
|
GARBAGE += nsIBoxObject.idl nsPIBoxObject.h nsBoxObject.cpp
|
|
|
|
endif
|