3 Programs/DumpRenderTree
6 Programs_GtkLauncher_CPPFLAGS = \
7 -I$(srcdir)/WebKit/gtk \
10 Programs_GtkLauncher_SOURCES = \
11 WebKitTools/GtkLauncher/main.c
13 Programs_GtkLauncher_CFLAGS = \
14 $(DEPENDENCIES_CFLAGS) \
17 Programs_GtkLauncher_LDADD = \
18 $(DEPENDENCIES_LIBS) \
19 libJavaScriptCore.la \
22 Programs_GtkLauncher_LDFLAGS = -ljpeg -rpath $(CURDIR)/.libs
25 Programs_DumpRenderTree_CPPFLAGS = \
26 -I$(srcdir)/WebKitTools/DumpRenderTree \
27 -I$(srcdir)/WebKitTools/DumpRenderTree/gtk \
28 -I$(srcdir)/WebKit/gtk \
31 Programs_DumpRenderTree_SOURCES = \
32 WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp \
33 WebKitTools/DumpRenderTree/LayoutTestController.cpp \
34 WebKitTools/DumpRenderTree/GCController.cpp \
35 WebKitTools/DumpRenderTree/WorkQueue.cpp \
36 WebKitTools/DumpRenderTree/gtk/GCControllerGtk.cpp \
37 WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp \
38 WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp
40 Programs_DumpRenderTree_CXXFLAGS = \
41 $(DEPENDENCIES_CFLAGS) \
44 Programs_DumpRenderTree_LDADD = \
45 $(DEPENDENCIES_LIBS) \
46 libJavaScriptCore.la \
49 Programs_DumpRenderTree_LDFLAGS = -rpath $(CURDIR)/.libs