2012-05-29 08:52:43 -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/.
|
2009-06-28 15:44:22 -07:00
|
|
|
|
2012-08-04 11:26:44 -07:00
|
|
|
DEPTH = @DEPTH@
|
2009-06-28 15:44:22 -07:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
LIBRARY_NAME = html5p_s
|
|
|
|
LIBXUL_LIBRARY = 1
|
|
|
|
|
|
|
|
CPPSRCS = \
|
|
|
|
nsHtml5Atoms.cpp \
|
2009-09-18 08:13:10 -07:00
|
|
|
nsHtml5Atom.cpp \
|
|
|
|
nsHtml5AtomTable.cpp \
|
2009-06-28 15:44:22 -07:00
|
|
|
nsHtml5Parser.cpp \
|
|
|
|
nsHtml5AttributeName.cpp \
|
|
|
|
nsHtml5ElementName.cpp \
|
|
|
|
nsHtml5HtmlAttributes.cpp \
|
|
|
|
nsHtml5StackNode.cpp \
|
|
|
|
nsHtml5UTF16Buffer.cpp \
|
2011-09-28 05:45:17 -07:00
|
|
|
nsHtml5DependentUTF16Buffer.cpp \
|
|
|
|
nsHtml5OwningUTF16Buffer.cpp \
|
2009-06-28 15:44:22 -07:00
|
|
|
nsHtml5NamedCharacters.cpp \
|
2010-06-24 01:54:33 -07:00
|
|
|
nsHtml5NamedCharactersAccel.cpp \
|
2009-06-28 15:44:22 -07:00
|
|
|
nsHtml5Tokenizer.cpp \
|
|
|
|
nsHtml5TreeBuilder.cpp \
|
|
|
|
nsHtml5Portability.cpp \
|
|
|
|
nsHtml5Module.cpp \
|
|
|
|
nsHtml5ReleasableAttributeName.cpp \
|
|
|
|
nsHtml5ReleasableElementName.cpp \
|
|
|
|
nsHtml5MetaScanner.cpp \
|
|
|
|
nsHtml5TreeOperation.cpp \
|
2009-09-21 06:18:20 -07:00
|
|
|
nsHtml5TreeOpStage.cpp \
|
2009-06-28 15:44:22 -07:00
|
|
|
nsHtml5StateSnapshot.cpp \
|
2009-09-18 02:21:47 -07:00
|
|
|
nsHtml5TreeOpExecutor.cpp \
|
|
|
|
nsHtml5StreamParser.cpp \
|
2009-10-12 06:08:04 -07:00
|
|
|
nsHtml5Speculation.cpp \
|
2010-02-26 01:18:38 -08:00
|
|
|
nsHtml5SpeculativeLoad.cpp \
|
2010-07-18 15:07:54 -07:00
|
|
|
nsHtml5SVGLoadDispatcher.cpp \
|
2010-07-30 03:15:38 -07:00
|
|
|
nsHtml5Highlighter.cpp \
|
2013-03-06 20:45:08 -08:00
|
|
|
nsHtml5PlainTextUtils.cpp \
|
2011-11-30 09:44:31 -08:00
|
|
|
nsHtml5ViewSourceUtils.cpp \
|
2012-01-20 03:16:27 -08:00
|
|
|
nsHtml5StringParser.cpp \
|
2012-02-27 03:57:48 -08:00
|
|
|
nsParserUtils.cpp \
|
2010-07-18 15:07:54 -07:00
|
|
|
$(NULL)
|
|
|
|
|
2009-06-28 15:44:22 -07:00
|
|
|
FORCE_STATIC_LIB = 1
|
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
|
|
|
INCLUDES += \
|
|
|
|
-I$(srcdir)/../../content/base/src \
|
|
|
|
$(NULL)
|
2011-08-05 23:41:36 -07:00
|
|
|
|
|
|
|
#DEFINES += -DENABLE_VOID_MENUITEM
|