5 include $(top_srcdir)/Makefile.decl
7 SUBDIRS = gdbus-object-manager-example
13 -I$(top_builddir)/gio \
16 -DSRCDIR=\""$(srcdir)"\"
18 noinst_PROGRAMS = $(TEST_PROGS) $(SAMPLE_PROGS)
19 noinst_DATA = $(MISC_STUFF)
22 $(top_builddir)/glib/libglib-2.0.la \
23 $(top_builddir)/gthread/libgthread-2.0.la \
24 $(top_builddir)/gobject/libgobject-2.0.la \
25 $(top_builddir)/gmodule/libgmodule-2.0.la \
26 $(top_builddir)/gio/libgio-2.0.la
32 memory-output-stream \
40 buffered-input-stream \
41 buffered-output-stream \
50 async-close-output-stream \
61 fileattributematcher \
70 gdbus-connection-flush \
71 gdbus-connection-loss \
72 gdbus-connection-slow \
76 gdbus-proxy-well-known-name \
100 gdbus-example-export \
101 gdbus-example-own-name \
102 gdbus-example-watch-name \
103 gdbus-example-watch-proxy \
104 gdbus-example-server \
105 gdbus-example-subtree \
107 gdbus-example-proxy-subclass \
108 gdbus-connection-flush-helper \
111 gapplication-example-open \
112 gapplication-example-cmdline \
113 gapplication-example-cmdline2 \
114 gapplication-example-cmdline3 \
115 gapplication-example-actions \
130 gdbus-example-unix-fd-client \
131 gdbus-example-objectmanager-server \
132 gdbus-example-objectmanager-client \
137 TEST_PROGS += win32-streams
140 io_stream_SOURCES = io-stream.c
141 io_stream_LDADD = $(progs_ldadd)
143 actions_SOURCES = actions.c gdbus-sessionbus.c gdbus-sessionbus.h
144 actions_LDADD = $(progs_ldadd)
146 memory_input_stream_SOURCES = memory-input-stream.c
147 memory_input_stream_LDADD = $(progs_ldadd)
149 memory_output_stream_SOURCES = memory-output-stream.c
150 memory_output_stream_LDADD = $(progs_ldadd)
152 g_file_SOURCES = g-file.c
153 g_file_LDADD = $(progs_ldadd)
155 readwrite_SOURCES = readwrite.c
156 readwrite_LDADD = $(progs_ldadd)
158 g_file_info_SOURCES = g-file-info.c
159 g_file_info_LDADD = $(progs_ldadd)
161 converter_stream_SOURCES = converter-stream.c
162 converter_stream_LDADD = $(progs_ldadd)
164 data_input_stream_SOURCES = data-input-stream.c
165 data_input_stream_LDADD = $(progs_ldadd)
167 data_output_stream_SOURCES = data-output-stream.c
168 data_output_stream_LDADD = $(progs_ldadd)
170 async_close_output_stream_SOURCES = async-close-output-stream.c
171 async_close_output_stream_LDADD = $(progs_ldadd)
173 filter_cat_SOURCES = filter-cat.c
174 filter_cat_LDADD = $(progs_ldadd)
176 g_icon_SOURCES = g-icon.c
177 g_icon_LDADD = $(progs_ldadd)
179 buffered_input_stream_SOURCES = buffered-input-stream.c
180 buffered_input_stream_LDADD = $(progs_ldadd)
182 buffered_output_stream_SOURCES = buffered-output-stream.c
183 buffered_output_stream_LDADD = $(progs_ldadd)
185 live_g_file_SOURCES = live-g-file.c
186 live_g_file_LDADD = $(progs_ldadd)
188 desktop_app_info_SOURCES = desktop-app-info.c
189 desktop_app_info_LDADD = $(progs_ldadd)
191 unix_streams_SOURCES = unix-streams.c
192 unix_streams_LDADD = $(progs_ldadd) \
193 $(top_builddir)/gthread/libgthread-2.0.la
195 win32_streams_SOURCES = win32-streams.c
196 win32_streams_LDADD = $(progs_ldadd) \
197 $(top_builddir)/gthread/libgthread-2.0.la
199 unix_fd_SOURCES = unix-fd.c
200 unix_fd_LDADD = $(progs_ldadd)
202 simple_async_result_SOURCES = simple-async-result.c
203 simple_async_result_LDADD = $(progs_ldadd)
205 sleepy_stream_SOURCES = sleepy-stream.c
206 sleepy_stream_LDADD = $(progs_ldadd)
208 filter_streams_SOURCES = filter-streams.c
209 filter_streams_LDADD = $(progs_ldadd)
211 volumemonitor_SOURCES = volumemonitor.c
212 volumemonitor_LDADD = $(progs_ldadd)
214 resolver_SOURCES = resolver.c
215 resolver_LDADD = $(progs_ldadd) \
216 $(top_builddir)/gthread/libgthread-2.0.la
218 socket_server_SOURCES = socket-server.c
219 socket_server_LDADD = $(progs_ldadd) \
220 $(top_builddir)/gthread/libgthread-2.0.la
222 socket_client_SOURCES = socket-client.c \
223 gtlsconsoleinteraction.c \
224 gtlsconsoleinteraction.h
225 socket_client_LDADD = $(progs_ldadd) \
226 $(top_builddir)/gthread/libgthread-2.0.la
228 echo_server_SOURCES = echo-server.c
229 echo_server_LDADD = $(progs_ldadd) \
230 $(top_builddir)/gthread/libgthread-2.0.la
232 httpd_SOURCES = httpd.c
233 httpd_LDADD = $(progs_ldadd) \
234 $(top_builddir)/gthread/libgthread-2.0.la
236 send_data_SOURCES = send-data.c
237 send_data_LDADD = $(progs_ldadd) \
238 $(top_builddir)/gthread/libgthread-2.0.la
240 srvtarget_SOURCES = srvtarget.c
241 srvtarget_LDADD = $(progs_ldadd)
243 network_address_SOURCE = network-address.c
244 network_address_LDADD = $(progs_ldadd)
246 socket_SOURCE = socket.c
247 socket_LDADD = $(progs_ldadd)
249 pollable_SOURCE = pollable.c
250 pollable_LDADD = $(progs_ldadd)
252 contexts_SOURCES = contexts.c
253 contexts_LDADD = $(progs_ldadd) \
254 $(top_builddir)/gthread/libgthread-2.0.la
256 gsettings_SOURCES = gsettings.c
257 gsettings_LDADD = $(progs_ldadd)
259 gschema_compile_SOURCES = gschema-compile.c
260 gschema_compile_LDADD = $(progs_ldadd)
263 TEST_PROGS += gdbus-serialization
264 gdbus_serialization_SOURCES = gdbus-serialization.c gdbus-tests.h gdbus-tests.c
265 gdbus_serialization_CFLAGS = $(DBUS1_CFLAGS)
266 gdbus_serialization_LDADD = $(progs_ldadd) $(DBUS1_LIBS)
269 gdbus_addresses_SOURCES = gdbus-addresses.c
270 gdbus_addresses_LDADD = $(progs_ldadd)
272 gdbus_bz627724_SOURCES = gdbus-bz627724.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
273 gdbus_bz627724_LDADD = $(progs_ldadd)
275 gdbus_close_pending_SOURCES = gdbus-close-pending.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
276 gdbus_close_pending_LDADD = $(progs_ldadd)
279 gdbus-test-codegen-generated.h gdbus-test-codegen-generated.c : test-codegen.xml Makefile $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen
280 $(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
281 UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
282 $(PYTHON) $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen \
283 --interface-prefix org.project. \
284 --generate-c-code gdbus-test-codegen-generated \
285 --c-generate-object-manager \
286 --c-namespace Foo_iGen \
287 --generate-docbook gdbus-test-codegen-generated-doc \
288 --annotate "org.project.Bar" Key1 Value1 \
289 --annotate "org.project.Bar" org.gtk.GDBus.Internal Value2 \
290 --annotate "org.project.Bar.HelloWorld()" Key3 Value3 \
291 --annotate "org.project.Bar::TestSignal" Key4 Value4 \
292 --annotate "org.project.Bar:ay" Key5 Value5 \
293 --annotate "org.project.Bar.TestPrimitiveTypes()[val_int32]" Key6 Value6 \
294 --annotate "org.project.Bar.TestPrimitiveTypes()[ret_uint32]" Key7 Value7 \
295 --annotate "org.project.Bar::TestSignal[array_of_strings]" Key8 Value8 \
296 $(srcdir)/test-codegen.xml \
299 BUILT_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h
301 gdbus_test_codegen_SOURCES = gdbus-test-codegen.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
302 gdbus_test_codegen_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h
303 gdbus_test_codegen_LDADD = $(progs_ldadd)
306 gdbus_connection_SOURCES = gdbus-connection.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
307 gdbus_connection_LDADD = $(progs_ldadd)
309 gdbus_connection_flush_SOURCES = \
310 gdbus-connection-flush.c \
316 gdbus_connection_flush_LDADD = $(progs_ldadd)
318 gdbus_connection_loss_SOURCES = gdbus-connection-loss.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
319 gdbus_connection_loss_LDADD = $(progs_ldadd)
321 gdbus_connection_slow_SOURCES = gdbus-connection-slow.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
322 gdbus_connection_slow_LDADD = $(progs_ldadd)
324 gdbus_message_SOURCES = gdbus-message.c
325 gdbus_message_LDADD = $(progs_ldadd)
327 gdbus_names_SOURCES = gdbus-names.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
328 gdbus_names_LDADD = $(progs_ldadd)
330 gdbus_proxy_SOURCES = gdbus-proxy.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
331 gdbus_proxy_LDADD = $(progs_ldadd)
333 gdbus_proxy_threads_SOURCES = gdbus-proxy-threads.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
334 gdbus_proxy_threads_LDADD = $(progs_ldadd)
336 gdbus_proxy_well_known_name_SOURCES = gdbus-proxy-well-known-name.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
337 gdbus_proxy_well_known_name_LDADD = $(progs_ldadd)
339 gdbus_introspection_SOURCES = gdbus-introspection.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
340 gdbus_introspection_LDADD = $(progs_ldadd)
342 gdbus_threading_SOURCES = gdbus-threading.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
343 gdbus_threading_LDADD = $(progs_ldadd)
345 gdbus_export_SOURCES = gdbus-export.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
346 gdbus_export_LDADD = $(progs_ldadd)
348 gdbus_error_SOURCES = gdbus-error.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
349 gdbus_error_LDADD = $(progs_ldadd)
351 gdbus_non_socket_SOURCES = \
360 gdbus_non_socket_LDADD = $(progs_ldadd)
362 gdbus_exit_on_close_SOURCES = gdbus-exit-on-close.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
363 gdbus_exit_on_close_LDADD = $(progs_ldadd)
365 gdbus_example_watch_name_SOURCES = gdbus-example-watch-name.c
366 gdbus_example_watch_name_LDADD = $(progs_ldadd)
368 gdbus_example_watch_proxy_SOURCES = gdbus-example-watch-proxy.c
369 gdbus_example_watch_proxy_LDADD = $(progs_ldadd)
371 gdbus_example_own_name_SOURCES = gdbus-example-own-name.c
372 gdbus_example_own_name_LDADD = $(progs_ldadd)
374 gdbus_example_server_SOURCES = gdbus-example-server.c
375 gdbus_example_server_LDADD = $(progs_ldadd)
377 gdbus_example_unix_fd_client_SOURCES = gdbus-example-unix-fd-client.c
378 gdbus_example_unix_fd_client_LDADD = $(progs_ldadd)
380 gdbus_example_subtree_SOURCES = gdbus-example-subtree.c
381 gdbus_example_subtree_LDADD = $(progs_ldadd)
383 gdbus_example_peer_SOURCES = gdbus-example-peer.c
384 gdbus_example_peer_LDADD = $(progs_ldadd)
386 gdbus_example_proxy_subclass_SOURCES = gdbus-example-proxy-subclass.c
387 gdbus_example_proxy_subclass_LDADD = $(progs_ldadd)
389 gdbus_example_export_SOURCES = gdbus-example-export.c
390 gdbus_example_export_LDADD = $(progs_ldadd)
392 gdbus_connection_flush_helper_SOURCES = gdbus-connection-flush-helper.c
393 gdbus_connection_flush_helper_LDADD = $(progs_ldadd)
395 appinfo_SOURCES = appinfo.c
396 appinfo_LDADD = $(progs_ldadd)
398 resources_SOURCES = resources.c test_resources.c test_resources2.c test_resources2.h
399 resources_DEPENDENCIES = test.gresource
400 resources_LDADD = $(progs_ldadd)
402 appinfo_test_SOURCES = appinfo-test.c
403 appinfo_test_LDADD = $(progs_ldadd)
405 contenttype_SOURCES = contenttype.c
406 contenttype_LDADD = $(progs_ldadd)
408 mimeapps_SOURCES = mimeapps.c
409 mimeapps_LDADD = $(progs_ldadd)
411 file_SOURCES = file.c
412 file_LDADD = $(progs_ldadd)
414 fileattributematcher_SOURCES = fileattributematcher.c
415 fileattributematcher_LDADD = $(progs_ldadd)
417 gapplication_SOURCES = gapplication.c gdbus-sessionbus.c
418 gapplication_LDADD = $(progs_ldadd)
420 basic_application_LDADD = $(progs_ldadd)
422 gapplication_example_open_SOURCES = gapplication-example-open.c
423 gapplication_example_open_LDADD = $(progs_ldadd)
425 gapplication_example_cmdline_SOURCES = gapplication-example-cmdline.c
426 gapplication_example_cmdline_LDADD = $(progs_ldadd)
428 gapplication_example_cmdline2_SOURCES = gapplication-example-cmdline2.c
429 gapplication_example_cmdline2_LDADD = $(progs_ldadd)
431 gapplication_example_cmdline3_SOURCES = gapplication-example-cmdline3.c
432 gapplication_example_cmdline3_LDADD = $(progs_ldadd)
434 gapplication_example_actions_SOURCES = gapplication-example-actions.c
435 gapplication_example_actions_LDADD = $(progs_ldadd)
437 gmenumodel_LDADD = $(progs_ldadd)
440 schema-tests/array-default-not-in-choices.gschema.xml \
441 schema-tests/bad-choice.gschema.xml \
442 schema-tests/bad-key.gschema.xml \
443 schema-tests/bad-key2.gschema.xml \
444 schema-tests/bad-key3.gschema.xml \
445 schema-tests/bad-key4.gschema.xml \
446 schema-tests/bad-type.gschema.xml \
447 schema-tests/bare-alias.gschema.xml \
448 schema-tests/choice-alias.gschema.xml \
449 schema-tests/choice-bad.gschema.xml \
450 schema-tests/choice-badtype.gschema.xml \
451 schema-tests/choice-invalid-alias.gschema.xml \
452 schema-tests/choice-missing-value.gschema.xml \
453 schema-tests/choice-shadowed-alias.gschema.xml \
454 schema-tests/choice-upside-down.gschema.xml \
455 schema-tests/choice.gschema.xml \
456 schema-tests/choices-wrong-type.gschema.xml \
457 schema-tests/default-in-aliases.gschema.xml \
458 schema-tests/default-not-in-choices.gschema.xml \
459 schema-tests/default-out-of-range.gschema.xml \
460 schema-tests/empty-key.gschema.xml \
461 schema-tests/enum-with-aliases.gschema.xml \
462 schema-tests/enum-with-bad-default.gschema.xml \
463 schema-tests/enum-with-chained-alias.gschema.xml \
464 schema-tests/enum-with-choice.gschema.xml \
465 schema-tests/enum-with-invalid-alias.gschema.xml \
466 schema-tests/enum-with-repeated-alias.gschema.xml \
467 schema-tests/enum-with-repeated-nick.gschema.xml \
468 schema-tests/enum-with-repeated-value.gschema.xml \
469 schema-tests/enum-with-shadow-alias.gschema.xml \
470 schema-tests/enum.gschema.xml \
471 schema-tests/flags-aliased-default.gschema.xml \
472 schema-tests/flags-bad-default.gschema.xml \
473 schema-tests/flags-more-than-one-bit.gschema.xml \
474 schema-tests/flags-with-enum-attr.gschema.xml \
475 schema-tests/flags-with-enum-tag.gschema.xml \
476 schema-tests/extend-and-shadow-indirect.gschema.xml \
477 schema-tests/extend-and-shadow.gschema.xml \
478 schema-tests/extend-missing.gschema.xml \
479 schema-tests/extend-nonlist.gschema.xml \
480 schema-tests/extend-self.gschema.xml \
481 schema-tests/extend-wrong-list-indirect.gschema.xml \
482 schema-tests/extend-wrong-list.gschema.xml \
483 schema-tests/extending.gschema.xml \
484 schema-tests/from-docs.gschema.xml \
485 schema-tests/incomplete-list.gschema.xml \
486 schema-tests/inherit-gettext-domain.gschema.xml \
487 schema-tests/invalid-path.gschema.xml \
488 schema-tests/key-in-list-indirect.gschema.xml \
489 schema-tests/key-in-list.gschema.xml \
490 schema-tests/list-of-missing.gschema.xml \
491 schema-tests/missing-quotes.gschema.xml \
492 schema-tests/no-default.gschema.xml \
493 schema-tests/overflow.gschema.xml \
494 schema-tests/override-missing.gschema.xml \
495 schema-tests/override-range-error.gschema.xml \
496 schema-tests/override-then-key.gschema.xml \
497 schema-tests/override-twice.gschema.xml \
498 schema-tests/override-type-error.gschema.xml \
499 schema-tests/override.gschema.xml \
500 schema-tests/range-badtype.gschema.xml \
501 schema-tests/range-default-high.gschema.xml \
502 schema-tests/range-default-low.gschema.xml \
503 schema-tests/range-high-default.gschema.xml \
504 schema-tests/range-low-default.gschema.xml \
505 schema-tests/range-missing-max.gschema.xml \
506 schema-tests/range-missing-min.gschema.xml \
507 schema-tests/range-parse-error.gschema.xml \
508 schema-tests/range-wrong-type.gschema.xml \
509 schema-tests/range.gschema.xml \
510 schema-tests/wrong-category.gschema.xml
512 proxy_SOURCES = proxy.c
513 proxy_LDADD = $(progs_ldadd) \
514 $(top_builddir)/gthread/libgthread-2.0.la
516 tls_certificate_SOURCES = tls-certificate.c gtesttlsbackend.c gtesttlsbackend.h
517 tls_certificate_LDADD = $(progs_ldadd)
519 tls_interaction_LDADD = $(progs_ldadd)
521 cancellable_LDADD = $(progs_ldadd)
523 vfs_LDADD = $(progs_ldadd)
525 network_monitor_LDADD = $(progs_ldadd)
527 # -----------------------------------------------------------------------------
530 gdbus_example_objectmanager_server_SOURCES = gdbus-example-objectmanager-server.c
531 gdbus_example_objectmanager_server_CFLAGS = -I$(top_builddir)/gio/tests/gdbus-object-manager-example
532 gdbus_example_objectmanager_server_LDADD = $(top_builddir)/gio/tests/gdbus-object-manager-example/libgdbus-example-objectmanager.la $(progs_ldadd)
534 gdbus_example_objectmanager_client_SOURCES = gdbus-example-objectmanager-client.c
535 gdbus_example_objectmanager_client_CFLAGS = -I$(top_builddir)/gio/tests/gdbus-object-manager-example
536 gdbus_example_objectmanager_client_LDADD = $(top_builddir)/gio/tests/gdbus-object-manager-example/libgdbus-example-objectmanager.la $(progs_ldadd)
538 gdbus_peer_SOURCES = gdbus-peer.c gdbus-tests.h gdbus-tests.c
539 gdbus_peer_CFLAGS = -I$(top_builddir)/gio/tests/gdbus-object-manager-example
540 gdbus_peer_LDADD = $(top_builddir)/gio/tests/gdbus-object-manager-example/libgdbus-example-objectmanager.la $(progs_ldadd)
544 # -----------------------------------------------------------------------------
548 org.gtk.test.gschema \
549 org.gtk.test.gschema.xml \
554 org.gtk.schemasourcecheck.gschema.xml \
555 appinfo-test.desktop \
556 appinfo-test2.desktop \
557 appinfo-test-gnome.desktop \
558 appinfo-test-notgnome.desktop \
559 gdbus-testserver.py \
572 test2.gresource.xml \
574 test3.gresource.xml \
576 test4.gresource.xml \
579 MISC_STUFF = test.mo test.gresource
582 $(MSGFMT) -o test.mo $(srcdir)/de.po; \
583 $(MKDIR_P) de/LC_MESSAGES; \
584 cp -f test.mo de/LC_MESSAGES
587 glib_compile_resources=$(GLIB_COMPILE_RESOURCES)
589 glib_compile_resources=$(top_builddir)/gio/glib-compile-resources
592 BUILT_SOURCES += test_resources.c test_resources2.c test_resources2.h
593 test_resources.c: test2.gresource.xml Makefile $(shell $(glib_compile_resources) --generate-dependencies $(srcdir)/test2.gresource.xml)
594 $(AM_V_GEN) $(glib_compile_resources) --target=$@ --sourcedir=$(srcdir) --generate-source --c-name _g_test1 $<
596 test_resources2.h test_resources2.c: test3.gresource.xml Makefile $(shell $(glib_compile_resources) --generate-dependencies $(srcdir)/test3.gresource.xml)
597 $(AM_V_GEN) $(glib_compile_resources) --target=$@ --sourcedir=$(srcdir) --generate --c-name _g_test2 --manual-register $<
599 plugin_resources.c: test4.gresource.xml Makefile $(shell $(glib_compile_resources) --generate-dependencies $(srcdir)/test4.gresource.xml)
600 $(AM_V_GEN) $(glib_compile_resources) --target=$@ --sourcedir=$(srcdir) --generate-source --c-name _g_plugin $<
602 test.gresource: test.gresource.xml Makefile $(shell $(glib_compile_resources) --generate-dependencies $(srcdir)/test.gresource.xml)
603 $(AM_V_GEN) $(glib_compile_resources) --target=$@ --sourcedir=$(srcdir) $<
605 noinst_LTLIBRARIES = libresourceplugin.la
607 libresourceplugin_la_SOURCES = resourceplugin.c plugin_resources.c
608 libresourceplugin_la_LDFLAGS = -avoid-version -module $(no_undefined) -rpath $(libdir)
609 libresourceplugin_la_LIBADD = $(progs_ldadd)
611 CLEANFILES = gdbus-test-codegen-generated.[ch] gdbus-test-codegen-generated-doc-*.xml test_resources2.[ch] plugin_resources.c
614 applications/mimeinfo.cache \
615 org.gtk.test.enums.xml \
616 de/LC_MESSAGES/test.mo \
622 schema-source/gschemas.compiled
625 rm -rf xdgdatahome xdgdatadir