| include $(srcdir)/Source/WebKit2/GNUmakefile.list.am |
| |
| if ENABLE_WEBKIT2 |
| # Shared libraries |
| lib_LTLIBRARIES += \ |
| libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la |
| |
| # We need to make sure plugin process is always built with gtk2, because plugins like flash |
| # still use gtk2. Since webcore was built with gtk3, we need to build webcoregtk sources again with gtk2 |
| noinst_LTLIBRARIES += \ |
| libWebCoreGtk2.la |
| |
| libexec_PROGRAMS += \ |
| Programs/WebKitPluginProcess |
| endif |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_HEADERS = \ |
| $(webkit2_h_api) |
| |
| libwebkit2gtkincludedir = $(libwebkitgtkincludedir)/webkit2 |
| nodist_libwebkit2gtkinclude_HEADERS = \ |
| DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitEnumTypes.h \ |
| DerivedSources/WebKit2/webkit2gtk/webkit2/WebKitVersion.h |
| |
| libwebkit2gtkinclude_HEADERS = \ |
| $(webkit2gtk_h_api) \ |
| $(webkit2_web_extension_h_api) |
| |
| nodist_libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \ |
| $(webkit2_built_sources) \ |
| $(webkit2gtk_built_sources) |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_SOURCES = \ |
| $(webkit2_sources) |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS = \ |
| -fno-strict-aliasing \ |
| $(global_cppflags) \ |
| -include $(srcdir)/Source/WebKit2/WebKit2Prefix.h \ |
| -I$(srcdir)/Source/WebKit/gtk \ |
| -I$(srcdir)/Source/WebKit2 \ |
| -I$(srcdir)/Source/WebKit2/gtk \ |
| -I$(srcdir)/Source/WebKit2/Platform \ |
| -I$(srcdir)/Source/WebKit2/Platform/CoreIPC \ |
| -I$(srcdir)/Source/WebKit2/Platform/CoreIPC/gtk \ |
| -I$(srcdir)/Source/WebKit2/Platform/gtk \ |
| -I$(srcdir)/Source/WebKit2/PluginProcess \ |
| -I$(srcdir)/Source/WebKit2/Shared \ |
| -I$(srcdir)/Source/WebKit2/Shared/API \ |
| -I$(srcdir)/Source/WebKit2/Shared/API/c \ |
| -I$(srcdir)/Source/WebKit2/Shared/API/c/gtk \ |
| -I$(srcdir)/Source/WebKit2/Shared/API/c/soup \ |
| -I$(srcdir)/Source/WebKit2/Shared/Authentication \ |
| -I$(srcdir)/Source/WebKit2/Shared/CoreIPCSupport \ |
| -I$(srcdir)/Source/WebKit2/Shared/Downloads \ |
| -I$(srcdir)/Source/WebKit2/Shared/Downloads/soup \ |
| -I$(srcdir)/Source/WebKit2/Shared/gtk \ |
| -I$(srcdir)/Source/WebKit2/Shared/Network \ |
| -I$(srcdir)/Source/WebKit2/Shared/Plugins \ |
| -I$(srcdir)/Source/WebKit2/Shared/Plugins/Netscape \ |
| -I$(srcdir)/Source/WebKit2/Shared/Plugins/Netscape/x11 \ |
| -I$(srcdir)/Source/WebKit2/Shared/soup \ |
| -I$(srcdir)/Source/WebKit2/UIProcess \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/API \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/API/C \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/API/C/gtk \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/API/C/soup \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/API/cpp \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/API/gtk \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/Authentication \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/Downloads \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/gtk \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/Launcher \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/Launcher/gtk \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/Notifications \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/Plugins \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/Plugins/unix \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/soup \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/InspectorServer \ |
| -I$(srcdir)/Source/WebKit2/WebProcess \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/ApplicationCache \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Battery \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Cookies \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/FullScreen \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Geolocation \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/gtk \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/IconDatabase \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API/c \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API/gtk \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/DOM \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/gtk \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/KeyValueStorage \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Launching \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/MediaCache \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/NetworkInfo \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Notifications \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/ResourceCache \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Storage \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/soup \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Plugins \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Plugins/Netscape \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Plugins/Netscape/unix \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/WebCoreSupport \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/WebCoreSupport/gtk \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/WebCoreSupport/soup \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/WebPage \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/WebPage/atk \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/WebPage/gtk \ |
| -I$(top_builddir)/DerivedSources/WebKit2 \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include \ |
| -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk \ |
| -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk/include \ |
| -I$(top_builddir)/DerivedSources/WebKit2/webkit2gtk/webkit2 \ |
| -I$(top_builddir)/DerivedSources/WebKit2/webkit2extension/include \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include/JavaScriptCore \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include/WebCore \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include/WebKit2 \ |
| -I$(top_builddir)/DerivedSources/webkitdom \ |
| -DLIBEXECDIR=\""$(libexecdir)"\" \ |
| -DLIBDIR=\""$(libdir)"\" \ |
| -DBUILDING_WEBKIT \ |
| -DWEBKIT2_COMPILATION \ |
| -DENABLE_PLUGIN_PROCESS=1 \ |
| $(webcore_cppflags) \ |
| $(webcoregtk_cppflags) \ |
| $(javascriptcore_cppflags) \ |
| $(CLUTTER_CFLAGS) \ |
| $(COVERAGE_CFLAGS) \ |
| $(FREETYPE_CFLAGS) \ |
| $(GEOCLUE_CFLAGS) \ |
| $(GLIB_CFLAGS) \ |
| $(GTK_CFLAGS) \ |
| $(GTK_UNIX_PRINTING_CFLAGS) \ |
| $(LIBSOUP_CFLAGS) \ |
| $(UNICODE_CFLAGS) \ |
| $(XCOMPOSITE_CFLAGS) \ |
| $(XDAMAGE_CFLAGS) \ |
| $(XT_CFLAGS) |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CXXFLAGS = \ |
| $(global_cxxflags) |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CFLAGS = \ |
| $(global_cflags) |
| |
| # Artificial dependency to make sure libwebkit2gtk and libwebkitgtk are not linked at the same time |
| # The variable creation is to avoid having automake override the entire rule instead of adding the |
| # dependency. |
| webkit2gtk_lib_for_dep = libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la |
| $(webkit2gtk_lib_for_dep): libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_ladir = \ |
| $(libwebkit2gtkincludedir)/WebKit2 |
| |
| # For the Gtk port we want to use XP_UNIX both in X11 and Mac |
| if !TARGET_WIN32 |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS += \ |
| -DXP_UNIX |
| endif |
| |
| # Add MOZ_X11 for X11 targets only |
| if TARGET_X11 |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS += \ |
| -DMOZ_X11 |
| endif |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LDFLAGS = \ |
| -version-info @LIBWEBKIT2GTK_VERSION@ \ |
| $(version_script) \ |
| $(no_undefined) |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD := \ |
| -lpthread \ |
| libWebCore.la \ |
| libWebCorePlatform.la \ |
| libWebCoreModules.la |
| |
| if ENABLE_INDEXED_DATABASE |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \ |
| libLevelDB.la |
| endif |
| |
| if ENABLE_SVG |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \ |
| libWebCoreSVG.la |
| endif |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \ |
| libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \ |
| libWebCoreDOM.la \ |
| libWebCoreGtk.la \ |
| $(CAIRO_LIBS) \ |
| $(CLUTTER_LIBS) \ |
| $(COVERAGE_LDFLAGS) \ |
| $(FARSTREAM_LIBS) \ |
| $(FREETYPE_LIBS) \ |
| $(GAIL_LIBS) \ |
| $(GAMEPAD_LIBS) \ |
| $(GEOCLUE_LIBS) \ |
| $(GLIB_LIBS) \ |
| $(GSTREAMER_LIBS) \ |
| $(GTK_LIBS) \ |
| $(GTK_UNIX_PRINTING_LIBS) \ |
| $(JPEG_LIBS) \ |
| $(LIBSECRET_LIBS) \ |
| $(LIBSOUP_LIBS) \ |
| $(LIBXML_LIBS) \ |
| $(LIBXSLT_LIBS) \ |
| $(OPENGL_LIBS) \ |
| $(PANGO_LIBS) \ |
| $(PNG_LIBS) \ |
| $(SQLITE3_LIBS) \ |
| $(UNICODE_LIBS) \ |
| $(WEBP_LIBS) \ |
| $(XRENDER_LIBS) \ |
| $(XCOMPOSITE_LIBS) \ |
| $(XDAMAGE_LIBS) \ |
| $(XT_LIBS) \ |
| $(ZLIB_LIBS) |
| |
| if ENABLE_SPELLCHECK |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_CPPFLAGS += \ |
| -DENABLE_SPELLCHECK=1 \ |
| $(ENCHANT_CFLAGS) |
| |
| libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la_LIBADD += \ |
| $(ENCHANT_LIBS) |
| endif |
| |
| |
| if ENABLE_WEBKIT2 |
| pkgconfig_DATA += Source/WebKit2/webkit2gtk-@WEBKITGTK_API_VERSION@.pc |
| |
| if ENABLE_INTROSPECTION |
| |
| WebKit2-@WEBKITGTK_API_VERSION@.gir: $(G_IR_SCANNER) libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la |
| $(AM_V_GEN)$(G_IR_SCANNER) -v --warn-all \ |
| --symbol-prefix=webkit \ |
| --identifier-prefix=WebKit \ |
| --namespace=WebKit2 \ |
| --nsversion=@WEBKITGTK_API_VERSION@ \ |
| --include=GObject-2.0 \ |
| --include=Gtk-3.0 \ |
| --include=Soup-2.4 \ |
| --library=webkit2gtk-@WEBKITGTK_API_VERSION@ \ |
| --library=javascriptcoregtk-@WEBKITGTK_API_VERSION@ \ |
| --libtool="$(LIBTOOL)" \ |
| --pkg=gobject-2.0 \ |
| --pkg=gtk+-@GTK_API_VERSION@ \ |
| --pkg=libsoup-2.4 \ |
| --pkg-export=webkit2gtk-@WEBKITGTK_API_VERSION@ \ |
| --output=$@ \ |
| --add-include-path=$(WebKit2) \ |
| --add-include-path=$(top_builddir) \ |
| --c-include="webkit2/webkit2.h" \ |
| -I$(srcdir)/Source \ |
| -I$(WebKit2) \ |
| -I$(GENSOURCES) \ |
| -I$(GENSOURCES_WEBKIT2) \ |
| -I$(top_builddir)/Source/WebKit2/UIProcess/API/gtk \ |
| -I$(top_srcdir)/Source/JavaScriptCore/ForwardingHeaders \ |
| -I$(top_srcdir) \ |
| -I$(GENSOURCES_WEBKIT2)/webkit2gtk/include \ |
| -I$(GENSOURCES_WEBKIT2)/webkit2gtk \ |
| -DWEBKIT2_COMPILATION \ |
| $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.h \ |
| $(webkit2gtk_h_api) \ |
| $(WebKit2)/UIProcess/API/gtk/*.cpp |
| |
| gir2dir = $(datadir)/gir-1.0 |
| gir2_DATA = WebKit2-@WEBKITGTK_API_VERSION@.gir |
| |
| typelibs2dir = $(libdir)/girepository-1.0 |
| typelibs2_DATA = WebKit2-@WEBKITGTK_API_VERSION@.typelib |
| |
| WebKit2-@WEBKITGTK_API_VERSION@.typelib: WebKit2-@WEBKITGTK_API_VERSION@.gir $(G_IR_COMPILER) |
| $(AM_V_GEN)$(G_IR_COMPILER) --includedir $(WebKit2) --includedir $(top_builddir) $< -o $@ |
| |
| CLEANFILES += WebKit2-@WEBKITGTK_API_VERSION@.gir WebKit2-@WEBKITGTK_API_VERSION@.typelib |
| |
| endif |
| endif |
| |
| # WebKit2 specific variables |
| forwarding_headers := $(GENSOURCES_WEBKIT2)/include |
| generate-webkit2-forwarding-headers: $(WebKit2)/Scripts/generate-forwarding-headers.pl $(libWebKit2_la_SOURCES) |
| $(AM_V_GEN)$(PERL) $< $(WebKit2) $(forwarding_headers) gtk |
| $(AM_V_GEN)$(PERL) $< $(WebKit2) $(forwarding_headers) soup |
| |
| BUILT_SOURCES += generate-webkit2-forwarding-headers |
| |
| $(GENSOURCES_WEBKIT2)/webkit2gtk/include/webkit2: $(libwebkit2gtkinclude_HEADERS) |
| $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2gtk/include \ |
| && ln -n -s -f ${shell pwd}/$(WebKit2)/UIProcess/API/gtk $@ |
| |
| $(GENSOURCES_WEBKIT2)/webkit2extension/include/webkit2: $(libwebkit2gtkinclude_HEADERS) |
| $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2extension/include \ |
| && ln -n -s -f ${shell pwd}/$(WebKit2)/WebProcess/InjectedBundle/API/gtk $@ |
| |
| BUILT_SOURCES += \ |
| $(GENSOURCES_WEBKIT2)/webkit2extension/include/webkit2 \ |
| $(GENSOURCES_WEBKIT2)/webkit2gtk/include/webkit2 |
| |
| vpath %.messages.in = \ |
| $(WebKit2)/PluginProcess \ |
| $(WebKit2)/Shared \ |
| $(WebKit2)/Shared/Authentication \ |
| $(WebKit2)/Shared/Plugins \ |
| $(WebKit2)/UIProcess \ |
| $(WebKit2)/UIProcess/ApplicationCache \ |
| $(WebKit2)/UIProcess/Downloads \ |
| $(WebKit2)/UIProcess/Geolocation \ |
| $(WebKit2)/UIProcess/Notifications \ |
| $(WebKit2)/UIProcess/Plugins \ |
| $(WebKit2)/UIProcess/ResourceCache \ |
| $(WebKit2)/UIProcess/soup \ |
| $(WebKit2)/WebProcess \ |
| $(WebKit2)/WebProcess/ApplicationCache \ |
| $(WebKit2)/WebProcess/Battery \ |
| $(WebKit2)/WebProcess/Cookies \ |
| $(WebKit2)/WebProcess/FullScreen \ |
| $(WebKit2)/WebProcess/Geolocation \ |
| $(WebKit2)/WebProcess/IconDatabase \ |
| $(WebKit2)/WebProcess/MediaCache \ |
| $(WebKit2)/WebProcess/NetworkInfo \ |
| $(WebKit2)/WebProcess/Notifications \ |
| $(WebKit2)/WebProcess/Plugins \ |
| $(WebKit2)/WebProcess/ResourceCache \ |
| $(WebKit2)/WebProcess/Storage \ |
| $(WebKit2)/WebProcess/WebCoreSupport \ |
| $(WebKit2)/WebProcess/WebPage \ |
| $(WebKit2)/WebProcess/soup |
| |
| message_gen_scripts = \ |
| $(WebKit2)/Scripts/generate-message-receiver.py \ |
| $(WebKit2)/Scripts/generate-messages-header.py \ |
| $(WebKit2)/Scripts/webkit2/__init__.py \ |
| $(WebKit2)/Scripts/webkit2/messages.py \ |
| $(WebKit2)/Scripts/webkit2/model.py \ |
| $(WebKit2)/Scripts/webkit2/parser.py |
| |
| # Message header generation |
| DerivedSources/WebKit2/%MessageReceiver.cpp: %.messages.in $(message_gen_scripts) |
| $(AM_V_GEN)$(PYTHON) $(WebKit2)/Scripts/generate-message-receiver.py $< > $@ |
| |
| DerivedSources/WebKit2/%Messages.h: %.messages.in $(message_gen_scripts) |
| $(AM_V_GEN)$(PYTHON) $(WebKit2)/Scripts/generate-messages-header.py $< > $@ |
| |
| webkit2gtk_built_headers_dir := $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2 |
| $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.h: stamp-webkit2enumtypes |
| @true |
| |
| stamp-webkit2enumtypes: $(libwebkit2gtkinclude_HEADERS) $(WebKit2)/GNUmakefile.am |
| $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2 \ |
| && glib-mkenums \ |
| --fhead "#if !defined(__WEBKIT2_H_INSIDE__) && !defined(WEBKIT2_COMPILATION)\n" \ |
| --fhead "#error \"Only <webkit2/webkit2.h> can be included directly.\"\n" \ |
| --fhead "#endif\n\n" \ |
| --fhead "#ifndef WEBKIT_ENUM_TYPES_H\n" \ |
| --fhead "#define WEBKIT_ENUM_TYPES_H\n\n" \ |
| --fhead "#include <glib-object.h>\n\n" \ |
| --fhead "#include <webkit2/WebKitDefines.h>\n\n" \ |
| --fhead "G_BEGIN_DECLS\n\n" \ |
| --ftail "G_END_DECLS\n\n" \ |
| --ftail "#endif\n" \ |
| --fprod "#include <webkit2/@basename@>\n\n" \ |
| --eprod "#define WEBKIT_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n\n" \ |
| --eprod "WEBKIT_API GType\n@enum_name@_get_type(void);\n\n" \ |
| $(libwebkit2gtkinclude_HEADERS) | \ |
| sed 's,web_kit,webkit,' | \ |
| sed 's,WEBKIT_TYPE_KIT,WEBKIT_TYPE,' \ |
| > wk2-xgen-gth \ |
| && (cmp -s wk2-xgen-gth $(webkit2gtk_built_headers_dir)/WebKitEnumTypes.h || cp wk2-xgen-gth $(webkit2gtk_built_headers_dir)/WebKitEnumTypes.h) \ |
| && rm -f wk2-xgen-gth \ |
| && echo timestamp > $(@F) |
| |
| $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitEnumTypes.cpp: $(libwebkit2gtkinclude_HEADERS) $(WebKit2)/GNUmakefile.am |
| $(AM_V_GEN)mkdir -p $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2 \ |
| && glib-mkenums \ |
| --fhead "#include <config.h>\n" \ |
| --fhead "#include <glib-object.h>\n" \ |
| --fhead "#include \"$(webkit2gtk_built_headers_dir)/WebKitEnumTypes.h\"\n\n" \ |
| --fhead "extern \"C\" {\n\n" \ |
| --fprod "\n/* Enumerations from \"@filename@\". */" \ |
| --vhead "static const G@Type@Value _@enum_name@_values[] = {" \ |
| --vprod " { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \ |
| --vtail " { 0, NULL, NULL }\n};\n\n" \ |
| --vtail "GType @enum_name@_get_type(void)\n{\n" \ |
| --vtail " static GType type = 0;\n\n" \ |
| --vtail " if (!type)\n" \ |
| --vtail " type = g_@type@_register_static(\"@EnumName@\", _@enum_name@_values);\n\n" \ |
| --vtail " return type;\n}\n\n" \ |
| --ftail "}\n" \ |
| $(libwebkit2gtkinclude_HEADERS) | \ |
| sed 's,web_kit,webkit,' \ |
| > wk2-xgen-gtc \ |
| && cp wk2-xgen-gtc $@ \ |
| && rm -f wk2-xgen-gtc |
| |
| WEBKIT2_MARSHAL_LIST = $(WebKit2)/UIProcess/API/gtk/webkit2marshal.list |
| |
| $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitMarshal.cpp: stamp-webkit2marshal.cpp |
| @true |
| $(GENSOURCES_WEBKIT2)/webkit2gtk/webkit2/WebKitMarshal.h: stamp-webkit2marshal.h |
| @true |
| |
| stamp-webkit2marshal.cpp: $(WEBKIT2_MARSHAL_LIST) |
| $(AM_V_GEN) echo "extern \"C\" {" > $(webkit2gtk_built_headers_dir)/WebKitMarshal.cpp && \ |
| $(GLIB_GENMARSHAL) --prefix=webkit_marshal $(WEBKIT2_MARSHAL_LIST) --body >> $(webkit2gtk_built_headers_dir)/WebKitMarshal.cpp && \ |
| echo '}' >> $(webkit2gtk_built_headers_dir)/WebKitMarshal.cpp && \ |
| echo timestamp > $(@F) |
| |
| stamp-webkit2marshal.h: $(WEBKIT2_MARSHAL_LIST) |
| $(AM_V_GEN)$(GLIB_GENMARSHAL) --prefix=webkit_marshal $(WEBKIT2_MARSHAL_LIST) --header > $(webkit2gtk_built_headers_dir)/WebKitMarshal.h && \ |
| echo timestamp > $(@F) |
| |
| CLEANFILES += \ |
| $(BUILT_SOURCES) \ |
| $(top_builddir)/stamp-webkit2enumtypes \ |
| $(top_builddir)/stamp-webkit2marshal.cpp \ |
| $(top_builddir)/stamp-webkit2marshal.h \ |
| $(top_builddir)/Programs/WebKitWebProcess |
| |
| DISTCLEANFILES += \ |
| $(top_builddir)/WebKit2/webkit2gtk-@WEBKITGTK_API_VERSION@.pc |
| |
| if ENABLE_WEBKIT2 |
| libexec_PROGRAMS += \ |
| Programs/WebKitWebProcess |
| endif |
| |
| Programs_WebKitWebProcess_CPPFLAGS = \ |
| -I$(srcdir)/Source/WebKit2 \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/API/C \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/gtk \ |
| -I$(top_builddir)/DerivedSources/WebKit2 \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include/WebCore \ |
| $(global_cppflags) \ |
| $(javascriptcore_cppflags) |
| |
| Programs_WebKitWebProcess_CFLAGS = \ |
| $(global_cflags) \ |
| $(CAIRO_CFLAGS) \ |
| $(GLIB_CFLAGS) \ |
| $(GTK_CFLAGS) \ |
| $(GTK_UNIX_PRINTING_CFLAGS) \ |
| $(LIBSOUP_CFLAGS) \ |
| $(ZLIB_CFLAGS) |
| |
| Programs_WebKitWebProcess_SOURCES = \ |
| Source/WebKit2/gtk/MainGtk.cpp |
| |
| Programs_WebKitWebProcess_LDADD = \ |
| libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \ |
| libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \ |
| $(GLIB_LIBS) \ |
| $(GTK_LIBS) \ |
| $(GTK_UNIX_PRINTING_LIBS) \ |
| $(LIBSOUP_LIBS) |
| |
| libWebCoreGtk2_la_SOURCES = \ |
| $(webcoregtk_sources) |
| |
| libWebCoreGtk2_la_CXXFLAGS = \ |
| $(SYMBOL_VISIBILITY_INLINES) \ |
| $(global_cxxflags) |
| |
| libWebCoreGtk2_la_CFLAGS = \ |
| $(SYMBOL_VISIBILITY) \ |
| $(global_cflags) |
| |
| libWebCoreGtk2_la_CPPFLAGS = \ |
| -DBUILDING_WEBKIT \ |
| -DGTK_API_VERSION_2=1 \ |
| $(global_cppflags) \ |
| $(webcore_cppflags) \ |
| $(webcoregtk_cppflags) \ |
| $(javascriptcore_cppflags) \ |
| -fno-strict-aliasing \ |
| $(COVERAGE_CFLAGS) \ |
| $(ENCHANT_CFLAGS) \ |
| $(GEOCLUE_CFLAGS) \ |
| $(FREETYPE_CFLAGS) \ |
| $(FARSTREAM_CFLAGS) \ |
| $(GLIB_CFLAGS) \ |
| $(GSTREAMER_CFLAGS) \ |
| $(GTK2_CFLAGS) \ |
| $(LIBSECRET_CFLAGS) \ |
| $(LIBSOUP_CFLAGS) \ |
| $(LIBXML_CFLAGS) \ |
| $(LIBXSLT_CFLAGS) \ |
| $(SQLITE3_CFLAGS) \ |
| $(UNICODE_CFLAGS) \ |
| $(XRENDER_CFLAGS) \ |
| $(XT_CFLAGS) |
| |
| # Injected Bundle |
| injectedbundledir = $(libdir)/webkit2gtk-3.0/injected-bundle |
| injectedbundle_LTLIBRARIES = libwebkit2gtkinjectedbundle.la |
| |
| libwebkit2gtkinjectedbundle_la_SOURCES = \ |
| Source/WebKit2/WebProcess/gtk/WebGtkInjectedBundleMain.cpp |
| |
| libwebkit2gtkinjectedbundle_la_LDFLAGS = \ |
| $(no_undefined) \ |
| -module \ |
| -avoid-version |
| |
| libwebkit2gtkinjectedbundle_la_CPPFLAGS = \ |
| -fno-strict-aliasing \ |
| -I$(srcdir)/Source/WebKit2/Platform \ |
| -I$(srcdir)/Source/WebKit2/Shared \ |
| -I$(srcdir)/Source/WebKit2/Shared/API/c \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/API/C \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/InjectedBundle/API/c \ |
| -I$(top_builddir)/DerivedSources/InjectedBundle \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include \ |
| $(global_cppflags) \ |
| $(javascriptcore_cppflags) \ |
| $(GLIB_CFLAGS) |
| |
| # Serialize linking of the plugin process with both webkit libraries. |
| plugin_process_for_dep = Programs/WebKitPluginProcess |
| $(plugin_process_for_dep): libwebkitgtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la libwebkit2gtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la |
| |
| Programs_WebKitPluginProcess_CPPFLAGS = \ |
| -include $(srcdir)/Source/WebKit2/WebKit2Prefix.h \ |
| -I$(srcdir)/Source/WebKit2 \ |
| -I$(srcdir)/Source/WebKit2/Platform \ |
| -I$(srcdir)/Source/WebKit2/Platform/CoreIPC/ \ |
| -I$(srcdir)/Source/WebKit2/PluginProcess/ \ |
| -I$(srcdir)/Source/WebKit2/PluginProcess/unix \ |
| -I$(srcdir)/Source/WebKit2/Shared \ |
| -I$(srcdir)/Source/WebKit2/Shared/Plugins \ |
| -I$(srcdir)/Source/WebKit2/Shared/Plugins/Netscape/ \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/Plugins/ \ |
| -I$(srcdir)/Source/WebKit2/UIProcess/Launcher \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Plugins/ \ |
| -I$(srcdir)/Source/WebKit2/WebProcess/Plugins/Netscape/ \ |
| -I$(srcdir)/Source/WebKit2/Shared/soup \ |
| -I$(top_builddir)/DerivedSources/WebKit2 \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include/JavaScriptCore \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include/WebCore \ |
| -I$(top_builddir)/DerivedSources/WebKit2/include/WebKit2 \ |
| -DBUILDING_WEBKIT \ |
| -DGTK_API_VERSION_2=1 \ |
| -DENABLE_PLUGIN_PROCESS=1 \ |
| -DLIBEXECDIR=\""$(libexecdir)"\" \ |
| $(global_cppflags) \ |
| $(webcore_cppflags) \ |
| $(webcoregtk_cppflags) \ |
| $(javascriptcore_cppflags) \ |
| -fno-strict-aliasing \ |
| $(CAIRO_CFLAGS) \ |
| $(FREETYPE_CFLAGS) \ |
| $(GLIB_CFLAGS) \ |
| $(GSTREAMER_CFLAGS) \ |
| $(GTK2_CFLAGS) \ |
| $(LIBSOUP_CFLAGS) \ |
| $(UNICODE_CFLAGS) |
| |
| Programs_WebKitPluginProcess_CFLAGS = \ |
| $(SYMBOL_VISIBILITY) \ |
| $(global_cflags) \ |
| $(CAIRO_CFLAGS) \ |
| $(GLIB_CFLAGS) \ |
| $(GSTREAMER_CFLAGS) \ |
| $(GTK2_CFLAGS) \ |
| $(LIBSOUP_CFLAGS) \ |
| $(UNICODE_CFLAGS) |
| |
| nodist_Programs_WebKitPluginProcess_SOURCES = \ |
| $(webkit2_plugin_process_built_sources) |
| |
| Programs_WebKitPluginProcess_SOURCES = \ |
| $(webkit2_plugin_process_sources) |
| |
| Programs_WebKitPluginProcess_LDADD = \ |
| -lpthread \ |
| libjavascriptcoregtk-@WEBKITGTK_API_MAJOR_VERSION@.@WEBKITGTK_API_MINOR_VERSION@.la \ |
| libWebCore.la |
| |
| #if ENABLE_SVG |
| Programs_WebKitPluginProcess_LDADD += \ |
| libWebCoreSVG.la |
| #endif |
| |
| Programs_WebKitPluginProcess_LDADD += \ |
| libWebCorePlatform.la \ |
| libWebCoreGtk2.la \ |
| $(CAIRO_LIBS) \ |
| $(COVERAGE_LDFLAGS) \ |
| $(GEOCLUE_LIBS) \ |
| $(GLIB_LIBS) \ |
| $(GSTREAMER_LIBS) \ |
| $(GTK2_LIBS) \ |
| $(JPEG_LIBS) \ |
| $(LIBSECRET_LIBS) \ |
| $(LIBSOUP_LIBS) \ |
| $(LIBXML_LIBS) \ |
| $(LIBXSLT_LIBS) \ |
| $(OLE32_LIBS) \ |
| $(OPENGL_LIBS) \ |
| $(PANGO_LIBS) \ |
| $(PNG_LIBS) \ |
| $(SHLWAPI_LIBS) \ |
| $(SHM_LIBS) \ |
| $(SQLITE3_LIBS) \ |
| $(UNICODE_LIBS) \ |
| $(WEBP_LIBS) \ |
| $(XRENDER_LIBS) \ |
| $(XT_LIBS) \ |
| $(WINMM_LIBS) \ |
| $(ZLIB_LIBS) |
| |
| # libWebCore and libWebCoreModules have circular dependencies that only seem to |
| # be a problem when linking the plugin process; we don't really care about |
| # modules for the plugin process, though, so to work around that we ignore |
| # internal unresolved symbols |
| Programs_WebKitPluginProcess_LDFLAGS = \ |
| -Wl,--unresolved-symbols=ignore-in-object-files |
| |
| Programs_WebKitPluginProcess_CXXFLAGS = \ |
| $(SYMBOL_VISIBILITY_INLINES) \ |
| $(global_cxxflags) |
| |
| EXTRA_DIST += \ |
| $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml \ |
| $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-sections.txt \ |
| $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk.types \ |
| $(WebKit2)/Scripts/generate-message-receiver.py \ |
| $(WebKit2)/Scripts/generate-messages-header.py \ |
| $(WebKit2)/Scripts/webkit2/__init__.py \ |
| $(WebKit2)/Scripts/webkit2/messages.py \ |
| $(WebKit2)/Scripts/webkit2/model.py \ |
| $(WebKit2)/Scripts/webkit2/parser.py \ |
| $(WebKit2)/UIProcess/API/gtk/webkit2marshal.list \ |
| $(WebKit2)/UIProcess/InspectorServer/front-end/inspectorPageIndex.html \ |
| $(WebKit2)/Scripts/generate-forwarding-headers.pl \ |
| $(shell ls $(WebKit2)/PluginProcess/*.in) \ |
| $(shell ls $(WebKit2)/Shared/*.in) \ |
| $(shell ls $(WebKit2)/Shared/Authentication/*.in) \ |
| $(shell ls $(WebKit2)/Shared/Plugins/*.in) \ |
| $(shell ls $(WebKit2)/UIProcess/*.in) \ |
| $(shell ls $(WebKit2)/UIProcess/Downloads/*.in) \ |
| $(shell ls $(WebKit2)/UIProcess/Notifications/*.in) \ |
| $(shell ls $(WebKit2)/UIProcess/Plugins/*.in) \ |
| $(shell ls $(WebKit2)/UIProcess/soup/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/ApplicationCache/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/Battery/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/Cookies/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/FullScreen/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/Geolocation/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/IconDatabase/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/MediaCache/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/NetworkInfo/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/Notifications/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/Plugins/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/ResourceCache/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/Storage/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/WebCoreSupport/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/WebPage/*.in) \ |
| $(shell ls $(WebKit2)/WebProcess/soup/*.in) |
| |
| # Installing remote inspector files |
| remoteinspectordir = ${datadir}/webkitgtk-@WEBKITGTK_API_VERSION@/webinspector |
| remoteinspector_DATA = \ |
| $(WebKit2)/UIProcess/InspectorServer/front-end/inspectorPageIndex.html |
| |