1 # Top-level Makefile rule for automake
3 # Variable conventions:
5 # _h_api = API headers that will be installed and included in the distribution
6 # _cppflags = flags that will be passed to the C/CXX Preprocessor
7 # _sources = sources that will be compiled and included in the distribution
8 # _headers = header files that will be part of the distribution
9 # _built_sources = files that will be autogenerated by the build system and
10 # will be part of the _SOURCES primary
11 # _built_nosources = files that are autogenerated but are not part of the
13 # _cleanfiles = files that will be removed by the clean target
15 # Sources, headers, flags, etc... should be added to the respective variables
16 # with the above suffix, e.g, webcore-specific sources should go to
17 # webcore_sources, gtk port-specific flags should go to webkitgtk_cppflags,
18 # etc... The only exceptions are the global variables. See Global Variables below.
22 # global_cppflags = CPPFLAGS that apply to JSC, WebCore, and to any
24 # global_cflags = CFLAGS that apply to JSC, WebCore, and to
26 # global_cxxflags = CXXFLAGS that apply to JSC, WebCore, and to any
32 # Directory for autogenerated sources
33 GENSOURCES := $(top_builddir)/DerivedSources
35 # Script for creating hash tables
36 CREATE_HASH_TABLE = $(srcdir)/JavaScriptCore/kjs/create_hash_table
38 # Libraries and support components
47 # Files that will be distributed
55 -I$(srcdir)/JavaScriptCore \
56 -I$(srcdir)/JavaScriptCore/ForwardingHeaders \
57 -I$(srcdir)/JavaScriptCore/wtf \
58 -I$(srcdir)/JavaScriptCore/kjs \
59 -I$(top_builddir)/DerivedSources
62 -DWTF_USE_ICU_UNICODE=1
64 # Default compiler flags
66 -Wall -W -Wcast-align -Wchar-subscripts -Wreturn-type \
67 -Wformat -Wformat-security -Wno-format-y2k -Wundef \
68 -Wmissing-format-attribute -Wpointer-arith -Wwrite-strings \
72 $(SYMBOL_VISIBILITY_INLINES)
87 # Convenience libraries
88 noinst_LTLIBRARIES = \
89 libJavaScriptCore.la \
94 javascriptcore_h_api :=
95 javascriptcore_cppflags:=
96 javascriptcore_sources :=
97 javascriptcore_built_sources :=
98 javascriptcore_built_nosources :=
100 # The variables above are already included below so no need to touch
101 # these variables unless you really have to
102 libJavaScriptCore_ladir = $(prefix)/include/webkit-1.0/JavaScriptCore
103 libJavaScriptCore_la_HEADERS = $(javascriptcore_h_api)
105 libJavaScriptCore_la_SOURCES = \
106 $(javascriptcore_built_sources) \
107 $(javascriptcore_sources)
109 libJavaScriptCore_la_LIBADD = \
114 libJavaScriptCore_la_CXXFLAGS = \
117 $(GLOBALDEPS_CFLAGS) \
120 libJavaScriptCore_la_CFLAGS = \
122 $(GLOBALDEPS_CFLAGS) \
126 libJavaScriptCore_la_CPPFLAGS = \
128 $(javascriptcore_cppflags)
136 webcore_built_sources :=
137 webcore_built_nosources :=
139 webcore_cppflags += $(HILDON_CPPFLAGS)
145 webkitgtk_cppflags :=
146 webkitgtk_built_sources :=
147 webkitgtk_built_nosources :=
148 webkitgtk_cleanfiles :=
150 libWebCore_la_SOURCES = \
151 $(webcore_built_sources) \
155 libWebCore_la_CXXFLAGS = \
156 -fno-strict-aliasing \
159 $(GLOBALDEPS_CFLAGS) \
160 $(WEBKITDEPS_CFLAGS) \
163 $(GSTREAMER_CFLAGS) \
168 libWebCore_la_CFLAGS = \
169 -fno-strict-aliasing \
172 $(GLOBALDEPS_CFLAGS) \
173 $(WEBKITDEPS_CFLAGS) \
176 $(GSTREAMER_CFLAGS) \
181 libWebCore_la_CPPFLAGS = \
183 $(webcore_cppflags) \
184 $(webkitgtk_cppflags)
186 libWebCore_la_LIBADD = \
187 libJavaScriptCore.la \
200 libwebkit_1_0_ladir = $(prefix)/include/webkit-1.0/webkit
201 libwebkit_1_0_la_HEADERS = $(webkitgtk_h_api)
203 libwebkit_1_0_la_SOURCES = \
204 $(webkitgtk_built_sources) \
205 $(webkitgtk_headers) \
208 libwebkit_1_0_la_CXXFLAGS = \
209 $(libWebCore_la_CXXFLAGS)
211 libwebkit_1_0_la_CFLAGS = \
212 $(libWebCore_la_CFLAGS)
214 libwebkit_1_0_la_CPPFLAGS = \
215 $(libWebCore_la_CPPFLAGS)
217 libwebkit_1_0_la_LDFLAGS = \
218 $(COVERAGE_LDFLAGS) \
219 -version-info @LIBWEBKITGTK_VERSION@
221 libwebkit_1_0_la_LIBADD = \
225 # Extra checks and flags
230 if !ENABLE_FAST_MALLOC
236 global_cppflags += -DXP_UNIX
240 global_cppflags += -DNDEBUG
242 webkitgtk_cppflags += \
243 -DG_DISABLE_DEPRECATED \
244 -DGDK_PIXBUF_DISABLE_DEPRECATED \
245 -DGDK_DISABLE_DEPRECATED \
246 -DGTK_DISABLE_DEPRECATED \
247 -DPANGO_DISABLE_DEPRECATED
249 # Might be useful in the future
250 # -DGDK_MULTIHEAD_SAFE \
251 # -DGTK_MULTIHEAD_SAFE
255 global_cppflags += -DENABLE_DATABASE=0
258 if !ENABLE_ICONDATABASE
259 global_cppflags += -DENABLE_ICONDATABASE=0
264 -DGCC_GENERATE_TEST_COVERAGE_FILES \
265 -DGCC_INSTRUMENT_PROGRAM_FLOW_ARCS
269 webcore_libadd += -lgstinterfaces-0.10 -lgstvideo-0.10
272 webkitgtk_cppflags += \
273 -I$(top_builddir)/WebKit/gtk/webkit \
274 -DBUILDING_CAIRO__=1 \
278 WebKit/gtk/webkit/webkit.h \
279 WebKit/gtk/webkit/webkitdefines.h \
280 WebKit/gtk/webkit/webkitnetworkrequest.h \
281 WebKit/gtk/webkit/webkitwebbackforwardlist.h \
282 WebKit/gtk/webkit/webkitwebframe.h \
283 WebKit/gtk/webkit/webkitwebhistoryitem.h \
284 WebKit/gtk/webkit/webkitwebsettings.h \
285 WebKit/gtk/webkit/webkitwebview.h
287 webkitgtk_built_sources += \
288 WebKit/gtk/webkit/webkit-marshal.h \
289 WebKit/gtk/webkit/webkit-marshal.cpp
291 webkitgtk_headers += \
292 WebKit/gtk/webkit/webkitprivate.h \
293 WebKit/gtk/WebCoreSupport/ChromeClientGtk.h \
294 WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.h \
295 WebKit/gtk/WebCoreSupport/DragClientGtk.h \
296 WebKit/gtk/WebCoreSupport/EditorClientGtk.h \
297 WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h \
298 WebKit/gtk/WebCoreSupport/InspectorClientGtk.h \
299 WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h
301 webkitgtk_sources += \
302 WebKit/gtk/webkit/webkitnetworkrequest.cpp \
303 WebKit/gtk/webkit/webkitprivate.cpp \
304 WebKit/gtk/webkit/webkitwebbackforwardlist.cpp \
305 WebKit/gtk/webkit/webkitwebframe.cpp \
306 WebKit/gtk/webkit/webkitwebhistoryitem.cpp \
307 WebKit/gtk/webkit/webkitwebsettings.cpp \
308 WebKit/gtk/webkit/webkitwebview.cpp \
309 WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp \
310 WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.cpp \
311 WebKit/gtk/WebCoreSupport/DragClientGtk.cpp \
312 WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp \
313 WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp \
314 WebKit/gtk/WebCoreSupport/InspectorClientGtk.cpp \
315 WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.cpp
317 webkitgtk_cleanfiles += \
318 $(top_builddir)/Programs/GtkLauncher \
319 $(top_builddir)/WebKit/gtk/webkit-1.0.pc
321 pkgconfigdir = $(libdir)/pkgconfig
322 pkgconfig_DATA = WebKit/gtk/webkit-1.0.pc
324 WEBKIT_MARSHAL = $(CURDIR)/WebKit/gtk/webkit/webkit-marshal
325 WEBKIT_MARSHAL_LIST = $(srcdir)/WebKit/gtk/webkit/webkit-marshal.list
328 stamp-webkit-marshal.cpp \
329 stamp-webkit-marshal.h
331 WebKit/gtk/webkit/webkit-marshal.cpp: stamp-webkit-marshal.cpp
334 WebKit/gtk/webkit/webkit-marshal.h: stamp-webkit-marshal.h
337 stamp-webkit-marshal.cpp: $(WEBKIT_MARSHAL_LIST)
338 echo "extern \"C\" {" > $(WEBKIT_MARSHAL).cpp && \
339 $(GLIB_GENMARSHAL) --prefix=webkit_marshal $(WEBKIT_MARSHAL_LIST) --body >> $(WEBKIT_MARSHAL).cpp && echo '}' >> $(WEBKIT_MARSHAL).cpp && \
340 echo timestamp > $(@F)
342 stamp-webkit-marshal.h: $(WEBKIT_MARSHAL_LIST)
343 $(GLIB_GENMARSHAL) --prefix=webkit_marshal $(WEBKIT_MARSHAL_LIST) --header > $(WEBKIT_MARSHAL).h && \
344 echo timestamp > $(@F)
348 # Files that will be cleaned
349 MAINTAINERCLEANFILES := $(stamp_files) $(BUILT_SOURCES)
350 DISTCLEANFILES := $(stamp_files) $(BUILT_SOURCES)
351 CLEANFILES := $(stamp_files) $(BUILT_SOURCES)
353 # Include module makefiles
354 include JavaScriptCore/GNUmakefile.am
355 include WebCore/GNUmakefile.am
356 include WebKitTools/GNUmakefile.am
359 # Autogenerated sources
361 $(javascriptcore_built_sources) \
362 $(javascriptcore_built_nosources) \
363 $(webcore_built_sources) \
364 $(webcore_built_nosources) \
365 $(webkitgtk_built_sources) \
366 $(webkitgtk_built_nosources)
368 # Project-wide clean rules
370 $(webkitgtk_cleanfiles) \
371 $(top_builddir)/Programs/DumpRenderTree \
372 $(top_builddir)/Programs/testkjs \
375 MAINTAINERCLEANFILES += \
376 $(srcdir)/aconfig.h.in \