2 Programs/DumpRenderTree \
7 Programs_GtkLauncher_CPPFLAGS = \
8 -I$(srcdir)/WebKit/gtk \
9 -I$(top_builddir)/WebKit/gtk \
10 -I$(top_builddir)/DerivedSources \
12 $(javascriptcore_cppflags)
14 Programs_GtkLauncher_SOURCES = \
15 WebKitTools/GtkLauncher/main.c
17 Programs_GtkLauncher_CFLAGS = \
19 -fno-strict-aliasing \
24 Programs_GtkLauncher_LDADD = \
25 libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
29 Programs_GtkLauncher_LDFLAGS = \
34 dumprendertree_cppflags := \
35 -I$(srcdir)/WebKitTools/DumpRenderTree \
36 -I$(srcdir)/WebKitTools/DumpRenderTree/cairo \
37 -I$(srcdir)/WebKitTools/DumpRenderTree/gtk \
38 -I$(srcdir)/WebKit/gtk \
39 -I$(top_builddir)/WebKit/gtk \
40 -I$(top_builddir)/DerivedSources \
42 $(javascriptcore_cppflags)
44 Programs_DumpRenderTree_CPPFLAGS = $(dumprendertree_cppflags)
46 Programs_DumpRenderTree_SOURCES = \
47 WebKitTools/DumpRenderTree/DumpRenderTree.h \
48 WebKitTools/DumpRenderTree/DumpRenderTreePrefix.h \
49 WebKitTools/DumpRenderTree/AccessibilityController.cpp \
50 WebKitTools/DumpRenderTree/AccessibilityController.h \
51 WebKitTools/DumpRenderTree/AccessibilityUIElement.cpp \
52 WebKitTools/DumpRenderTree/AccessibilityUIElement.h \
53 WebKitTools/DumpRenderTree/GCController.cpp \
54 WebKitTools/DumpRenderTree/GCController.h \
55 WebKitTools/DumpRenderTree/JavaScriptThreading.h \
56 WebKitTools/DumpRenderTree/LayoutTestController.cpp \
57 WebKitTools/DumpRenderTree/LayoutTestController.h \
58 WebKitTools/DumpRenderTree/PixelDumpSupport.cpp \
59 WebKitTools/DumpRenderTree/PixelDumpSupport.h \
60 WebKitTools/DumpRenderTree/WorkQueue.cpp \
61 WebKitTools/DumpRenderTree/WorkQueue.h \
62 WebKitTools/DumpRenderTree/WorkQueueItem.h \
63 WebKitTools/DumpRenderTree/config.h \
64 WebKitTools/DumpRenderTree/cairo/PixelDumpSupportCairo.cpp \
65 WebKitTools/DumpRenderTree/cairo/PixelDumpSupportCairo.h \
66 WebKitTools/DumpRenderTree/gtk/AccessibilityControllerGtk.cpp \
67 WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp \
68 WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp \
69 WebKitTools/DumpRenderTree/gtk/DumpRenderTreeGtk.h \
70 WebKitTools/DumpRenderTree/gtk/EventSender.h \
71 WebKitTools/DumpRenderTree/gtk/EventSender.cpp \
72 WebKitTools/DumpRenderTree/gtk/GCControllerGtk.cpp \
73 WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp \
74 WebKitTools/DumpRenderTree/gtk/PixelDumpSupportGtk.cpp \
75 WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp
77 Programs_DumpRenderTree_CXXFLAGS = \
79 $(dumprendertree_cppflags) \
80 $(Programs_DumpRenderTree_CFLAGS)
82 Programs_DumpRenderTree_CFLAGS = \
83 -fno-strict-aliasing \
84 $(dumprendertree_cppflags) \
86 $(GLOBALDEPS_CFLAGS) \
91 Programs_DumpRenderTree_LDADD = \
92 libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \
93 libJavaScriptCore.la \
101 Programs_DumpRenderTree_LDFLAGS = \
106 Programs_ImageDiff_CPPFLAGS = $(global_cppflags)
108 Programs_ImageDiff_SOURCES = \
109 WebKitTools/DumpRenderTree/gtk/ImageDiff.cpp
111 Programs_ImageDiff_CXXFLAGS = \
114 $(Programs_ImageDiff_CFLAGS)
116 Programs_ImageDiff_CFLAGS = \
117 -fno-strict-aliasing \
119 $(GLOBALDEPS_CFLAGS) \
122 Programs_ImageDiff_LDADD = \
125 Programs_ImageDiff_LDFLAGS = \
131 Programs/DumpRenderTree \
132 Programs/GtkLauncher \
137 # Build TestNetscapePlugin only for X11
138 # since we don't support plugins for non-X11 builds at the moment.
139 noinst_LTLIBRARIES += \
140 TestNetscapePlugin/libtestnetscapeplugin.la
142 dumprendertree_cppflags += \
143 -DTEST_PLUGIN_DIR=\"${shell pwd}/${top_builddir}/TestNetscapePlugin/.libs\" \
144 -DFONTS_CONF_FILE=\"${shell pwd}/${srcdir}/WebKitTools/DumpRenderTree/gtk/fonts.conf\"
146 TestNetscapePlugin_libtestnetscapeplugin_la_CPPFLAGS = \
147 -I$(srcdir)/WebKitTools/DumpRenderTree \
148 -I$(srcdir)/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ForwardingHeaders \
149 -I$(srcdir)/WebCore \
150 -I$(srcdir)/WebCore/bridge \
151 -I$(srcdir)/WebCore/plugins \
152 -I$(srcdir)/WebKitTools/DumpRenderTree/TestNetscapePlugIn \
154 $(javascriptcore_cppflags)
156 TestNetscapePlugin_libtestnetscapeplugin_la_SOURCES = \
157 WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ForwardingHeaders/WebKit/npapi.h \
158 WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ForwardingHeaders/WebKit/npfunctions.h \
159 WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ForwardingHeaders/WebKit/npruntime.h \
160 WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp \
161 WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/DocumentOpenInDestroyStream.cpp \
162 WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeObjectFromDestroyedPlugin.cpp \
163 WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp \
164 WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/PluginScriptableNPObjectInvokeDefault.cpp \
165 WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp \
166 WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h \
167 WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp \
168 WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.h \
169 WebKitTools/DumpRenderTree/TestNetscapePlugIn/TestObject.cpp \
170 WebKitTools/DumpRenderTree/TestNetscapePlugIn/TestObject.h
172 TestNetscapePlugin_libtestnetscapeplugin_la_LDFLAGS = \
173 -rpath ${shell pwd}/$(top_builddir)/../unix/TestNetscapePlugin/.libs \
178 CLEANFILES += TestNetscapePlugin/libtestnetscapeplugin.la