1 # WebCore - qmake build info
2 include($$PWD/../WebKit.pri)
3 qt-port:LIBS -= -lWebKitQt
4 gdk-port:LIBS -= -lWebKitGdk
7 qt-port:TARGET = WebKitQt
8 gdk-port:TARGET = WebKitGdk
10 INCLUDEPATH += tmp $$OUTPUT_DIR/WebCore/tmp
12 DESTDIR = $$OUTPUT_DIR/lib
14 include($$OUTPUT_DIR/config.pri)
17 QMAKE_CXXFLAGS += -Wreturn-type
18 #QMAKE_CXXFLAGS += -Wall -Wno-undef -Wno-unused-parameter
20 qt-port:contains(QT_CONFIG, reduce_exports):CONFIG += hide_symbols
21 unix:contains(QT_CONFIG, reduce_relocations):CONFIG += bsymbolic_functions
23 linux-*: DEFINES += HAVE_STDINT_H
24 freebsd-*: DEFINES += HAVE_PTHREAD_NP_H
26 # PRE-BUILD: make the required config.h file
27 #config_h.target = config.h
28 #config_h.commands = cp config.h.qmake config.h
29 #config_h.depends = config.h.qmake
30 #QMAKE_EXTRA_TARGETS += config_h
31 #PRE_TARGETDEPS += config.h
33 DEFINES += BUILD_WEBKIT
35 # Optional components (look for defs in config.h and included files!)
36 DEFINES += ENABLE_XPATH=1
37 DEFINES += ENABLE_XSLT=1
38 #DEFINES += ENABLE_XBL=1
39 qt-port:DEFINES += ENABLE_SVG=1
41 DEFINES += WTF_CHANGES=1
43 include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
45 #INCLUDEPATH += $$PWD/../JavaScriptCore
46 #LIBS += -L$$OUTPUT_DIR/lib -lJavaScriptCore
49 INCLUDEPATH += /usr/include/libxml2
52 qt-port:INCLUDEPATH += \
53 $$[QT_INSTALL_PREFIX]/src/3rdparty/sqlite/ \
55 $$PWD/platform/network/qt \
56 $$PWD/platform/graphics/qt \
57 $$PWD/platform/graphics/svg/qt \
60 $$PWD/../WebKitQt/WebCoreSupport \
63 gdk-port:INCLUDEPATH += \
64 $$PWD/platform/image-decoders/bmp \
65 $$PWD/platform/image-decoders/gif \
66 $$PWD/platform/image-decoders/ico \
67 $$PWD/platform/image-decoders/jpeg \
68 $$PWD/platform/image-decoders/png \
69 $$PWD/platform/image-decoders/xbm
71 INCLUDEPATH += $$PWD \
72 $$PWD/ForwardingHeaders \
73 $$PWD/../JavaScriptCore/kjs \
74 $$PWD/../JavaScriptCore/bindings \
76 $$PWD/platform/network \
77 $$PWD/platform/graphics \
78 $$PWD/platform/graphics/svg \
79 $$PWD/platform/graphics/svg/filters \
80 $$PWD/loader $$PWD/loader/icon \
91 $$PWD/ksvg2 $$PWD/ksvg2/css $$PWD/ksvg2/svg $$PWD/ksvg2/misc $$PWD/ksvg2/events \
92 $$PWD/platform/image-decoders \
93 $$PWD/../WebKitQt/WebCoreSupport
98 FEATURE_DEFINES_JAVASCRIPT = LANGUAGE_JAVASCRIPT
100 TOKENIZER = $$PWD/css/tokenizer.flex
102 CSSBISON = $$PWD/css/CSSGrammar.y
104 HTML_NAMES = $$PWD/html/HTMLTagNames.in
106 XML_NAMES = $$PWD/xml/xmlattrs.in
108 ENTITIES_GPERF = $$PWD/html/HTMLEntityNames.gperf
110 COLORDAT_GPERF = $$PWD/platform/ColorData.gperf
112 WALDOCSSPROPS = $$PWD/css/CSSPropertyNames.in
114 WALDOCSSVALUES = $$PWD/css/CSSValueKeywords.in
116 SVGCSSPROPERTIES = $$PWD/ksvg2/css/CSSPropertyNames.in
118 SVGCSSVALUES = $$PWD/ksvg2/css/CSSValueKeywords.in
120 STYLESHEETS_EMBED = $$PWD/css/html4.css
123 qt-port:MANUALMOC += \
124 $$PWD/platform/network/qt/ResourceHandleManagerQt.h \
125 $$PWD/platform/qt/QWebPopup.h \
126 $$PWD/platform/qt/SharedTimerQt.h \
127 $$PWD/../WebKitQt/Api/qwebframe.h \
128 $$PWD/../WebKitQt/Api/qwebpage.h \
129 $$PWD/../WebKitQt/Api/qcookiejar.h \
130 $$PWD/../WebKitQt/WebCoreSupport/FrameLoaderClientQt.h
133 bindings/js/JSXMLHttpRequest.cpp \
134 bindings/js/JSXSLTProcessor.cpp \
135 bindings/js/kjs_css.cpp \
136 bindings/js/kjs_dom.cpp \
137 bindings/js/kjs_events.cpp \
138 bindings/js/kjs_html.cpp \
139 bindings/js/kjs_navigator.cpp \
140 bindings/js/kjs_traversal.cpp \
141 bindings/js/kjs_window.cpp
144 bindings/js/JSHTMLInputElementBase.cpp
148 css/CSSPrimitiveValue.idl \
150 css/CSSRuleList.idl \
151 css/CSSStyleDeclaration.idl \
153 css/CSSValueList.idl \
156 dom/CharacterData.idl \
157 dom/CDATASection.idl \
159 dom/DocumentFragment.idl \
161 dom/DocumentType.idl \
162 dom/DOMImplementation.idl \
165 dom/EntityReference.idl \
167 # dom/EventListener.idl \
168 # dom/EventTarget.idl \
169 dom/KeyboardEvent.idl \
171 dom/MutationEvent.idl \
174 dom/NodeIterator.idl \
176 dom/OverflowEvent.idl \
177 dom/ProcessingInstruction.idl \
178 dom/RangeException.idl \
185 html/CanvasGradient.idl \
186 html/CanvasPattern.idl \
187 html/CanvasRenderingContext2D.idl \
188 html/HTMLAnchorElement.idl \
189 html/HTMLAppletElement.idl \
190 html/HTMLAreaElement.idl \
191 html/HTMLBaseElement.idl \
192 html/HTMLBaseFontElement.idl \
193 html/HTMLBlockquoteElement.idl \
194 html/HTMLBodyElement.idl \
195 html/HTMLBRElement.idl \
196 html/HTMLButtonElement.idl \
197 html/HTMLCanvasElement.idl \
198 html/HTMLDirectoryElement.idl \
199 html/HTMLDivElement.idl \
200 html/HTMLDListElement.idl \
201 html/HTMLDocument.idl \
202 html/HTMLElement.idl \
203 html/HTMLFieldSetElement.idl \
204 html/HTMLFontElement.idl \
205 html/HTMLFormElement.idl \
206 html/HTMLHeadElement.idl \
207 html/HTMLHeadingElement.idl \
208 html/HTMLHRElement.idl \
209 html/HTMLHtmlElement.idl \
210 html/HTMLImageElement.idl \
211 html/HTMLInputElement.idl \
212 html/HTMLIsIndexElement.idl \
213 html/HTMLLabelElement.idl \
214 html/HTMLLegendElement.idl \
215 html/HTMLLIElement.idl \
216 html/HTMLLinkElement.idl \
217 html/HTMLMapElement.idl \
218 html/HTMLMenuElement.idl \
219 html/HTMLMetaElement.idl \
220 html/HTMLModElement.idl \
221 html/HTMLOListElement.idl \
222 html/HTMLOptGroupElement.idl \
223 html/HTMLOptionElement.idl \
224 html/HTMLOptionsCollection.idl \
225 html/HTMLParagraphElement.idl \
226 html/HTMLParamElement.idl \
227 html/HTMLPreElement.idl \
228 html/HTMLQuoteElement.idl \
229 html/HTMLScriptElement.idl \
230 html/HTMLSelectElement.idl \
231 html/HTMLStyleElement.idl \
232 html/HTMLTextAreaElement.idl \
233 html/HTMLTitleElement.idl \
234 html/HTMLUListElement.idl \
237 xml/XMLSerializer.idl
241 bindings/js/JSCanvasRenderingContext2DCustom.cpp \
242 bindings/js/JSCustomXPathNSResolver.cpp \
243 bindings/js/JSDocumentCustom.cpp \
244 bindings/js/JSHTMLElementWrapperFactory.cpp \
245 bindings/js/JSHTMLFormElementCustom.cpp \
246 bindings/js/JSHTMLInputElementBase.cpp \
247 bindings/js/JSHTMLOptionElementConstructor.cpp \
248 bindings/js/JSHTMLOptionsCollectionCustom.cpp \
249 bindings/js/JSHTMLSelectElementCustom.cpp \
250 bindings/js/JSNodeIteratorCustom.cpp \
251 bindings/js/JSTreeWalkerCustom.cpp \
252 bindings/js/JSXMLHttpRequest.cpp \
253 bindings/js/JSXSLTProcessor.cpp \
254 bindings/js/kjs_binding.cpp \
255 bindings/js/kjs_css.cpp \
256 bindings/js/kjs_dom.cpp \
257 bindings/js/kjs_events.cpp \
258 bindings/js/kjs_html.cpp \
259 bindings/js/kjs_navigator.cpp \
260 bindings/js/kjs_proxy.cpp \
261 bindings/js/kjs_traversal.cpp \
262 bindings/js/kjs_window.cpp \
263 css/CSSBorderImageValue.cpp \
264 css/CSSCharsetRule.cpp \
265 css/CSSComputedStyleDeclaration.cpp \
266 css/CSSCursorImageValue.cpp \
267 css/CSSFontFaceRule.cpp \
269 css/CSSImageValue.cpp \
270 css/CSSImportRule.cpp \
271 css/CSSInheritedValue.cpp \
272 css/CSSInitialValue.cpp \
273 css/CSSMediaRule.cpp \
274 css/CSSMutableStyleDeclaration.cpp \
275 css/CSSPageRule.cpp \
277 css/CSSPrimitiveValue.cpp \
278 css/CSSProperty.cpp \
280 css/CSSRuleList.cpp \
281 css/CSSSelector.cpp \
282 css/CSSStyleDeclaration.cpp \
283 css/CSSStyleRule.cpp \
284 css/cssstyleselector.cpp \
285 css/CSSStyleSheet.cpp \
286 css/CSSValueList.cpp \
287 css/FontFamilyValue.cpp \
289 css/MediaFeatureNames.cpp \
292 css/MediaQueryEvaluator.cpp \
293 css/MediaQueryExp.cpp \
294 css/ShadowValue.cpp \
298 css/StyleSheetList.cpp \
301 dom/BeforeTextInsertedEvent.cpp \
302 dom/BeforeUnloadEvent.cpp \
303 dom/CDATASection.cpp \
304 dom/CharacterData.cpp \
305 dom/ChildNodeList.cpp \
307 dom/ClipboardEvent.cpp \
309 dom/ContainerNode.cpp \
310 dom/CSSMappedAttributeDeclaration.cpp \
312 dom/DocumentFragment.cpp \
313 dom/DocumentType.cpp \
314 dom/DOMImplementation.cpp \
315 dom/EditingText.cpp \
318 dom/EntityReference.cpp \
321 dom/EventTarget.cpp \
322 dom/EventTargetNode.cpp \
323 dom/KeyboardEvent.cpp \
324 dom/MappedAttribute.cpp \
326 dom/MouseRelatedEvent.cpp \
327 dom/MutationEvent.cpp \
328 dom/NamedAttrMap.cpp \
329 dom/NamedMappedAttrMap.cpp \
330 dom/NameNodeList.cpp \
332 dom/NodeFilterCondition.cpp \
334 dom/NodeIterator.cpp \
337 dom/OverflowEvent.cpp \
339 dom/PositionIterator.cpp \
340 dom/ProcessingInstruction.cpp \
341 dom/QualifiedName.cpp \
343 dom/RegisteredEventListener.cpp \
344 dom/StyledElement.cpp \
345 dom/StyleElement.cpp \
351 dom/UIEventWithKeyState.cpp \
353 dom/XMLTokenizer.cpp \
354 editing/AppendNodeCommand.cpp \
355 editing/ApplyStyleCommand.cpp \
356 editing/BreakBlockquoteCommand.cpp \
357 editing/CommandByName.cpp \
358 editing/CompositeEditCommand.cpp \
359 editing/CreateLinkCommand.cpp \
360 editing/DeleteButtonController.cpp \
361 editing/DeleteButton.cpp \
362 editing/DeleteFromTextNodeCommand.cpp \
363 editing/DeleteSelectionCommand.cpp \
364 editing/EditCommand.cpp \
366 editing/FormatBlockCommand.cpp \
367 editing/htmlediting.cpp \
368 editing/HTMLInterchange.cpp \
369 editing/IndentOutdentCommand.cpp \
370 editing/InsertIntoTextNodeCommand.cpp \
371 editing/InsertLineBreakCommand.cpp \
372 editing/InsertListCommand.cpp \
373 editing/InsertNodeBeforeCommand.cpp \
374 editing/InsertParagraphSeparatorCommand.cpp \
375 editing/InsertTextCommand.cpp \
376 editing/JoinTextNodesCommand.cpp \
377 editing/JSEditor.cpp \
379 editing/MergeIdenticalElementsCommand.cpp \
380 editing/ModifySelectionListLevel.cpp \
381 editing/MoveSelectionCommand.cpp \
382 editing/RemoveCSSPropertyCommand.cpp \
383 editing/RemoveNodeAttributeCommand.cpp \
384 editing/RemoveNodeCommand.cpp \
385 editing/RemoveNodePreservingChildrenCommand.cpp \
386 editing/ReplaceSelectionCommand.cpp \
387 editing/SelectionController.cpp \
388 editing/Selection.cpp \
389 editing/SetNodeAttributeCommand.cpp \
390 editing/SplitElementCommand.cpp \
391 editing/SplitTextNodeCommand.cpp \
392 editing/SplitTextNodeContainingElementCommand.cpp \
393 editing/TextIterator.cpp \
394 editing/TypingCommand.cpp \
395 editing/UnlinkCommand.cpp \
396 editing/VisiblePosition.cpp \
397 editing/visible_units.cpp \
398 editing/WrapContentsInDummySpanCommand.cpp \
399 history/BackForwardList.cpp \
400 history/CachedPage.cpp \
401 history/HistoryItem.cpp \
402 history/HistoryItemTimer.cpp \
403 html/CanvasGradient.cpp \
404 html/CanvasPattern.cpp \
405 html/CanvasRenderingContext2D.cpp \
406 html/CanvasStyle.cpp \
407 html/FormDataList.cpp \
408 html/HTMLAnchorElement.cpp \
409 html/HTMLAppletElement.cpp \
410 html/HTMLAreaElement.cpp \
411 html/HTMLBaseElement.cpp \
412 html/HTMLBaseFontElement.cpp \
413 html/HTMLBlockquoteElement.cpp \
414 html/HTMLBodyElement.cpp \
415 html/HTMLBRElement.cpp \
416 html/HTMLButtonElement.cpp \
417 html/HTMLCanvasElement.cpp \
418 html/HTMLCollection.cpp \
419 html/HTMLDirectoryElement.cpp \
420 html/HTMLDivElement.cpp \
421 html/HTMLDListElement.cpp \
422 html/HTMLDocument.cpp \
423 html/HTMLElement.cpp \
424 html/HTMLElementFactory.cpp \
425 html/HTMLEmbedElement.cpp \
426 html/HTMLFieldSetElement.cpp \
427 html/HTMLFontElement.cpp \
428 html/HTMLFormCollection.cpp \
429 html/HTMLFormElement.cpp \
430 html/HTMLFrameElementBase.cpp \
431 html/HTMLFrameElement.cpp \
432 html/HTMLFrameOwnerElement.cpp \
433 html/HTMLFrameSetElement.cpp \
434 html/HTMLGenericFormElement.cpp \
435 html/HTMLHeadElement.cpp \
436 html/HTMLHeadingElement.cpp \
437 html/HTMLHRElement.cpp \
438 html/HTMLHtmlElement.cpp \
439 html/HTMLIFrameElement.cpp \
440 html/HTMLImageElement.cpp \
441 html/HTMLImageLoader.cpp \
442 html/HTMLInputElement.cpp \
443 html/HTMLIsIndexElement.cpp \
444 html/HTMLKeygenElement.cpp \
445 html/HTMLLabelElement.cpp \
446 html/HTMLLegendElement.cpp \
447 html/HTMLLIElement.cpp \
448 html/HTMLLinkElement.cpp \
449 html/HTMLMapElement.cpp \
450 html/HTMLMarqueeElement.cpp \
451 html/HTMLMenuElement.cpp \
452 html/HTMLMetaElement.cpp \
453 html/HTMLModElement.cpp \
454 html/HTMLNameCollection.cpp \
455 html/HTMLObjectElement.cpp \
456 html/HTMLOListElement.cpp \
457 html/HTMLOptGroupElement.cpp \
458 html/HTMLOptionElement.cpp \
459 html/HTMLOptionsCollection.cpp \
460 html/HTMLParagraphElement.cpp \
461 html/HTMLParamElement.cpp \
462 html/HTMLParser.cpp \
463 html/HTMLPlugInElement.cpp \
464 html/HTMLPreElement.cpp \
465 html/HTMLQuoteElement.cpp \
466 html/HTMLScriptElement.cpp \
467 html/HTMLSelectElement.cpp \
468 html/HTMLStyleElement.cpp \
469 html/HTMLTableCaptionElement.cpp \
470 html/HTMLTableCellElement.cpp \
471 html/HTMLTableColElement.cpp \
472 html/HTMLTableElement.cpp \
473 html/HTMLTablePartElement.cpp \
474 html/HTMLTableRowElement.cpp \
475 html/HTMLTableSectionElement.cpp \
476 html/HTMLTextAreaElement.cpp \
477 html/HTMLTextFieldInnerElement.cpp \
478 html/HTMLTitleElement.cpp \
479 html/HTMLTokenizer.cpp \
480 html/HTMLUListElement.cpp \
481 html/HTMLViewSourceDocument.cpp \
482 # icon/IconDatabase.cpp \
483 # icon/SiteIcon.cpp \
484 # icon/SQLDatabase.cpp \
485 # icon/SQLStatement.cpp \
486 # icon/SQLTransaction.cpp \
488 loader/CachedCSSStyleSheet.cpp \
489 loader/CachedImage.cpp \
490 loader/CachedResourceClientWalker.cpp \
491 loader/CachedResource.cpp \
492 loader/CachedScript.cpp \
493 loader/CachedXSLStyleSheet.cpp \
494 loader/DocLoader.cpp \
495 loader/DocumentLoader.cpp \
496 loader/FormState.cpp \
497 loader/FrameLoader.cpp \
498 loader/icon/IconDatabase.cpp \
499 loader/icon/IconDataCache.cpp \
500 loader/icon/IconLoader.cpp \
501 loader/icon/SQLDatabase.cpp \
502 loader/icon/SQLStatement.cpp \
503 loader/icon/SQLTransaction.cpp \
504 loader/ImageDocument.cpp \
506 loader/MainResourceLoader.cpp \
507 loader/NavigationAction.cpp \
508 loader/NetscapePlugInStreamLoader.cpp \
509 loader/PluginDocument.cpp \
510 loader/ProgressTracker.cpp \
512 loader/ResourceLoader.cpp \
513 loader/SubresourceLoader.cpp \
514 loader/TextDocument.cpp \
515 loader/TextResourceDecoder.cpp \
517 page/ContextMenuController.cpp \
519 page/DragController.cpp \
520 page/EventHandler.cpp \
521 page/FocusController.cpp \
525 page/MouseEventWithHitTestResults.cpp \
529 platform/ArrayImpl.cpp \
530 platform/AtomicString.cpp \
531 platform/Base64.cpp \
532 platform/ContextMenu.cpp \
533 platform/CString.cpp \
534 platform/DeprecatedCString.cpp \
535 platform/DeprecatedPtrListImpl.cpp \
536 platform/DeprecatedString.cpp \
537 platform/DeprecatedStringList.cpp \
538 platform/DeprecatedValueListImpl.cpp \
539 platform/DragData.cpp \
540 platform/DragImage.cpp \
541 platform/FileChooser.cpp \
542 platform/FontCache.cpp \
544 platform/FontData.cpp \
545 platform/FontFallbackList.cpp \
546 platform/FontFamily.cpp \
547 platform/GlyphPageTreeNode.cpp \
548 platform/GlyphWidthMap.cpp \
549 platform/graphics/AffineTransform.cpp \
550 platform/graphics/BitmapImage.cpp \
551 platform/graphics/Color.cpp \
552 platform/graphics/FloatPoint3D.cpp \
553 platform/graphics/FloatPoint.cpp \
554 platform/graphics/FloatRect.cpp \
555 platform/graphics/FloatSize.cpp \
556 platform/graphics/GraphicsContext.cpp \
557 platform/graphics/GraphicsTypes.cpp \
558 platform/graphics/ImageBuffer.cpp \
559 platform/graphics/Image.cpp \
560 platform/graphics/IntRect.cpp \
561 platform/graphics/Path.cpp \
562 platform/graphics/PathTraversalState.cpp \
563 platform/graphics/Pen.cpp \
565 platform/Logging.cpp \
566 platform/MimeTypeRegistry.cpp \
567 platform/network/AuthenticationChallenge.cpp \
568 platform/network/Credential.cpp \
569 platform/network/FormData.cpp \
570 platform/network/HTTPParsers.cpp \
571 platform/network/ProtectionSpace.cpp \
572 platform/network/ResourceHandle.cpp \
573 platform/network/ResourceRequest.cpp \
574 platform/network/ResourceResponse.cpp \
575 platform/RegularExpression.cpp \
576 platform/ScrollBar.cpp \
577 # platform/SearchPopupMenu.cpp \
578 platform/SegmentedString.cpp \
579 platform/SharedBuffer.cpp \
580 platform/String.cpp \
581 platform/StringImpl.cpp \
582 platform/TextCodec.cpp \
583 platform/TextCodecLatin1.cpp \
584 platform/TextCodecUTF16.cpp \
585 platform/TextDecoder.cpp \
586 platform/TextEncoding.cpp \
587 platform/TextEncodingRegistry.cpp \
588 platform/TextStream.cpp \
590 platform/Widget.cpp \
591 rendering/AutoTableLayout.cpp \
593 rendering/break_lines.cpp \
594 rendering/CounterNode.cpp \
595 rendering/EllipsisBox.cpp \
596 rendering/FixedTableLayout.cpp \
597 rendering/HitTestResult.cpp \
598 rendering/InlineBox.cpp \
599 rendering/InlineFlowBox.cpp \
600 rendering/InlineTextBox.cpp \
601 rendering/LayoutState.cpp \
602 rendering/ListMarkerBox.cpp \
603 rendering/RenderApplet.cpp \
604 rendering/RenderArena.cpp \
605 rendering/RenderBlock.cpp \
606 rendering/RenderBox.cpp \
607 rendering/RenderBR.cpp \
608 rendering/RenderButton.cpp \
609 rendering/RenderContainer.cpp \
610 rendering/RenderCounter.cpp \
611 rendering/RenderFieldset.cpp \
612 rendering/RenderFileUploadControl.cpp \
613 rendering/RenderFlexibleBox.cpp \
614 rendering/RenderFlow.cpp \
615 rendering/RenderFrame.cpp \
616 rendering/RenderFrameSet.cpp \
617 rendering/RenderHTMLCanvas.cpp \
618 rendering/RenderImage.cpp \
619 rendering/RenderInline.cpp \
620 rendering/RenderLayer.cpp \
621 rendering/RenderLegend.cpp \
622 rendering/RenderListBox.cpp \
623 rendering/RenderListItem.cpp \
624 rendering/RenderListMarker.cpp \
625 rendering/RenderMenuList.cpp \
626 rendering/RenderObject.cpp \
627 rendering/RenderPart.cpp \
628 rendering/RenderPartObject.cpp \
629 rendering/RenderReplaced.cpp \
630 rendering/RenderSlider.cpp \
631 rendering/RenderStyle.cpp \
632 rendering/RenderTableCell.cpp \
633 rendering/RenderTableCol.cpp \
634 rendering/RenderTable.cpp \
635 rendering/RenderTableRow.cpp \
636 rendering/RenderTableSection.cpp \
637 rendering/RenderTextControl.cpp \
638 rendering/RenderText.cpp \
639 rendering/RenderTextFragment.cpp \
640 rendering/RenderTheme.cpp \
641 rendering/RenderTreeAsText.cpp \
642 rendering/RenderView.cpp \
643 rendering/RenderWidget.cpp \
644 rendering/RootInlineBox.cpp \
645 rendering/SVGRenderTreeAsText.cpp \
647 xml/NativeXPathNSResolver.cpp \
648 xml/xmlhttprequest.cpp \
649 xml/XMLSerializer.cpp \
650 xml/XPathEvaluator.cpp \
651 xml/XPathExpression.cpp \
652 xml/XPathExpressionNode.cpp \
653 xml/XPathFunctions.cpp \
654 xml/XPathNamespace.cpp \
655 xml/XPathNodeSet.cpp \
656 xml/XPathNSResolver.cpp \
657 xml/XPathParser.cpp \
659 xml/XPathPredicate.cpp \
660 xml/XPathResult.cpp \
664 xml/XPathVariableReference.cpp \
665 xml/XSLImportRule.cpp \
666 xml/XSLStyleSheet.cpp \
667 xml/XSLTProcessor.cpp
670 page/qt/DragControllerQt.cpp \
671 page/qt/EventHandlerQt.cpp \
672 page/qt/FrameQt.cpp \
673 loader/qt/DocumentLoaderQt.cpp \
674 platform/graphics/qt/AffineTransformQt.cpp \
675 platform/graphics/qt/ColorQt.cpp \
676 platform/graphics/qt/FloatPointQt.cpp \
677 platform/graphics/qt/FloatRectQt.cpp \
678 platform/graphics/qt/GraphicsContextQt.cpp \
679 platform/graphics/qt/IconQt.cpp \
680 platform/graphics/qt/ImageBufferQt.cpp \
681 platform/graphics/qt/ImageDecoderQt.cpp \
682 platform/graphics/qt/ImageQt.cpp \
683 platform/graphics/qt/ImageSourceQt.cpp \
684 platform/graphics/qt/IntPointQt.cpp \
685 platform/graphics/qt/IntRectQt.cpp \
686 platform/graphics/qt/IntSizeQt.cpp \
687 platform/graphics/qt/PathQt.cpp \
688 platform/network/qt/ResourceHandleManagerQt.cpp \
689 platform/network/qt/ResourceHandleQt.cpp \
690 editing/qt/EditorQt.cpp \
691 history/qt/CachedPageQt.cpp \
692 platform/qt/ClipboardQt.cpp \
693 platform/qt/ContextMenuItemQt.cpp \
694 platform/qt/ContextMenuQt.cpp \
695 platform/qt/CookieJarQt.cpp \
696 platform/qt/CursorQt.cpp \
697 platform/qt/DragDataQt.cpp \
698 platform/qt/DragImageQt.cpp \
699 platform/qt/FileChooserQt.cpp \
700 platform/qt/FontCacheQt.cpp \
701 platform/qt/FontDataQt.cpp \
702 platform/qt/FontPlatformDataQt.cpp \
703 platform/qt/FontQt.cpp \
704 platform/qt/GlyphPageTreeNodeQt.cpp \
705 platform/qt/MimeTypeRegistryQt.cpp \
706 platform/qt/PasteboardQt.cpp \
707 platform/qt/PlatformKeyboardEventQt.cpp \
708 platform/qt/PlatformMouseEventQt.cpp \
709 platform/qt/PlatformScrollBarQt.cpp \
710 platform/qt/PopupMenuQt.cpp \
711 platform/qt/QWebPopup.cpp \
712 platform/qt/RenderThemeQt.cpp \
713 platform/qt/ScreenQt.cpp \
714 platform/qt/ScrollViewQt.cpp \
715 platform/qt/SearchPopupMenuQt.cpp \
716 platform/qt/SharedTimerQt.cpp \
717 platform/qt/SoundQt.cpp \
718 platform/qt/StringQt.cpp \
719 platform/qt/SystemTimeQt.cpp \
720 platform/qt/TemporaryLinkStubs.cpp \
721 platform/qt/TextBoundaries.cpp \
722 platform/qt/TextBreakIteratorQt.cpp \
723 platform/qt/TextCodecQt.cpp \
724 platform/qt/WheelEventQt.cpp \
725 platform/qt/WidgetQt.cpp \
726 ../WebKitQt/WebCoreSupport/ChromeClientQt.cpp \
727 ../WebKitQt/WebCoreSupport/ContextMenuClientQt.cpp \
728 ../WebKitQt/WebCoreSupport/DragClientQt.cpp \
729 ../WebKitQt/WebCoreSupport/EditorClientQt.cpp \
730 ../WebKitQt/WebCoreSupport/EditCommandQt.cpp \
731 ../WebKitQt/WebCoreSupport/FrameLoaderClientQt.cpp \
732 ../WebKitQt/Api/qwebframe.cpp \
733 ../WebKitQt/Api/qcookiejar.cpp \
734 ../WebKitQt/Api/qwebpage.cpp \
735 ../WebKitQt/Api/qwebpagehistory.cpp
737 gdk-port:SOURCES += \
738 platform/TextCodecICU.cpp \
739 platform/TextBreakIteratorICU.cpp \
740 page/gdk/EventHandlerGdk.cpp \
741 page/gdk/ContextMenuClientGdk.cpp \
742 page/gdk/DragControllerGdk.cpp \
743 loader/gdk/DocumentLoaderGdk.cpp \
744 loader/gdk/FrameLoaderClientGdk.cpp \
745 platform/gdk/CookieJarGdk.cpp \
746 platform/gdk/CursorGdk.cpp \
747 platform/gdk/DragDataGdk.cpp \
748 platform/gdk/DragImageGdk.cpp \
749 platform/gdk/EditorClientGdk.cpp \
750 platform/gdk/FontCacheGdk.cpp \
751 platform/gdk/FontDataGdk.cpp \
752 platform/gdk/FontGdk.cpp \
753 platform/gdk/FontPlatformDataGdk.cpp \
754 platform/gdk/FrameGdk.cpp \
755 platform/gdk/GlyphPageTreeNodeGdk.cpp \
756 platform/gdk/KeyEventGdk.cpp \
757 platform/gdk/MimeTypeRegistryGdk.cpp \
758 platform/gdk/MouseEventGdk.cpp \
759 platform/gdk/PopupMenuGdk.cpp \
760 platform/gdk/RenderThemeGdk.cpp \
761 platform/gdk/ScrollViewGdk.cpp \
762 platform/gdk/ScreenGdk.cpp \
763 platform/gdk/SharedTimerLinux.cpp \
764 platform/gdk/SystemTimeLinux.cpp \
765 platform/gdk/TemporaryLinkStubs.cpp \
766 platform/gdk/WheelEventGdk.cpp \
767 platform/gdk/WidgetGdk.cpp \
768 platform/graphics/gdk/ImageGdk.cpp \
769 platform/network/gdk/ResourceHandleCurl.cpp \
770 platform/network/gdk/ResourceHandleManager.cpp \
771 platform/graphics/cairo/AffineTransformCairo.cpp \
772 platform/graphics/cairo/GraphicsContextCairo.cpp \
773 platform/graphics/cairo/ImageBufferCairo.cpp \
774 platform/graphics/cairo/ImageCairo.cpp \
775 platform/graphics/cairo/ImageSourceCairo.cpp \
776 platform/graphics/cairo/PathCairo.cpp \
777 platform/image-decoders/gif/GIFImageDecoder.cpp \
778 platform/image-decoders/gif/GIFImageReader.cpp \
779 platform/image-decoders/png/PNGImageDecoder.cpp \
780 platform/image-decoders/png/png.c \
781 platform/image-decoders/png/pngerror.c \
782 platform/image-decoders/png/pnggccrd.c \
783 platform/image-decoders/png/pngget.c \
784 platform/image-decoders/png/pngmem.c \
785 platform/image-decoders/png/pngpread.c \
786 platform/image-decoders/png/pngread.c \
787 platform/image-decoders/png/pngrio.c \
788 platform/image-decoders/png/pngrtran.c \
789 platform/image-decoders/png/pngrutil.c \
790 platform/image-decoders/png/pngset.c \
791 platform/image-decoders/png/pngtrans.c \
792 platform/image-decoders/png/pngvcrd.c \
793 platform/image-decoders/png/pngwio.c \
794 platform/image-decoders/png/pngwrite.c \
795 platform/image-decoders/png/pngwtran.c \
796 platform/image-decoders/png/pngwutil.c \
797 platform/image-decoders/jpeg/JPEGImageDecoder.cpp \
798 platform/image-decoders/jpeg/jcomapi.c \
799 platform/image-decoders/jpeg/jdapimin.c \
800 platform/image-decoders/jpeg/jdapistd.c \
801 platform/image-decoders/jpeg/jdatadst.c \
802 platform/image-decoders/jpeg/jdatasrc.c \
803 platform/image-decoders/jpeg/jdcoefct.c \
804 platform/image-decoders/jpeg/jdcolor.c \
805 platform/image-decoders/jpeg/jddctmgr.c \
806 platform/image-decoders/jpeg/jdhuff.c \
807 platform/image-decoders/jpeg/jdinput.c \
808 platform/image-decoders/jpeg/jdmainct.c \
809 platform/image-decoders/jpeg/jdmarker.c \
810 platform/image-decoders/jpeg/jdmaster.c \
811 platform/image-decoders/jpeg/jdmerge.c \
812 platform/image-decoders/jpeg/jdphuff.c \
813 platform/image-decoders/jpeg/jdpostct.c \
814 platform/image-decoders/jpeg/jdsample.c \
815 platform/image-decoders/jpeg/jerror.c \
816 platform/image-decoders/jpeg/jfdctflt.c \
817 platform/image-decoders/jpeg/jfdctfst.c \
818 platform/image-decoders/jpeg/jfdctint.c \
819 platform/image-decoders/jpeg/jidctflt.c \
820 platform/image-decoders/jpeg/jidctfst.c \
821 platform/image-decoders/jpeg/jidctint.c \
822 platform/image-decoders/jpeg/jmemmgr.c \
823 platform/image-decoders/jpeg/jmemnobs.c \
824 platform/image-decoders/jpeg/jquant1.c \
825 platform/image-decoders/jpeg/jquant2.c \
826 platform/image-decoders/jpeg/jutils.c \
827 platform/image-decoders/bmp/BMPImageDecoder.cpp \
828 platform/image-decoders/ico/ICOImageDecoder.cpp \
829 platform/image-decoders/xbm/XBMImageDecoder.cpp
832 contains(DEFINES, ENABLE_XPATH=1) {
833 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XPATH
835 XPATHBISON = $$PWD/xml/XPathGrammar.y
838 xml/XPathNSResolver.idl \
839 xml/XPathExpression.idl \
840 xml/XPathResult.idl \
841 xml/XPathEvaluator.idl
844 contains(DEFINES, ENABLE_XSLT=1) {
845 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XSLT
846 !mac:CONFIG += link_pkgconfig
850 contains(DEFINES, ENABLE_XBL=1) {
851 FEATURE_DEFINES_JAVASCRIPT += ENABLE_XBL
854 contains(DEFINES, ENABLE_SVG=1) {
855 FEATURE_DEFINES_JAVASCRIPT += ENABLE_SVG
857 SVG_NAMES = $$PWD/ksvg2/svg/svgtags.in
859 XLINK_NAMES = $$PWD/ksvg2/misc/xlinkattrs.in
861 IDL_BINDINGS += ksvg2/events/SVGZoomEvent.idl \
862 ksvg2/svg/SVGAElement.idl \
863 ksvg2/svg/SVGAngle.idl \
864 ksvg2/svg/SVGAnimateColorElement.idl \
865 ksvg2/svg/SVGAnimatedAngle.idl \
866 ksvg2/svg/SVGAnimatedBoolean.idl \
867 ksvg2/svg/SVGAnimatedEnumeration.idl \
868 ksvg2/svg/SVGAnimatedInteger.idl \
869 ksvg2/svg/SVGAnimatedLength.idl \
870 ksvg2/svg/SVGAnimatedLengthList.idl \
871 ksvg2/svg/SVGAnimatedNumber.idl \
872 ksvg2/svg/SVGAnimatedNumberList.idl \
873 ksvg2/svg/SVGAnimatedPreserveAspectRatio.idl \
874 ksvg2/svg/SVGAnimatedRect.idl \
875 ksvg2/svg/SVGAnimatedString.idl \
876 ksvg2/svg/SVGAnimatedTransformList.idl \
877 ksvg2/svg/SVGAnimateElement.idl \
878 ksvg2/svg/SVGAnimateTransformElement.idl \
879 ksvg2/svg/SVGAnimationElement.idl \
880 ksvg2/svg/SVGCircleElement.idl \
881 ksvg2/svg/SVGClipPathElement.idl \
882 ksvg2/svg/SVGColor.idl \
883 ksvg2/svg/SVGComponentTransferFunctionElement.idl \
884 ksvg2/svg/SVGCursorElement.idl \
885 ksvg2/svg/SVGDefsElement.idl \
886 ksvg2/svg/SVGDescElement.idl \
887 ksvg2/svg/SVGDocument.idl \
888 ksvg2/svg/SVGElement.idl \
889 ksvg2/svg/SVGElementInstance.idl \
890 ksvg2/svg/SVGElementInstanceList.idl \
891 ksvg2/svg/SVGEllipseElement.idl \
892 ksvg2/svg/SVGFEBlendElement.idl \
893 ksvg2/svg/SVGFEColorMatrixElement.idl \
894 ksvg2/svg/SVGFEComponentTransferElement.idl \
895 ksvg2/svg/SVGFECompositeElement.idl \
896 ksvg2/svg/SVGFEDiffuseLightingElement.idl \
897 ksvg2/svg/SVGFEDisplacementMapElement.idl \
898 ksvg2/svg/SVGFEDistantLightElement.idl \
899 ksvg2/svg/SVGFEFloodElement.idl \
900 ksvg2/svg/SVGFEFuncAElement.idl \
901 ksvg2/svg/SVGFEFuncBElement.idl \
902 ksvg2/svg/SVGFEFuncGElement.idl \
903 ksvg2/svg/SVGFEFuncRElement.idl \
904 ksvg2/svg/SVGFEGaussianBlurElement.idl \
905 ksvg2/svg/SVGFEImageElement.idl \
906 ksvg2/svg/SVGFEMergeElement.idl \
907 ksvg2/svg/SVGFEMergeNodeElement.idl \
908 ksvg2/svg/SVGFEOffsetElement.idl \
909 ksvg2/svg/SVGFEPointLightElement.idl \
910 ksvg2/svg/SVGFESpecularLightingElement.idl \
911 ksvg2/svg/SVGFESpotLightElement.idl \
912 ksvg2/svg/SVGFETileElement.idl \
913 ksvg2/svg/SVGFETurbulenceElement.idl \
914 ksvg2/svg/SVGFilterElement.idl \
915 ksvg2/svg/SVGForeignObjectElement.idl \
916 ksvg2/svg/SVGGElement.idl \
917 ksvg2/svg/SVGGradientElement.idl \
918 ksvg2/svg/SVGImageElement.idl \
919 ksvg2/svg/SVGLength.idl \
920 ksvg2/svg/SVGLengthList.idl \
921 ksvg2/svg/SVGLinearGradientElement.idl \
922 ksvg2/svg/SVGLineElement.idl \
923 ksvg2/svg/SVGMarkerElement.idl \
924 ksvg2/svg/SVGMaskElement.idl \
925 ksvg2/svg/SVGMatrix.idl \
926 ksvg2/svg/SVGMetadataElement.idl \
927 ksvg2/svg/SVGNumber.idl \
928 ksvg2/svg/SVGNumberList.idl \
929 ksvg2/svg/SVGPaint.idl \
930 ksvg2/svg/SVGPathElement.idl \
931 ksvg2/svg/SVGPathSegArcAbs.idl \
932 ksvg2/svg/SVGPathSegArcRel.idl \
933 ksvg2/svg/SVGPathSegClosePath.idl \
934 ksvg2/svg/SVGPathSegCurvetoCubicAbs.idl \
935 ksvg2/svg/SVGPathSegCurvetoCubicRel.idl \
936 ksvg2/svg/SVGPathSegCurvetoCubicSmoothAbs.idl \
937 ksvg2/svg/SVGPathSegCurvetoCubicSmoothRel.idl \
938 ksvg2/svg/SVGPathSegCurvetoQuadraticAbs.idl \
939 ksvg2/svg/SVGPathSegCurvetoQuadraticRel.idl \
940 ksvg2/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl \
941 ksvg2/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl \
942 ksvg2/svg/SVGPathSeg.idl \
943 ksvg2/svg/SVGPathSegLinetoAbs.idl \
944 ksvg2/svg/SVGPathSegLinetoHorizontalAbs.idl \
945 ksvg2/svg/SVGPathSegLinetoHorizontalRel.idl \
946 ksvg2/svg/SVGPathSegLinetoRel.idl \
947 ksvg2/svg/SVGPathSegLinetoVerticalAbs.idl \
948 ksvg2/svg/SVGPathSegLinetoVerticalRel.idl \
949 ksvg2/svg/SVGPathSegList.idl \
950 ksvg2/svg/SVGPathSegMovetoAbs.idl \
951 ksvg2/svg/SVGPathSegMovetoRel.idl \
952 ksvg2/svg/SVGPatternElement.idl \
953 ksvg2/svg/SVGPoint.idl \
954 ksvg2/svg/SVGPointList.idl \
955 ksvg2/svg/SVGPolygonElement.idl \
956 ksvg2/svg/SVGPolylineElement.idl \
957 ksvg2/svg/SVGPreserveAspectRatio.idl \
958 ksvg2/svg/SVGRadialGradientElement.idl \
959 ksvg2/svg/SVGRectElement.idl \
960 ksvg2/svg/SVGRect.idl \
961 ksvg2/svg/SVGRenderingIntent.idl \
962 ksvg2/svg/SVGScriptElement.idl \
963 ksvg2/svg/SVGSetElement.idl \
964 ksvg2/svg/SVGStopElement.idl \
965 ksvg2/svg/SVGStringList.idl \
966 ksvg2/svg/SVGStyleElement.idl \
967 ksvg2/svg/SVGSVGElement.idl \
968 ksvg2/svg/SVGSwitchElement.idl \
969 ksvg2/svg/SVGSymbolElement.idl \
970 ksvg2/svg/SVGTextContentElement.idl \
971 ksvg2/svg/SVGTextElement.idl \
972 ksvg2/svg/SVGTextPositioningElement.idl \
973 ksvg2/svg/SVGTitleElement.idl \
974 ksvg2/svg/SVGTransform.idl \
975 ksvg2/svg/SVGTransformList.idl \
976 ksvg2/svg/SVGTRefElement.idl \
977 ksvg2/svg/SVGTSpanElement.idl \
978 ksvg2/svg/SVGUnitTypes.idl \
979 ksvg2/svg/SVGUseElement.idl \
980 ksvg2/svg/SVGViewElement.idl
983 # TODO: this-one-is-not-auto-added! FIXME! tmp/SVGElementFactory.cpp \
984 bindings/js/JSSVGElementWrapperFactory.cpp \
985 bindings/js/JSSVGMatrixCustom.cpp \
986 bindings/js/JSSVGPathSegCustom.cpp \
987 bindings/js/JSSVGPathSegListCustom.cpp \
988 bindings/js/JSSVGPointListCustom.cpp \
989 ksvg2/css/SVGCSSParser.cpp \
990 ksvg2/css/SVGCSSStyleSelector.cpp \
991 ksvg2/css/SVGRenderStyle.cpp \
992 ksvg2/css/SVGRenderStyleDefs.cpp \
993 ksvg2/events/JSSVGLazyEventListener.cpp \
994 ksvg2/events/SVGZoomEvent.cpp \
995 ksvg2/misc/KCanvasRenderingStyle.cpp \
996 ksvg2/misc/PointerEventsHitRules.cpp \
997 ksvg2/misc/SVGDocumentExtensions.cpp \
998 ksvg2/misc/SVGImageLoader.cpp \
999 ksvg2/misc/SVGTimer.cpp \
1000 ksvg2/misc/TimeScheduler.cpp \
1001 ksvg2/svg/ColorDistance.cpp \
1002 ksvg2/svg/SVGAElement.cpp \
1003 ksvg2/svg/SVGAngle.cpp \
1004 ksvg2/svg/SVGAnimateColorElement.cpp \
1005 ksvg2/svg/SVGAnimatedPathData.cpp \
1006 ksvg2/svg/SVGAnimatedPoints.cpp \
1007 ksvg2/svg/SVGAnimateElement.cpp \
1008 ksvg2/svg/SVGAnimateMotionElement.cpp \
1009 ksvg2/svg/SVGAnimateTransformElement.cpp \
1010 ksvg2/svg/SVGAnimationElement.cpp \
1011 ksvg2/svg/SVGCircleElement.cpp \
1012 ksvg2/svg/SVGClipPathElement.cpp \
1013 ksvg2/svg/SVGColor.cpp \
1014 ksvg2/svg/SVGComponentTransferFunctionElement.cpp \
1015 ksvg2/svg/SVGCursorElement.cpp \
1016 ksvg2/svg/SVGDefsElement.cpp \
1017 ksvg2/svg/SVGDescElement.cpp \
1018 ksvg2/svg/SVGDocument.cpp \
1019 ksvg2/svg/SVGElement.cpp \
1020 ksvg2/svg/SVGElementInstance.cpp \
1021 ksvg2/svg/SVGElementInstanceList.cpp \
1022 ksvg2/svg/SVGEllipseElement.cpp \
1023 ksvg2/svg/SVGExternalResourcesRequired.cpp \
1024 ksvg2/svg/SVGFEBlendElement.cpp \
1025 ksvg2/svg/SVGFEColorMatrixElement.cpp \
1026 ksvg2/svg/SVGFEComponentTransferElement.cpp \
1027 ksvg2/svg/SVGFECompositeElement.cpp \
1028 ksvg2/svg/SVGFEDiffuseLightingElement.cpp \
1029 ksvg2/svg/SVGFEDisplacementMapElement.cpp \
1030 ksvg2/svg/SVGFEDistantLightElement.cpp \
1031 ksvg2/svg/SVGFEFloodElement.cpp \
1032 ksvg2/svg/SVGFEFuncAElement.cpp \
1033 ksvg2/svg/SVGFEFuncBElement.cpp \
1034 ksvg2/svg/SVGFEFuncGElement.cpp \
1035 ksvg2/svg/SVGFEFuncRElement.cpp \
1036 ksvg2/svg/SVGFEGaussianBlurElement.cpp \
1037 ksvg2/svg/SVGFEImageElement.cpp \
1038 ksvg2/svg/SVGFELightElement.cpp \
1039 ksvg2/svg/SVGFEMergeElement.cpp \
1040 ksvg2/svg/SVGFEMergeNodeElement.cpp \
1041 ksvg2/svg/SVGFEOffsetElement.cpp \
1042 ksvg2/svg/SVGFEPointLightElement.cpp \
1043 ksvg2/svg/SVGFESpecularLightingElement.cpp \
1044 ksvg2/svg/SVGFESpotLightElement.cpp \
1045 ksvg2/svg/SVGFETileElement.cpp \
1046 ksvg2/svg/SVGFETurbulenceElement.cpp \
1047 ksvg2/svg/SVGFilterElement.cpp \
1048 ksvg2/svg/SVGFilterPrimitiveStandardAttributes.cpp \
1049 ksvg2/svg/SVGFitToViewBox.cpp \
1050 ksvg2/svg/SVGForeignObjectElement.cpp \
1051 ksvg2/svg/SVGGElement.cpp \
1052 ksvg2/svg/SVGGradientElement.cpp \
1053 ksvg2/svg/SVGImageElement.cpp \
1054 ksvg2/svg/SVGLangSpace.cpp \
1055 ksvg2/svg/SVGLength.cpp \
1056 ksvg2/svg/SVGLengthList.cpp \
1057 ksvg2/svg/SVGLinearGradientElement.cpp \
1058 ksvg2/svg/SVGLineElement.cpp \
1059 ksvg2/svg/SVGLocatable.cpp \
1060 ksvg2/svg/SVGMarkerElement.cpp \
1061 ksvg2/svg/SVGMaskElement.cpp \
1062 ksvg2/svg/SVGMetadataElement.cpp \
1063 ksvg2/svg/SVGMPathElement.cpp \
1064 ksvg2/svg/SVGNumberList.cpp \
1065 ksvg2/svg/SVGPaint.cpp \
1066 ksvg2/svg/SVGParserUtilities.cpp \
1067 ksvg2/svg/SVGPathElement.cpp \
1068 ksvg2/svg/SVGPathSegArc.cpp \
1069 ksvg2/svg/SVGPathSegClosePath.cpp \
1070 ksvg2/svg/SVGPathSegCurvetoCubic.cpp \
1071 ksvg2/svg/SVGPathSegCurvetoCubicSmooth.cpp \
1072 ksvg2/svg/SVGPathSegCurvetoQuadratic.cpp \
1073 ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.cpp \
1074 ksvg2/svg/SVGPathSegLineto.cpp \
1075 ksvg2/svg/SVGPathSegLinetoHorizontal.cpp \
1076 ksvg2/svg/SVGPathSegLinetoVertical.cpp \
1077 ksvg2/svg/SVGPathSegList.cpp \
1078 ksvg2/svg/SVGPathSegMoveto.cpp \
1079 ksvg2/svg/SVGPatternElement.cpp \
1080 ksvg2/svg/SVGPointList.cpp \
1081 ksvg2/svg/SVGPolyElement.cpp \
1082 ksvg2/svg/SVGPolygonElement.cpp \
1083 ksvg2/svg/SVGPolylineElement.cpp \
1084 ksvg2/svg/SVGPreserveAspectRatio.cpp \
1085 ksvg2/svg/SVGRadialGradientElement.cpp \
1086 ksvg2/svg/SVGRectElement.cpp \
1087 ksvg2/svg/SVGScriptElement.cpp \
1088 ksvg2/svg/SVGSetElement.cpp \
1089 ksvg2/svg/SVGStopElement.cpp \
1090 ksvg2/svg/SVGStringList.cpp \
1091 ksvg2/svg/SVGStylable.cpp \
1092 ksvg2/svg/SVGStyledElement.cpp \
1093 ksvg2/svg/SVGStyledLocatableElement.cpp \
1094 ksvg2/svg/SVGStyledTransformableElement.cpp \
1095 ksvg2/svg/SVGStyleElement.cpp \
1096 ksvg2/svg/SVGSVGElement.cpp \
1097 ksvg2/svg/SVGSwitchElement.cpp \
1098 ksvg2/svg/SVGSymbolElement.cpp \
1099 ksvg2/svg/SVGTests.cpp \
1100 ksvg2/svg/SVGTextContentElement.cpp \
1101 ksvg2/svg/SVGTextElement.cpp \
1102 ksvg2/svg/SVGTextPositioningElement.cpp \
1103 ksvg2/svg/SVGTitleElement.cpp \
1104 ksvg2/svg/SVGTransformable.cpp \
1105 ksvg2/svg/SVGTransform.cpp \
1106 ksvg2/svg/SVGTransformDistance.cpp \
1107 ksvg2/svg/SVGTransformList.cpp \
1108 ksvg2/svg/SVGTRefElement.cpp \
1109 ksvg2/svg/SVGTSpanElement.cpp \
1110 ksvg2/svg/SVGURIReference.cpp \
1111 ksvg2/svg/SVGUseElement.cpp \
1112 ksvg2/svg/SVGViewElement.cpp \
1113 ksvg2/svg/SVGZoomAndPan.cpp \
1114 platform/graphics/svg/filters/SVGFEBlend.cpp \
1115 platform/graphics/svg/filters/SVGFEColorMatrix.cpp \
1116 platform/graphics/svg/filters/SVGFEComponentTransfer.cpp \
1117 platform/graphics/svg/filters/SVGFEComposite.cpp \
1118 platform/graphics/svg/filters/SVGFEConvolveMatrix.cpp \
1119 platform/graphics/svg/filters/SVGFEDiffuseLighting.cpp \
1120 platform/graphics/svg/filters/SVGFEDisplacementMap.cpp \
1121 platform/graphics/svg/filters/SVGFEFlood.cpp \
1122 platform/graphics/svg/filters/SVGFEGaussianBlur.cpp \
1123 platform/graphics/svg/filters/SVGFEImage.cpp \
1124 platform/graphics/svg/filters/SVGFEMerge.cpp \
1125 platform/graphics/svg/filters/SVGFEMorphology.cpp \
1126 platform/graphics/svg/filters/SVGFEOffset.cpp \
1127 platform/graphics/svg/filters/SVGFESpecularLighting.cpp \
1128 platform/graphics/svg/filters/SVGFETurbulence.cpp \
1129 platform/graphics/svg/filters/SVGFilterEffect.cpp \
1130 platform/graphics/svg/filters/SVGLightSource.cpp \
1131 platform/graphics/svg/SVGImage.cpp \
1132 platform/graphics/svg/SVGPaintServer.cpp \
1133 platform/graphics/svg/SVGPaintServerGradient.cpp \
1134 platform/graphics/svg/SVGPaintServerLinearGradient.cpp \
1135 platform/graphics/svg/SVGPaintServerPattern.cpp \
1136 platform/graphics/svg/SVGPaintServerRadialGradient.cpp \
1137 platform/graphics/svg/SVGPaintServerSolid.cpp \
1138 platform/graphics/svg/SVGResourceClipper.cpp \
1139 platform/graphics/svg/SVGResource.cpp \
1140 platform/graphics/svg/SVGResourceFilter.cpp \
1141 platform/graphics/svg/SVGResourceMarker.cpp \
1142 platform/graphics/svg/SVGResourceMasker.cpp \
1143 rendering/RenderForeignObject.cpp \
1144 rendering/RenderPath.cpp \
1145 rendering/RenderSVGBlock.cpp \
1146 rendering/RenderSVGContainer.cpp \
1147 rendering/RenderSVGGradientStop.cpp \
1148 rendering/RenderSVGHiddenContainer.cpp \
1149 rendering/RenderSVGImage.cpp \
1150 rendering/RenderSVGInline.cpp \
1151 rendering/RenderSVGInlineText.cpp \
1152 rendering/RenderSVGText.cpp \
1153 rendering/RenderSVGTSpan.cpp \
1154 rendering/SVGInlineFlowBox.cpp \
1155 rendering/SVGInlineTextBox.cpp \
1156 rendering/SVGRootInlineBox.cpp
1158 qt-port:SOURCES += \
1159 platform/graphics/svg/qt/RenderPathQt.cpp \
1160 platform/graphics/svg/qt/SVGPaintServerGradientQt.cpp \
1161 platform/graphics/svg/qt/SVGPaintServerLinearGradientQt.cpp \
1162 platform/graphics/svg/qt/SVGPaintServerPatternQt.cpp \
1163 platform/graphics/svg/qt/SVGPaintServerQt.cpp \
1164 platform/graphics/svg/qt/SVGPaintServerRadialGradientQt.cpp \
1165 platform/graphics/svg/qt/SVGPaintServerSolidQt.cpp \
1166 platform/graphics/svg/qt/SVGResourceClipperQt.cpp \
1167 platform/graphics/svg/qt/SVGResourceFilterQt.cpp \
1168 platform/graphics/svg/qt/SVGResourceMaskerQt.cpp
1171 svgnames_a.output = tmp/SVGNames.cpp
1172 svgnames_a.commands = perl $$PWD/ksvg2/scripts/make_names.pl --tags $$PWD/ksvg2/svg/svgtags.in --attrs $$PWD/ksvg2/svg/svgattrs.in --namespace SVG --cppNamespace WebCore --namespaceURI 'http://www.w3.org/2000/svg' --factory --attrsNullNamespace --output tmp
1173 svgnames_a.input = SVG_NAMES
1174 svgnames_a.dependency_type = TYPE_C
1175 svgnames_a.CONFIG = target_predeps
1176 svgnames_a.variable_out = GENERATED_SOURCES
1177 svgnames_a.clean = ${QMAKE_FILE_OUT} tmp/SVGNames.h
1178 QMAKE_EXTRA_COMPILERS += svgnames_a
1179 svgnames_b.output = tmp/SVGElementFactory.cpp
1180 svgnames_b.commands = @echo -n ''
1181 svgnames_b.input = SVG_NAMES
1182 svgnames_b.depends = tmp/SVGNames.cpp
1183 svgnames_b.CONFIG = target_predeps
1184 svgnames_b.variable_out = GENERATED_SOURCES
1185 svgnames_b.clean += tmp/SVGElementFactory.h ${QMAKE_FILE_OUT}
1186 QMAKE_EXTRA_COMPILERS += svgnames_b
1189 xlinknames.output = tmp/XLinkNames.cpp
1190 xlinknames.commands = perl $$PWD/ksvg2/scripts/make_names.pl --attrs $$PWD/ksvg2/misc/xlinkattrs.in --namespace XLink --cppNamespace WebCore --namespaceURI 'http://www.w3.org/1999/xlink' --output tmp
1191 xlinknames.input = XLINK_NAMES
1192 xlinknames.dependency_type = TYPE_C
1193 xlinknames.CONFIG = target_predeps
1194 xlinknames.variable_out = GENERATED_SOURCES
1195 xlinknames.clean = ${QMAKE_FILE_OUT} tmp/XLinkNames.h
1196 QMAKE_EXTRA_COMPILERS += xlinknames
1200 # GENERATOR 1: IDL compiler
1201 idl.output = tmp/JS${QMAKE_FILE_BASE}.cpp
1202 idl.variable_out = GENERATED_SOURCES
1203 idl.input = IDL_BINDINGS
1204 idl.commands = perl -I$$PWD/bindings/scripts $$PWD/bindings/scripts/generate-bindings.pl --defines \"$${FEATURE_DEFINES_JAVASCRIPT}\" --generator JS --include $$PWD/dom --include $$PWD/html --include $$PWD/xml --include $$PWD/ksvg2/svg --outputdir tmp ${QMAKE_FILE_NAME}
1205 idl.CONFIG += target_predeps
1206 idl.clean = tmp/JS${QMAKE_FILE_BASE}.h ${QMAKE_FILE_OUT}
1207 QMAKE_EXTRA_COMPILERS += idl
1209 # GENERATOR 2-A: LUT creator
1210 #lut.output = tmp/${QMAKE_FILE_BASE}.lut.h
1211 #lut.commands = perl $$PWD/../JavaScriptCore/kjs/create_hash_table ${QMAKE_FILE_NAME} -i > ${QMAKE_FILE_OUT}
1212 #lut.depend = ${QMAKE_FILE_NAME}
1213 #lut.input = LUT_FILES
1214 #lut.CONFIG += no_link
1215 #QMAKE_EXTRA_COMPILERS += lut
1217 # GENERATOR 2-B: like JavaScriptCore/LUT Generator, but rename output
1218 luttable.output = tmp/${QMAKE_FILE_BASE}Table.cpp
1219 luttable.commands = perl $$PWD/../JavaScriptCore/kjs/create_hash_table ${QMAKE_FILE_NAME} -i > ${QMAKE_FILE_OUT}
1220 luttable.depend = ${QMAKE_FILE_NAME}
1221 luttable.input = LUT_TABLE_FILES
1222 luttable.CONFIG += no_link
1223 luttable.dependency_type = TYPE_C
1224 QMAKE_EXTRA_COMPILERS += luttable
1226 # GENERATOR 3: tokenizer (flex)
1227 tokenizer.output = tmp/${QMAKE_FILE_BASE}.cpp
1228 tokenizer.commands = flex -t < ${QMAKE_FILE_NAME} | perl $$PWD/css/maketokenizer > ${QMAKE_FILE_OUT}
1229 tokenizer.dependency_Type = TYPE_C
1230 tokenizer.input = TOKENIZER
1231 tokenizer.CONFIG += target_predeps no_link
1232 QMAKE_EXTRA_COMPILERS += tokenizer
1234 # GENERATOR 4: CSS grammar
1235 cssbison.output = tmp/${QMAKE_FILE_BASE}.cpp
1236 cssbison.commands = bison -d -p cssyy ${QMAKE_FILE_NAME} -o ${QMAKE_FILE_BASE}.tab.c && mv ${QMAKE_FILE_BASE}.tab.c tmp/${QMAKE_FILE_BASE}.cpp && mv ${QMAKE_FILE_BASE}.tab.h tmp/${QMAKE_FILE_BASE}.h
1237 cssbison.depend = ${QMAKE_FILE_NAME}
1238 cssbison.input = CSSBISON
1239 cssbison.CONFIG = target_predeps
1240 cssbison.dependency_type = TYPE_C
1241 cssbison.variable_out = GENERATED_SOURCES
1242 cssbison.clean = ${QMAKE_FILE_OUT} tmp/${QMAKE_FILE_BASE}.h
1243 QMAKE_EXTRA_COMPILERS += cssbison
1244 #PRE_TARGETDEPS += tmp/CSSGrammar.cpp
1245 grammar_h_dep.target = tmp/cssparser.o
1246 grammar_h_dep.depends = tmp/CSSGrammar.cpp
1247 QMAKE_EXTRA_TARGETS += grammar_h_dep
1250 htmlnames.output = tmp/HTMLNames.cpp
1251 htmlnames.commands = perl $$PWD/ksvg2/scripts/make_names.pl --tags $$PWD/html/HTMLTagNames.in --attrs $$PWD/html/HTMLAttributeNames.in --namespace HTML --namespacePrefix xhtml --cppNamespace WebCore --namespaceURI 'http://www.w3.org/1999/xhtml' --attrsNullNamespace --output tmp
1252 htmlnames.input = HTML_NAMES
1253 htmlnames.dependency_type = TYPE_C
1254 htmlnames.CONFIG = target_predeps
1255 htmlnames.variable_out = GENERATED_SOURCES
1256 htmlnames.clean = ${QMAKE_FILE_OUT} tmp/HTMLNames.h
1257 QMAKE_EXTRA_COMPILERS += htmlnames
1260 xmlnames.output = tmp/XMLNames.cpp
1261 xmlnames.commands = perl $$PWD/ksvg2/scripts/make_names.pl --attrs $$PWD/xml/xmlattrs.in --namespace XML --cppNamespace WebCore --namespaceURI 'http://www.w3.org/XML/1998/namespace' --output tmp
1262 xmlnames.input = XML_NAMES
1263 xmlnames.dependency_type = TYPE_C
1264 xmlnames.CONFIG = target_predeps
1265 xmlnames.variable_out = GENERATED_SOURCES
1266 xmlnames.clean = ${QMAKE_FILE_OUT} tmp/XMLNames.h
1267 QMAKE_EXTRA_COMPILERS += xmlnames
1270 cssprops.output = tmp/CSSPropertyNames.c
1271 cssprops.input = WALDOCSSPROPS
1272 cssprops.commands = cp ${QMAKE_FILE_NAME} tmp && cd tmp && sh $$PWD/css/makeprop && rm ${QMAKE_FILE_BASE}.strip ${QMAKE_FILE_BASE}.in ${QMAKE_FILE_BASE}.gperf
1273 cssprops.CONFIG = target_predeps no_link
1274 cssprops.clean = ${QMAKE_FILE_OUT} tmp/CSSPropertyNames.h
1275 QMAKE_EXTRA_COMPILERS += cssprops
1278 cssvalues.output = tmp/CSSValueKeywords.c
1279 cssvalues.input = WALDOCSSVALUES
1280 cssvalues.commands = cp ${QMAKE_FILE_NAME} tmp && cd tmp && sh $$PWD/css/makevalues && rm CSSValueKeywords.in CSSValueKeywords.strip CSSValueKeywords.gperf
1281 cssvalues.CONFIG = target_predeps no_link
1282 cssvalues.clean = ${QMAKE_FILE_OUT} tmp/CSSValueKeywords.h
1283 QMAKE_EXTRA_COMPILERS += cssvalues
1286 svgcssproperties.output = tmp/ksvgcssproperties.h
1287 svgcssproperties.input = SVGCSSPROPERTIES
1288 svgcssproperties.commands = cp $$PWD/ksvg2/css/CSSPropertyNames.in tmp/ksvgcssproperties.in && cd tmp && perl $$PWD/ksvg2/scripts/cssmakeprops -n SVG -f ksvgcssproperties.in && rm ksvgcssproperties.in ksvgcssproperties.gperf
1289 svgcssproperties.CONFIG = target_predeps no_link
1290 svgcssproperties.clean = ${QMAKE_FILE_OUT} tmp/ksvgcssproperties.c
1291 QMAKE_EXTRA_COMPILERS += svgcssproperties
1294 svgcssvalues.output = tmp/ksvgcssvalues.h
1295 svgcssvalues.input = SVGCSSVALUES
1296 svgcssvalues.commands = perl -ne \'print lc\' $$PWD/ksvg2/css/CSSValueKeywords.in > tmp/ksvgcssvalues.in && cd tmp && perl $$PWD/ksvg2/scripts/cssmakevalues -n SVG -f ksvgcssvalues.in && rm ksvgcssvalues.in ksvgcssvalues.gperf
1297 svgcssvalues.CONFIG = target_predeps no_link
1298 svgcssvalues.clean = ${QMAKE_FILE_OUT} tmp/ksvgcssvalues.c tmp/CSSValueKeywords.h
1299 QMAKE_EXTRA_COMPILERS += svgcssvalues
1302 entities.output = tmp/HTMLEntityNames.c
1303 entities.commands = gperf -a -L ANSI-C -C -G -c -o -t -k '\*' -N findEntity -D -s 2 < $$PWD/html/HTMLEntityNames.gperf > tmp/HTMLEntityNames.c
1304 entities.input = ENTITIES_GPERF
1305 entities.dependency_type = TYPE_C
1306 entities.CONFIG = target_predeps no_link
1307 entities.clean = ${QMAKE_FILE_OUT}
1308 QMAKE_EXTRA_COMPILERS += entities
1310 # PRE-GENERATOR 8-B:
1311 doctypestrings.target = $$OUTPUT_DIR/WebCore/tmp/DocTypeStrings.cpp
1312 doctypestrings.commands = echo \"$${LITERAL_HASH}include <string.h>\" > $$doctypestrings.target && gperf -CEot -L ANSI-C -k \'*\' -N findDoctypeEntry -F ,PubIDInfo::eAlmostStandards,PubIDInfo::eAlmostStandards < $$PWD/html/DocTypeStrings.gperf >> $$doctypestrings.target
1313 QMAKE_EXTRA_TARGETS += doctypestrings
1314 PRE_TARGETDEPS += $$OUTPUT_DIR/WebCore/tmp/DocTypeStrings.cpp
1315 CLEAN_FILES += $$doctypestrings.target
1318 colordata.output = tmp/ColorData.c
1319 colordata.commands = echo \"$${LITERAL_HASH}include <string.h>\" > ${QMAKE_FILE_OUT} && gperf -CDEot -L ANSI-C -k \'*\' -N findColor -D -s 2 < ${QMAKE_FILE_NAME} >> ${QMAKE_FILE_OUT}
1320 colordata.input = COLORDAT_GPERF
1321 colordata.CONFIG = target_predeps no_link
1322 QMAKE_EXTRA_COMPILERS += colordata
1325 stylesheets.output = tmp/UserAgentStyleSheetsData.cpp
1326 stylesheets.commands = perl $$PWD/css/make-css-file-arrays.pl tmp/UserAgentStyleSheets.h tmp/UserAgentStyleSheetsData.cpp $$PWD/css/html4.css $$PWD/css/quirks.css $$PWD/css/svg.css $$PWD/css/view-source.css
1327 stylesheets.input = STYLESHEETS_EMBED
1328 stylesheets.CONFIG = target_predeps
1329 stylesheets.variable_out = GENERATED_SOURCES
1330 stylesheets.clean = ${QMAKE_FILE_OUT} tmp/UserAgentStyleSheets.h
1331 QMAKE_EXTRA_COMPILERS += stylesheets
1334 manual_moc.output = tmp/${QMAKE_FILE_BASE}.moc
1335 manual_moc.commands = $$QMAKE_MOC ${QMAKE_FILE_NAME} -o ${QMAKE_FILE_OUT}
1336 manual_moc.input = MANUALMOC
1337 manual_moc.CONFIG += target_predeps no_link
1338 QMAKE_EXTRA_COMPILERS += manual_moc
1340 # GENERATOR 10: XPATH grammar
1341 xpathbison.output = tmp/${QMAKE_FILE_BASE}.cpp
1342 xpathbison.commands = bison -d -p xpathyy ${QMAKE_FILE_NAME} -o ${QMAKE_FILE_BASE}.tab.c && mv ${QMAKE_FILE_BASE}.tab.c tmp/${QMAKE_FILE_BASE}.cpp && mv ${QMAKE_FILE_BASE}.tab.h tmp/${QMAKE_FILE_BASE}.h
1343 xpathbison.depend = ${QMAKE_FILE_NAME}
1344 xpathbison.input = XPATHBISON
1345 xpathbison.CONFIG = target_predeps
1346 xpathbison.dependency_type = TYPE_C
1347 xpathbison.variable_out = GENERATED_SOURCES
1348 xpathbison.clean = ${QMAKE_FILE_OUT} tmp/${QMAKE_FILE_BASE}.h
1349 QMAKE_EXTRA_COMPILERS += xpathbison