From d8543bb6618c17b12da906afa77d216f58cf4058 Mon Sep 17 00:00:00 2001 From: Upstream Date: Mon, 12 Jan 1970 13:46:40 +0000 Subject: external/webkit r30707 --- WebKitTools/GNUmakefile.am | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 WebKitTools/GNUmakefile.am (limited to 'WebKitTools/GNUmakefile.am') diff --git a/WebKitTools/GNUmakefile.am b/WebKitTools/GNUmakefile.am new file mode 100644 index 0000000..26758b5 --- /dev/null +++ b/WebKitTools/GNUmakefile.am @@ -0,0 +1,48 @@ +noinst_PROGRAMS += \ + Programs/GtkLauncher \ + Programs/DumpRenderTree + +# GtkLauncher +Programs_GtkLauncher_CPPFLAGS = \ + -I$(srcdir)/WebKit/gtk \ + $(global_cppflags) + +Programs_GtkLauncher_SOURCES = \ + WebKitTools/GtkLauncher/main.c + +Programs_GtkLauncher_CFLAGS = \ + $(GLOBALDEPS_CFLAGS) \ + $(WEBKITDEPS_CFLAGS) \ + $(global_cflags) + +Programs_GtkLauncher_LDADD = \ + libwebkit-1.0.la + +Programs_GtkLauncher_LDFLAGS = -rpath $(CURDIR)/.libs + +# DumpRenderTree +Programs_DumpRenderTree_CPPFLAGS = \ + -I$(srcdir)/WebKitTools/DumpRenderTree \ + -I$(srcdir)/WebKitTools/DumpRenderTree/gtk \ + -I$(srcdir)/WebKit/gtk \ + $(global_cppflags) + +Programs_DumpRenderTree_SOURCES = \ + WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp \ + WebKitTools/DumpRenderTree/LayoutTestController.cpp \ + WebKitTools/DumpRenderTree/GCController.cpp \ + WebKitTools/DumpRenderTree/WorkQueue.cpp \ + WebKitTools/DumpRenderTree/gtk/GCControllerGtk.cpp \ + WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp \ + WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp + +Programs_DumpRenderTree_CXXFLAGS = \ + $(GLOBALDEPS_CFLAGS) \ + $(WEBKITDEPS_CFLAGS) \ + $(global_cxxflags) \ + $(global_cflags) + +Programs_DumpRenderTree_LDADD = \ + libwebkit-1.0.la + +Programs_DumpRenderTree_LDFLAGS = -rpath $(CURDIR)/.libs -- cgit v1.1