Imported Upstream version 2.50.2
[platform/upstream/glib.git] / gobject / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # GLIB - Library of useful C routines
18
19 # Author: Fan, Chun-wei
20 # Common Autotools file used to generate Visual Studio 2008+
21 # Projects from their templates
22
23 # This autotools file, from GLib, can be used in other projects
24 # that have Visual Studio build support, and is copied into
25 # $(srcroot)/build/.
26
27 # * Input variables:
28 #
29 #   MSVCPROJS - List of Projects that should be generated
30 #
31 # * Simple tutorial
32 #
33 # Add this to Makefile.am where your library/program is built:
34 #   include $(top_srcdir)/build/Makefile.msvcproj
35 #   MSVCPROJS = YourProject (can be multiple projects in a single srcdir)
36 #   YourProject_FILES = $(libyourlib_1_0_SOURCES)
37 #   YourProject_EXCLUDES = ... # list of sources to exclude, separated by '|', wildcards allowed; use random unsed value if none
38 #   YourProject_HEADERS_DIR = $(libyourlibincludedir)
39 #   YourProject_HEADERS_INST = $(libyourlib_1_0_HEADERS)
40 #   YourProject_HEADERS_EXCLUDES = ... # <list of headers to exclude from installation, separated by '|', wildcards allowed; use random unsed value if none>
41 #
42 #   dist-hook: \ # (or add to it if it is already there, note the vs9 items will also call the vs10 items in the process)
43 #       $(top_builddir)/build/win32/vs9/YourProject.vcproj      \
44 #       $(top_builddir)/build/win32/vs9/YourProject.headers
45
46 # Private functions
47
48
49
50
51
52 VPATH = @srcdir@
53 am__is_gnu_make = { \
54   if test -z '$(MAKELEVEL)'; then \
55     false; \
56   elif test -n '$(MAKE_HOST)'; then \
57     true; \
58   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
59     true; \
60   else \
61     false; \
62   fi; \
63 }
64 am__make_running_with_option = \
65   case $${target_option-} in \
66       ?) ;; \
67       *) echo "am__make_running_with_option: internal error: invalid" \
68               "target option '$${target_option-}' specified" >&2; \
69          exit 1;; \
70   esac; \
71   has_opt=no; \
72   sane_makeflags=$$MAKEFLAGS; \
73   if $(am__is_gnu_make); then \
74     sane_makeflags=$$MFLAGS; \
75   else \
76     case $$MAKEFLAGS in \
77       *\\[\ \   ]*) \
78         bs=\\; \
79         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
80           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
81     esac; \
82   fi; \
83   skip_next=no; \
84   strip_trailopt () \
85   { \
86     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
87   }; \
88   for flg in $$sane_makeflags; do \
89     test $$skip_next = yes && { skip_next=no; continue; }; \
90     case $$flg in \
91       *=*|--*) continue;; \
92         -*I) strip_trailopt 'I'; skip_next=yes;; \
93       -*I?*) strip_trailopt 'I';; \
94         -*O) strip_trailopt 'O'; skip_next=yes;; \
95       -*O?*) strip_trailopt 'O';; \
96         -*l) strip_trailopt 'l'; skip_next=yes;; \
97       -*l?*) strip_trailopt 'l';; \
98       -[dEDm]) skip_next=yes;; \
99       -[JT]) skip_next=yes;; \
100     esac; \
101     case $$flg in \
102       *$$target_option*) has_opt=yes; break;; \
103     esac; \
104   done; \
105   test $$has_opt = yes
106 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
107 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
108 pkgdatadir = $(datadir)/@PACKAGE@
109 pkgincludedir = $(includedir)/@PACKAGE@
110 pkglibdir = $(libdir)/@PACKAGE@
111 pkglibexecdir = $(libexecdir)/@PACKAGE@
112 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
113 install_sh_DATA = $(install_sh) -c -m 644
114 install_sh_PROGRAM = $(install_sh) -c
115 install_sh_SCRIPT = $(install_sh) -c
116 INSTALL_HEADER = $(INSTALL_DATA)
117 transform = $(program_transform_name)
118 NORMAL_INSTALL = :
119 PRE_INSTALL = :
120 POST_INSTALL = :
121 NORMAL_UNINSTALL = :
122 PRE_UNINSTALL = :
123 POST_UNINSTALL = :
124 build_triplet = @build@
125 host_triplet = @host@
126 installed_test_PROGRAMS = $(am__EXEEXT_1)
127 noinst_PROGRAMS = $(am__EXEEXT_3)
128 check_PROGRAMS = $(am__EXEEXT_2)
129 TESTS = $(am__EXEEXT_1)
130 @OS_WIN32_TRUE@am__append_1 = $(test_programs) $(test_scripts) $(uninstalled_test_programs) $(uninstalled_test_scripts) \
131 @OS_WIN32_TRUE@         $(dist_test_scripts) $(dist_uninstalled_test_scripts)
132
133 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_2 = $(all_test_ltlibs)
134 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_3 = $(all_test_programs)
135 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_4 = $(all_test_scripts)
136 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_5 = $(all_test_data)
137 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_6 = $(all_test_ltlibs)
138 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_7 = $(all_test_programs)
139 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_8 = $(all_test_scripts)
140 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_9 = $(all_test_data)
141 @ENABLE_INSTALLED_TESTS_TRUE@am__append_10 = $(test_programs) $(installed_test_programs) \
142 @ENABLE_INSTALLED_TESTS_TRUE@                          $(test_extra_programs) $(installed_test_extra_programs)
143
144 @ENABLE_INSTALLED_TESTS_TRUE@am__append_11 = $(test_scripts) \
145 @ENABLE_INSTALLED_TESTS_TRUE@   $(installed_test_scripts) \
146 @ENABLE_INSTALLED_TESTS_TRUE@   $(test_extra_scripts) \
147 @ENABLE_INSTALLED_TESTS_TRUE@   $(test_installed_extra_scripts) \
148 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_test_scripts) \
149 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_test_extra_scripts) \
150 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_installed_test_scripts) \
151 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_installed_test_extra_scripts)
152 @ENABLE_INSTALLED_TESTS_TRUE@am__append_12 = $(test_data) \
153 @ENABLE_INSTALLED_TESTS_TRUE@   $(installed_test_data) \
154 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_test_data) \
155 @ENABLE_INSTALLED_TESTS_TRUE@   $(dist_installed_test_data)
156 @ENABLE_INSTALLED_TESTS_TRUE@am__append_13 = $(test_ltlibraries) $(installed_test_ltlibraries)
157 @ENABLE_INSTALLED_TESTS_TRUE@am__append_14 = $(installed_test_meta_DATA)
158 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@am__append_15 = gobject-2.0.lib
159 @ENABLE_DTRACE_TRUE@am__append_16 = gobject_probes.h gobject_probes.lo
160 @ENABLE_DTRACE_TRUE@am__append_17 = gobject_probes.h
161 @ENABLE_DTRACE_TRUE@am__append_18 = gobject_probes.lo
162 @ENABLE_SYSTEMTAP_TRUE@am__append_19 = $(tapset_DATA)
163 bin_PROGRAMS = gobject-query$(EXEEXT) glib-genmarshal$(EXEEXT)
164 subdir = gobject
165 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
166 am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
167         $(top_srcdir)/m4macros/glibtests.m4 \
168         $(top_srcdir)/m4macros/gtk-doc.m4 \
169         $(top_srcdir)/m4macros/libtool.m4 \
170         $(top_srcdir)/m4macros/ltoptions.m4 \
171         $(top_srcdir)/m4macros/ltsugar.m4 \
172         $(top_srcdir)/m4macros/ltversion.m4 \
173         $(top_srcdir)/m4macros/lt~obsolete.m4 \
174         $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
175         $(top_srcdir)/glib/libcharset/codeset.m4 \
176         $(top_srcdir)/glib/libcharset/glibc21.m4 \
177         $(top_srcdir)/m4macros/glib-gettext.m4 \
178         $(top_srcdir)/configure.ac
179 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
180         $(ACLOCAL_M4)
181 DIST_COMMON = $(srcdir)/Makefile.am $(dist_gdb_SCRIPTS) \
182         $(libgobjectinclude_HEADERS) $(am__DIST_COMMON)
183 mkinstalldirs = $(install_sh) -d
184 CONFIG_HEADER = $(top_builddir)/config.h
185 CONFIG_CLEAN_FILES = glib-mkenums makefile.msc gobject.rc
186 CONFIG_CLEAN_VPATH_FILES =
187 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
188 am__vpath_adj = case $$p in \
189     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
190     *) f=$$p;; \
191   esac;
192 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
193 am__install_max = 40
194 am__nobase_strip_setup = \
195   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
196 am__nobase_strip = \
197   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
198 am__nobase_list = $(am__nobase_strip_setup); \
199   for p in $$list; do echo "$$p $$p"; done | \
200   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
201   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
202     if (++n[$$2] == $(am__install_max)) \
203       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
204     END { for (dir in files) print dir, files[dir] }'
205 am__base_list = \
206   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
207   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
208 am__uninstall_files_from_dir = { \
209   test -z "$$files" \
210     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
211     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
212          $(am__cd) "$$dir" && rm -f $$files; }; \
213   }
214 am__installdirs = "$(DESTDIR)$(installed_testdir)" \
215         "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
216         "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" \
217         "$(DESTDIR)$(gdbdir)" "$(DESTDIR)$(installed_testdir)" \
218         "$(DESTDIR)$(installed_test_metadir)" \
219         "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(tapsetdir)" \
220         "$(DESTDIR)$(libgobjectincludedir)"
221 LTLIBRARIES = $(installed_test_LTLIBRARIES) $(lib_LTLIBRARIES) \
222         $(noinst_LTLIBRARIES)
223 am__DEPENDENCIES_1 =
224 am__objects_1 = libgobject_2_0_la-gatomicarray.lo \
225         libgobject_2_0_la-gbinding.lo libgobject_2_0_la-gboxed.lo \
226         libgobject_2_0_la-gclosure.lo libgobject_2_0_la-genums.lo \
227         libgobject_2_0_la-gmarshal.lo libgobject_2_0_la-gobject.lo \
228         libgobject_2_0_la-gparam.lo libgobject_2_0_la-gparamspecs.lo \
229         libgobject_2_0_la-gsignal.lo \
230         libgobject_2_0_la-gsourceclosure.lo libgobject_2_0_la-gtype.lo \
231         libgobject_2_0_la-gtypemodule.lo \
232         libgobject_2_0_la-gtypeplugin.lo libgobject_2_0_la-gvalue.lo \
233         libgobject_2_0_la-gvaluearray.lo \
234         libgobject_2_0_la-gvaluetransform.lo \
235         libgobject_2_0_la-gvaluetypes.lo
236 am__objects_2 = $(am__objects_1)
237 am_libgobject_2_0_la_OBJECTS = $(am__objects_2)
238 libgobject_2_0_la_OBJECTS = $(am_libgobject_2_0_la_OBJECTS)
239 AM_V_lt = $(am__v_lt_@AM_V@)
240 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
241 am__v_lt_0 = --silent
242 am__v_lt_1 = 
243 libgobject_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
244         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
245         $(libgobject_2_0_la_CFLAGS) $(CFLAGS) \
246         $(libgobject_2_0_la_LDFLAGS) $(LDFLAGS) -o $@
247 am__EXEEXT_1 =
248 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_2 = $(am__EXEEXT_1)
249 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_3 = $(am__EXEEXT_1)
250 PROGRAMS = $(bin_PROGRAMS) $(installed_test_PROGRAMS) \
251         $(noinst_PROGRAMS)
252 am_glib_genmarshal_OBJECTS = glib-genmarshal.$(OBJEXT)
253 glib_genmarshal_OBJECTS = $(am_glib_genmarshal_OBJECTS)
254 glib_genmarshal_DEPENDENCIES = $(libglib)
255 am_gobject_query_OBJECTS = gobject-query.$(OBJEXT)
256 gobject_query_OBJECTS = $(am_gobject_query_OBJECTS)
257 gobject_query_DEPENDENCIES = $(progs_LDADD)
258 SCRIPTS = $(bin_SCRIPTS) $(dist_gdb_SCRIPTS) $(installed_test_SCRIPTS) \
259         $(noinst_SCRIPTS)
260 AM_V_P = $(am__v_P_@AM_V@)
261 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
262 am__v_P_0 = false
263 am__v_P_1 = :
264 AM_V_GEN = $(am__v_GEN_@AM_V@)
265 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
266 am__v_GEN_0 = @echo "  GEN     " $@;
267 am__v_GEN_1 = 
268 AM_V_at = $(am__v_at_@AM_V@)
269 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
270 am__v_at_0 = @
271 am__v_at_1 = 
272 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
273 depcomp = $(SHELL) $(top_srcdir)/depcomp
274 am__depfiles_maybe = depfiles
275 am__mv = mv -f
276 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
277         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
278 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
279         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
280         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
281         $(AM_CFLAGS) $(CFLAGS)
282 AM_V_CC = $(am__v_CC_@AM_V@)
283 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
284 am__v_CC_0 = @echo "  CC      " $@;
285 am__v_CC_1 = 
286 CCLD = $(CC)
287 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
288         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
289         $(AM_LDFLAGS) $(LDFLAGS) -o $@
290 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
291 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
292 am__v_CCLD_0 = @echo "  CCLD    " $@;
293 am__v_CCLD_1 = 
294 SOURCES = $(libgobject_2_0_la_SOURCES) $(glib_genmarshal_SOURCES) \
295         $(gobject_query_SOURCES)
296 DIST_SOURCES = $(libgobject_2_0_la_SOURCES) $(glib_genmarshal_SOURCES) \
297         $(gobject_query_SOURCES)
298 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
299         ctags-recursive dvi-recursive html-recursive info-recursive \
300         install-data-recursive install-dvi-recursive \
301         install-exec-recursive install-html-recursive \
302         install-info-recursive install-pdf-recursive \
303         install-ps-recursive install-recursive installcheck-recursive \
304         installdirs-recursive pdf-recursive ps-recursive \
305         tags-recursive uninstall-recursive
306 am__can_run_installinfo = \
307   case $$AM_UPDATE_INFO_DIR in \
308     n|no|NO) false;; \
309     *) (install-info --version) >/dev/null 2>&1;; \
310   esac
311 DATA = $(installed_test_meta_DATA) $(nobase_installed_test_DATA) \
312         $(noinst_DATA) $(tapset_DATA)
313 HEADERS = $(libgobjectinclude_HEADERS)
314 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
315   distclean-recursive maintainer-clean-recursive
316 am__recursive_targets = \
317   $(RECURSIVE_TARGETS) \
318   $(RECURSIVE_CLEAN_TARGETS) \
319   $(am__extra_recursive_targets)
320 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
321         check recheck distdir
322 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
323 # Read a list of newline-separated strings from the standard input,
324 # and print each of them once, without duplicates.  Input order is
325 # *not* preserved.
326 am__uniquify_input = $(AWK) '\
327   BEGIN { nonempty = 0; } \
328   { items[$$0] = 1; nonempty = 1; } \
329   END { if (nonempty) { for (i in items) print i; }; } \
330 '
331 # Make sure the list of sources is unique.  This is necessary because,
332 # e.g., the same source file might be shared among _SOURCES variables
333 # for different programs/libraries.
334 am__define_uniq_tagged_files = \
335   list='$(am__tagged_files)'; \
336   unique=`for i in $$list; do \
337     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
338   done | $(am__uniquify_input)`
339 ETAGS = etags
340 CTAGS = ctags
341 am__tty_colors_dummy = \
342   mgn= red= grn= lgn= blu= brg= std=; \
343   am__color_tests=no
344 am__tty_colors = { \
345   $(am__tty_colors_dummy); \
346   if test "X$(AM_COLOR_TESTS)" = Xno; then \
347     am__color_tests=no; \
348   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
349     am__color_tests=yes; \
350   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
351     am__color_tests=yes; \
352   fi; \
353   if test $$am__color_tests = yes; then \
354     red='\e[0;31m'; \
355     grn='\e[0;32m'; \
356     lgn='\e[1;32m'; \
357     blu='\e[1;34m'; \
358     mgn='\e[0;35m'; \
359     brg='\e[1m'; \
360     std='\e[m'; \
361   fi; \
362 }
363 am__recheck_rx = ^[     ]*:recheck:[    ]*
364 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
365 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
366 # A command that, given a newline-separated list of test names on the
367 # standard input, print the name of the tests that are to be re-run
368 # upon "make recheck".
369 am__list_recheck_tests = $(AWK) '{ \
370   recheck = 1; \
371   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
372     { \
373       if (rc < 0) \
374         { \
375           if ((getline line2 < ($$0 ".log")) < 0) \
376             recheck = 0; \
377           break; \
378         } \
379       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
380         { \
381           recheck = 0; \
382           break; \
383         } \
384       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
385         { \
386           break; \
387         } \
388     }; \
389   if (recheck) \
390     print $$0; \
391   close ($$0 ".trs"); \
392   close ($$0 ".log"); \
393 }'
394 # A command that, given a newline-separated list of test names on the
395 # standard input, create the global log from their .trs and .log files.
396 am__create_global_log = $(AWK) ' \
397 function fatal(msg) \
398 { \
399   print "fatal: making $@: " msg | "cat >&2"; \
400   exit 1; \
401 } \
402 function rst_section(header) \
403 { \
404   print header; \
405   len = length(header); \
406   for (i = 1; i <= len; i = i + 1) \
407     printf "="; \
408   printf "\n\n"; \
409 } \
410 { \
411   copy_in_global_log = 1; \
412   global_test_result = "RUN"; \
413   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
414     { \
415       if (rc < 0) \
416          fatal("failed to read from " $$0 ".trs"); \
417       if (line ~ /$(am__global_test_result_rx)/) \
418         { \
419           sub("$(am__global_test_result_rx)", "", line); \
420           sub("[        ]*$$", "", line); \
421           global_test_result = line; \
422         } \
423       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
424         copy_in_global_log = 0; \
425     }; \
426   if (copy_in_global_log) \
427     { \
428       rst_section(global_test_result ": " $$0); \
429       while ((rc = (getline line < ($$0 ".log"))) != 0) \
430       { \
431         if (rc < 0) \
432           fatal("failed to read from " $$0 ".log"); \
433         print line; \
434       }; \
435       printf "\n"; \
436     }; \
437   close ($$0 ".trs"); \
438   close ($$0 ".log"); \
439 }'
440 # Restructured Text title.
441 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
442 # Solaris 10 'make', and several other traditional 'make' implementations,
443 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
444 # by disabling -e (using the XSI extension "set +e") if it's set.
445 am__sh_e_setup = case $$- in *e*) set +e;; esac
446 # Default flags passed to test drivers.
447 am__common_driver_flags = \
448   --color-tests "$$am__color_tests" \
449   --enable-hard-errors "$$am__enable_hard_errors" \
450   --expect-failure "$$am__expect_failure"
451 # To be inserted before the command running the test.  Creates the
452 # directory for the log if needed.  Stores in $dir the directory
453 # containing $f, in $tst the test, in $log the log.  Executes the
454 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
455 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
456 # will run the test scripts (or their associated LOG_COMPILER, if
457 # thy have one).
458 am__check_pre = \
459 $(am__sh_e_setup);                                      \
460 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
461 $(am__tty_colors);                                      \
462 srcdir=$(srcdir); export srcdir;                        \
463 case "$@" in                                            \
464   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
465     *) am__odir=.;;                                     \
466 esac;                                                   \
467 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
468   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
469 if test -f "./$$f"; then dir=./;                        \
470 elif test -f "$$f"; then dir=;                          \
471 else dir="$(srcdir)/"; fi;                              \
472 tst=$$dir$$f; log='$@';                                 \
473 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
474   am__enable_hard_errors=no;                            \
475 else                                                    \
476   am__enable_hard_errors=yes;                           \
477 fi;                                                     \
478 case " $(XFAIL_TESTS) " in                              \
479   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
480     am__expect_failure=yes;;                            \
481   *)                                                    \
482     am__expect_failure=no;;                             \
483 esac;                                                   \
484 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
485 # A shell command to get the names of the tests scripts with any registered
486 # extension removed (i.e., equivalently, the names of the test logs, with
487 # the '.log' extension removed).  The result is saved in the shell variable
488 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
489 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
490 # since that might cause problem with VPATH rewrites for suffix-less tests.
491 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
492 am__set_TESTS_bases = \
493   bases='$(TEST_LOGS)'; \
494   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
495   bases=`echo $$bases`
496 RECHECK_LOGS = $(TEST_LOGS)
497 TEST_SUITE_LOG = test-suite.log
498 TEST_EXTENSIONS = @EXEEXT@ .test
499 am__test_logs1 = $(TESTS:=.log)
500 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
501 TEST_LOGS = $(am__test_logs2:.test.log=.log)
502 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
503 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
504         $(TEST_LOG_FLAGS)
505 am__set_b = \
506   case '$@' in \
507     */*) \
508       case '$*' in \
509         */*) b='$*';; \
510           *) b=`echo '$@' | sed 's/\.log$$//'`; \
511        esac;; \
512     *) \
513       b='$*';; \
514   esac
515 DIST_SUBDIRS = $(SUBDIRS)
516 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/glib-mkenums.in \
517         $(srcdir)/gobject.rc.in $(srcdir)/makefile.msc.in \
518         $(top_srcdir)/build/Makefile.msvcproj $(top_srcdir)/depcomp \
519         $(top_srcdir)/glib.mk $(top_srcdir)/test-driver ChangeLog
520 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
521 am__relativize = \
522   dir0=`pwd`; \
523   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
524   sed_rest='s,^[^/]*/*,,'; \
525   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
526   sed_butlast='s,/*[^/]*$$,,'; \
527   while test -n "$$dir1"; do \
528     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
529     if test "$$first" != "."; then \
530       if test "$$first" = ".."; then \
531         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
532         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
533       else \
534         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
535         if test "$$first2" = "$$first"; then \
536           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
537         else \
538           dir2="../$$dir2"; \
539         fi; \
540         dir0="$$dir0"/"$$first"; \
541       fi; \
542     fi; \
543     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
544   done; \
545   reldir="$$dir2"
546 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
547 ACLOCAL = @ACLOCAL@
548 ALLOCA = @ALLOCA@
549 AMTAR = @AMTAR@
550 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
551 AR = @AR@
552 AS = @AS@
553 AUTOCONF = @AUTOCONF@
554 AUTOHEADER = @AUTOHEADER@
555 AUTOMAKE = @AUTOMAKE@
556 AWK = @AWK@
557 CARBON_LIBS = @CARBON_LIBS@
558 CATALOGS = @CATALOGS@
559 CATOBJEXT = @CATOBJEXT@
560 CC = @CC@
561 CCDEPMODE = @CCDEPMODE@
562 CFLAGS = @CFLAGS@
563 COCOA_LIBS = @COCOA_LIBS@
564 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
565 CPP = @CPP@
566 CPPFLAGS = @CPPFLAGS@
567 CXX = @CXX@
568 CXXCPP = @CXXCPP@
569 CXXDEPMODE = @CXXDEPMODE@
570 CXXFLAGS = @CXXFLAGS@
571 CYGPATH_W = @CYGPATH_W@
572 DATADIRNAME = @DATADIRNAME@
573 DBUS1_CFLAGS = @DBUS1_CFLAGS@
574 DBUS1_LIBS = @DBUS1_LIBS@
575 DBUS_DAEMON = @DBUS_DAEMON@
576 DEFS = @DEFS@
577 DEPDIR = @DEPDIR@
578 DLLTOOL = @DLLTOOL@
579 DSYMUTIL = @DSYMUTIL@
580 DTRACE = @DTRACE@
581 DUMPBIN = @DUMPBIN@
582 ECHO_C = @ECHO_C@
583 ECHO_N = @ECHO_N@
584 ECHO_T = @ECHO_T@
585 EGREP = @EGREP@
586 EXEEXT = @EXEEXT@
587 FAM_LIBS = @FAM_LIBS@
588 FGREP = @FGREP@
589 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
590 GIO = @GIO@
591 GIO_MODULE_DIR = @GIO_MODULE_DIR@
592 GLIBC21 = @GLIBC21@
593 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
594 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
595 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
596 GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
597 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
598 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
599 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
600 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
601 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
602 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
603 GLIB_VERSION = @GLIB_VERSION@
604 GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
605 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
606 GMOFILES = @GMOFILES@
607 GMSGFMT = @GMSGFMT@
608 GREP = @GREP@
609 GSPAWN = @GSPAWN@
610 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
611 GTKDOC_CHECK = @GTKDOC_CHECK@
612 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
613 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
614 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
615 GTKDOC_MKPDF = @GTKDOC_MKPDF@
616 GTKDOC_REBASE = @GTKDOC_REBASE@
617 G_LIBS_EXTRA = @G_LIBS_EXTRA@
618 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
619 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
620 G_MODULE_IMPL = @G_MODULE_IMPL@
621 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
622 G_MODULE_LIBS = @G_MODULE_LIBS@
623 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
624 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
625 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
626 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
627 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
628 G_THREAD_LIBS = @G_THREAD_LIBS@
629 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
630 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
631 HTML_DIR = @HTML_DIR@
632 ICONV_LIBS = @ICONV_LIBS@
633 INDENT = @INDENT@
634 INSTALL = @INSTALL@
635 INSTALL_DATA = @INSTALL_DATA@
636 INSTALL_PROGRAM = @INSTALL_PROGRAM@
637 INSTALL_SCRIPT = @INSTALL_SCRIPT@
638 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
639 INSTOBJEXT = @INSTOBJEXT@
640 INTLLIBS = @INTLLIBS@
641 LD = @LD@
642 LDFLAGS = @LDFLAGS@
643 LIBELF_CFLAGS = @LIBELF_CFLAGS@
644 LIBELF_LIBS = @LIBELF_LIBS@
645 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
646 LIBFFI_LIBS = @LIBFFI_LIBS@
647 LIBMOUNT_CFLAGS = @LIBMOUNT_CFLAGS@
648 LIBMOUNT_LIBS = @LIBMOUNT_LIBS@
649 LIBOBJS = @LIBOBJS@
650 LIBS = @LIBS@
651 LIBTOOL = @LIBTOOL@
652 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
653 LIPO = @LIPO@
654 LN_S = @LN_S@
655 LTLIBOBJS = @LTLIBOBJS@
656 LTP = @LTP@
657 LTP_GENHTML = @LTP_GENHTML@
658 LT_AGE = @LT_AGE@
659 LT_CURRENT = @LT_CURRENT@
660 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
661 LT_RELEASE = @LT_RELEASE@
662 LT_REVISION = @LT_REVISION@
663 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
664 MAINT = @MAINT@
665 MAKEINFO = @MAKEINFO@
666 MANIFEST_TOOL = @MANIFEST_TOOL@
667 MKDIR_P = @MKDIR_P@
668 MKINSTALLDIRS = @MKINSTALLDIRS@
669 MSGFMT = @MSGFMT@
670 MSGFMT_OPTS = @MSGFMT_OPTS@
671 NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
672 NETWORK_LIBS = @NETWORK_LIBS@
673 NM = @NM@
674 NMEDIT = @NMEDIT@
675 OBJDUMP = @OBJDUMP@
676 OBJEXT = @OBJEXT@
677 OTOOL = @OTOOL@
678 OTOOL64 = @OTOOL64@
679 PACKAGE = @PACKAGE@
680 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
681 PACKAGE_NAME = @PACKAGE_NAME@
682 PACKAGE_STRING = @PACKAGE_STRING@
683 PACKAGE_TARNAME = @PACKAGE_TARNAME@
684 PACKAGE_URL = @PACKAGE_URL@
685 PACKAGE_VERSION = @PACKAGE_VERSION@
686 PATH_SEPARATOR = @PATH_SEPARATOR@
687 PCRE_CFLAGS = @PCRE_CFLAGS@
688 PCRE_LIBS = @PCRE_LIBS@
689 PCRE_REQUIRES = @PCRE_REQUIRES@
690 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
691 PERL = @PERL@
692 PERL_PATH = @PERL_PATH@
693 PKG_CONFIG = @PKG_CONFIG@
694 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
695 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
696 PLATFORMDEP = @PLATFORMDEP@
697 POFILES = @POFILES@
698 POSUB = @POSUB@
699 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
700 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
701 PYTHON = @PYTHON@
702 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
703 PYTHON_PLATFORM = @PYTHON_PLATFORM@
704 PYTHON_PREFIX = @PYTHON_PREFIX@
705 PYTHON_VERSION = @PYTHON_VERSION@
706 RANLIB = @RANLIB@
707 REBUILD = @REBUILD@
708 SED = @SED@
709 SELINUX_LIBS = @SELINUX_LIBS@
710 SET_MAKE = @SET_MAKE@
711 SHELL = @SHELL@
712 SHTOOL = @SHTOOL@
713 STRIP = @STRIP@
714 USE_NLS = @USE_NLS@
715 VERSION = @VERSION@
716 WINDRES = @WINDRES@
717 WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
718 XATTR_LIBS = @XATTR_LIBS@
719 XGETTEXT = @XGETTEXT@
720 XMLCATALOG = @XMLCATALOG@
721 XML_CATALOG_FILE = @XML_CATALOG_FILE@
722 XSLTPROC = @XSLTPROC@
723 ZLIB_CFLAGS = @ZLIB_CFLAGS@
724 ZLIB_LIBS = @ZLIB_LIBS@
725 abs_builddir = @abs_builddir@
726 abs_srcdir = @abs_srcdir@
727 abs_top_builddir = @abs_top_builddir@
728 abs_top_srcdir = @abs_top_srcdir@
729 ac_ct_AR = @ac_ct_AR@
730 ac_ct_CC = @ac_ct_CC@
731 ac_ct_CXX = @ac_ct_CXX@
732 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
733 am__include = @am__include@
734 am__leading_dot = @am__leading_dot@
735 am__quote = @am__quote@
736 am__tar = @am__tar@
737 am__untar = @am__untar@
738 bindir = @bindir@
739 build = @build@
740 build_alias = @build_alias@
741 build_cpu = @build_cpu@
742 build_os = @build_os@
743 build_vendor = @build_vendor@
744 builddir = @builddir@
745 config_h_INCLUDES = @config_h_INCLUDES@
746 datadir = @datadir@
747 datarootdir = @datarootdir@
748 docdir = @docdir@
749 dvidir = @dvidir@
750 exec_prefix = @exec_prefix@
751 gio_INCLUDES = @gio_INCLUDES@
752 glib_INCLUDES = @glib_INCLUDES@
753 gmodule_INCLUDES = @gmodule_INCLUDES@
754 gobject_INCLUDES = @gobject_INCLUDES@
755 host = @host@
756 host_alias = @host_alias@
757 host_cpu = @host_cpu@
758 host_os = @host_os@
759 host_vendor = @host_vendor@
760 htmldir = @htmldir@
761 includedir = @includedir@
762 infodir = @infodir@
763 install_sh = @install_sh@
764 installed_test_metadir = @installed_test_metadir@
765 installed_testdir = @installed_testdir@
766 libdir = @libdir@
767 libexecdir = @libexecdir@
768 localedir = @localedir@
769 localstatedir = @localstatedir@
770 mandir = @mandir@
771 mkdir_p = @mkdir_p@
772 ms_librarian = @ms_librarian@
773 oldincludedir = @oldincludedir@
774 pdfdir = @pdfdir@
775 pkgpyexecdir = @pkgpyexecdir@
776 pkgpythondir = @pkgpythondir@
777 prefix = @prefix@
778 program_transform_name = @program_transform_name@
779 psdir = @psdir@
780 pyexecdir = @pyexecdir@
781 pythondir = @pythondir@
782 sbindir = @sbindir@
783 sharedstatedir = @sharedstatedir@
784 srcdir = @srcdir@
785 sysconfdir = @sysconfdir@
786 target_alias = @target_alias@
787 top_build_prefix = @top_build_prefix@
788 top_builddir = @top_builddir@
789 top_srcdir = @top_srcdir@
790
791 #GTESTER = gtester                      # for non-GLIB packages
792 #GTESTER_REPORT = gtester-report        # for non-GLIB packages
793 GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
794 GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
795 NULL = 
796
797 # initialize variables for unconditional += appending
798 BUILT_SOURCES = $(am__append_16)
799 BUILT_EXTRA_DIST = makefile.msc gobject.rc
800 CLEANFILES = *.log *.trs $(am__append_14) $(am__append_17) \
801         $(am__append_19) gobject-public-headers.txt $(gen_sources) \
802         libgobject-gdb.py
803 DISTCLEANFILES = 
804 MAINTAINERCLEANFILES = 
805
806 #
807 # auxillary files
808 #
809 EXTRA_DIST = $(all_dist_test_scripts) $(all_dist_test_data) \
810         gobject.stp.in $(gobject_private_h_sources) \
811         $(gobject_extra_sources) marshal-genstrings.pl makefile.msc.in \
812         gobject.rc.in libgobject-gdb.py.in glib-mkenums.in
813
814 # We support a fairly large range of possible variables.  It is expected that all types of files in a test suite
815 # will belong in exactly one of the following variables.
816 #
817 # First, we support the usual automake suffixes, but in lowercase, with the customary meaning:
818 #
819 #   test_programs, test_scripts, test_data, test_ltlibraries
820 #
821 # The above are used to list files that are involved in both uninstalled and installed testing.  The
822 # test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite.
823 # Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is
824 # installed in the same way as it appears in the package layout.
825 #
826 # In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled',
827 # like so:
828 #
829 #   installed_test_programs, uninstalled_test_programs
830 #   installed_test_scripts, uninstalled_test_scripts
831 #   installed_test_data, uninstalled_test_data
832 #   installed_test_ltlibraries, uninstalled_test_ltlibraries
833 #
834 # Additionally, we support 'extra' infixes for programs and scripts.  This is used for support programs/scripts
835 # that should not themselves be run as testcases (but exist to be used from other testcases):
836 #
837 #   test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs
838 #   test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts
839 #
840 # Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data
841 # file automatically end up in the tarball.
842 #
843 #   dist_test_scripts, dist_test_data, dist_test_extra_scripts
844 #   dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts
845 #   dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts
846 #
847 # Note that no file is automatically disted unless it appears in one of the dist_ variables.  This follows the
848 # standard automake convention of not disting programs scripts or data by default.
849 #
850 # test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted
851 # variants) will be run as part of the in-tree 'make check'.  These are all assumed to be runnable under
852 # gtester.  That's a bit strange for scripts, but it's possible.
853
854 # we use test -z "$(TEST_PROGS)" above, so make sure we have no extra whitespace...
855 TEST_PROGS = $(strip $(test_programs) $(test_scripts) \
856         $(uninstalled_test_programs) $(uninstalled_test_scripts) \
857         $(dist_test_scripts) $(dist_uninstalled_test_scripts))
858 installed_test_LTLIBRARIES = $(am__append_13)
859 installed_test_SCRIPTS = $(am__append_11)
860 nobase_installed_test_DATA = $(am__append_12)
861 noinst_LTLIBRARIES = $(am__append_2)
862 noinst_SCRIPTS = $(am__append_4)
863 noinst_DATA = $(am__append_5) $(am__append_15)
864 check_LTLIBRARIES = $(am__append_6)
865 check_SCRIPTS = $(am__append_8)
866 check_DATA = $(am__append_9)
867
868 # Note: build even the installed-only targets during 'make check' to ensure that they still work.
869 # We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to
870 # prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were
871 # filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'.
872 all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \
873                         $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs)
874
875 all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) \
876         $(installed_test_scripts) $(test_extra_scripts) \
877         $(uninstalled_test_extra_scripts) \
878         $(installed_test_extra_scripts) $(all_dist_test_scripts)
879 all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \
880                         $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts)
881
882 all_test_data = $(test_data) $(uninstalled_test_data) \
883         $(installed_test_data) $(all_dist_test_data)
884 all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data)
885 all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries)
886 @ENABLE_INSTALLED_TESTS_TRUE@installed_testcases = $(test_programs) $(installed_test_programs) \
887 @ENABLE_INSTALLED_TESTS_TRUE@                      $(test_scripts) $(installed_test_scripts) \
888 @ENABLE_INSTALLED_TESTS_TRUE@                      $(dist_test_scripts) $(dist_installed_test_scripts)
889
890 @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test)
891
892 # GObject - GLib Type, Object, Parameter and Signal Library
893 # Copyright (C) 1997,98,99,2000 Tim Janik and Red Hat, Inc.
894 #
895 SUBDIRS = . tests
896 AM_CPPFLAGS = \
897         -DG_LOG_DOMAIN=\"GLib-GObject\"         \
898         $(glib_INCLUDES)                        \
899         $(GLIB_DEBUG_FLAGS)                     \
900         -DGOBJECT_COMPILATION
901
902 AM_CFLAGS = $(GLIB_WARN_CFLAGS)
903 libglib = $(top_builddir)/glib/libglib-2.0.la
904
905 # libraries to compile and install
906 lib_LTLIBRARIES = libgobject-2.0.la
907 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) gobject-2.0.lib $(DESTDIR)$(libdir)
908 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gobject-2.0.lib
909 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
910 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gobject_win32_res = gobject-win32-res.o
911 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gobject_win32_res_ldflag = -Wl,$(gobject_win32_res)
912 libgobjectincludedir = $(includedir)/glib-2.0/gobject
913 libgobject_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
914   $(gobject_win32_res_ldflag) \
915   -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
916   -export-dynamic $(no_undefined)
917
918 libgobject_2_0_la_CFLAGS = $(AM_CFLAGS) $(LIBFFI_CFLAGS) $(GLIB_HIDDEN_VISIBILITY_CFLAGS)
919 libgobject_2_0_la_LIBADD = $(libglib) $(LIBFFI_LIBS) $(am__append_18)
920 libgobject_2_0_la_DEPENDENCIES = $(gobject_win32_res)
921
922 #
923 # setup source file variables
924 #
925 # GObject library header files for public installation
926 gobject_public_h_sources = \
927         gobject-autocleanups.h  \
928         glib-types.h            \
929         gbinding.h              \
930         gboxed.h                \
931         gclosure.h              \
932         genums.h                \
933         gmarshal.h              \
934         gobject.h               \
935         gparam.h                \
936         gparamspecs.h           \
937         gsignal.h               \
938         gsourceclosure.h        \
939         gtype.h                 \
940         gtypemodule.h           \
941         gtypeplugin.h           \
942         gvalue.h                \
943         gvaluearray.h           \
944         gvaluecollector.h       \
945         gvaluetypes.h           \
946         gobjectnotifyqueue.c
947
948
949 # GObject library header files that don't get installed
950 gobject_private_h_sources = \
951         gatomicarray.h          \
952         gtype-private.h
953
954
955 # GObject library C sources to build the library from
956 gobject_c_sources = \
957         gobject_probes.d        \
958         gatomicarray.c          \
959         gbinding.c              \
960         gboxed.c                \
961         gclosure.c              \
962         genums.c                \
963         gmarshal.c              \
964         gobject.c               \
965         gobject_trace.h         \
966         gparam.c                \
967         gparamspecs.c           \
968         gsignal.c               \
969         gsourceclosure.c        \
970         gtype.c                 \
971         gtypemodule.c           \
972         gtypeplugin.c           \
973         gvalue.c                \
974         gvaluearray.c           \
975         gvaluetransform.c       \
976         gvaluetypes.c
977
978 tapsetdir = @ABS_TAPSET_DIR@
979 @ENABLE_SYSTEMTAP_TRUE@tapset_DATA = libgobject-2.0.so.0.@LT_CURRENT@.@LT_REVISION@.stp
980
981 # non-header sources (headers should be specified in the above variables)
982 # that don't serve as direct make target sources, i.e. they don't have
983 # their own .lo rules and don't get publically installed
984 gobject_extra_sources = \
985         gmarshal.list           \
986         gmarshal.strings
987
988
989 #
990 # setup GObject library sources and their dependancies
991 #
992 gobject_target_headers = $(gobject_public_h_sources)
993 gobject_target_sources = $(gobject_c_sources)
994 EXTRA_HEADERS = 
995
996 #
997 # rules to generate built sources
998 #
999 # setup autogeneration dependancies
1000 gen_sources = xgen-gmh xgen-gmc xgen-gms
1001
1002 # target platform:
1003 libgobjectinclude_HEADERS = $(gobject_target_headers)
1004 libgobject_2_0_la_SOURCES = $(gobject_target_sources)
1005 bin_SCRIPTS = glib-mkenums
1006 # source files
1007 gobject_query_SOURCES = gobject-query.c
1008 glib_genmarshal_SOURCES = glib-genmarshal.c
1009 # link programs against libgobject
1010 progs_LDADD = ./libgobject-2.0.la $(libglib)
1011 glib_genmarshal_LDADD = $(libglib)
1012 gobject_query_LDADD = $(progs_LDADD)
1013
1014 # ------ MSVC Project File Generation ------
1015 MSVCPROJS = gobject
1016 gobject_FILES = $(libgobject_2_0_la_SOURCES)
1017 gobject_EXCLUDES = dummy
1018 gobject_HEADERS_DIR = $(libgobjectincludedir)
1019 gobject_HEADERS_INST = $(gobject_public_h_sources)
1020 gobject_HEADERS_EXCLUDES = dummy
1021 _proj_name = $(subst /,_,$(subst -,_,$(subst .,_,$(1))))
1022 _proj_path_raw := $(subst $(abs_top_srcdir),,$(abs_srcdir))
1023 _proj_path = $(subst /,\\,$(_proj_path_raw))
1024 _proj_subdir_int = $(subst \\\\,\\,\\$(_proj_path)\\)
1025 _proj_subdir = $(subst \\.\\,\\,$(_proj_subdir_int))
1026 _proj_files_raw = $(subst /,\\,$($(_proj_name)_FILES))
1027 _proj_files = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_files_raw))))
1028 _proj_filters = $($(_proj_name)_EXCLUDES)
1029 _proj_headers_raw = $(subst /,\\,$($(_proj_name)_HEADERS_INST))
1030 _proj_headers = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_headers_raw))))
1031 _proj_headers_excludes = $($(_proj_name)_HEADERS_EXCLUDES)
1032 _headers_dest_posix = $(subst $(includedir),,$($(_proj_name)_HEADERS_DIR))
1033 _headers_destdir = $(subst /,\\,$(_headers_dest_posix))
1034
1035 # install gdb scripts
1036 gdbdir = $(datadir)/glib-2.0/gdb
1037 dist_gdb_SCRIPTS = gobject_gdb.py
1038 @HAVE_GLIB_RUNTIME_LIBDIR_FALSE@ABS_GLIB_RUNTIME_LIBDIR = $(libdir)
1039 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ABS_GLIB_RUNTIME_LIBDIR = $(realpath $(libdir)/$(GLIB_RUNTIME_LIBDIR))
1040 all: $(BUILT_SOURCES)
1041         $(MAKE) $(AM_MAKEFLAGS) all-recursive
1042
1043 .SUFFIXES:
1044 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1045 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__configure_deps)
1046         @for dep in $?; do \
1047           case '$(am__configure_deps)' in \
1048             *$$dep*) \
1049               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1050                 && { if test -f $@; then exit 0; else break; fi; }; \
1051               exit 1;; \
1052           esac; \
1053         done; \
1054         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gobject/Makefile'; \
1055         $(am__cd) $(top_srcdir) && \
1056           $(AUTOMAKE) --gnu gobject/Makefile
1057 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1058         @case '$?' in \
1059           *config.status*) \
1060             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1061           *) \
1062             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1063             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1064         esac;
1065 $(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__empty):
1066
1067 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1068         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1069
1070 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1071         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1072 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1073         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1074 $(am__aclocal_m4_deps):
1075 glib-mkenums: $(top_builddir)/config.status $(srcdir)/glib-mkenums.in
1076         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1077 makefile.msc: $(top_builddir)/config.status $(srcdir)/makefile.msc.in
1078         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1079 gobject.rc: $(top_builddir)/config.status $(srcdir)/gobject.rc.in
1080         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1081
1082 clean-checkLTLIBRARIES:
1083         -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
1084         @list='$(check_LTLIBRARIES)'; \
1085         locs=`for p in $$list; do echo $$p; done | \
1086               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1087               sort -u`; \
1088         test -z "$$locs" || { \
1089           echo rm -f $${locs}; \
1090           rm -f $${locs}; \
1091         }
1092
1093 install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES)
1094         @$(NORMAL_INSTALL)
1095         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
1096         list2=; for p in $$list; do \
1097           if test -f $$p; then \
1098             list2="$$list2 $$p"; \
1099           else :; fi; \
1100         done; \
1101         test -z "$$list2" || { \
1102           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1103           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1104           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \
1105           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \
1106         }
1107
1108 uninstall-installed_testLTLIBRARIES:
1109         @$(NORMAL_UNINSTALL)
1110         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
1111         for p in $$list; do \
1112           $(am__strip_dir) \
1113           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \
1114           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \
1115         done
1116
1117 clean-installed_testLTLIBRARIES:
1118         -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES)
1119         @list='$(installed_test_LTLIBRARIES)'; \
1120         locs=`for p in $$list; do echo $$p; done | \
1121               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1122               sort -u`; \
1123         test -z "$$locs" || { \
1124           echo rm -f $${locs}; \
1125           rm -f $${locs}; \
1126         }
1127
1128 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1129         @$(NORMAL_INSTALL)
1130         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1131         list2=; for p in $$list; do \
1132           if test -f $$p; then \
1133             list2="$$list2 $$p"; \
1134           else :; fi; \
1135         done; \
1136         test -z "$$list2" || { \
1137           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1138           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1139           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1140           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1141         }
1142
1143 uninstall-libLTLIBRARIES:
1144         @$(NORMAL_UNINSTALL)
1145         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1146         for p in $$list; do \
1147           $(am__strip_dir) \
1148           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1149           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1150         done
1151
1152 clean-libLTLIBRARIES:
1153         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1154         @list='$(lib_LTLIBRARIES)'; \
1155         locs=`for p in $$list; do echo $$p; done | \
1156               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1157               sort -u`; \
1158         test -z "$$locs" || { \
1159           echo rm -f $${locs}; \
1160           rm -f $${locs}; \
1161         }
1162
1163 clean-noinstLTLIBRARIES:
1164         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1165         @list='$(noinst_LTLIBRARIES)'; \
1166         locs=`for p in $$list; do echo $$p; done | \
1167               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1168               sort -u`; \
1169         test -z "$$locs" || { \
1170           echo rm -f $${locs}; \
1171           rm -f $${locs}; \
1172         }
1173
1174 libgobject-2.0.la: $(libgobject_2_0_la_OBJECTS) $(libgobject_2_0_la_DEPENDENCIES) $(EXTRA_libgobject_2_0_la_DEPENDENCIES) 
1175         $(AM_V_CCLD)$(libgobject_2_0_la_LINK) -rpath $(libdir) $(libgobject_2_0_la_OBJECTS) $(libgobject_2_0_la_LIBADD) $(LIBS)
1176 install-binPROGRAMS: $(bin_PROGRAMS)
1177         @$(NORMAL_INSTALL)
1178         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1179         if test -n "$$list"; then \
1180           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1181           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1182         fi; \
1183         for p in $$list; do echo "$$p $$p"; done | \
1184         sed 's/$(EXEEXT)$$//' | \
1185         while read p p1; do if test -f $$p \
1186          || test -f $$p1 \
1187           ; then echo "$$p"; echo "$$p"; else :; fi; \
1188         done | \
1189         sed -e 'p;s,.*/,,;n;h' \
1190             -e 's|.*|.|' \
1191             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1192         sed 'N;N;N;s,\n, ,g' | \
1193         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1194           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1195             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1196             else { print "f", $$3 "/" $$4, $$1; } } \
1197           END { for (d in files) print "f", d, files[d] }' | \
1198         while read type dir files; do \
1199             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1200             test -z "$$files" || { \
1201             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1202             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1203             } \
1204         ; done
1205
1206 uninstall-binPROGRAMS:
1207         @$(NORMAL_UNINSTALL)
1208         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1209         files=`for p in $$list; do echo "$$p"; done | \
1210           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1211               -e 's/$$/$(EXEEXT)/' \
1212         `; \
1213         test -n "$$list" || exit 0; \
1214         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1215         cd "$(DESTDIR)$(bindir)" && rm -f $$files
1216
1217 clean-binPROGRAMS:
1218         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1219         echo " rm -f" $$list; \
1220         rm -f $$list || exit $$?; \
1221         test -n "$(EXEEXT)" || exit 0; \
1222         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1223         echo " rm -f" $$list; \
1224         rm -f $$list
1225
1226 clean-checkPROGRAMS:
1227         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1228         echo " rm -f" $$list; \
1229         rm -f $$list || exit $$?; \
1230         test -n "$(EXEEXT)" || exit 0; \
1231         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1232         echo " rm -f" $$list; \
1233         rm -f $$list
1234 install-installed_testPROGRAMS: $(installed_test_PROGRAMS)
1235         @$(NORMAL_INSTALL)
1236         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
1237         if test -n "$$list"; then \
1238           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1239           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1240         fi; \
1241         for p in $$list; do echo "$$p $$p"; done | \
1242         sed 's/$(EXEEXT)$$//' | \
1243         while read p p1; do if test -f $$p \
1244          || test -f $$p1 \
1245           ; then echo "$$p"; echo "$$p"; else :; fi; \
1246         done | \
1247         sed -e 'p;s,.*/,,;n;h' \
1248             -e 's|.*|.|' \
1249             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1250         sed 'N;N;N;s,\n, ,g' | \
1251         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1252           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1253             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1254             else { print "f", $$3 "/" $$4, $$1; } } \
1255           END { for (d in files) print "f", d, files[d] }' | \
1256         while read type dir files; do \
1257             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1258             test -z "$$files" || { \
1259             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
1260             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
1261             } \
1262         ; done
1263
1264 uninstall-installed_testPROGRAMS:
1265         @$(NORMAL_UNINSTALL)
1266         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
1267         files=`for p in $$list; do echo "$$p"; done | \
1268           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1269               -e 's/$$/$(EXEEXT)/' \
1270         `; \
1271         test -n "$$list" || exit 0; \
1272         echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
1273         cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
1274
1275 clean-installed_testPROGRAMS:
1276         @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
1277         echo " rm -f" $$list; \
1278         rm -f $$list || exit $$?; \
1279         test -n "$(EXEEXT)" || exit 0; \
1280         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1281         echo " rm -f" $$list; \
1282         rm -f $$list
1283
1284 clean-noinstPROGRAMS:
1285         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1286         echo " rm -f" $$list; \
1287         rm -f $$list || exit $$?; \
1288         test -n "$(EXEEXT)" || exit 0; \
1289         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1290         echo " rm -f" $$list; \
1291         rm -f $$list
1292
1293 glib-genmarshal$(EXEEXT): $(glib_genmarshal_OBJECTS) $(glib_genmarshal_DEPENDENCIES) $(EXTRA_glib_genmarshal_DEPENDENCIES) 
1294         @rm -f glib-genmarshal$(EXEEXT)
1295         $(AM_V_CCLD)$(LINK) $(glib_genmarshal_OBJECTS) $(glib_genmarshal_LDADD) $(LIBS)
1296
1297 gobject-query$(EXEEXT): $(gobject_query_OBJECTS) $(gobject_query_DEPENDENCIES) $(EXTRA_gobject_query_DEPENDENCIES) 
1298         @rm -f gobject-query$(EXEEXT)
1299         $(AM_V_CCLD)$(LINK) $(gobject_query_OBJECTS) $(gobject_query_LDADD) $(LIBS)
1300 install-binSCRIPTS: $(bin_SCRIPTS)
1301         @$(NORMAL_INSTALL)
1302         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1303         if test -n "$$list"; then \
1304           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1305           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1306         fi; \
1307         for p in $$list; do \
1308           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1309           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1310         done | \
1311         sed -e 'p;s,.*/,,;n' \
1312             -e 'h;s|.*|.|' \
1313             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1314         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1315           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1316             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1317               if (++n[d] == $(am__install_max)) { \
1318                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1319             else { print "f", d "/" $$4, $$1 } } \
1320           END { for (d in files) print "f", d, files[d] }' | \
1321         while read type dir files; do \
1322              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1323              test -z "$$files" || { \
1324                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1325                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1326              } \
1327         ; done
1328
1329 uninstall-binSCRIPTS:
1330         @$(NORMAL_UNINSTALL)
1331         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
1332         files=`for p in $$list; do echo "$$p"; done | \
1333                sed -e 's,.*/,,;$(transform)'`; \
1334         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1335 install-dist_gdbSCRIPTS: $(dist_gdb_SCRIPTS)
1336         @$(NORMAL_INSTALL)
1337         @list='$(dist_gdb_SCRIPTS)'; test -n "$(gdbdir)" || list=; \
1338         if test -n "$$list"; then \
1339           echo " $(MKDIR_P) '$(DESTDIR)$(gdbdir)'"; \
1340           $(MKDIR_P) "$(DESTDIR)$(gdbdir)" || exit 1; \
1341         fi; \
1342         for p in $$list; do \
1343           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1344           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1345         done | \
1346         sed -e 'p;s,.*/,,;n' \
1347             -e 'h;s|.*|.|' \
1348             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1349         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1350           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1351             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1352               if (++n[d] == $(am__install_max)) { \
1353                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1354             else { print "f", d "/" $$4, $$1 } } \
1355           END { for (d in files) print "f", d, files[d] }' | \
1356         while read type dir files; do \
1357              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1358              test -z "$$files" || { \
1359                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(gdbdir)$$dir'"; \
1360                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(gdbdir)$$dir" || exit $$?; \
1361              } \
1362         ; done
1363
1364 uninstall-dist_gdbSCRIPTS:
1365         @$(NORMAL_UNINSTALL)
1366         @list='$(dist_gdb_SCRIPTS)'; test -n "$(gdbdir)" || exit 0; \
1367         files=`for p in $$list; do echo "$$p"; done | \
1368                sed -e 's,.*/,,;$(transform)'`; \
1369         dir='$(DESTDIR)$(gdbdir)'; $(am__uninstall_files_from_dir)
1370 install-installed_testSCRIPTS: $(installed_test_SCRIPTS)
1371         @$(NORMAL_INSTALL)
1372         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \
1373         if test -n "$$list"; then \
1374           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1375           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1376         fi; \
1377         for p in $$list; do \
1378           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1379           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1380         done | \
1381         sed -e 'p;s,.*/,,;n' \
1382             -e 'h;s|.*|.|' \
1383             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1384         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1385           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1386             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1387               if (++n[d] == $(am__install_max)) { \
1388                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1389             else { print "f", d "/" $$4, $$1 } } \
1390           END { for (d in files) print "f", d, files[d] }' | \
1391         while read type dir files; do \
1392              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1393              test -z "$$files" || { \
1394                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
1395                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
1396              } \
1397         ; done
1398
1399 uninstall-installed_testSCRIPTS:
1400         @$(NORMAL_UNINSTALL)
1401         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \
1402         files=`for p in $$list; do echo "$$p"; done | \
1403                sed -e 's,.*/,,;$(transform)'`; \
1404         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
1405
1406 mostlyclean-compile:
1407         -rm -f *.$(OBJEXT)
1408
1409 distclean-compile:
1410         -rm -f *.tab.c
1411
1412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-genmarshal.Po@am__quote@
1413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gobject-query.Po@am__quote@
1414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gatomicarray.Plo@am__quote@
1415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gbinding.Plo@am__quote@
1416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gboxed.Plo@am__quote@
1417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gclosure.Plo@am__quote@
1418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-genums.Plo@am__quote@
1419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gmarshal.Plo@am__quote@
1420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gobject.Plo@am__quote@
1421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gparam.Plo@am__quote@
1422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gparamspecs.Plo@am__quote@
1423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gsignal.Plo@am__quote@
1424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gsourceclosure.Plo@am__quote@
1425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gtype.Plo@am__quote@
1426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gtypemodule.Plo@am__quote@
1427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gtypeplugin.Plo@am__quote@
1428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gvalue.Plo@am__quote@
1429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gvaluearray.Plo@am__quote@
1430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gvaluetransform.Plo@am__quote@
1431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgobject_2_0_la-gvaluetypes.Plo@am__quote@
1432
1433 .c.o:
1434 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1435 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1436 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1438 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1439
1440 .c.obj:
1441 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1442 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1443 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1445 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1446
1447 .c.lo:
1448 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1449 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1452 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1453
1454 libgobject_2_0_la-gatomicarray.lo: gatomicarray.c
1455 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gatomicarray.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gatomicarray.Tpo -c -o libgobject_2_0_la-gatomicarray.lo `test -f 'gatomicarray.c' || echo '$(srcdir)/'`gatomicarray.c
1456 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gatomicarray.Tpo $(DEPDIR)/libgobject_2_0_la-gatomicarray.Plo
1457 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gatomicarray.c' object='libgobject_2_0_la-gatomicarray.lo' libtool=yes @AMDEPBACKSLASH@
1458 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1459 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gatomicarray.lo `test -f 'gatomicarray.c' || echo '$(srcdir)/'`gatomicarray.c
1460
1461 libgobject_2_0_la-gbinding.lo: gbinding.c
1462 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gbinding.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gbinding.Tpo -c -o libgobject_2_0_la-gbinding.lo `test -f 'gbinding.c' || echo '$(srcdir)/'`gbinding.c
1463 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gbinding.Tpo $(DEPDIR)/libgobject_2_0_la-gbinding.Plo
1464 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gbinding.c' object='libgobject_2_0_la-gbinding.lo' libtool=yes @AMDEPBACKSLASH@
1465 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1466 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gbinding.lo `test -f 'gbinding.c' || echo '$(srcdir)/'`gbinding.c
1467
1468 libgobject_2_0_la-gboxed.lo: gboxed.c
1469 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gboxed.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gboxed.Tpo -c -o libgobject_2_0_la-gboxed.lo `test -f 'gboxed.c' || echo '$(srcdir)/'`gboxed.c
1470 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gboxed.Tpo $(DEPDIR)/libgobject_2_0_la-gboxed.Plo
1471 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gboxed.c' object='libgobject_2_0_la-gboxed.lo' libtool=yes @AMDEPBACKSLASH@
1472 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1473 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gboxed.lo `test -f 'gboxed.c' || echo '$(srcdir)/'`gboxed.c
1474
1475 libgobject_2_0_la-gclosure.lo: gclosure.c
1476 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gclosure.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gclosure.Tpo -c -o libgobject_2_0_la-gclosure.lo `test -f 'gclosure.c' || echo '$(srcdir)/'`gclosure.c
1477 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gclosure.Tpo $(DEPDIR)/libgobject_2_0_la-gclosure.Plo
1478 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gclosure.c' object='libgobject_2_0_la-gclosure.lo' libtool=yes @AMDEPBACKSLASH@
1479 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1480 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gclosure.lo `test -f 'gclosure.c' || echo '$(srcdir)/'`gclosure.c
1481
1482 libgobject_2_0_la-genums.lo: genums.c
1483 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-genums.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-genums.Tpo -c -o libgobject_2_0_la-genums.lo `test -f 'genums.c' || echo '$(srcdir)/'`genums.c
1484 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-genums.Tpo $(DEPDIR)/libgobject_2_0_la-genums.Plo
1485 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='genums.c' object='libgobject_2_0_la-genums.lo' libtool=yes @AMDEPBACKSLASH@
1486 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1487 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-genums.lo `test -f 'genums.c' || echo '$(srcdir)/'`genums.c
1488
1489 libgobject_2_0_la-gmarshal.lo: gmarshal.c
1490 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gmarshal.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gmarshal.Tpo -c -o libgobject_2_0_la-gmarshal.lo `test -f 'gmarshal.c' || echo '$(srcdir)/'`gmarshal.c
1491 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gmarshal.Tpo $(DEPDIR)/libgobject_2_0_la-gmarshal.Plo
1492 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmarshal.c' object='libgobject_2_0_la-gmarshal.lo' libtool=yes @AMDEPBACKSLASH@
1493 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1494 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gmarshal.lo `test -f 'gmarshal.c' || echo '$(srcdir)/'`gmarshal.c
1495
1496 libgobject_2_0_la-gobject.lo: gobject.c
1497 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gobject.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gobject.Tpo -c -o libgobject_2_0_la-gobject.lo `test -f 'gobject.c' || echo '$(srcdir)/'`gobject.c
1498 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gobject.Tpo $(DEPDIR)/libgobject_2_0_la-gobject.Plo
1499 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gobject.c' object='libgobject_2_0_la-gobject.lo' libtool=yes @AMDEPBACKSLASH@
1500 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1501 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gobject.lo `test -f 'gobject.c' || echo '$(srcdir)/'`gobject.c
1502
1503 libgobject_2_0_la-gparam.lo: gparam.c
1504 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gparam.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gparam.Tpo -c -o libgobject_2_0_la-gparam.lo `test -f 'gparam.c' || echo '$(srcdir)/'`gparam.c
1505 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gparam.Tpo $(DEPDIR)/libgobject_2_0_la-gparam.Plo
1506 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gparam.c' object='libgobject_2_0_la-gparam.lo' libtool=yes @AMDEPBACKSLASH@
1507 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1508 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gparam.lo `test -f 'gparam.c' || echo '$(srcdir)/'`gparam.c
1509
1510 libgobject_2_0_la-gparamspecs.lo: gparamspecs.c
1511 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gparamspecs.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gparamspecs.Tpo -c -o libgobject_2_0_la-gparamspecs.lo `test -f 'gparamspecs.c' || echo '$(srcdir)/'`gparamspecs.c
1512 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gparamspecs.Tpo $(DEPDIR)/libgobject_2_0_la-gparamspecs.Plo
1513 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gparamspecs.c' object='libgobject_2_0_la-gparamspecs.lo' libtool=yes @AMDEPBACKSLASH@
1514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1515 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gparamspecs.lo `test -f 'gparamspecs.c' || echo '$(srcdir)/'`gparamspecs.c
1516
1517 libgobject_2_0_la-gsignal.lo: gsignal.c
1518 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gsignal.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gsignal.Tpo -c -o libgobject_2_0_la-gsignal.lo `test -f 'gsignal.c' || echo '$(srcdir)/'`gsignal.c
1519 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gsignal.Tpo $(DEPDIR)/libgobject_2_0_la-gsignal.Plo
1520 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsignal.c' object='libgobject_2_0_la-gsignal.lo' libtool=yes @AMDEPBACKSLASH@
1521 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1522 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gsignal.lo `test -f 'gsignal.c' || echo '$(srcdir)/'`gsignal.c
1523
1524 libgobject_2_0_la-gsourceclosure.lo: gsourceclosure.c
1525 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gsourceclosure.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gsourceclosure.Tpo -c -o libgobject_2_0_la-gsourceclosure.lo `test -f 'gsourceclosure.c' || echo '$(srcdir)/'`gsourceclosure.c
1526 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gsourceclosure.Tpo $(DEPDIR)/libgobject_2_0_la-gsourceclosure.Plo
1527 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsourceclosure.c' object='libgobject_2_0_la-gsourceclosure.lo' libtool=yes @AMDEPBACKSLASH@
1528 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1529 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gsourceclosure.lo `test -f 'gsourceclosure.c' || echo '$(srcdir)/'`gsourceclosure.c
1530
1531 libgobject_2_0_la-gtype.lo: gtype.c
1532 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gtype.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gtype.Tpo -c -o libgobject_2_0_la-gtype.lo `test -f 'gtype.c' || echo '$(srcdir)/'`gtype.c
1533 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gtype.Tpo $(DEPDIR)/libgobject_2_0_la-gtype.Plo
1534 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtype.c' object='libgobject_2_0_la-gtype.lo' libtool=yes @AMDEPBACKSLASH@
1535 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1536 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gtype.lo `test -f 'gtype.c' || echo '$(srcdir)/'`gtype.c
1537
1538 libgobject_2_0_la-gtypemodule.lo: gtypemodule.c
1539 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gtypemodule.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gtypemodule.Tpo -c -o libgobject_2_0_la-gtypemodule.lo `test -f 'gtypemodule.c' || echo '$(srcdir)/'`gtypemodule.c
1540 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gtypemodule.Tpo $(DEPDIR)/libgobject_2_0_la-gtypemodule.Plo
1541 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtypemodule.c' object='libgobject_2_0_la-gtypemodule.lo' libtool=yes @AMDEPBACKSLASH@
1542 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1543 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gtypemodule.lo `test -f 'gtypemodule.c' || echo '$(srcdir)/'`gtypemodule.c
1544
1545 libgobject_2_0_la-gtypeplugin.lo: gtypeplugin.c
1546 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gtypeplugin.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gtypeplugin.Tpo -c -o libgobject_2_0_la-gtypeplugin.lo `test -f 'gtypeplugin.c' || echo '$(srcdir)/'`gtypeplugin.c
1547 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gtypeplugin.Tpo $(DEPDIR)/libgobject_2_0_la-gtypeplugin.Plo
1548 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtypeplugin.c' object='libgobject_2_0_la-gtypeplugin.lo' libtool=yes @AMDEPBACKSLASH@
1549 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1550 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gtypeplugin.lo `test -f 'gtypeplugin.c' || echo '$(srcdir)/'`gtypeplugin.c
1551
1552 libgobject_2_0_la-gvalue.lo: gvalue.c
1553 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gvalue.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gvalue.Tpo -c -o libgobject_2_0_la-gvalue.lo `test -f 'gvalue.c' || echo '$(srcdir)/'`gvalue.c
1554 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gvalue.Tpo $(DEPDIR)/libgobject_2_0_la-gvalue.Plo
1555 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvalue.c' object='libgobject_2_0_la-gvalue.lo' libtool=yes @AMDEPBACKSLASH@
1556 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1557 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gvalue.lo `test -f 'gvalue.c' || echo '$(srcdir)/'`gvalue.c
1558
1559 libgobject_2_0_la-gvaluearray.lo: gvaluearray.c
1560 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gvaluearray.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gvaluearray.Tpo -c -o libgobject_2_0_la-gvaluearray.lo `test -f 'gvaluearray.c' || echo '$(srcdir)/'`gvaluearray.c
1561 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gvaluearray.Tpo $(DEPDIR)/libgobject_2_0_la-gvaluearray.Plo
1562 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvaluearray.c' object='libgobject_2_0_la-gvaluearray.lo' libtool=yes @AMDEPBACKSLASH@
1563 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1564 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gvaluearray.lo `test -f 'gvaluearray.c' || echo '$(srcdir)/'`gvaluearray.c
1565
1566 libgobject_2_0_la-gvaluetransform.lo: gvaluetransform.c
1567 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gvaluetransform.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gvaluetransform.Tpo -c -o libgobject_2_0_la-gvaluetransform.lo `test -f 'gvaluetransform.c' || echo '$(srcdir)/'`gvaluetransform.c
1568 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gvaluetransform.Tpo $(DEPDIR)/libgobject_2_0_la-gvaluetransform.Plo
1569 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvaluetransform.c' object='libgobject_2_0_la-gvaluetransform.lo' libtool=yes @AMDEPBACKSLASH@
1570 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1571 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gvaluetransform.lo `test -f 'gvaluetransform.c' || echo '$(srcdir)/'`gvaluetransform.c
1572
1573 libgobject_2_0_la-gvaluetypes.lo: gvaluetypes.c
1574 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -MT libgobject_2_0_la-gvaluetypes.lo -MD -MP -MF $(DEPDIR)/libgobject_2_0_la-gvaluetypes.Tpo -c -o libgobject_2_0_la-gvaluetypes.lo `test -f 'gvaluetypes.c' || echo '$(srcdir)/'`gvaluetypes.c
1575 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgobject_2_0_la-gvaluetypes.Tpo $(DEPDIR)/libgobject_2_0_la-gvaluetypes.Plo
1576 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvaluetypes.c' object='libgobject_2_0_la-gvaluetypes.lo' libtool=yes @AMDEPBACKSLASH@
1577 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1578 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgobject_2_0_la_CFLAGS) $(CFLAGS) -c -o libgobject_2_0_la-gvaluetypes.lo `test -f 'gvaluetypes.c' || echo '$(srcdir)/'`gvaluetypes.c
1579
1580 mostlyclean-libtool:
1581         -rm -f *.lo
1582
1583 clean-libtool:
1584         -rm -rf .libs _libs
1585 install-installed_test_metaDATA: $(installed_test_meta_DATA)
1586         @$(NORMAL_INSTALL)
1587         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
1588         if test -n "$$list"; then \
1589           echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \
1590           $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \
1591         fi; \
1592         for p in $$list; do \
1593           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1594           echo "$$d$$p"; \
1595         done | $(am__base_list) | \
1596         while read files; do \
1597           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \
1598           $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \
1599         done
1600
1601 uninstall-installed_test_metaDATA:
1602         @$(NORMAL_UNINSTALL)
1603         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
1604         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1605         dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir)
1606 install-nobase_installed_testDATA: $(nobase_installed_test_DATA)
1607         @$(NORMAL_INSTALL)
1608         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
1609         if test -n "$$list"; then \
1610           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1611           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1612         fi; \
1613         $(am__nobase_list) | while read dir files; do \
1614           xfiles=; for file in $$files; do \
1615             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
1616             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
1617           test -z "$$xfiles" || { \
1618             test "x$$dir" = x. || { \
1619               echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
1620               $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \
1621             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \
1622             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \
1623         done
1624
1625 uninstall-nobase_installed_testDATA:
1626         @$(NORMAL_UNINSTALL)
1627         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
1628         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
1629         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
1630 install-tapsetDATA: $(tapset_DATA)
1631         @$(NORMAL_INSTALL)
1632         @list='$(tapset_DATA)'; test -n "$(tapsetdir)" || list=; \
1633         if test -n "$$list"; then \
1634           echo " $(MKDIR_P) '$(DESTDIR)$(tapsetdir)'"; \
1635           $(MKDIR_P) "$(DESTDIR)$(tapsetdir)" || exit 1; \
1636         fi; \
1637         for p in $$list; do \
1638           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1639           echo "$$d$$p"; \
1640         done | $(am__base_list) | \
1641         while read files; do \
1642           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tapsetdir)'"; \
1643           $(INSTALL_DATA) $$files "$(DESTDIR)$(tapsetdir)" || exit $$?; \
1644         done
1645
1646 uninstall-tapsetDATA:
1647         @$(NORMAL_UNINSTALL)
1648         @list='$(tapset_DATA)'; test -n "$(tapsetdir)" || list=; \
1649         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1650         dir='$(DESTDIR)$(tapsetdir)'; $(am__uninstall_files_from_dir)
1651 install-libgobjectincludeHEADERS: $(libgobjectinclude_HEADERS)
1652         @$(NORMAL_INSTALL)
1653         @list='$(libgobjectinclude_HEADERS)'; test -n "$(libgobjectincludedir)" || list=; \
1654         if test -n "$$list"; then \
1655           echo " $(MKDIR_P) '$(DESTDIR)$(libgobjectincludedir)'"; \
1656           $(MKDIR_P) "$(DESTDIR)$(libgobjectincludedir)" || exit 1; \
1657         fi; \
1658         for p in $$list; do \
1659           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1660           echo "$$d$$p"; \
1661         done | $(am__base_list) | \
1662         while read files; do \
1663           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libgobjectincludedir)'"; \
1664           $(INSTALL_HEADER) $$files "$(DESTDIR)$(libgobjectincludedir)" || exit $$?; \
1665         done
1666
1667 uninstall-libgobjectincludeHEADERS:
1668         @$(NORMAL_UNINSTALL)
1669         @list='$(libgobjectinclude_HEADERS)'; test -n "$(libgobjectincludedir)" || list=; \
1670         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1671         dir='$(DESTDIR)$(libgobjectincludedir)'; $(am__uninstall_files_from_dir)
1672
1673 # This directory's subdirectories are mostly independent; you can cd
1674 # into them and run 'make' without going through this Makefile.
1675 # To change the values of 'make' variables: instead of editing Makefiles,
1676 # (1) if the variable is set in 'config.status', edit 'config.status'
1677 #     (which will cause the Makefiles to be regenerated when you run 'make');
1678 # (2) otherwise, pass the desired values on the 'make' command line.
1679 $(am__recursive_targets):
1680         @fail=; \
1681         if $(am__make_keepgoing); then \
1682           failcom='fail=yes'; \
1683         else \
1684           failcom='exit 1'; \
1685         fi; \
1686         dot_seen=no; \
1687         target=`echo $@ | sed s/-recursive//`; \
1688         case "$@" in \
1689           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1690           *) list='$(SUBDIRS)' ;; \
1691         esac; \
1692         for subdir in $$list; do \
1693           echo "Making $$target in $$subdir"; \
1694           if test "$$subdir" = "."; then \
1695             dot_seen=yes; \
1696             local_target="$$target-am"; \
1697           else \
1698             local_target="$$target"; \
1699           fi; \
1700           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1701           || eval $$failcom; \
1702         done; \
1703         if test "$$dot_seen" = "no"; then \
1704           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1705         fi; test -z "$$fail"
1706
1707 ID: $(am__tagged_files)
1708         $(am__define_uniq_tagged_files); mkid -fID $$unique
1709 tags: tags-recursive
1710 TAGS: tags
1711
1712 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1713         set x; \
1714         here=`pwd`; \
1715         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1716           include_option=--etags-include; \
1717           empty_fix=.; \
1718         else \
1719           include_option=--include; \
1720           empty_fix=; \
1721         fi; \
1722         list='$(SUBDIRS)'; for subdir in $$list; do \
1723           if test "$$subdir" = .; then :; else \
1724             test ! -f $$subdir/TAGS || \
1725               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1726           fi; \
1727         done; \
1728         $(am__define_uniq_tagged_files); \
1729         shift; \
1730         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1731           test -n "$$unique" || unique=$$empty_fix; \
1732           if test $$# -gt 0; then \
1733             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1734               "$$@" $$unique; \
1735           else \
1736             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1737               $$unique; \
1738           fi; \
1739         fi
1740 ctags: ctags-recursive
1741
1742 CTAGS: ctags
1743 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1744         $(am__define_uniq_tagged_files); \
1745         test -z "$(CTAGS_ARGS)$$unique" \
1746           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1747              $$unique
1748
1749 GTAGS:
1750         here=`$(am__cd) $(top_builddir) && pwd` \
1751           && $(am__cd) $(top_srcdir) \
1752           && gtags -i $(GTAGS_ARGS) "$$here"
1753 cscopelist: cscopelist-recursive
1754
1755 cscopelist-am: $(am__tagged_files)
1756         list='$(am__tagged_files)'; \
1757         case "$(srcdir)" in \
1758           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1759           *) sdir=$(subdir)/$(srcdir) ;; \
1760         esac; \
1761         for i in $$list; do \
1762           if test -f "$$i"; then \
1763             echo "$(subdir)/$$i"; \
1764           else \
1765             echo "$$sdir/$$i"; \
1766           fi; \
1767         done >> $(top_builddir)/cscope.files
1768
1769 distclean-tags:
1770         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1771
1772 # Recover from deleted '.trs' file; this should ensure that
1773 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1774 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1775 # to avoid problems with "make -n".
1776 .log.trs:
1777         rm -f $< $@
1778         $(MAKE) $(AM_MAKEFLAGS) $<
1779
1780 # Leading 'am--fnord' is there to ensure the list of targets does not
1781 # expand to empty, as could happen e.g. with make check TESTS=''.
1782 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1783 am--force-recheck:
1784         @:
1785
1786 $(TEST_SUITE_LOG): $(TEST_LOGS)
1787         @$(am__set_TESTS_bases); \
1788         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1789         redo_bases=`for i in $$bases; do \
1790                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1791                     done`; \
1792         if test -n "$$redo_bases"; then \
1793           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1794           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1795           if $(am__make_dryrun); then :; else \
1796             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1797           fi; \
1798         fi; \
1799         if test -n "$$am__remaking_logs"; then \
1800           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1801                "recursion detected" >&2; \
1802         elif test -n "$$redo_logs"; then \
1803           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1804         fi; \
1805         if $(am__make_dryrun); then :; else \
1806           st=0;  \
1807           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1808           for i in $$redo_bases; do \
1809             test -f $$i.trs && test -r $$i.trs \
1810               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1811             test -f $$i.log && test -r $$i.log \
1812               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1813           done; \
1814           test $$st -eq 0 || exit 1; \
1815         fi
1816         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1817         ws='[   ]'; \
1818         results=`for b in $$bases; do echo $$b.trs; done`; \
1819         test -n "$$results" || results=/dev/null; \
1820         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1821         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1822         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1823         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1824         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1825         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1826         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1827         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1828           success=true; \
1829         else \
1830           success=false; \
1831         fi; \
1832         br='==================='; br=$$br$$br$$br$$br; \
1833         result_count () \
1834         { \
1835             if test x"$$1" = x"--maybe-color"; then \
1836               maybe_colorize=yes; \
1837             elif test x"$$1" = x"--no-color"; then \
1838               maybe_colorize=no; \
1839             else \
1840               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1841             fi; \
1842             shift; \
1843             desc=$$1 count=$$2; \
1844             if test $$maybe_colorize = yes && test $$count -gt 0; then \
1845               color_start=$$3 color_end=$$std; \
1846             else \
1847               color_start= color_end=; \
1848             fi; \
1849             echo "$${color_start}# $$desc $$count$${color_end}"; \
1850         }; \
1851         create_testsuite_report () \
1852         { \
1853           result_count $$1 "TOTAL:" $$all   "$$brg"; \
1854           result_count $$1 "PASS: " $$pass  "$$grn"; \
1855           result_count $$1 "SKIP: " $$skip  "$$blu"; \
1856           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1857           result_count $$1 "FAIL: " $$fail  "$$red"; \
1858           result_count $$1 "XPASS:" $$xpass "$$red"; \
1859           result_count $$1 "ERROR:" $$error "$$mgn"; \
1860         }; \
1861         {                                                               \
1862           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
1863             $(am__rst_title);                                           \
1864           create_testsuite_report --no-color;                           \
1865           echo;                                                         \
1866           echo ".. contents:: :depth: 2";                               \
1867           echo;                                                         \
1868           for b in $$bases; do echo $$b; done                           \
1869             | $(am__create_global_log);                                 \
1870         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
1871         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
1872         if $$success; then                                              \
1873           col="$$grn";                                                  \
1874          else                                                           \
1875           col="$$red";                                                  \
1876           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
1877         fi;                                                             \
1878         echo "$${col}$$br$${std}";                                      \
1879         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
1880         echo "$${col}$$br$${std}";                                      \
1881         create_testsuite_report --maybe-color;                          \
1882         echo "$$col$$br$$std";                                          \
1883         if $$success; then :; else                                      \
1884           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
1885           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
1886             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1887           fi;                                                           \
1888           echo "$$col$$br$$std";                                        \
1889         fi;                                                             \
1890         $$success || exit 1
1891
1892 check-TESTS:
1893         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1894         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1895         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1896         @set +e; $(am__set_TESTS_bases); \
1897         log_list=`for i in $$bases; do echo $$i.log; done`; \
1898         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1899         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1900         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1901         exit $$?;
1902 recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)
1903         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1904         @set +e; $(am__set_TESTS_bases); \
1905         bases=`for i in $$bases; do echo $$i; done \
1906                  | $(am__list_recheck_tests)` || exit 1; \
1907         log_list=`for i in $$bases; do echo $$i.log; done`; \
1908         log_list=`echo $$log_list`; \
1909         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1910                 am__force_recheck=am--force-recheck \
1911                 TEST_LOGS="$$log_list"; \
1912         exit $$?
1913 .test.log:
1914         @p='$<'; \
1915         $(am__set_b); \
1916         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1917         --log-file $$b.log --trs-file $$b.trs \
1918         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1919         "$$tst" $(AM_TESTS_FD_REDIRECT)
1920 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1921 @am__EXEEXT_TRUE@       @p='$<'; \
1922 @am__EXEEXT_TRUE@       $(am__set_b); \
1923 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1924 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
1925 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1926 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
1927
1928 distdir: $(DISTFILES)
1929         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1930         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1931         list='$(DISTFILES)'; \
1932           dist_files=`for file in $$list; do echo $$file; done | \
1933           sed -e "s|^$$srcdirstrip/||;t" \
1934               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1935         case $$dist_files in \
1936           */*) $(MKDIR_P) `echo "$$dist_files" | \
1937                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1938                            sort -u` ;; \
1939         esac; \
1940         for file in $$dist_files; do \
1941           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1942           if test -d $$d/$$file; then \
1943             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1944             if test -d "$(distdir)/$$file"; then \
1945               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1946             fi; \
1947             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1948               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1949               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1950             fi; \
1951             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1952           else \
1953             test -f "$(distdir)/$$file" \
1954             || cp -p $$d/$$file "$(distdir)/$$file" \
1955             || exit 1; \
1956           fi; \
1957         done
1958         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1959           if test "$$subdir" = .; then :; else \
1960             $(am__make_dryrun) \
1961               || test -d "$(distdir)/$$subdir" \
1962               || $(MKDIR_P) "$(distdir)/$$subdir" \
1963               || exit 1; \
1964             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1965             $(am__relativize); \
1966             new_distdir=$$reldir; \
1967             dir1=$$subdir; dir2="$(top_distdir)"; \
1968             $(am__relativize); \
1969             new_top_distdir=$$reldir; \
1970             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1971             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1972             ($(am__cd) $$subdir && \
1973               $(MAKE) $(AM_MAKEFLAGS) \
1974                 top_distdir="$$new_top_distdir" \
1975                 distdir="$$new_distdir" \
1976                 am__remove_distdir=: \
1977                 am__skip_length_check=: \
1978                 am__skip_mode_fix=: \
1979                 distdir) \
1980               || exit 1; \
1981           fi; \
1982         done
1983         $(MAKE) $(AM_MAKEFLAGS) \
1984           top_distdir="$(top_distdir)" distdir="$(distdir)" \
1985           dist-hook
1986 check-am: all-am
1987         $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
1988           $(check_SCRIPTS) $(check_DATA)
1989         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
1990 check: $(BUILT_SOURCES)
1991         $(MAKE) $(AM_MAKEFLAGS) check-recursive
1992 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
1993                 $(HEADERS) all-local
1994 install-binPROGRAMS: install-libLTLIBRARIES
1995
1996 installdirs: installdirs-recursive
1997 installdirs-am:
1998         for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(gdbdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(tapsetdir)" "$(DESTDIR)$(libgobjectincludedir)"; do \
1999           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2000         done
2001 install: $(BUILT_SOURCES)
2002         $(MAKE) $(AM_MAKEFLAGS) install-recursive
2003 install-exec: install-exec-recursive
2004 install-data: install-data-recursive
2005 uninstall: uninstall-recursive
2006
2007 install-am: all-am
2008         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2009
2010 installcheck: installcheck-recursive
2011 install-strip:
2012         if test -z '$(STRIP)'; then \
2013           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2014             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2015               install; \
2016         else \
2017           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2018             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2019             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2020         fi
2021 mostlyclean-generic:
2022         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2023         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2024         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2025
2026 clean-generic:
2027         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2028
2029 distclean-generic:
2030         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2031         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2032         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2033
2034 maintainer-clean-generic:
2035         @echo "This command is intended for maintainers to use"
2036         @echo "it deletes files that may require special tools to rebuild."
2037         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2038         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
2039 clean: clean-recursive
2040
2041 clean-am: clean-binPROGRAMS clean-checkLTLIBRARIES clean-checkPROGRAMS \
2042         clean-generic clean-installed_testLTLIBRARIES \
2043         clean-installed_testPROGRAMS clean-libLTLIBRARIES \
2044         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
2045         mostlyclean-am
2046
2047 distclean: distclean-recursive
2048         -rm -rf ./$(DEPDIR)
2049         -rm -f Makefile
2050 distclean-am: clean-am distclean-compile distclean-generic \
2051         distclean-local distclean-tags
2052
2053 dvi: dvi-recursive
2054
2055 dvi-am:
2056
2057 html: html-recursive
2058
2059 html-am:
2060
2061 info: info-recursive
2062
2063 info-am:
2064
2065 install-data-am: install-data-local install-dist_gdbSCRIPTS \
2066         install-installed_testLTLIBRARIES \
2067         install-installed_testPROGRAMS install-installed_testSCRIPTS \
2068         install-installed_test_metaDATA \
2069         install-libgobjectincludeHEADERS \
2070         install-nobase_installed_testDATA install-tapsetDATA
2071         @$(NORMAL_INSTALL)
2072         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
2073 install-dvi: install-dvi-recursive
2074
2075 install-dvi-am:
2076
2077 install-exec-am: install-binPROGRAMS install-binSCRIPTS \
2078         install-libLTLIBRARIES
2079
2080 install-html: install-html-recursive
2081
2082 install-html-am:
2083
2084 install-info: install-info-recursive
2085
2086 install-info-am:
2087
2088 install-man:
2089
2090 install-pdf: install-pdf-recursive
2091
2092 install-pdf-am:
2093
2094 install-ps: install-ps-recursive
2095
2096 install-ps-am:
2097
2098 installcheck-am:
2099
2100 maintainer-clean: maintainer-clean-recursive
2101         -rm -rf ./$(DEPDIR)
2102         -rm -f Makefile
2103 maintainer-clean-am: distclean-am maintainer-clean-generic
2104
2105 mostlyclean: mostlyclean-recursive
2106
2107 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2108         mostlyclean-libtool
2109
2110 pdf: pdf-recursive
2111
2112 pdf-am:
2113
2114 ps: ps-recursive
2115
2116 ps-am:
2117
2118 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
2119         uninstall-dist_gdbSCRIPTS uninstall-installed_testLTLIBRARIES \
2120         uninstall-installed_testPROGRAMS \
2121         uninstall-installed_testSCRIPTS \
2122         uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \
2123         uninstall-libgobjectincludeHEADERS uninstall-local \
2124         uninstall-nobase_installed_testDATA uninstall-tapsetDATA
2125
2126 .MAKE: $(am__recursive_targets) all check check-am install install-am \
2127         install-data-am install-strip
2128
2129 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
2130         check check-TESTS check-am check-local clean clean-binPROGRAMS \
2131         clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
2132         clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
2133         clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
2134         clean-noinstPROGRAMS cscopelist-am ctags ctags-am dist-hook \
2135         distclean distclean-compile distclean-generic \
2136         distclean-libtool distclean-local distclean-tags distdir dvi \
2137         dvi-am html html-am info info-am install install-am \
2138         install-binPROGRAMS install-binSCRIPTS install-data \
2139         install-data-am install-data-hook install-data-local \
2140         install-dist_gdbSCRIPTS install-dvi install-dvi-am \
2141         install-exec install-exec-am install-html install-html-am \
2142         install-info install-info-am install-installed_testLTLIBRARIES \
2143         install-installed_testPROGRAMS install-installed_testSCRIPTS \
2144         install-installed_test_metaDATA install-libLTLIBRARIES \
2145         install-libgobjectincludeHEADERS install-man \
2146         install-nobase_installed_testDATA install-pdf install-pdf-am \
2147         install-ps install-ps-am install-strip install-tapsetDATA \
2148         installcheck installcheck-am installdirs installdirs-am \
2149         maintainer-clean maintainer-clean-generic mostlyclean \
2150         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
2151         pdf pdf-am ps ps-am recheck tags tags-am uninstall \
2152         uninstall-am uninstall-binPROGRAMS uninstall-binSCRIPTS \
2153         uninstall-dist_gdbSCRIPTS uninstall-installed_testLTLIBRARIES \
2154         uninstall-installed_testPROGRAMS \
2155         uninstall-installed_testSCRIPTS \
2156         uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \
2157         uninstall-libgobjectincludeHEADERS uninstall-local \
2158         uninstall-nobase_installed_testDATA uninstall-tapsetDATA
2159
2160 .PRECIOUS: Makefile
2161
2162
2163 # test-nonrecursive: run tests only in cwd
2164 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
2165 @OS_UNIX_TRUE@  @test -z "${TEST_PROGS}" || G_TEST_SRCDIR="$(abs_srcdir)" G_TEST_BUILDDIR="$(abs_builddir)" G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
2166 @OS_UNIX_FALSE@test-nonrecursive:
2167
2168 .PHONY: test-nonrecursive
2169
2170 .PHONY: lcov genlcov lcov-clean
2171 # use recursive makes in order to ignore errors during check
2172 lcov:
2173         -$(MAKE) $(AM_MAKEFLAGS) -k check
2174         $(MAKE) $(AM_MAKEFLAGS) genlcov
2175
2176 # we have to massage the lcov.info file slightly to hide the effect of libtool
2177 # placing the objects files in the .libs/ directory separate from the *.c
2178 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
2179 genlcov:
2180         $(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \
2181           $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \
2182           $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\*  gio/tests/gdbus-object-manager-example/\* ; \
2183           LANG=C $(LTP_GENHTML) --quiet --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --frames --show-details glib-lcov.info --ignore-errors source
2184         @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
2185
2186 lcov-clean:
2187         if test -n "$(LTP)"; then \
2188           $(LTP) --quiet --directory $(top_builddir) -z; \
2189         fi
2190
2191 # run tests in cwd as part of make check
2192 check-local: test-nonrecursive
2193
2194 @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
2195 @ENABLE_INSTALLED_TESTS_TRUE@   $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
2196 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Type=session' >> $@.tmp; \
2197 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
2198 @ENABLE_INSTALLED_TESTS_TRUE@   mv $@.tmp $@)
2199
2200 install-ms-lib:
2201         $(install_ms_lib_cmd)
2202
2203 uninstall-ms-lib:
2204         $(uninstall_ms_lib_cmd)
2205
2206 @ENABLE_DTRACE_TRUE@gobject_probes.h: gobject_probes.d
2207 @ENABLE_DTRACE_TRUE@    $(AM_V_GEN) $(DTRACE) -C -h -s $< -o $@.tmp
2208 @ENABLE_DTRACE_TRUE@    @$(SED) \
2209 @ENABLE_DTRACE_TRUE@            -e "s,define STAP_HAS_SEMAPHORES 1,undef STAP_HAS_SEMAPHORES," \
2210 @ENABLE_DTRACE_TRUE@            -e "s,define _SDT_HAS_SEMAPHORES 1,undef _SDT_HAS_SEMAPHORES," \
2211 @ENABLE_DTRACE_TRUE@            < $@.tmp > $@ && rm -f $@.tmp
2212
2213 @ENABLE_DTRACE_TRUE@gobject_probes.lo: gobject_probes.d
2214 @ENABLE_DTRACE_TRUE@    $(AM_V_GEN) $(LIBTOOL) --mode=compile $(AM_V_lt) --tag=CC $(DTRACE) -G -s $< -o $@
2215
2216 @ENABLE_SYSTEMTAP_TRUE@$(tapset_DATA): gobject.stp.in Makefile
2217 @ENABLE_SYSTEMTAP_TRUE@ $(AM_V_GEN)$(SED) \
2218 @ENABLE_SYSTEMTAP_TRUE@         -e 's|[@]ABS_GLIB_RUNTIME_LIBDIR[@]|$(ABS_GLIB_RUNTIME_LIBDIR)|g' \
2219 @ENABLE_SYSTEMTAP_TRUE@         -e 's|[@]LT_CURRENT[@]|$(LT_CURRENT)|g' \
2220 @ENABLE_SYSTEMTAP_TRUE@         -e 's|[@]LT_REVISION[@]|$(LT_REVISION)|g' \
2221 @ENABLE_SYSTEMTAP_TRUE@         $< > $@
2222
2223 # This is read by gobject-introspection/misc/ and gtk-doc
2224 gobject-public-headers.txt: Makefile
2225         $(AM_V_GEN) echo $(gobject_public_h_sources) > $@.tmp && mv $@.tmp $@
2226
2227 all-local: gobject-public-headers.txt
2228
2229 # normal autogeneration rules
2230 # all autogenerated files need to be generated in the srcdir,
2231 # so old versions get remade and are not confused with newer
2232 # versions in the build dir. thus a development setup requires
2233 # srcdir to be writable, passing --disable-rebuilds to
2234 # ../configure will supress all autogeneration rules.
2235
2236 gmarshal.strings: @REBUILD@ $(srcdir)/gmarshal.list
2237         $(AM_V_GEN) grep '^[A-Z]' $(srcdir)/gmarshal.list \
2238         | $(SED) -e 's/^/"g_cclosure_marshal_/' -e 's/:/__/' -e 's/,/_/g' -e 's/$$/",/' > xgen-gms \
2239         && cp xgen-gms gmarshal.strings \
2240         && rm -f xgen-gms xgen-gms~
2241
2242 glib-genmarshal.o: gmarshal.strings
2243
2244 gobject-win32-res.o: gobject.rc
2245         $(AM_V_GEN) $(WINDRES) gobject.rc $@
2246
2247 gobject.def: libgobject-2.0.la
2248         $(AM_V_GEN) dumpbin.exe -exports .libs/libgobject-2.0-0.dll | awk 'BEGIN { print "EXPORTS" } / +[[:digit:]]+ +[[:xdigit:]]+ +[[:xdigit:]]+/{ print $$4 }' > gobject.def.tmp && mv gobject.def.tmp gobject.def
2249
2250 gobject-2.0.lib: libgobject-2.0.la gobject.def
2251         $(AM_V_GEN) lib.exe -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgobject-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/gobject.def -out:$@
2252
2253 #
2254 # Creates Visual Studio 2008/2010 projects from items passed in from autotools files
2255 # $(1) - Base Name of the MSVC project files (outputs)
2256 #
2257
2258 define msvcproj-builder
2259
2260 $(top_builddir)/build/win32/vs10/$(1).vcxproj: $(top_builddir)/build/win32/vs9/$(1).vcproj
2261 $(top_builddir)/build/win32/vs10/$(1).vcxproj.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj
2262 $(1).sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj
2263 $(1).vs10.sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj
2264 $(1).vs10.sourcefiles.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj
2265
2266 $(top_builddir)/build/win32/vs9/$(1).vcproj: Makefile
2267         -$(RM) $(top_builddir)/build/win32/vs9/$(1).vcproj
2268         -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj
2269         -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj.filters
2270         -$(RM) $(top_builddir)/build/win32/vs11/$(1).vcxproj
2271         -$(RM) $(top_builddir)/build/win32/vs11/$(1).vcxproj.filters
2272         -$(RM) $(top_builddir)/build/win32/vs12/$(1).vcxproj
2273         -$(RM) $(top_builddir)/build/win32/vs12/$(1).vcxproj.filters
2274         -$(RM) $(top_builddir)/build/win32/vs14/$(1).vcxproj
2275         -$(RM) $(top_builddir)/build/win32/vs14/$(1).vcxproj.filters
2276
2277         for F in $(_proj_files); do \
2278                 case $$$$F in \
2279                 $(_proj_filters)) \
2280                         ;; \
2281                 *.c|*.cpp|*.cc|*.cxx) \
2282                         echo '   <File RelativePath="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).sourcefiles && \
2283                         echo '   <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).vs10.sourcefiles && \
2284                         echo '   <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'"><Filter>Source Files</Filter></ClCompile>' >>$(1).vs10.sourcefiles.filters \
2285                         ;; \
2286                 esac;   \
2287         done
2288
2289         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/$(1).vcprojin >$(top_builddir)/build/win32/vs9/$(1).vcproj
2290         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxprojin >$(top_builddir)/build/win32/vs10/$(1).vcxproj
2291         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxproj.filtersin >$(top_builddir)/build/win32/vs10/$(1).vcxproj.filters
2292         $(RM) $(1).sourcefiles
2293         $(RM) $(1).vs10.sourcefiles
2294         $(RM) $(1).vs10.sourcefiles.filters
2295
2296 $(top_builddir)/build/win32/vs10/$(1).vs10.headers: $(top_builddir)/build/win32/vs9/$(1).headers
2297
2298 $(top_builddir)/build/win32/vs9/$(1).headers: Makefile
2299         -$(RM) $(top_builddir)/build/win32/vs9/$(1).headers
2300         -$(RM) $(top_builddir)/build/win32/vs10/$(1).vs10.headers
2301
2302         for F in $(_proj_headers); do \
2303                 case $$$$F in \
2304                 $(_proj_headers_excludes)) \
2305                         ;; \
2306                 *.h|*.hpp|*.hh|*.hxx) \
2307                         echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F'&#x0D;&#x0A;' >>$(top_builddir)/build/win32/vs9/$(1).headers && \
2308                         echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F >>$(top_builddir)/build/win32/vs10/$(1).vs10.headers \
2309                         ;; \
2310                 esac;   \
2311         done
2312
2313 endef
2314
2315 $(foreach proj,$(MSVCPROJS),$(eval $(call msvcproj-builder,$(proj))))
2316
2317 dist-hook: $(BUILT_EXTRA_DIST) $(top_builddir)/build/win32/vs9/gobject.vcproj $(top_builddir)/build/win32/vs9/gobject.headers
2318         files='$(BUILT_EXTRA_DIST)'; \
2319         for f in $$files; do \
2320           if test -f $$f; then d=.; else d=$(srcdir); fi; \
2321           cp $$d/$$f $(distdir) || exit 1; done
2322
2323 install-data-local: install-ms-lib
2324
2325 uninstall-local: uninstall-ms-lib uninstall-gdb
2326
2327 distclean-local:
2328         if test $(srcdir) = .; then :; else \
2329             rm -f $(BUILT_EXTRA_DIST); \
2330         fi
2331
2332 libgobject-gdb.py: libgobject-gdb.py.in
2333         $(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libgobject-gdb.py.in > $(builddir)/libgobject-gdb.py
2334
2335 uninstall-gdb:
2336         -rm -r $(DESTDIR)$(datadir)/gdb
2337
2338 install-data-hook: libgobject-gdb.py
2339         mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR)
2340         $(INSTALL) $(builddir)/libgobject-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load/$(ABS_GLIB_RUNTIME_LIBDIR)/libgobject-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py
2341 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
2342 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
2343 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgobject-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
2344 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ rm -f $(DESTDIR)$(libdir)/libgobject-2.0.so
2345 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ ln -s $(GLIB_RUNTIME_LIBDIR)/libgobject-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libgobject-2.0.so
2346
2347 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2348 # Otherwise a system limit (for SysV at least) may be exceeded.
2349 .NOEXPORT: