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_LDADD = $(progs_ldadd)
145 memory_input_stream_SOURCES = memory-input-stream.c
146 memory_input_stream_LDADD = $(progs_ldadd)
148 memory_output_stream_SOURCES = memory-output-stream.c
149 memory_output_stream_LDADD = $(progs_ldadd)
151 g_file_SOURCES = g-file.c
152 g_file_LDADD = $(progs_ldadd)
154 readwrite_SOURCES = readwrite.c
155 readwrite_LDADD = $(progs_ldadd)
157 g_file_info_SOURCES = g-file-info.c
158 g_file_info_LDADD = $(progs_ldadd)
160 converter_stream_SOURCES = converter-stream.c
161 converter_stream_LDADD = $(progs_ldadd)
163 data_input_stream_SOURCES = data-input-stream.c
164 data_input_stream_LDADD = $(progs_ldadd)
166 data_output_stream_SOURCES = data-output-stream.c
167 data_output_stream_LDADD = $(progs_ldadd)
169 async_close_output_stream_SOURCES = async-close-output-stream.c
170 async_close_output_stream_LDADD = $(progs_ldadd)
172 filter_cat_SOURCES = filter-cat.c
173 filter_cat_LDADD = $(progs_ldadd)
175 g_icon_SOURCES = g-icon.c
176 g_icon_LDADD = $(progs_ldadd)
178 buffered_input_stream_SOURCES = buffered-input-stream.c
179 buffered_input_stream_LDADD = $(progs_ldadd)
181 buffered_output_stream_SOURCES = buffered-output-stream.c
182 buffered_output_stream_LDADD = $(progs_ldadd)
184 live_g_file_SOURCES = live-g-file.c
185 live_g_file_LDADD = $(progs_ldadd)
187 desktop_app_info_SOURCES = desktop-app-info.c
188 desktop_app_info_LDADD = $(progs_ldadd)
190 unix_streams_SOURCES = unix-streams.c
191 unix_streams_LDADD = $(progs_ldadd) \
192 $(top_builddir)/gthread/libgthread-2.0.la
194 win32_streams_SOURCES = win32-streams.c
195 win32_streams_LDADD = $(progs_ldadd) \
196 $(top_builddir)/gthread/libgthread-2.0.la
198 unix_fd_SOURCES = unix-fd.c
199 unix_fd_LDADD = $(progs_ldadd)
201 simple_async_result_SOURCES = simple-async-result.c
202 simple_async_result_LDADD = $(progs_ldadd)
204 sleepy_stream_SOURCES = sleepy-stream.c
205 sleepy_stream_LDADD = $(progs_ldadd)
207 filter_streams_SOURCES = filter-streams.c
208 filter_streams_LDADD = $(progs_ldadd)
210 volumemonitor_SOURCES = volumemonitor.c
211 volumemonitor_LDADD = $(progs_ldadd)
213 resolver_SOURCES = resolver.c
214 resolver_LDADD = $(progs_ldadd) \
215 $(top_builddir)/gthread/libgthread-2.0.la
217 socket_server_SOURCES = socket-server.c
218 socket_server_LDADD = $(progs_ldadd) \
219 $(top_builddir)/gthread/libgthread-2.0.la
221 socket_client_SOURCES = socket-client.c \
222 gtlsconsoleinteraction.c \
223 gtlsconsoleinteraction.h
224 socket_client_LDADD = $(progs_ldadd) \
225 $(top_builddir)/gthread/libgthread-2.0.la
227 echo_server_SOURCES = echo-server.c
228 echo_server_LDADD = $(progs_ldadd) \
229 $(top_builddir)/gthread/libgthread-2.0.la
231 httpd_SOURCES = httpd.c
232 httpd_LDADD = $(progs_ldadd) \
233 $(top_builddir)/gthread/libgthread-2.0.la
235 send_data_SOURCES = send-data.c
236 send_data_LDADD = $(progs_ldadd) \
237 $(top_builddir)/gthread/libgthread-2.0.la
239 srvtarget_SOURCES = srvtarget.c
240 srvtarget_LDADD = $(progs_ldadd)
242 network_address_SOURCE = network-address.c
243 network_address_LDADD = $(progs_ldadd)
245 socket_SOURCE = socket.c
246 socket_LDADD = $(progs_ldadd)
248 pollable_SOURCE = pollable.c
249 pollable_LDADD = $(progs_ldadd)
251 contexts_SOURCES = contexts.c
252 contexts_LDADD = $(progs_ldadd) \
253 $(top_builddir)/gthread/libgthread-2.0.la
255 gsettings_SOURCES = gsettings.c
256 gsettings_LDADD = $(progs_ldadd)
258 gschema_compile_SOURCES = gschema-compile.c
259 gschema_compile_LDADD = $(progs_ldadd)
262 TEST_PROGS += gdbus-serialization
263 gdbus_serialization_SOURCES = gdbus-serialization.c gdbus-tests.h gdbus-tests.c
264 gdbus_serialization_CFLAGS = $(DBUS1_CFLAGS)
265 gdbus_serialization_LDADD = $(progs_ldadd) $(DBUS1_LIBS)
268 gdbus_addresses_SOURCES = gdbus-addresses.c
269 gdbus_addresses_LDADD = $(progs_ldadd)
271 gdbus_bz627724_SOURCES = gdbus-bz627724.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
272 gdbus_bz627724_LDADD = $(progs_ldadd)
274 gdbus_close_pending_SOURCES = gdbus-close-pending.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
275 gdbus_close_pending_LDADD = $(progs_ldadd)
278 gdbus-test-codegen-generated.h gdbus-test-codegen-generated.c : test-codegen.xml Makefile $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen
279 $(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
280 UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
281 $(PYTHON) $(top_builddir)/gio/gdbus-2.0/codegen/gdbus-codegen \
282 --interface-prefix org.project. \
283 --generate-c-code gdbus-test-codegen-generated \
284 --c-generate-object-manager \
285 --c-namespace Foo_iGen \
286 --generate-docbook gdbus-test-codegen-generated-doc \
287 --annotate "org.project.Bar" Key1 Value1 \
288 --annotate "org.project.Bar" org.gtk.GDBus.Internal Value2 \
289 --annotate "org.project.Bar.HelloWorld()" Key3 Value3 \
290 --annotate "org.project.Bar::TestSignal" Key4 Value4 \
291 --annotate "org.project.Bar:ay" Key5 Value5 \
292 --annotate "org.project.Bar.TestPrimitiveTypes()[val_int32]" Key6 Value6 \
293 --annotate "org.project.Bar.TestPrimitiveTypes()[ret_uint32]" Key7 Value7 \
294 --annotate "org.project.Bar::TestSignal[array_of_strings]" Key8 Value8 \
295 $(srcdir)/test-codegen.xml \
298 BUILT_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h
300 gdbus_test_codegen_SOURCES = gdbus-test-codegen.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
301 gdbus_test_codegen_SOURCES += gdbus-test-codegen-generated.c gdbus-test-codegen-generated.h
302 gdbus_test_codegen_LDADD = $(progs_ldadd)
305 gdbus_connection_SOURCES = gdbus-connection.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
306 gdbus_connection_LDADD = $(progs_ldadd)
308 gdbus_connection_flush_SOURCES = \
309 gdbus-connection-flush.c \
315 gdbus_connection_flush_LDADD = $(progs_ldadd)
317 gdbus_connection_loss_SOURCES = gdbus-connection-loss.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
318 gdbus_connection_loss_LDADD = $(progs_ldadd)
320 gdbus_connection_slow_SOURCES = gdbus-connection-slow.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
321 gdbus_connection_slow_LDADD = $(progs_ldadd)
323 gdbus_message_SOURCES = gdbus-message.c
324 gdbus_message_LDADD = $(progs_ldadd)
326 gdbus_names_SOURCES = gdbus-names.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
327 gdbus_names_LDADD = $(progs_ldadd)
329 gdbus_proxy_SOURCES = gdbus-proxy.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
330 gdbus_proxy_LDADD = $(progs_ldadd)
332 gdbus_proxy_threads_SOURCES = gdbus-proxy-threads.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
333 gdbus_proxy_threads_LDADD = $(progs_ldadd)
335 gdbus_proxy_well_known_name_SOURCES = gdbus-proxy-well-known-name.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
336 gdbus_proxy_well_known_name_LDADD = $(progs_ldadd)
338 gdbus_introspection_SOURCES = gdbus-introspection.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
339 gdbus_introspection_LDADD = $(progs_ldadd)
341 gdbus_threading_SOURCES = gdbus-threading.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
342 gdbus_threading_LDADD = $(progs_ldadd)
344 gdbus_export_SOURCES = gdbus-export.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
345 gdbus_export_LDADD = $(progs_ldadd)
347 gdbus_error_SOURCES = gdbus-error.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
348 gdbus_error_LDADD = $(progs_ldadd)
350 gdbus_non_socket_SOURCES = \
359 gdbus_non_socket_LDADD = $(progs_ldadd)
361 gdbus_exit_on_close_SOURCES = gdbus-exit-on-close.c gdbus-sessionbus.c gdbus-sessionbus.h gdbus-tests.h gdbus-tests.c
362 gdbus_exit_on_close_LDADD = $(progs_ldadd)
364 gdbus_example_watch_name_SOURCES = gdbus-example-watch-name.c
365 gdbus_example_watch_name_LDADD = $(progs_ldadd)
367 gdbus_example_watch_proxy_SOURCES = gdbus-example-watch-proxy.c
368 gdbus_example_watch_proxy_LDADD = $(progs_ldadd)
370 gdbus_example_own_name_SOURCES = gdbus-example-own-name.c
371 gdbus_example_own_name_LDADD = $(progs_ldadd)
373 gdbus_example_server_SOURCES = gdbus-example-server.c
374 gdbus_example_server_LDADD = $(progs_ldadd)
376 gdbus_example_unix_fd_client_SOURCES = gdbus-example-unix-fd-client.c
377 gdbus_example_unix_fd_client_LDADD = $(progs_ldadd)
379 gdbus_example_subtree_SOURCES = gdbus-example-subtree.c
380 gdbus_example_subtree_LDADD = $(progs_ldadd)
382 gdbus_example_peer_SOURCES = gdbus-example-peer.c
383 gdbus_example_peer_LDADD = $(progs_ldadd)
385 gdbus_example_proxy_subclass_SOURCES = gdbus-example-proxy-subclass.c
386 gdbus_example_proxy_subclass_LDADD = $(progs_ldadd)
388 gdbus_example_export_SOURCES = gdbus-example-export.c
389 gdbus_example_export_LDADD = $(progs_ldadd)
391 gdbus_connection_flush_helper_SOURCES = gdbus-connection-flush-helper.c
392 gdbus_connection_flush_helper_LDADD = $(progs_ldadd)
394 appinfo_SOURCES = appinfo.c
395 appinfo_LDADD = $(progs_ldadd)
397 resources_SOURCES = resources.c test_resources.c test_resources2.c test_resources2.h
398 resources_LDADD = $(progs_ldadd)
400 appinfo_test_SOURCES = appinfo-test.c
401 appinfo_test_LDADD = $(progs_ldadd)
403 contenttype_SOURCES = contenttype.c
404 contenttype_LDADD = $(progs_ldadd)
406 mimeapps_SOURCES = mimeapps.c
407 mimeapps_LDADD = $(progs_ldadd)
409 file_SOURCES = file.c
410 file_LDADD = $(progs_ldadd)
412 fileattributematcher_SOURCES = fileattributematcher.c
413 fileattributematcher_LDADD = $(progs_ldadd)
415 gapplication_SOURCES = gapplication.c gdbus-sessionbus.c
416 gapplication_LDADD = $(progs_ldadd)
418 basic_application_LDADD = $(progs_ldadd)
420 gapplication_example_open_SOURCES = gapplication-example-open.c
421 gapplication_example_open_LDADD = $(progs_ldadd)
423 gapplication_example_cmdline_SOURCES = gapplication-example-cmdline.c
424 gapplication_example_cmdline_LDADD = $(progs_ldadd)
426 gapplication_example_cmdline2_SOURCES = gapplication-example-cmdline2.c
427 gapplication_example_cmdline2_LDADD = $(progs_ldadd)
429 gapplication_example_cmdline3_SOURCES = gapplication-example-cmdline3.c
430 gapplication_example_cmdline3_LDADD = $(progs_ldadd)
432 gapplication_example_actions_SOURCES = gapplication-example-actions.c
433 gapplication_example_actions_LDADD = $(progs_ldadd)
435 gmenumodel_LDADD = $(progs_ldadd)
438 schema-tests/array-default-not-in-choices.gschema.xml \
439 schema-tests/bad-choice.gschema.xml \
440 schema-tests/bad-key.gschema.xml \
441 schema-tests/bad-key2.gschema.xml \
442 schema-tests/bad-key3.gschema.xml \
443 schema-tests/bad-key4.gschema.xml \
444 schema-tests/bad-type.gschema.xml \
445 schema-tests/bare-alias.gschema.xml \
446 schema-tests/choice-alias.gschema.xml \
447 schema-tests/choice-bad.gschema.xml \
448 schema-tests/choice-badtype.gschema.xml \
449 schema-tests/choice-invalid-alias.gschema.xml \
450 schema-tests/choice-missing-value.gschema.xml \
451 schema-tests/choice-shadowed-alias.gschema.xml \
452 schema-tests/choice-upside-down.gschema.xml \
453 schema-tests/choice.gschema.xml \
454 schema-tests/choices-wrong-type.gschema.xml \
455 schema-tests/default-in-aliases.gschema.xml \
456 schema-tests/default-not-in-choices.gschema.xml \
457 schema-tests/default-out-of-range.gschema.xml \
458 schema-tests/empty-key.gschema.xml \
459 schema-tests/enum-with-aliases.gschema.xml \
460 schema-tests/enum-with-bad-default.gschema.xml \
461 schema-tests/enum-with-chained-alias.gschema.xml \
462 schema-tests/enum-with-choice.gschema.xml \
463 schema-tests/enum-with-invalid-alias.gschema.xml \
464 schema-tests/enum-with-repeated-alias.gschema.xml \
465 schema-tests/enum-with-repeated-nick.gschema.xml \
466 schema-tests/enum-with-repeated-value.gschema.xml \
467 schema-tests/enum-with-shadow-alias.gschema.xml \
468 schema-tests/enum.gschema.xml \
469 schema-tests/flags-aliased-default.gschema.xml \
470 schema-tests/flags-bad-default.gschema.xml \
471 schema-tests/flags-more-than-one-bit.gschema.xml \
472 schema-tests/flags-with-enum-attr.gschema.xml \
473 schema-tests/flags-with-enum-tag.gschema.xml \
474 schema-tests/extend-and-shadow-indirect.gschema.xml \
475 schema-tests/extend-and-shadow.gschema.xml \
476 schema-tests/extend-missing.gschema.xml \
477 schema-tests/extend-nonlist.gschema.xml \
478 schema-tests/extend-self.gschema.xml \
479 schema-tests/extend-wrong-list-indirect.gschema.xml \
480 schema-tests/extend-wrong-list.gschema.xml \
481 schema-tests/extending.gschema.xml \
482 schema-tests/from-docs.gschema.xml \
483 schema-tests/incomplete-list.gschema.xml \
484 schema-tests/inherit-gettext-domain.gschema.xml \
485 schema-tests/invalid-path.gschema.xml \
486 schema-tests/key-in-list-indirect.gschema.xml \
487 schema-tests/key-in-list.gschema.xml \
488 schema-tests/list-of-missing.gschema.xml \
489 schema-tests/missing-quotes.gschema.xml \
490 schema-tests/no-default.gschema.xml \
491 schema-tests/overflow.gschema.xml \
492 schema-tests/override-missing.gschema.xml \
493 schema-tests/override-range-error.gschema.xml \
494 schema-tests/override-then-key.gschema.xml \
495 schema-tests/override-twice.gschema.xml \
496 schema-tests/override-type-error.gschema.xml \
497 schema-tests/override.gschema.xml \
498 schema-tests/range-badtype.gschema.xml \
499 schema-tests/range-default-high.gschema.xml \
500 schema-tests/range-default-low.gschema.xml \
501 schema-tests/range-high-default.gschema.xml \
502 schema-tests/range-low-default.gschema.xml \
503 schema-tests/range-missing-max.gschema.xml \
504 schema-tests/range-missing-min.gschema.xml \
505 schema-tests/range-parse-error.gschema.xml \
506 schema-tests/range-wrong-type.gschema.xml \
507 schema-tests/range.gschema.xml \
508 schema-tests/wrong-category.gschema.xml
510 proxy_SOURCES = proxy.c
511 proxy_LDADD = $(progs_ldadd) \
512 $(top_builddir)/gthread/libgthread-2.0.la
514 tls_certificate_SOURCES = tls-certificate.c gtesttlsbackend.c gtesttlsbackend.h
515 tls_certificate_LDADD = $(progs_ldadd)
517 tls_interaction_LDADD = $(progs_ldadd)
519 cancellable_LDADD = $(progs_ldadd)
521 vfs_LDADD = $(progs_ldadd)
523 network_monitor_LDADD = $(progs_ldadd)
525 # -----------------------------------------------------------------------------
528 gdbus_example_objectmanager_server_SOURCES = gdbus-example-objectmanager-server.c
529 gdbus_example_objectmanager_server_CFLAGS = -I$(top_builddir)/gio/tests/gdbus-object-manager-example
530 gdbus_example_objectmanager_server_LDADD = $(top_builddir)/gio/tests/gdbus-object-manager-example/libgdbus-example-objectmanager.la $(progs_ldadd)
532 gdbus_example_objectmanager_client_SOURCES = gdbus-example-objectmanager-client.c
533 gdbus_example_objectmanager_client_CFLAGS = -I$(top_builddir)/gio/tests/gdbus-object-manager-example
534 gdbus_example_objectmanager_client_LDADD = $(top_builddir)/gio/tests/gdbus-object-manager-example/libgdbus-example-objectmanager.la $(progs_ldadd)
536 gdbus_peer_SOURCES = gdbus-peer.c gdbus-tests.h gdbus-tests.c
537 gdbus_peer_CFLAGS = -I$(top_builddir)/gio/tests/gdbus-object-manager-example
538 gdbus_peer_LDADD = $(top_builddir)/gio/tests/gdbus-object-manager-example/libgdbus-example-objectmanager.la $(progs_ldadd)
542 # -----------------------------------------------------------------------------
546 org.gtk.test.gschema \
547 org.gtk.test.gschema.xml \
552 org.gtk.schemasourcecheck.gschema.xml \
553 appinfo-test.desktop \
554 appinfo-test2.desktop \
555 appinfo-test-gnome.desktop \
556 appinfo-test-notgnome.desktop \
557 gdbus-testserver.py \
570 test2.gresource.xml \
572 test3.gresource.xml \
574 test4.gresource.xml \
577 MISC_STUFF = test.mo test.gresource
580 $(MSGFMT) -o test.mo $(srcdir)/de.po; \
581 $(MKDIR_P) de/LC_MESSAGES; \
582 cp -f test.mo de/LC_MESSAGES
584 BUILT_SOURCES += test_resources.c test_resources2.c test_resources2.h
585 test_resources.c: test2.gresource.xml test1.txt
586 $(top_builddir)/gio/glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name _g_test1 $(srcdir)/test2.gresource.xml
588 test_resources2.c: test3.gresource.xml test1.txt
589 $(top_builddir)/gio/glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name _g_test2 --manual-register $(srcdir)/test3.gresource.xml
591 test_resources2.h: test3.gresource.xml
592 $(top_builddir)/gio/glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name _g_test2 --manual-register $(srcdir)/test3.gresource.xml
594 plugin_resources.c: test4.gresource.xml test1.txt
595 $(top_builddir)/gio/glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name _g_plugin $(srcdir)/test4.gresource.xml
597 test.gresource: test.gresource.xml test1.txt test2.txt test3.txt
598 $(top_builddir)/gio/glib-compile-resources --target=$@ --sourcedir=$(srcdir) $(srcdir)/test.gresource.xml
600 noinst_LTLIBRARIES = libresourceplugin.la
602 libresourceplugin_la_SOURCES = resourceplugin.c plugin_resources.c
603 libresourceplugin_la_LDFLAGS = -avoid-version -module $(no_undefined) -rpath $(libdir)
604 libresourceplugin_la_LIBADD = $(progs_ldadd)
606 CLEANFILES = gdbus-test-codegen-generated.[ch] gdbus-test-codegen-generated-doc-*.xml
609 applications/mimeinfo.cache \
610 org.gtk.test.enums.xml \
611 de/LC_MESSAGES/test.mo \
617 schema-source/gschemas.compiled
620 rm -r xdgdatahome xdgdatadir