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
|
|
|
|
|
|
|
|
MODULE = layout
|
|
|
|
LIBRARY_NAME = gkstyle_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
2013-01-12 10:49:12 -08:00
|
|
|
ifndef _MSC_VER
|
|
|
|
FAIL_ON_WARNINGS = 1
|
|
|
|
endif # !_MSC_VER
|
2007-03-22 10:30:00 -07:00
|
|
|
|
2013-02-17 22:56:32 -08:00
|
|
|
ifdef GNU_CC
|
|
|
|
OS_CFLAGS := $(OS_CFLAGS) -Wshadow
|
|
|
|
OS_CXXFLAGS := $(OS_CXXFLAGS) -Wshadow
|
|
|
|
endif
|
|
|
|
|
2012-10-01 09:49:41 -07:00
|
|
|
EXPORTS_NAMESPACES = mozilla/css mozilla/dom
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
EXPORTS = \
|
2012-07-31 10:28:21 -07:00
|
|
|
AnimationCommon.h \
|
|
|
|
nsAnimationManager.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsCSSAnonBoxList.h \
|
|
|
|
nsCSSAnonBoxes.h \
|
2011-12-20 08:49:16 -08:00
|
|
|
nsCSSFontDescList.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsCSSKeywordList.h \
|
|
|
|
nsCSSKeywords.h \
|
2010-03-02 12:59:32 -08:00
|
|
|
nsCSSParser.h \
|
2012-02-24 21:23:14 -08:00
|
|
|
nsCSSPropAliasList.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsCSSPropList.h \
|
|
|
|
nsCSSProperty.h \
|
|
|
|
nsCSSProps.h \
|
|
|
|
nsCSSPseudoClassList.h \
|
|
|
|
nsCSSPseudoClasses.h \
|
|
|
|
nsCSSPseudoElementList.h \
|
|
|
|
nsCSSPseudoElements.h \
|
2008-08-05 13:02:43 -07:00
|
|
|
nsCSSRuleProcessor.h \
|
|
|
|
nsCSSStyleSheet.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsCSSValue.h \
|
2009-04-08 13:52:37 -07:00
|
|
|
nsDOMCSSAttrDeclaration.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsDOMCSSDeclaration.h \
|
2012-11-24 16:26:07 -08:00
|
|
|
nsDOMCSSRGBColor.h \
|
2011-04-21 20:17:31 -07:00
|
|
|
nsDOMMediaQueryList.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsICSSDeclaration.h \
|
|
|
|
nsICSSLoaderObserver.h \
|
|
|
|
nsICSSPseudoComparator.h \
|
2008-10-22 07:31:14 -07:00
|
|
|
nsICSSRuleList.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsICSSStyleRuleDOMWrapper.h \
|
|
|
|
nsIStyleRule.h \
|
|
|
|
nsIStyleRuleProcessor.h \
|
|
|
|
nsIStyleSheet.h \
|
|
|
|
nsLayoutStylesheetCache.h \
|
|
|
|
nsRuleData.h \
|
|
|
|
nsRuleNode.h \
|
2009-08-01 08:53:40 -07:00
|
|
|
nsRuleProcessorData.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsRuleWalker.h \
|
2012-07-31 10:28:21 -07:00
|
|
|
nsStyleAnimation.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsStyleContext.h \
|
|
|
|
nsStyleCoord.h \
|
|
|
|
nsStyleSet.h \
|
|
|
|
nsStyleStruct.h \
|
2007-04-28 09:01:24 -07:00
|
|
|
nsStyleStructFwd.h \
|
2008-07-16 23:30:25 -07:00
|
|
|
nsStyleStructInlines.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsStyleStructList.h \
|
2008-09-13 02:42:11 -07:00
|
|
|
nsStyleTransformMatrix.h \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsStyleUtil.h \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-06-28 15:49:35 -07:00
|
|
|
EXPORTS_mozilla/css = \
|
|
|
|
Declaration.h \
|
2012-11-15 08:36:15 -08:00
|
|
|
ErrorReporter.h \
|
2010-08-07 22:28:33 -07:00
|
|
|
GroupRule.h \
|
2012-08-13 15:04:19 -07:00
|
|
|
ImageLoader.h \
|
2011-03-17 10:41:52 -07:00
|
|
|
ImportRule.h \
|
2010-06-28 15:49:35 -07:00
|
|
|
Loader.h \
|
2011-03-17 10:41:52 -07:00
|
|
|
NameSpaceRule.h \
|
2011-04-07 18:23:46 -07:00
|
|
|
Rule.h \
|
2011-03-10 18:48:57 -08:00
|
|
|
StyleRule.h \
|
2010-06-28 15:49:35 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2012-10-01 09:49:41 -07:00
|
|
|
EXPORTS_mozilla/dom = \
|
2012-11-24 16:26:07 -08:00
|
|
|
CSS.h \
|
|
|
|
CSSValue.h \
|
|
|
|
$(NULL)
|
2012-10-01 09:49:41 -07:00
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
CPPSRCS = \
|
2011-04-11 23:18:43 -07:00
|
|
|
AnimationCommon.cpp \
|
2012-11-24 16:26:07 -08:00
|
|
|
CSS.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsCSSAnonBoxes.cpp \
|
|
|
|
nsCSSDataBlock.cpp \
|
2010-06-28 15:49:35 -07:00
|
|
|
Declaration.cpp \
|
2012-11-15 08:36:15 -08:00
|
|
|
ErrorReporter.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsCSSKeywords.cpp \
|
2012-08-13 15:04:19 -07:00
|
|
|
ImageLoader.cpp \
|
2010-06-28 15:49:35 -07:00
|
|
|
Loader.cpp \
|
2011-06-20 16:47:09 -07:00
|
|
|
nsAnimationManager.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsCSSParser.cpp \
|
|
|
|
nsCSSProps.cpp \
|
|
|
|
nsCSSPseudoClasses.cpp \
|
|
|
|
nsCSSPseudoElements.cpp \
|
|
|
|
nsCSSRuleProcessor.cpp \
|
|
|
|
nsCSSRules.cpp \
|
|
|
|
nsCSSScanner.cpp \
|
|
|
|
nsCSSStyleSheet.cpp \
|
|
|
|
nsCSSValue.cpp \
|
|
|
|
nsComputedDOMStyle.cpp \
|
|
|
|
nsDOMCSSAttrDeclaration.cpp \
|
|
|
|
nsDOMCSSDeclaration.cpp \
|
|
|
|
nsDOMCSSRGBColor.cpp \
|
|
|
|
nsDOMCSSRect.cpp \
|
|
|
|
nsDOMCSSValueList.cpp \
|
2011-04-21 20:17:31 -07:00
|
|
|
nsDOMMediaQueryList.cpp \
|
2008-09-30 20:01:53 -07:00
|
|
|
nsFontFaceLoader.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsHTMLCSSStyleSheet.cpp \
|
|
|
|
nsHTMLStyleSheet.cpp \
|
|
|
|
nsLayoutStylesheetCache.cpp \
|
2008-07-26 09:14:48 -07:00
|
|
|
nsMediaFeatures.cpp \
|
2011-03-29 10:29:21 -07:00
|
|
|
nsNthIndexCache.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsROCSSPrimitiveValue.cpp \
|
2010-07-23 11:00:21 -07:00
|
|
|
nsRuleData.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsRuleNode.cpp \
|
2009-09-10 12:03:36 -07:00
|
|
|
nsStyleAnimation.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsStyleContext.cpp \
|
|
|
|
nsStyleCoord.cpp \
|
|
|
|
nsStyleSet.cpp \
|
|
|
|
nsStyleStruct.cpp \
|
2008-09-13 02:42:11 -07:00
|
|
|
nsStyleTransformMatrix.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
nsStyleUtil.cpp \
|
2009-10-07 20:22:42 -07:00
|
|
|
nsTransitionManager.cpp \
|
2011-03-10 18:48:57 -08:00
|
|
|
StyleRule.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2012-07-31 10:28:21 -07:00
|
|
|
include $(topsrcdir)/ipc/chromium/chromium-config.mk
|
|
|
|
|
|
|
|
LOCAL_INCLUDES += \
|
2010-06-18 09:23:05 -07:00
|
|
|
-I$(srcdir)/../base \
|
2012-11-24 16:26:07 -08:00
|
|
|
-I$(topsrcdir)/dom/base \
|
2010-06-18 09:23:05 -07:00
|
|
|
-I$(srcdir)/../generic \
|
|
|
|
-I$(srcdir)/../xul/base/src \
|
2007-03-22 10:30:00 -07:00
|
|
|
-I$(srcdir)/../../content/base/src \
|
|
|
|
-I$(srcdir)/../../content/html/content/src \
|
|
|
|
-I$(srcdir)/../../content/xbl/src \
|
|
|
|
-I$(srcdir)/../../content/xul/document/src \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
_FILES = \
|
2007-06-27 19:48:16 -07:00
|
|
|
contenteditable.css \
|
|
|
|
designmode.css \
|
2011-11-10 15:08:07 -08:00
|
|
|
TopLevelImageDocument.css \
|
|
|
|
TopLevelVideoDocument.css \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
GARBAGE += $(addprefix $(DIST)/bin/res/,$(_FILES))
|
|
|
|
|
|
|
|
libs:: $(_FILES)
|
|
|
|
$(INSTALL) $^ $(DIST)/bin/res
|
|
|
|
|
|
|
|
install:: $(_FILES)
|
|
|
|
$(SYSINSTALL) $(IFLAGS1) $^ $(DESTDIR)$(mozappdir)/res
|
|
|
|
|
|
|
|
DEFINES += -D_IMPL_NS_LAYOUT
|