blob: 9d487e2657655e0f4219acf411f5350899216924 [file] [log] [blame]
# Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
# Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
# its contributors may be used to endorse or promote products derived
# from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VPATH = \
$(WebCore) \
$(WebCore)/bindings/js \
$(WebCore)/bindings/objc \
$(WebCore)/css \
$(WebCore)/dom \
$(WebCore)/html \
$(WebCore)/page \
$(WebCore)/xml \
$(WebCore)/ksvg2/svg \
$(WebCore)/ksvg2/bindings/js \
#
.PHONY : all
ifeq ($(OS),MACOS)
all : \
DOMAttr.h \
DOMCDATASection.h \
DOMCSSCharsetRule.h \
DOMCSSFontFaceRule.h \
DOMCSSImportRule.h \
DOMCSSMediaRule.h \
DOMCSSPageRule.h \
DOMCSSPrimitiveValue.h \
DOMCSSRule.h \
DOMCSSRuleList.h \
DOMCSSStyleDeclaration.h \
DOMCSSStyleRule.h \
DOMCSSStyleSheet.h \
DOMCSSUnknownRule.h \
DOMCSSValue.h \
DOMCSSValueList.h \
DOMCharacterData.h \
DOMComment.h \
DOMCounter.h \
DOMDOMImplementation.h \
DOMDocument.h \
DOMDocumentFragment.h \
DOMDocumentType.h \
DOMElement.h \
DOMEntity.h \
DOMEntityReference.h \
DOMEvent.h \
DOMEventListener.h \
DOMHTMLAnchorElement.h \
DOMHTMLAreaElement.h \
DOMHTMLBRElement.h \
DOMHTMLBaseElement.h \
DOMHTMLBaseFontElement.h \
DOMHTMLBodyElement.h \
DOMHTMLButtonElement.h \
DOMHTMLCollection.h \
DOMHTMLDListElement.h \
DOMHTMLDirectoryElement.h \
DOMHTMLDivElement.h \
DOMHTMLElement.h \
DOMHTMLFieldSetElement.h \
DOMHTMLFontElement.h \
DOMHTMLFormElement.h \
DOMHTMLFrameElement.h \
DOMHTMLFrameSetElement.h \
DOMHTMLHRElement.h \
DOMHTMLHeadElement.h \
DOMHTMLHeadingElement.h \
DOMHTMLHtmlElement.h \
DOMHTMLIFrameElement.h \
DOMHTMLImageElement.h \
DOMHTMLInputElement.h \
DOMHTMLIsIndexElement.h \
DOMHTMLLIElement.h \
DOMHTMLLabelElement.h \
DOMHTMLLegendElement.h \
DOMHTMLLinkElement.h \
DOMHTMLMapElement.h \
DOMHTMLMenuElement.h \
DOMHTMLMetaElement.h \
DOMHTMLModElement.h \
DOMHTMLOListElement.h \
DOMHTMLObjectElement.h \
DOMHTMLOptGroupElement.h \
DOMHTMLOptionsCollection.h \
DOMHTMLParagraphElement.h \
DOMHTMLParamElement.h \
DOMHTMLPreElement.h \
DOMHTMLQuoteElement.h \
DOMHTMLScriptElement.h \
DOMHTMLSelectElement.h \
DOMHTMLStyleElement.h \
DOMHTMLTableCaptionElement.h \
DOMHTMLTableCellElement.h \
DOMHTMLTableColElement.h \
DOMHTMLTableElement.h \
DOMHTMLTableRowElement.h \
DOMHTMLTableSectionElement.h \
DOMHTMLTextAreaElement.h \
DOMHTMLTitleElement.h \
DOMHTMLUListElement.h \
DOMKeyboardEvent.h \
DOMMediaList.h \
DOMMouseEvent.h \
DOMMutationEvent.h \
DOMNamedNodeMap.h \
DOMNodeIterator.h \
DOMNodeList.h \
DOMNotation.h \
DOMOverflowEvent.h \
DOMProcessingInstruction.h \
DOMRect.h \
DOMStyleSheet.h \
DOMStyleSheetList.h \
DOMText.h \
DOMTreeWalker.h \
DOMUIEvent.h \
DOMWheelEvent.h
endif
all : \
CSSGrammar.cpp \
CSSPropertyNames.h \
CSSValueKeywords.h \
CharsetData.cpp \
ColorData.c \
DocTypeStrings.cpp \
HTMLEntityNames.c \
JSAttr.h \
JSCSSPrimitiveValue.h \
JSCSSRule.h \
JSCSSRuleList.h \
JSCSSValue.h \
JSCSSValueList.h \
JSCanvasGradient.h \
JSCanvasPattern.h \
JSCanvasRenderingContext2D.h \
JSCharacterData.h \
JSCounter.h \
JSCSSStyleDeclaration.h \
JSDOMImplementation.h \
JSDOMParser.h \
JSDOMWindow.h \
JSDocument.h \
JSDocumentFragment.h \
JSDocumentType.h \
JSElement.h \
JSEvent.h \
JSEntity.h \
JSHTMLAppletElement.h \
JSHTMLAnchorElement.h \
JSHTMLAreaElement.h \
JSHTMLBaseElement.h \
JSHTMLBaseFontElement.h \
JSHTMLBlockquoteElement.h \
JSHTMLBodyElement.h \
JSHTMLBRElement.h \
JSHTMLButtonElement.h \
JSHTMLCanvasElement.h \
JSHTMLDirectoryElement.h \
JSHTMLDivElement.h \
JSHTMLDListElement.h \
JSHTMLDocument.h \
JSHTMLElement.h \
JSHTMLFieldSetElement.h \
JSHTMLFontElement.h \
JSHTMLFormElement.h \
JSHTMLHeadElement.h \
JSHTMLHeadingElement.h \
JSHTMLHRElement.h \
JSHTMLImageElement.h \
JSHTMLIsIndexElement.h \
JSHTMLHtmlElement.h \
JSHTMLInputElement.h \
JSHTMLInputElementBaseTable.cpp \
JSHTMLLabelElement.h \
JSHTMLLegendElement.h \
JSHTMLLIElement.h \
JSHTMLLinkElement.h \
JSHTMLMenuElement.h \
JSHTMLOptionElement.h \
JSHTMLOptionsCollection.h \
JSHTMLOptGroupElement.h \
JSHTMLQuoteElement.h \
JSHTMLMapElement.h \
JSHTMLMetaElement.h \
JSHTMLModElement.h \
JSHTMLOListElement.h \
JSHTMLParagraphElement.h \
JSHTMLParamElement.h \
JSHTMLPreElement.h \
JSHTMLScriptElement.h \
JSHTMLStyleElement.h \
JSHTMLTextAreaElement.h \
JSHTMLTitleElement.h \
JSHTMLUListElement.h \
JSKeyboardEvent.h \
JSMouseEvent.h \
JSMutationEvent.h \
JSNode.h \
JSNodeFilter.h \
JSNodeIterator.h \
JSNotation.h \
JSOverflowEvent.h \
JSProcessingInstruction.h \
JSRange.h \
JSSVGAngle.h \
JSSVGAnimatedLength.h \
JSSVGAnimatedNumber.h \
JSSVGColor.h \
JSSVGDocument.h \
JSSVGElement.h \
JSSVGLength.h \
JSSVGMatrix.h \
JSSVGMetadataElement.h \
JSSVGPathElement.h \
JSSVGPathSeg.h \
JSSVGPathSegArcAbs.h \
JSSVGPathSegArcRel.h \
JSSVGPathSegClosePath.h \
JSSVGPathSegCurvetoCubicAbs.h \
JSSVGPathSegCurvetoCubicRel.h \
JSSVGPathSegCurvetoCubicSmoothAbs.h \
JSSVGPathSegCurvetoCubicSmoothRel.h \
JSSVGPathSegCurvetoQuadraticAbs.h \
JSSVGPathSegCurvetoQuadraticRel.h \
JSSVGPathSegCurvetoQuadraticSmoothAbs.h \
JSSVGPathSegCurvetoQuadraticSmoothRel.h \
JSSVGPathSegLinetoAbs.h \
JSSVGPathSegLinetoHorizontalAbs.h \
JSSVGPathSegLinetoHorizontalRel.h \
JSSVGPathSegLinetoRel.h \
JSSVGPathSegLinetoVerticalAbs.h \
JSSVGPathSegLinetoVerticalRel.h \
JSSVGPathSegMovetoAbs.h \
JSSVGPathSegMovetoRel.h \
JSSVGPointTable.cpp \
JSSVGRectTable.cpp \
JSSVGSVGElement.h \
JSSVGTransform.h \
JSText.h \
JSTreeWalker.h \
JSUIEvent.h \
JSXPathEvaluator.h \
JSXPathExpression.h \
JSXPathNSResolver.h \
JSXPathResult.h \
JSWheelEvent.h \
JSXMLHttpRequest.lut.h \
JSXMLSerializer.h \
JSXSLTProcessor.lut.h \
SVGElementFactory.cpp \
SVGNames.cpp \
HTMLNames.cpp \
UserAgentStyleSheets.h \
XLinkNames.cpp \
XMLNames.cpp \
XPathGrammar.cpp \
kjs_css.lut.h \
kjs_dom.lut.h \
kjs_events.lut.h \
kjs_html.lut.h \
kjs_navigator.lut.h \
kjs_traversal.lut.h \
kjs_window.lut.h \
ksvgcssproperties.h \
ksvgcssvalues.h \
tokenizer.cpp \
#
# CSS property names and value keywords
CSSPropertyNames.h : css/CSSPropertyNames.in css/makeprop
cat $< > CSSPropertyNames.in
sh "$(WebCore)/css/makeprop"
CSSValueKeywords.h : css/CSSValueKeywords.in css/makevalues
cat $< > CSSValueKeywords.in
sh "$(WebCore)/css/makevalues"
# DOCTYPE strings
DocTypeStrings.cpp : html/DocTypeStrings.gperf
gperf -CEot -L ANSI-C -k "*" -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards $< > $@
# HTML entity names
HTMLEntityNames.c : html/HTMLEntityNames.gperf
gperf -a -L ANSI-C -C -G -c -o -t -k '*' -N findEntity -D -s 2 $< > $@
# color names
ColorData.c : platform/ColorData.gperf
gperf -CDEot -L ANSI-C -k '*' -N findColor -D -s 2 $< > $@
# CSS tokenizer
tokenizer.cpp : css/tokenizer.flex css/maketokenizer
flex -t $< | perl $(WebCore)/css/maketokenizer > $@
# CSS grammar
CSSGrammar.cpp : css/CSSGrammar.y
bison -d -p cssyy $< -o $@
touch CSSGrammar.cpp.h
touch CSSGrammar.hpp
cat CSSGrammar.cpp.h CSSGrammar.hpp > CSSGrammar.h
rm -f CSSGrammar.cpp.h CSSGrammar.hpp
# XPath grammar
XPathGrammar.cpp : xml/XPathGrammar.y $(PROJECT_FILE)
bison -d -p xpathyy $< -o $@
touch XPathGrammar.cpp.h
touch XPathGrammar.hpp
cat XPathGrammar.cpp.h XPathGrammar.hpp > XPathGrammar.h
rm -f XPathGrammar.cpp.h XPathGrammar.hpp
# user agent style sheets
USER_AGENT_STYLE_SHEETS = $(WebCore)/css/html4.css $(WebCore)/css/quirks.css $(WebCore)/css/view-source.css $(WebCore)/css/svg.css
UserAgentStyleSheets.h : css/make-css-file-arrays.pl $(USER_AGENT_STYLE_SHEETS)
perl $< $@ UserAgentStyleSheetsData.cpp $(USER_AGENT_STYLE_SHEETS)
# character set name table
CharsetData.cpp : platform/make-charset-table.pl platform/character-sets.txt $(ENCODINGS_FILE)
perl $^ $(ENCODINGS_PREFIX) > $@
# lookup tables for old-style JavaScript bindings
%.lut.h: %.cpp $(CREATE_HASH_TABLE)
$(CREATE_HASH_TABLE) $< > $@
%Table.cpp: %.cpp $(CREATE_HASH_TABLE)
$(CREATE_HASH_TABLE) $< > $@
# HTML tag and attribute names
HTMLNames.cpp : ksvg2/scripts/make_names.pl html/HTMLTagNames.in html/HTMLAttributeNames.in
perl $< --tags $(WebCore)/html/HTMLTagNames.in --attrs $(WebCore)/html/HTMLAttributeNames.in \
--namespace HTML --namespacePrefix xhtml --cppNamespace WebCore --namespaceURI "http://www.w3.org/1999/xhtml" --attrsNullNamespace --output .
ifeq ($(findstring SVG_SUPPORT,$(FEATURE_DEFINES)), SVG_SUPPORT)
# SVG tag and attribute names
SVGElementFactory.cpp SVGNames.cpp : ksvg2/scripts/make_names.pl ksvg2/svg/svgtags.in ksvg2/svg/svgattrs.in
perl $< --tags $(WebCore)/ksvg2/svg/svgtags.in --attrs $(WebCore)/ksvg2/svg/svgattrs.in \
--namespace SVG --cppNamespace WebCore --namespaceURI "http://www.w3.org/2000/svg" --factory --attrsNullNamespace --output .
XLinkNames.cpp : ksvg2/scripts/make_names.pl ksvg2/misc/xlinkattrs.in
perl $< --attrs $(WebCore)/ksvg2/misc/xlinkattrs.in \
--namespace XLink --cppNamespace WebCore --namespaceURI "http://www.w3.org/1999/xlink" --output .
XMLNames.cpp : ksvg2/scripts/make_names.pl xml/xmlattrs.in
perl $< --attrs $(WebCore)/xml/xmlattrs.in \
--namespace XML --cppNamespace WebCore --namespaceURI "http://www.w3.org/XML/1998/namespace" --output .
# SVG CSS property names and value keywords
ksvgcssproperties.h : ksvg2/scripts/cssmakeprops css/CSSPropertyNames.in ksvg2/css/CSSPropertyNames.in
if sort $(WebCore)/css/CSSPropertyNames.in $(WebCore)/ksvg2/css/CSSPropertyNames.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
cat $(WebCore)/ksvg2/css/CSSPropertyNames.in > ksvgcssproperties.in
$(WebCore)/ksvg2/scripts/cssmakeprops -n SVG -f ksvgcssproperties.in
ksvgcssvalues.h : ksvg2/scripts/cssmakevalues css/CSSValueKeywords.in ksvg2/css/CSSValueKeywords.in
if sort $(WebCore)/css/CSSValueKeywords.in $(WebCore)/ksvg2/css/CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo 'Duplicate value!'; exit 1; fi
# Lower case all the values, as CSS values are case-insensitive
perl -ne 'print lc' $(WebCore)/ksvg2/css/CSSValueKeywords.in > ksvgcssvalues.in
$(WebCore)/ksvg2/scripts/cssmakevalues -n SVG -f ksvgcssvalues.in
else
SVGElementFactory.cpp :
echo > SVGElementFactory.cpp
SVGNames.cpp :
echo > SVGNames.cpp
XLinkNames.cpp :
echo > XLinkNames.cpp
XMLNames.cpp :
echo > XMLNames.cpp
ksvgcssproperties.h :
echo > ksvgcssproperties.h
ksvgcssvalues.h :
echo > ksvgcssvalues.h
endif
# new-style Objective-C bindings
OBJC_BINDINGS_SCRIPTS = \
bindings/scripts/CodeGenerator.pm \
bindings/scripts/CodeGeneratorObjC.pm \
bindings/scripts/IDLParser.pm \
bindings/scripts/IDLStructure.pm \
bindings/scripts/generate-bindings.pl \
#
DOM%.h : %.idl $(OBJC_BINDINGS_SCRIPTS) bindings/objc/PublicDOMInterfaces.h
perl -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES)" --generator ObjC --include dom --include html --include xpath --include ksvg2/svg --outputdir . $<
# new-style JavaScript bindings
JS_BINDINGS_SCRIPTS = \
bindings/scripts/CodeGenerator.pm \
bindings/scripts/CodeGeneratorJS.pm \
bindings/scripts/IDLParser.pm \
bindings/scripts/IDLStructure.pm \
bindings/scripts/generate-bindings.pl \
#
JS%.h : %.idl $(JS_BINDINGS_SCRIPTS)
perl -I$(WebCore)/bindings/scripts $(WebCore)/bindings/scripts/generate-bindings.pl --defines "$(FEATURE_DEFINES)" --generator JS --include dom --include html --include xml --include ksvg2/svg --outputdir . $<