Imported Upstream version 2.50.2
[platform/upstream/glib.git] / glib / 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_5)
127 noinst_PROGRAMS = $(am__EXEEXT_7)
128 check_PROGRAMS = $(am__EXEEXT_6)
129 TESTS = $(am__EXEEXT_5)
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 = glib-2.0.lib
159 @OS_UNIX_TRUE@am__append_16 = glib-unix.c
160 @THREADS_WIN32_TRUE@am__append_17 = gthread-win32.c
161 @THREADS_POSIX_TRUE@@THREADS_WIN32_FALSE@am__append_18 = gthread-posix.c
162 @ENABLE_DTRACE_TRUE@am__append_19 = glib_probes.h glib_probes.lo
163 @ENABLE_DTRACE_TRUE@am__append_20 = glib_probes.h glib_probes.h.tmp
164 @ENABLE_DTRACE_TRUE@am__append_21 = glib_probes.lo
165 @ENABLE_SYSTEMTAP_TRUE@am__append_22 = $(tapset_DATA)
166 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@am__append_23 = gspawn-win64-helper gspawn-win64-helper-console
167 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@am__append_24 = gspawn-win32-helper gspawn-win32-helper-console
168 bin_PROGRAMS = $(am__EXEEXT_4)
169 @OS_UNIX_TRUE@am__append_25 = gtester
170 @OS_UNIX_TRUE@am__append_26 = ${auto_config_binscripts}
171 subdir = glib
172 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
173 am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
174         $(top_srcdir)/m4macros/glibtests.m4 \
175         $(top_srcdir)/m4macros/gtk-doc.m4 \
176         $(top_srcdir)/m4macros/libtool.m4 \
177         $(top_srcdir)/m4macros/ltoptions.m4 \
178         $(top_srcdir)/m4macros/ltsugar.m4 \
179         $(top_srcdir)/m4macros/ltversion.m4 \
180         $(top_srcdir)/m4macros/lt~obsolete.m4 \
181         $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
182         $(top_srcdir)/glib/libcharset/codeset.m4 \
183         $(top_srcdir)/glib/libcharset/glibc21.m4 \
184         $(top_srcdir)/m4macros/glib-gettext.m4 \
185         $(top_srcdir)/configure.ac
186 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
187         $(ACLOCAL_M4)
188 DIST_COMMON = $(srcdir)/Makefile.am $(dist_gdb_SCRIPTS) \
189         $(deprecatedinclude_HEADERS) $(glibinclude_HEADERS) \
190         $(glibsubinclude_HEADERS) $(am__DIST_COMMON)
191 mkinstalldirs = $(install_sh) -d
192 CONFIG_HEADER = $(top_builddir)/config.h
193 CONFIG_CLEAN_FILES = glibconfig.h.win32 makefile.msc glib.rc
194 CONFIG_CLEAN_VPATH_FILES =
195 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
196 am__vpath_adj = case $$p in \
197     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
198     *) f=$$p;; \
199   esac;
200 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
201 am__install_max = 40
202 am__nobase_strip_setup = \
203   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
204 am__nobase_strip = \
205   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
206 am__nobase_list = $(am__nobase_strip_setup); \
207   for p in $$list; do echo "$$p $$p"; done | \
208   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
209   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
210     if (++n[$$2] == $(am__install_max)) \
211       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
212     END { for (dir in files) print dir, files[dir] }'
213 am__base_list = \
214   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
215   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
216 am__uninstall_files_from_dir = { \
217   test -z "$$files" \
218     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
219     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
220          $(am__cd) "$$dir" && rm -f $$files; }; \
221   }
222 am__installdirs = "$(DESTDIR)$(installed_testdir)" \
223         "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
224         "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(bindir)" \
225         "$(DESTDIR)$(gdbdir)" "$(DESTDIR)$(installed_testdir)" \
226         "$(DESTDIR)$(installed_test_metadir)" \
227         "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(tapsetdir)" \
228         "$(DESTDIR)$(deprecatedincludedir)" \
229         "$(DESTDIR)$(glibincludedir)" "$(DESTDIR)$(glibsubincludedir)" \
230         "$(DESTDIR)$(configexecincludedir)"
231 LTLIBRARIES = $(installed_test_LTLIBRARIES) $(lib_LTLIBRARIES) \
232         $(noinst_LTLIBRARIES)
233 am__DEPENDENCIES_1 =
234 @USE_SYSTEM_PCRE_FALSE@am__DEPENDENCIES_2 = pcre/libpcre.la
235 @USE_SYSTEM_PCRE_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
236 am__libglib_2_0_la_SOURCES_DIST = deprecated/gallocator.c \
237         deprecated/gcache.c deprecated/gcompletion.c deprecated/grel.c \
238         deprecated/gthread-deprecated.c glib_probes.d garray.c \
239         gasyncqueue.c gasyncqueueprivate.h gatomic.c gbacktrace.c \
240         gbase64.c gbitlock.c gbookmarkfile.c gbsearcharray.h gbytes.c \
241         gbytes.h gcharset.c gcharsetprivate.h gchecksum.c gconvert.c \
242         gdataset.c gdatasetprivate.h gdate.c gdatetime.c gdir.c \
243         genviron.c gerror.c gfileutils.c ggettext.c ghash.c ghmac.c \
244         ghook.c ghostutils.c giochannel.c gkeyfile.c glibintl.h \
245         glib_trace.h glib-init.h glib-init.c glib-private.h \
246         glib-private.c glist.c gmain-internal.h gmain.c gmappedfile.c \
247         gmarkup.c gmem.c gmessages.c gmirroringtable.h gnode.c \
248         goption.c gpattern.c gpoll.c gprimes.c gqsort.c gquark.c \
249         gqueue.c grand.c gregex.c gscanner.c gscripttable.h \
250         gsequence.c gshell.c gslice.c gslist.c gstdio.c gstrfuncs.c \
251         gstring.c gstringchunk.c gtestutils.c gthread.c \
252         gthreadprivate.h gthreadpool.c gtimer.c gtimezone.c \
253         gtranslit.c gtranslit-data.h gtrashstack.c gtree.c guniprop.c \
254         gutf8.c gunibreak.h gunibreak.c gunichartables.h gunicollate.c \
255         gunicomp.h gunidecomp.h gunidecomp.c gunicodeprivate.h \
256         gurifuncs.c gutils.c gvariant.h gvariant.c gvariant-core.h \
257         gvariant-core.c gvariant-internal.h gvariant-parser.c \
258         gvariant-serialiser.h gvariant-serialiser.c gvarianttypeinfo.h \
259         gvarianttypeinfo.c gvarianttype.c gversion.c gwakeup.h \
260         gwakeup.c gprintf.c gprintfint.h valgrind.h glib-unix.c \
261         gthread-win32.c gthread-posix.c
262 am__objects_1 = libglib_2_0_la-gallocator.lo libglib_2_0_la-gcache.lo \
263         libglib_2_0_la-gcompletion.lo libglib_2_0_la-grel.lo \
264         libglib_2_0_la-gthread-deprecated.lo
265 @OS_UNIX_TRUE@am__objects_2 = libglib_2_0_la-glib-unix.lo
266 @THREADS_WIN32_TRUE@am__objects_3 = libglib_2_0_la-gthread-win32.lo
267 @THREADS_POSIX_TRUE@@THREADS_WIN32_FALSE@am__objects_4 = libglib_2_0_la-gthread-posix.lo
268 am_libglib_2_0_la_OBJECTS = $(am__objects_1) libglib_2_0_la-garray.lo \
269         libglib_2_0_la-gasyncqueue.lo libglib_2_0_la-gatomic.lo \
270         libglib_2_0_la-gbacktrace.lo libglib_2_0_la-gbase64.lo \
271         libglib_2_0_la-gbitlock.lo libglib_2_0_la-gbookmarkfile.lo \
272         libglib_2_0_la-gbytes.lo libglib_2_0_la-gcharset.lo \
273         libglib_2_0_la-gchecksum.lo libglib_2_0_la-gconvert.lo \
274         libglib_2_0_la-gdataset.lo libglib_2_0_la-gdate.lo \
275         libglib_2_0_la-gdatetime.lo libglib_2_0_la-gdir.lo \
276         libglib_2_0_la-genviron.lo libglib_2_0_la-gerror.lo \
277         libglib_2_0_la-gfileutils.lo libglib_2_0_la-ggettext.lo \
278         libglib_2_0_la-ghash.lo libglib_2_0_la-ghmac.lo \
279         libglib_2_0_la-ghook.lo libglib_2_0_la-ghostutils.lo \
280         libglib_2_0_la-giochannel.lo libglib_2_0_la-gkeyfile.lo \
281         libglib_2_0_la-glib-init.lo libglib_2_0_la-glib-private.lo \
282         libglib_2_0_la-glist.lo libglib_2_0_la-gmain.lo \
283         libglib_2_0_la-gmappedfile.lo libglib_2_0_la-gmarkup.lo \
284         libglib_2_0_la-gmem.lo libglib_2_0_la-gmessages.lo \
285         libglib_2_0_la-gnode.lo libglib_2_0_la-goption.lo \
286         libglib_2_0_la-gpattern.lo libglib_2_0_la-gpoll.lo \
287         libglib_2_0_la-gprimes.lo libglib_2_0_la-gqsort.lo \
288         libglib_2_0_la-gquark.lo libglib_2_0_la-gqueue.lo \
289         libglib_2_0_la-grand.lo libglib_2_0_la-gregex.lo \
290         libglib_2_0_la-gscanner.lo libglib_2_0_la-gsequence.lo \
291         libglib_2_0_la-gshell.lo libglib_2_0_la-gslice.lo \
292         libglib_2_0_la-gslist.lo libglib_2_0_la-gstdio.lo \
293         libglib_2_0_la-gstrfuncs.lo libglib_2_0_la-gstring.lo \
294         libglib_2_0_la-gstringchunk.lo libglib_2_0_la-gtestutils.lo \
295         libglib_2_0_la-gthread.lo libglib_2_0_la-gthreadpool.lo \
296         libglib_2_0_la-gtimer.lo libglib_2_0_la-gtimezone.lo \
297         libglib_2_0_la-gtranslit.lo libglib_2_0_la-gtrashstack.lo \
298         libglib_2_0_la-gtree.lo libglib_2_0_la-guniprop.lo \
299         libglib_2_0_la-gutf8.lo libglib_2_0_la-gunibreak.lo \
300         libglib_2_0_la-gunicollate.lo libglib_2_0_la-gunidecomp.lo \
301         libglib_2_0_la-gurifuncs.lo libglib_2_0_la-gutils.lo \
302         libglib_2_0_la-gvariant.lo libglib_2_0_la-gvariant-core.lo \
303         libglib_2_0_la-gvariant-parser.lo \
304         libglib_2_0_la-gvariant-serialiser.lo \
305         libglib_2_0_la-gvarianttypeinfo.lo \
306         libglib_2_0_la-gvarianttype.lo libglib_2_0_la-gversion.lo \
307         libglib_2_0_la-gwakeup.lo libglib_2_0_la-gprintf.lo \
308         $(am__objects_2) $(am__objects_3) $(am__objects_4)
309 libglib_2_0_la_OBJECTS = $(am_libglib_2_0_la_OBJECTS)
310 AM_V_lt = $(am__v_lt_@AM_V@)
311 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
312 am__v_lt_0 = --silent
313 am__v_lt_1 = 
314 libglib_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
315         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
316         $(libglib_2_0_la_CFLAGS) $(CFLAGS) $(libglib_2_0_la_LDFLAGS) \
317         $(LDFLAGS) -o $@
318 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@am__EXEEXT_1 = gspawn-win64-helper$(EXEEXT) \
319 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@      gspawn-win64-helper-console$(EXEEXT)
320 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@am__EXEEXT_2 = gspawn-win32-helper$(EXEEXT) \
321 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@     gspawn-win32-helper-console$(EXEEXT)
322 @OS_UNIX_TRUE@am__EXEEXT_3 = gtester$(EXEEXT)
323 am__EXEEXT_4 = $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
324 am__EXEEXT_5 =
325 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_6 = $(am__EXEEXT_5)
326 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_7 = $(am__EXEEXT_5)
327 PROGRAMS = $(bin_PROGRAMS) $(installed_test_PROGRAMS) \
328         $(noinst_PROGRAMS)
329 gspawn_win32_helper_SOURCES = gspawn-win32-helper.c
330 gspawn_win32_helper_OBJECTS = gspawn-win32-helper.$(OBJEXT)
331 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_DEPENDENCIES =  \
332 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@     libglib-2.0.la
333 gspawn_win32_helper_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
334         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
335         $(AM_CFLAGS) $(CFLAGS) $(gspawn_win32_helper_LDFLAGS) \
336         $(LDFLAGS) -o $@
337 gspawn_win32_helper_console_SOURCES = gspawn-win32-helper-console.c
338 gspawn_win32_helper_console_OBJECTS =  \
339         gspawn-win32-helper-console.$(OBJEXT)
340 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_console_DEPENDENCIES =  \
341 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@     libglib-2.0.la
342 gspawn_win64_helper_SOURCES = gspawn-win64-helper.c
343 gspawn_win64_helper_OBJECTS = gspawn-win64-helper.$(OBJEXT)
344 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_DEPENDENCIES =  \
345 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@      libglib-2.0.la
346 gspawn_win64_helper_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
347         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
348         $(AM_CFLAGS) $(CFLAGS) $(gspawn_win64_helper_LDFLAGS) \
349         $(LDFLAGS) -o $@
350 gspawn_win64_helper_console_SOURCES = gspawn-win64-helper-console.c
351 gspawn_win64_helper_console_OBJECTS =  \
352         gspawn-win64-helper-console.$(OBJEXT)
353 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_console_DEPENDENCIES =  \
354 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@      libglib-2.0.la
355 am__gtester_SOURCES_DIST = gtester.c
356 @OS_UNIX_TRUE@am_gtester_OBJECTS = gtester.$(OBJEXT)
357 gtester_OBJECTS = $(am_gtester_OBJECTS)
358 @OS_UNIX_TRUE@gtester_DEPENDENCIES = libglib-2.0.la
359 SCRIPTS = $(bin_SCRIPTS) $(dist_gdb_SCRIPTS) $(installed_test_SCRIPTS) \
360         $(noinst_SCRIPTS)
361 AM_V_P = $(am__v_P_@AM_V@)
362 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
363 am__v_P_0 = false
364 am__v_P_1 = :
365 AM_V_GEN = $(am__v_GEN_@AM_V@)
366 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
367 am__v_GEN_0 = @echo "  GEN     " $@;
368 am__v_GEN_1 = 
369 AM_V_at = $(am__v_at_@AM_V@)
370 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
371 am__v_at_0 = @
372 am__v_at_1 = 
373 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
374 depcomp = $(SHELL) $(top_srcdir)/depcomp
375 am__depfiles_maybe = depfiles
376 am__mv = mv -f
377 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
378         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
379 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
380         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
381         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
382         $(AM_CFLAGS) $(CFLAGS)
383 AM_V_CC = $(am__v_CC_@AM_V@)
384 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
385 am__v_CC_0 = @echo "  CC      " $@;
386 am__v_CC_1 = 
387 CCLD = $(CC)
388 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
389         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
390         $(AM_LDFLAGS) $(LDFLAGS) -o $@
391 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
392 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
393 am__v_CCLD_0 = @echo "  CCLD    " $@;
394 am__v_CCLD_1 = 
395 SOURCES = $(libglib_2_0_la_SOURCES) $(EXTRA_libglib_2_0_la_SOURCES) \
396         gspawn-win32-helper.c gspawn-win32-helper-console.c \
397         gspawn-win64-helper.c gspawn-win64-helper-console.c \
398         $(gtester_SOURCES)
399 DIST_SOURCES = $(am__libglib_2_0_la_SOURCES_DIST) \
400         $(EXTRA_libglib_2_0_la_SOURCES) gspawn-win32-helper.c \
401         gspawn-win32-helper-console.c gspawn-win64-helper.c \
402         gspawn-win64-helper-console.c $(am__gtester_SOURCES_DIST)
403 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
404         ctags-recursive dvi-recursive html-recursive info-recursive \
405         install-data-recursive install-dvi-recursive \
406         install-exec-recursive install-html-recursive \
407         install-info-recursive install-pdf-recursive \
408         install-ps-recursive install-recursive installcheck-recursive \
409         installdirs-recursive pdf-recursive ps-recursive \
410         tags-recursive uninstall-recursive
411 am__can_run_installinfo = \
412   case $$AM_UPDATE_INFO_DIR in \
413     n|no|NO) false;; \
414     *) (install-info --version) >/dev/null 2>&1;; \
415   esac
416 DATA = $(installed_test_meta_DATA) $(nobase_installed_test_DATA) \
417         $(noinst_DATA) $(tapset_DATA)
418 HEADERS = $(deprecatedinclude_HEADERS) $(glibinclude_HEADERS) \
419         $(glibsubinclude_HEADERS) $(nodist_configexecinclude_HEADERS)
420 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
421   distclean-recursive maintainer-clean-recursive
422 am__recursive_targets = \
423   $(RECURSIVE_TARGETS) \
424   $(RECURSIVE_CLEAN_TARGETS) \
425   $(am__extra_recursive_targets)
426 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
427         check recheck distdir
428 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
429 # Read a list of newline-separated strings from the standard input,
430 # and print each of them once, without duplicates.  Input order is
431 # *not* preserved.
432 am__uniquify_input = $(AWK) '\
433   BEGIN { nonempty = 0; } \
434   { items[$$0] = 1; nonempty = 1; } \
435   END { if (nonempty) { for (i in items) print i; }; } \
436 '
437 # Make sure the list of sources is unique.  This is necessary because,
438 # e.g., the same source file might be shared among _SOURCES variables
439 # for different programs/libraries.
440 am__define_uniq_tagged_files = \
441   list='$(am__tagged_files)'; \
442   unique=`for i in $$list; do \
443     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444   done | $(am__uniquify_input)`
445 ETAGS = etags
446 CTAGS = ctags
447 am__tty_colors_dummy = \
448   mgn= red= grn= lgn= blu= brg= std=; \
449   am__color_tests=no
450 am__tty_colors = { \
451   $(am__tty_colors_dummy); \
452   if test "X$(AM_COLOR_TESTS)" = Xno; then \
453     am__color_tests=no; \
454   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
455     am__color_tests=yes; \
456   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
457     am__color_tests=yes; \
458   fi; \
459   if test $$am__color_tests = yes; then \
460     red='\e[0;31m'; \
461     grn='\e[0;32m'; \
462     lgn='\e[1;32m'; \
463     blu='\e[1;34m'; \
464     mgn='\e[0;35m'; \
465     brg='\e[1m'; \
466     std='\e[m'; \
467   fi; \
468 }
469 am__recheck_rx = ^[     ]*:recheck:[    ]*
470 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
471 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
472 # A command that, given a newline-separated list of test names on the
473 # standard input, print the name of the tests that are to be re-run
474 # upon "make recheck".
475 am__list_recheck_tests = $(AWK) '{ \
476   recheck = 1; \
477   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
478     { \
479       if (rc < 0) \
480         { \
481           if ((getline line2 < ($$0 ".log")) < 0) \
482             recheck = 0; \
483           break; \
484         } \
485       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
486         { \
487           recheck = 0; \
488           break; \
489         } \
490       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
491         { \
492           break; \
493         } \
494     }; \
495   if (recheck) \
496     print $$0; \
497   close ($$0 ".trs"); \
498   close ($$0 ".log"); \
499 }'
500 # A command that, given a newline-separated list of test names on the
501 # standard input, create the global log from their .trs and .log files.
502 am__create_global_log = $(AWK) ' \
503 function fatal(msg) \
504 { \
505   print "fatal: making $@: " msg | "cat >&2"; \
506   exit 1; \
507 } \
508 function rst_section(header) \
509 { \
510   print header; \
511   len = length(header); \
512   for (i = 1; i <= len; i = i + 1) \
513     printf "="; \
514   printf "\n\n"; \
515 } \
516 { \
517   copy_in_global_log = 1; \
518   global_test_result = "RUN"; \
519   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
520     { \
521       if (rc < 0) \
522          fatal("failed to read from " $$0 ".trs"); \
523       if (line ~ /$(am__global_test_result_rx)/) \
524         { \
525           sub("$(am__global_test_result_rx)", "", line); \
526           sub("[        ]*$$", "", line); \
527           global_test_result = line; \
528         } \
529       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
530         copy_in_global_log = 0; \
531     }; \
532   if (copy_in_global_log) \
533     { \
534       rst_section(global_test_result ": " $$0); \
535       while ((rc = (getline line < ($$0 ".log"))) != 0) \
536       { \
537         if (rc < 0) \
538           fatal("failed to read from " $$0 ".log"); \
539         print line; \
540       }; \
541       printf "\n"; \
542     }; \
543   close ($$0 ".trs"); \
544   close ($$0 ".log"); \
545 }'
546 # Restructured Text title.
547 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
548 # Solaris 10 'make', and several other traditional 'make' implementations,
549 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
550 # by disabling -e (using the XSI extension "set +e") if it's set.
551 am__sh_e_setup = case $$- in *e*) set +e;; esac
552 # Default flags passed to test drivers.
553 am__common_driver_flags = \
554   --color-tests "$$am__color_tests" \
555   --enable-hard-errors "$$am__enable_hard_errors" \
556   --expect-failure "$$am__expect_failure"
557 # To be inserted before the command running the test.  Creates the
558 # directory for the log if needed.  Stores in $dir the directory
559 # containing $f, in $tst the test, in $log the log.  Executes the
560 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
561 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
562 # will run the test scripts (or their associated LOG_COMPILER, if
563 # thy have one).
564 am__check_pre = \
565 $(am__sh_e_setup);                                      \
566 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
567 $(am__tty_colors);                                      \
568 srcdir=$(srcdir); export srcdir;                        \
569 case "$@" in                                            \
570   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
571     *) am__odir=.;;                                     \
572 esac;                                                   \
573 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
574   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
575 if test -f "./$$f"; then dir=./;                        \
576 elif test -f "$$f"; then dir=;                          \
577 else dir="$(srcdir)/"; fi;                              \
578 tst=$$dir$$f; log='$@';                                 \
579 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
580   am__enable_hard_errors=no;                            \
581 else                                                    \
582   am__enable_hard_errors=yes;                           \
583 fi;                                                     \
584 case " $(XFAIL_TESTS) " in                              \
585   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
586     am__expect_failure=yes;;                            \
587   *)                                                    \
588     am__expect_failure=no;;                             \
589 esac;                                                   \
590 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
591 # A shell command to get the names of the tests scripts with any registered
592 # extension removed (i.e., equivalently, the names of the test logs, with
593 # the '.log' extension removed).  The result is saved in the shell variable
594 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
595 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
596 # since that might cause problem with VPATH rewrites for suffix-less tests.
597 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
598 am__set_TESTS_bases = \
599   bases='$(TEST_LOGS)'; \
600   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
601   bases=`echo $$bases`
602 RECHECK_LOGS = $(TEST_LOGS)
603 TEST_SUITE_LOG = test-suite.log
604 TEST_EXTENSIONS = @EXEEXT@ .test
605 am__test_logs1 = $(TESTS:=.log)
606 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
607 TEST_LOGS = $(am__test_logs2:.test.log=.log)
608 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
609 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
610         $(TEST_LOG_FLAGS)
611 am__set_b = \
612   case '$@' in \
613     */*) \
614       case '$*' in \
615         */*) b='$*';; \
616           *) b=`echo '$@' | sed 's/\.log$$//'`; \
617        esac;; \
618     *) \
619       b='$*';; \
620   esac
621 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/glib.rc.in \
622         $(srcdir)/glibconfig.h.win32.in $(srcdir)/makefile.msc.in \
623         $(top_srcdir)/build/Makefile.msvcproj $(top_srcdir)/depcomp \
624         $(top_srcdir)/glib.mk $(top_srcdir)/test-driver
625 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
626 am__relativize = \
627   dir0=`pwd`; \
628   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
629   sed_rest='s,^[^/]*/*,,'; \
630   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
631   sed_butlast='s,/*[^/]*$$,,'; \
632   while test -n "$$dir1"; do \
633     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
634     if test "$$first" != "."; then \
635       if test "$$first" = ".."; then \
636         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
637         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
638       else \
639         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
640         if test "$$first2" = "$$first"; then \
641           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
642         else \
643           dir2="../$$dir2"; \
644         fi; \
645         dir0="$$dir0"/"$$first"; \
646       fi; \
647     fi; \
648     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
649   done; \
650   reldir="$$dir2"
651 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
652 ACLOCAL = @ACLOCAL@
653 ALLOCA = @ALLOCA@
654 AMTAR = @AMTAR@
655 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
656 AR = @AR@
657 AS = @AS@
658 AUTOCONF = @AUTOCONF@
659 AUTOHEADER = @AUTOHEADER@
660 AUTOMAKE = @AUTOMAKE@
661 AWK = @AWK@
662 CARBON_LIBS = @CARBON_LIBS@
663 CATALOGS = @CATALOGS@
664 CATOBJEXT = @CATOBJEXT@
665 CC = @CC@
666 CCDEPMODE = @CCDEPMODE@
667 CFLAGS = @CFLAGS@
668 COCOA_LIBS = @COCOA_LIBS@
669 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
670 CPP = @CPP@
671 CPPFLAGS = @CPPFLAGS@
672 CXX = @CXX@
673 CXXCPP = @CXXCPP@
674 CXXDEPMODE = @CXXDEPMODE@
675 CXXFLAGS = @CXXFLAGS@
676 CYGPATH_W = @CYGPATH_W@
677 DATADIRNAME = @DATADIRNAME@
678 DBUS1_CFLAGS = @DBUS1_CFLAGS@
679 DBUS1_LIBS = @DBUS1_LIBS@
680 DBUS_DAEMON = @DBUS_DAEMON@
681 DEFS = @DEFS@
682 DEPDIR = @DEPDIR@
683 DLLTOOL = @DLLTOOL@
684 DSYMUTIL = @DSYMUTIL@
685 DTRACE = @DTRACE@
686 DUMPBIN = @DUMPBIN@
687 ECHO_C = @ECHO_C@
688 ECHO_N = @ECHO_N@
689 ECHO_T = @ECHO_T@
690 EGREP = @EGREP@
691 EXEEXT = @EXEEXT@
692 FAM_LIBS = @FAM_LIBS@
693 FGREP = @FGREP@
694 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
695 GIO = @GIO@
696 GIO_MODULE_DIR = @GIO_MODULE_DIR@
697 GLIBC21 = @GLIBC21@
698 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
699 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
700 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
701 GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
702 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
703 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
704 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
705 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
706 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
707 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
708 GLIB_VERSION = @GLIB_VERSION@
709 GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
710 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
711 GMOFILES = @GMOFILES@
712 GMSGFMT = @GMSGFMT@
713 GREP = @GREP@
714 GSPAWN = @GSPAWN@
715 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
716 GTKDOC_CHECK = @GTKDOC_CHECK@
717 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
718 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
719 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
720 GTKDOC_MKPDF = @GTKDOC_MKPDF@
721 GTKDOC_REBASE = @GTKDOC_REBASE@
722 G_LIBS_EXTRA = @G_LIBS_EXTRA@
723 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
724 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
725 G_MODULE_IMPL = @G_MODULE_IMPL@
726 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
727 G_MODULE_LIBS = @G_MODULE_LIBS@
728 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
729 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
730 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
731 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
732 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
733 G_THREAD_LIBS = @G_THREAD_LIBS@
734 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
735 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
736 HTML_DIR = @HTML_DIR@
737 ICONV_LIBS = @ICONV_LIBS@
738 INDENT = @INDENT@
739 INSTALL = @INSTALL@
740 INSTALL_DATA = @INSTALL_DATA@
741 INSTALL_PROGRAM = @INSTALL_PROGRAM@
742 INSTALL_SCRIPT = @INSTALL_SCRIPT@
743 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
744 INSTOBJEXT = @INSTOBJEXT@
745 INTLLIBS = @INTLLIBS@
746 LD = @LD@
747 LDFLAGS = @LDFLAGS@
748 LIBELF_CFLAGS = @LIBELF_CFLAGS@
749 LIBELF_LIBS = @LIBELF_LIBS@
750 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
751 LIBFFI_LIBS = @LIBFFI_LIBS@
752 LIBMOUNT_CFLAGS = @LIBMOUNT_CFLAGS@
753 LIBMOUNT_LIBS = @LIBMOUNT_LIBS@
754 LIBOBJS = @LIBOBJS@
755 LIBS = @LIBS@
756 LIBTOOL = @LIBTOOL@
757 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
758 LIPO = @LIPO@
759 LN_S = @LN_S@
760 LTLIBOBJS = @LTLIBOBJS@
761 LTP = @LTP@
762 LTP_GENHTML = @LTP_GENHTML@
763 LT_AGE = @LT_AGE@
764 LT_CURRENT = @LT_CURRENT@
765 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
766 LT_RELEASE = @LT_RELEASE@
767 LT_REVISION = @LT_REVISION@
768 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
769 MAINT = @MAINT@
770 MAKEINFO = @MAKEINFO@
771 MANIFEST_TOOL = @MANIFEST_TOOL@
772 MKDIR_P = @MKDIR_P@
773 MKINSTALLDIRS = @MKINSTALLDIRS@
774 MSGFMT = @MSGFMT@
775 MSGFMT_OPTS = @MSGFMT_OPTS@
776 NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
777 NETWORK_LIBS = @NETWORK_LIBS@
778 NM = @NM@
779 NMEDIT = @NMEDIT@
780 OBJDUMP = @OBJDUMP@
781 OBJEXT = @OBJEXT@
782 OTOOL = @OTOOL@
783 OTOOL64 = @OTOOL64@
784 PACKAGE = @PACKAGE@
785 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
786 PACKAGE_NAME = @PACKAGE_NAME@
787 PACKAGE_STRING = @PACKAGE_STRING@
788 PACKAGE_TARNAME = @PACKAGE_TARNAME@
789 PACKAGE_URL = @PACKAGE_URL@
790 PACKAGE_VERSION = @PACKAGE_VERSION@
791 PATH_SEPARATOR = @PATH_SEPARATOR@
792 PCRE_CFLAGS = @PCRE_CFLAGS@
793 PCRE_LIBS = @PCRE_LIBS@
794 PCRE_REQUIRES = @PCRE_REQUIRES@
795 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
796 PERL = @PERL@
797 PERL_PATH = @PERL_PATH@
798 PKG_CONFIG = @PKG_CONFIG@
799 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
800 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
801 PLATFORMDEP = @PLATFORMDEP@
802 POFILES = @POFILES@
803 POSUB = @POSUB@
804 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
805 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
806 PYTHON = @PYTHON@
807 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
808 PYTHON_PLATFORM = @PYTHON_PLATFORM@
809 PYTHON_PREFIX = @PYTHON_PREFIX@
810 PYTHON_VERSION = @PYTHON_VERSION@
811 RANLIB = @RANLIB@
812 REBUILD = @REBUILD@
813 SED = @SED@
814 SELINUX_LIBS = @SELINUX_LIBS@
815 SET_MAKE = @SET_MAKE@
816 SHELL = @SHELL@
817 SHTOOL = @SHTOOL@
818 STRIP = @STRIP@
819 USE_NLS = @USE_NLS@
820 VERSION = @VERSION@
821 WINDRES = @WINDRES@
822 WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
823 XATTR_LIBS = @XATTR_LIBS@
824 XGETTEXT = @XGETTEXT@
825 XMLCATALOG = @XMLCATALOG@
826 XML_CATALOG_FILE = @XML_CATALOG_FILE@
827 XSLTPROC = @XSLTPROC@
828 ZLIB_CFLAGS = @ZLIB_CFLAGS@
829 ZLIB_LIBS = @ZLIB_LIBS@
830 abs_builddir = @abs_builddir@
831 abs_srcdir = @abs_srcdir@
832 abs_top_builddir = @abs_top_builddir@
833 abs_top_srcdir = @abs_top_srcdir@
834 ac_ct_AR = @ac_ct_AR@
835 ac_ct_CC = @ac_ct_CC@
836 ac_ct_CXX = @ac_ct_CXX@
837 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
838 am__include = @am__include@
839 am__leading_dot = @am__leading_dot@
840 am__quote = @am__quote@
841 am__tar = @am__tar@
842 am__untar = @am__untar@
843 bindir = @bindir@
844 build = @build@
845 build_alias = @build_alias@
846 build_cpu = @build_cpu@
847 build_os = @build_os@
848 build_vendor = @build_vendor@
849 builddir = @builddir@
850 config_h_INCLUDES = @config_h_INCLUDES@
851 datadir = @datadir@
852 datarootdir = @datarootdir@
853 docdir = @docdir@
854 dvidir = @dvidir@
855 exec_prefix = @exec_prefix@
856 gio_INCLUDES = @gio_INCLUDES@
857 glib_INCLUDES = @glib_INCLUDES@
858 gmodule_INCLUDES = @gmodule_INCLUDES@
859 gobject_INCLUDES = @gobject_INCLUDES@
860 host = @host@
861 host_alias = @host_alias@
862 host_cpu = @host_cpu@
863 host_os = @host_os@
864 host_vendor = @host_vendor@
865 htmldir = @htmldir@
866 includedir = @includedir@
867 infodir = @infodir@
868 install_sh = @install_sh@
869 installed_test_metadir = @installed_test_metadir@
870 installed_testdir = @installed_testdir@
871 libdir = @libdir@
872 libexecdir = @libexecdir@
873 localedir = @localedir@
874 localstatedir = @localstatedir@
875 mandir = @mandir@
876 mkdir_p = @mkdir_p@
877 ms_librarian = @ms_librarian@
878 oldincludedir = @oldincludedir@
879 pdfdir = @pdfdir@
880 pkgpyexecdir = @pkgpyexecdir@
881 pkgpythondir = @pkgpythondir@
882 prefix = @prefix@
883 program_transform_name = @program_transform_name@
884 psdir = @psdir@
885 pyexecdir = @pyexecdir@
886 pythondir = @pythondir@
887 sbindir = @sbindir@
888 sharedstatedir = @sharedstatedir@
889 srcdir = @srcdir@
890 sysconfdir = @sysconfdir@
891 target_alias = @target_alias@
892 top_build_prefix = @top_build_prefix@
893 top_builddir = @top_builddir@
894 top_srcdir = @top_srcdir@
895
896 #GTESTER = gtester                      # for non-GLIB packages
897 #GTESTER_REPORT = gtester-report        # for non-GLIB packages
898 GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
899 GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
900 NULL = 
901
902 # initialize variables for unconditional += appending
903 BUILT_SOURCES = glibconfig-stamp $(am__append_19)
904
905 # These may be in the builddir too
906 BUILT_EXTRA_DIST = makefile.msc glibconfig.h.win32 glib.rc
907 CLEANFILES = *.log *.trs $(am__append_14) libglib-gdb.py \
908         glib-public-headers.txt $(am__append_20) $(am__append_22)
909
910 #
911 # Generate glibconfig.h
912 #
913 # The timestamp of the stamp file is used to indicate if glibconfig.h is
914 # up to date with respect to config.status.  In the usual case, changes
915 # to config.status will not result in changes to glibconfig.h so we
916 # avoid touching its timestamp (in order not to rebuild the whole tree).
917 #
918 DISTCLEANFILES = glibconfig-stamp glibconfig.h glibconfig.h.win32
919 MAINTAINERCLEANFILES = 
920
921 # The compilation of GRegex can be disabled, but the source files must
922 # be distributed.
923 EXTRA_DIST = $(all_dist_test_scripts) $(all_dist_test_data) \
924         makefile.msc.in glib.rc.in gen-unicode-tables.pl \
925         glibconfig.h.win32.in gregex.c gregex.h win_iconv.c \
926         libglib-gdb.py.in docs.c gconstructor.h \
927         $(MIRRORING_TAB_SOURCE) glib.stp.in $(am__append_26)
928
929 # We support a fairly large range of possible variables.  It is expected that all types of files in a test suite
930 # will belong in exactly one of the following variables.
931 #
932 # First, we support the usual automake suffixes, but in lowercase, with the customary meaning:
933 #
934 #   test_programs, test_scripts, test_data, test_ltlibraries
935 #
936 # The above are used to list files that are involved in both uninstalled and installed testing.  The
937 # test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite.
938 # Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is
939 # installed in the same way as it appears in the package layout.
940 #
941 # In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled',
942 # like so:
943 #
944 #   installed_test_programs, uninstalled_test_programs
945 #   installed_test_scripts, uninstalled_test_scripts
946 #   installed_test_data, uninstalled_test_data
947 #   installed_test_ltlibraries, uninstalled_test_ltlibraries
948 #
949 # Additionally, we support 'extra' infixes for programs and scripts.  This is used for support programs/scripts
950 # that should not themselves be run as testcases (but exist to be used from other testcases):
951 #
952 #   test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs
953 #   test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts
954 #
955 # Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data
956 # file automatically end up in the tarball.
957 #
958 #   dist_test_scripts, dist_test_data, dist_test_extra_scripts
959 #   dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts
960 #   dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts
961 #
962 # Note that no file is automatically disted unless it appears in one of the dist_ variables.  This follows the
963 # standard automake convention of not disting programs scripts or data by default.
964 #
965 # test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted
966 # variants) will be run as part of the in-tree 'make check'.  These are all assumed to be runnable under
967 # gtester.  That's a bit strange for scripts, but it's possible.
968
969 # we use test -z "$(TEST_PROGS)" above, so make sure we have no extra whitespace...
970 TEST_PROGS = $(strip $(test_programs) $(test_scripts) \
971         $(uninstalled_test_programs) $(uninstalled_test_scripts) \
972         $(dist_test_scripts) $(dist_uninstalled_test_scripts))
973 installed_test_LTLIBRARIES = $(am__append_13)
974 installed_test_SCRIPTS = $(am__append_11)
975 nobase_installed_test_DATA = $(am__append_12)
976 noinst_LTLIBRARIES = $(am__append_2)
977 noinst_SCRIPTS = $(am__append_4)
978 noinst_DATA = $(am__append_5) $(am__append_15)
979 check_LTLIBRARIES = $(am__append_6)
980 check_SCRIPTS = $(am__append_8)
981 check_DATA = $(am__append_9)
982
983 # Note: build even the installed-only targets during 'make check' to ensure that they still work.
984 # We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to
985 # prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were
986 # filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'.
987 all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \
988                         $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs)
989
990 all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) \
991         $(installed_test_scripts) $(test_extra_scripts) \
992         $(uninstalled_test_extra_scripts) \
993         $(installed_test_extra_scripts) $(all_dist_test_scripts)
994 all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \
995                         $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts)
996
997 all_test_data = $(test_data) $(uninstalled_test_data) \
998         $(installed_test_data) $(all_dist_test_data)
999 all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data)
1000 all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries)
1001 @ENABLE_INSTALLED_TESTS_TRUE@installed_testcases = $(test_programs) $(installed_test_programs) \
1002 @ENABLE_INSTALLED_TESTS_TRUE@                      $(test_scripts) $(installed_test_scripts) \
1003 @ENABLE_INSTALLED_TESTS_TRUE@                      $(dist_test_scripts) $(dist_installed_test_scripts)
1004
1005 @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test)
1006 configexecincludedir = $(libdir)/glib-2.0/include
1007 nodist_configexecinclude_HEADERS = glibconfig.h
1008 @HAVE_GOOD_PRINTF_FALSE@PRINTF_SUBDIR = gnulib
1009 @HAVE_GOOD_PRINTF_FALSE@printf_la = gnulib/libgnulib.la
1010 @USE_SYSTEM_PCRE_FALSE@MAYBE_PCRE = pcre 
1011 SUBDIRS = libcharset $(PRINTF_SUBDIR) $(MAYBE_PCRE) update-pcre . tests
1012 DIST_SUBDIRS = libcharset gnulib pcre update-pcre tests
1013 AM_CPPFLAGS = \
1014         $(glib_INCLUDES)                \
1015         $(pcre_inc)                     \
1016         -DG_LOG_DOMAIN=\"GLib\"         \
1017         $(GLIB_DEBUG_FLAGS)             \
1018         -DGLIB_COMPILATION              \
1019         -DPCRE_STATIC
1020
1021 AM_CFLAGS = $(GLIB_WARN_CFLAGS)
1022 MIRRORING_TAB_SOURCE = \
1023         glib-mirroring-tab/Makefile             \
1024         glib-mirroring-tab/gen-mirroring-tab.c  \
1025         glib-mirroring-tab/packtab.h            \
1026         glib-mirroring-tab/packtab.c
1027
1028 lib_LTLIBRARIES = libglib-2.0.la
1029 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) glib-2.0.lib $(DESTDIR)$(libdir)
1030 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/glib-2.0.lib
1031 deprecated_sources = \
1032         deprecated/gallocator.c         \
1033         deprecated/gcache.c             \
1034         deprecated/gcompletion.c        \
1035         deprecated/grel.c               \
1036         deprecated/gthread-deprecated.c
1037
1038 libglib_2_0_la_SOURCES = $(deprecated_sources) glib_probes.d garray.c \
1039         gasyncqueue.c gasyncqueueprivate.h gatomic.c gbacktrace.c \
1040         gbase64.c gbitlock.c gbookmarkfile.c gbsearcharray.h gbytes.c \
1041         gbytes.h gcharset.c gcharsetprivate.h gchecksum.c gconvert.c \
1042         gdataset.c gdatasetprivate.h gdate.c gdatetime.c gdir.c \
1043         genviron.c gerror.c gfileutils.c ggettext.c ghash.c ghmac.c \
1044         ghook.c ghostutils.c giochannel.c gkeyfile.c glibintl.h \
1045         glib_trace.h glib-init.h glib-init.c glib-private.h \
1046         glib-private.c glist.c gmain-internal.h gmain.c gmappedfile.c \
1047         gmarkup.c gmem.c gmessages.c gmirroringtable.h gnode.c \
1048         goption.c gpattern.c gpoll.c gprimes.c gqsort.c gquark.c \
1049         gqueue.c grand.c gregex.c gscanner.c gscripttable.h \
1050         gsequence.c gshell.c gslice.c gslist.c gstdio.c gstrfuncs.c \
1051         gstring.c gstringchunk.c gtestutils.c gthread.c \
1052         gthreadprivate.h gthreadpool.c gtimer.c gtimezone.c \
1053         gtranslit.c gtranslit-data.h gtrashstack.c gtree.c guniprop.c \
1054         gutf8.c gunibreak.h gunibreak.c gunichartables.h gunicollate.c \
1055         gunicomp.h gunidecomp.h gunidecomp.c gunicodeprivate.h \
1056         gurifuncs.c gutils.c gvariant.h gvariant.c gvariant-core.h \
1057         gvariant-core.c gvariant-internal.h gvariant-parser.c \
1058         gvariant-serialiser.h gvariant-serialiser.c gvarianttypeinfo.h \
1059         gvarianttypeinfo.c gvarianttype.c gversion.c gwakeup.h \
1060         gwakeup.c gprintf.c gprintfint.h valgrind.h $(am__append_16) \
1061         $(am__append_17) $(am__append_18)
1062 EXTRA_libglib_2_0_la_SOURCES = \
1063         giounix.c       \
1064         giowin32.c      \
1065         gspawn.c        \
1066         gspawn-win32.c  \
1067         gwin32.c
1068
1069 glibincludedir = $(includedir)/glib-2.0
1070 glibinclude_HEADERS = \
1071         glib-unix.h     \
1072         glib-object.h   \
1073         glib.h
1074
1075 deprecatedincludedir = $(includedir)/glib-2.0/glib/deprecated
1076 deprecatedinclude_HEADERS = \
1077         deprecated/gallocator.h         \
1078         deprecated/gcache.h             \
1079         deprecated/gcompletion.h        \
1080         deprecated/gmain.h              \
1081         deprecated/grel.h               \
1082         deprecated/gthread.h
1083
1084 glibsubincludedir = $(includedir)/glib-2.0/glib
1085 glibsubinclude_HEADERS = \
1086         glib-autocleanups.h     \
1087         galloca.h       \
1088         garray.h        \
1089         gasyncqueue.h   \
1090         gatomic.h       \
1091         gbacktrace.h    \
1092         gbase64.h       \
1093         gbitlock.h      \
1094         gbookmarkfile.h \
1095         gbytes.h        \
1096         gcharset.h      \
1097         gchecksum.h     \
1098         gconvert.h      \
1099         gdataset.h      \
1100         gdate.h         \
1101         gdatetime.h     \
1102         gdir.h          \
1103         genviron.h      \
1104         gerror.h        \
1105         gfileutils.h    \
1106         ggettext.h      \
1107         ghash.h         \
1108         ghmac.h         \
1109         ghook.h         \
1110         ghostutils.h    \
1111         gi18n.h         \
1112         gi18n-lib.h     \
1113         giochannel.h    \
1114         gkeyfile.h      \
1115         glist.h         \
1116         gmacros.h       \
1117         gmain.h         \
1118         gmappedfile.h   \
1119         gmarkup.h       \
1120         gmem.h          \
1121         gmessages.h     \
1122         gnode.h         \
1123         goption.h       \
1124         gpattern.h      \
1125         gpoll.h         \
1126         gprimes.h       \
1127         gqsort.h        \
1128         gquark.h        \
1129         gqueue.h        \
1130         grand.h         \
1131         gregex.h        \
1132         gscanner.h      \
1133         gsequence.h     \
1134         gshell.h        \
1135         gslice.h        \
1136         gslist.h        \
1137         gspawn.h        \
1138         gstdio.h        \
1139         gstrfuncs.h     \
1140         gtestutils.h    \
1141         gstring.h       \
1142         gstringchunk.h  \
1143         gthread.h       \
1144         gthreadpool.h   \
1145         gtimer.h        \
1146         gtimezone.h     \
1147         gtrashstack.h   \
1148         gtree.h         \
1149         gtypes.h        \
1150         gunicode.h      \
1151         gurifuncs.h     \
1152         gutils.h        \
1153         gvarianttype.h  \
1154         gvariant.h      \
1155         gversion.h      \
1156         gversionmacros.h \
1157         gwin32.h        \
1158         gprintf.h
1159
1160 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
1161 @OS_WIN32_AND_DLL_COMPILATION_TRUE@glib_win32_res = glib-win32-res.o
1162 @OS_WIN32_AND_DLL_COMPILATION_TRUE@glib_win32_res_ldflag = -Wl,$(glib_win32_res)
1163 @USE_SYSTEM_PCRE_FALSE@pcre_lib = pcre/libpcre.la
1164 @USE_SYSTEM_PCRE_TRUE@pcre_lib = $(PCRE_LIBS)
1165 @USE_SYSTEM_PCRE_FALSE@pcre_inc = 
1166 @USE_SYSTEM_PCRE_TRUE@pcre_inc = $(PCRE_CFLAGS)
1167 libglib_2_0_la_CFLAGS = $(AM_CFLAGS) $(GLIB_HIDDEN_VISIBILITY_CFLAGS) $(LIBSYSTEMD_CFLAGS)
1168 libglib_2_0_la_LIBADD = libcharset/libcharset.la $(printf_la) @GIO@ \
1169         @GSPAWN@ @PLATFORMDEP@ @ICONV_LIBS@ @G_LIBS_EXTRA@ $(pcre_lib) \
1170         $(G_THREAD_LIBS_EXTRA) $(G_THREAD_LIBS_FOR_GTHREAD) \
1171         $(LIBSYSTEMD_LIBS) $(am__append_21)
1172 libglib_2_0_la_DEPENDENCIES = libcharset/libcharset.la $(printf_la) @GIO@ @GSPAWN@ @PLATFORMDEP@ $(glib_win32_res) $(glib_def)
1173 libglib_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) \
1174          $(glib_win32_res_ldflag) \
1175         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
1176         -export-dynamic $(no_undefined)
1177
1178 INSTALL_PROGS = $(am__append_23) $(am__append_24) $(am__append_25)
1179 tapsetdir = @ABS_TAPSET_DIR@
1180 @ENABLE_SYSTEMTAP_TRUE@tapset_DATA = libglib-2.0.so.0.@LT_CURRENT@.@LT_REVISION@.stp
1181 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_LDADD = libglib-2.0.la
1182 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_LDFLAGS = -mwindows
1183 @OS_WIN32_TRUE@@OS_WIN32_X64_TRUE@gspawn_win64_helper_console_LDADD = libglib-2.0.la
1184 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_LDADD = libglib-2.0.la
1185 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_LDFLAGS = -mwindows
1186 @OS_WIN32_TRUE@@OS_WIN32_X64_FALSE@gspawn_win32_helper_console_LDADD = libglib-2.0.la
1187 @OS_UNIX_TRUE@gtester_SOURCES = gtester.c
1188 @OS_UNIX_TRUE@gtester_LDADD = libglib-2.0.la 
1189 @OS_UNIX_TRUE@auto_config_binscripts = gtester-report
1190 @OS_UNIX_TRUE@bin_SCRIPTS = ${auto_config_binscripts}
1191 @OS_UNIX_TRUE@CONFIGVARS = \
1192 @OS_UNIX_TRUE@  "bindir"        : "${bindir}",          \
1193 @OS_UNIX_TRUE@  "glib-version"  : "${GLIB_VERSION}"
1194
1195
1196 # ------ MSVC Project File Generation ------
1197 MSVCPROJS = glib
1198 glib_FILES = $(libglib_2_0_la_SOURCES)
1199 glib_EXCLUDES = *-unix.c|gthread-*.c
1200 glib_HEADERS_DIR = $(glibsubincludedir)
1201 glib_HEADERS_INST = $(deprecatedinclude_HEADERS) $(glibsubinclude_HEADERS)
1202 glib_HEADERS_EXCLUDES = dummy
1203 _proj_name = $(subst /,_,$(subst -,_,$(subst .,_,$(1))))
1204 _proj_path_raw := $(subst $(abs_top_srcdir),,$(abs_srcdir))
1205 _proj_path = $(subst /,\\,$(_proj_path_raw))
1206 _proj_subdir_int = $(subst \\\\,\\,\\$(_proj_path)\\)
1207 _proj_subdir = $(subst \\.\\,\\,$(_proj_subdir_int))
1208 _proj_files_raw = $(subst /,\\,$($(_proj_name)_FILES))
1209 _proj_files = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_files_raw))))
1210 _proj_filters = $($(_proj_name)_EXCLUDES)
1211 _proj_headers_raw = $(subst /,\\,$($(_proj_name)_HEADERS_INST))
1212 _proj_headers = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_headers_raw))))
1213 _proj_headers_excludes = $($(_proj_name)_HEADERS_EXCLUDES)
1214 _headers_dest_posix = $(subst $(includedir),,$($(_proj_name)_HEADERS_DIR))
1215 _headers_destdir = $(subst /,\\,$(_headers_dest_posix))
1216
1217 # install gdb scripts
1218 gdbdir = $(datadir)/glib-2.0/gdb
1219 dist_gdb_SCRIPTS = glib_gdb.py
1220 @HAVE_GLIB_RUNTIME_LIBDIR_FALSE@ABS_GLIB_RUNTIME_LIBDIR = $(libdir)
1221 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ABS_GLIB_RUNTIME_LIBDIR = $(realpath $(libdir)/$(GLIB_RUNTIME_LIBDIR))
1222 all: $(BUILT_SOURCES)
1223         $(MAKE) $(AM_MAKEFLAGS) all-recursive
1224
1225 .SUFFIXES:
1226 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1227 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__configure_deps)
1228         @for dep in $?; do \
1229           case '$(am__configure_deps)' in \
1230             *$$dep*) \
1231               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1232                 && { if test -f $@; then exit 0; else break; fi; }; \
1233               exit 1;; \
1234           esac; \
1235         done; \
1236         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu glib/Makefile'; \
1237         $(am__cd) $(top_srcdir) && \
1238           $(AUTOMAKE) --gnu glib/Makefile
1239 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1240         @case '$?' in \
1241           *config.status*) \
1242             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1243           *) \
1244             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1245             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1246         esac;
1247 $(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__empty):
1248
1249 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1250         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1251
1252 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1253         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1254 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1255         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1256 $(am__aclocal_m4_deps):
1257 glibconfig.h.win32: $(top_builddir)/config.status $(srcdir)/glibconfig.h.win32.in
1258         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1259 makefile.msc: $(top_builddir)/config.status $(srcdir)/makefile.msc.in
1260         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1261 glib.rc: $(top_builddir)/config.status $(srcdir)/glib.rc.in
1262         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1263
1264 clean-checkLTLIBRARIES:
1265         -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
1266         @list='$(check_LTLIBRARIES)'; \
1267         locs=`for p in $$list; do echo $$p; done | \
1268               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1269               sort -u`; \
1270         test -z "$$locs" || { \
1271           echo rm -f $${locs}; \
1272           rm -f $${locs}; \
1273         }
1274
1275 install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES)
1276         @$(NORMAL_INSTALL)
1277         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
1278         list2=; for p in $$list; do \
1279           if test -f $$p; then \
1280             list2="$$list2 $$p"; \
1281           else :; fi; \
1282         done; \
1283         test -z "$$list2" || { \
1284           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1285           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1286           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \
1287           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \
1288         }
1289
1290 uninstall-installed_testLTLIBRARIES:
1291         @$(NORMAL_UNINSTALL)
1292         @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
1293         for p in $$list; do \
1294           $(am__strip_dir) \
1295           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \
1296           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \
1297         done
1298
1299 clean-installed_testLTLIBRARIES:
1300         -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES)
1301         @list='$(installed_test_LTLIBRARIES)'; \
1302         locs=`for p in $$list; do echo $$p; done | \
1303               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1304               sort -u`; \
1305         test -z "$$locs" || { \
1306           echo rm -f $${locs}; \
1307           rm -f $${locs}; \
1308         }
1309
1310 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1311         @$(NORMAL_INSTALL)
1312         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1313         list2=; for p in $$list; do \
1314           if test -f $$p; then \
1315             list2="$$list2 $$p"; \
1316           else :; fi; \
1317         done; \
1318         test -z "$$list2" || { \
1319           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1320           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1321           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1322           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1323         }
1324
1325 uninstall-libLTLIBRARIES:
1326         @$(NORMAL_UNINSTALL)
1327         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1328         for p in $$list; do \
1329           $(am__strip_dir) \
1330           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1331           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1332         done
1333
1334 clean-libLTLIBRARIES:
1335         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1336         @list='$(lib_LTLIBRARIES)'; \
1337         locs=`for p in $$list; do echo $$p; done | \
1338               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1339               sort -u`; \
1340         test -z "$$locs" || { \
1341           echo rm -f $${locs}; \
1342           rm -f $${locs}; \
1343         }
1344
1345 clean-noinstLTLIBRARIES:
1346         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1347         @list='$(noinst_LTLIBRARIES)'; \
1348         locs=`for p in $$list; do echo $$p; done | \
1349               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1350               sort -u`; \
1351         test -z "$$locs" || { \
1352           echo rm -f $${locs}; \
1353           rm -f $${locs}; \
1354         }
1355
1356 libglib-2.0.la: $(libglib_2_0_la_OBJECTS) $(libglib_2_0_la_DEPENDENCIES) $(EXTRA_libglib_2_0_la_DEPENDENCIES) 
1357         $(AM_V_CCLD)$(libglib_2_0_la_LINK) -rpath $(libdir) $(libglib_2_0_la_OBJECTS) $(libglib_2_0_la_LIBADD) $(LIBS)
1358 install-binPROGRAMS: $(bin_PROGRAMS)
1359         @$(NORMAL_INSTALL)
1360         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1361         if test -n "$$list"; then \
1362           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1363           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1364         fi; \
1365         for p in $$list; do echo "$$p $$p"; done | \
1366         sed 's/$(EXEEXT)$$//' | \
1367         while read p p1; do if test -f $$p \
1368          || test -f $$p1 \
1369           ; then echo "$$p"; echo "$$p"; else :; fi; \
1370         done | \
1371         sed -e 'p;s,.*/,,;n;h' \
1372             -e 's|.*|.|' \
1373             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1374         sed 'N;N;N;s,\n, ,g' | \
1375         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1376           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1377             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1378             else { print "f", $$3 "/" $$4, $$1; } } \
1379           END { for (d in files) print "f", d, files[d] }' | \
1380         while read type dir files; do \
1381             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1382             test -z "$$files" || { \
1383             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1384             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1385             } \
1386         ; done
1387
1388 uninstall-binPROGRAMS:
1389         @$(NORMAL_UNINSTALL)
1390         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1391         files=`for p in $$list; do echo "$$p"; done | \
1392           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1393               -e 's/$$/$(EXEEXT)/' \
1394         `; \
1395         test -n "$$list" || exit 0; \
1396         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1397         cd "$(DESTDIR)$(bindir)" && rm -f $$files
1398
1399 clean-binPROGRAMS:
1400         @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1401         echo " rm -f" $$list; \
1402         rm -f $$list || exit $$?; \
1403         test -n "$(EXEEXT)" || exit 0; \
1404         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1405         echo " rm -f" $$list; \
1406         rm -f $$list
1407
1408 clean-checkPROGRAMS:
1409         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1410         echo " rm -f" $$list; \
1411         rm -f $$list || exit $$?; \
1412         test -n "$(EXEEXT)" || exit 0; \
1413         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1414         echo " rm -f" $$list; \
1415         rm -f $$list
1416 install-installed_testPROGRAMS: $(installed_test_PROGRAMS)
1417         @$(NORMAL_INSTALL)
1418         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
1419         if test -n "$$list"; then \
1420           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1421           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1422         fi; \
1423         for p in $$list; do echo "$$p $$p"; done | \
1424         sed 's/$(EXEEXT)$$//' | \
1425         while read p p1; do if test -f $$p \
1426          || test -f $$p1 \
1427           ; then echo "$$p"; echo "$$p"; else :; fi; \
1428         done | \
1429         sed -e 'p;s,.*/,,;n;h' \
1430             -e 's|.*|.|' \
1431             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1432         sed 'N;N;N;s,\n, ,g' | \
1433         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1434           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1435             if ($$2 == $$4) files[d] = files[d] " " $$1; \
1436             else { print "f", $$3 "/" $$4, $$1; } } \
1437           END { for (d in files) print "f", d, files[d] }' | \
1438         while read type dir files; do \
1439             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1440             test -z "$$files" || { \
1441             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
1442             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
1443             } \
1444         ; done
1445
1446 uninstall-installed_testPROGRAMS:
1447         @$(NORMAL_UNINSTALL)
1448         @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
1449         files=`for p in $$list; do echo "$$p"; done | \
1450           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1451               -e 's/$$/$(EXEEXT)/' \
1452         `; \
1453         test -n "$$list" || exit 0; \
1454         echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
1455         cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
1456
1457 clean-installed_testPROGRAMS:
1458         @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
1459         echo " rm -f" $$list; \
1460         rm -f $$list || exit $$?; \
1461         test -n "$(EXEEXT)" || exit 0; \
1462         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1463         echo " rm -f" $$list; \
1464         rm -f $$list
1465
1466 clean-noinstPROGRAMS:
1467         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1468         echo " rm -f" $$list; \
1469         rm -f $$list || exit $$?; \
1470         test -n "$(EXEEXT)" || exit 0; \
1471         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1472         echo " rm -f" $$list; \
1473         rm -f $$list
1474
1475 gspawn-win32-helper$(EXEEXT): $(gspawn_win32_helper_OBJECTS) $(gspawn_win32_helper_DEPENDENCIES) $(EXTRA_gspawn_win32_helper_DEPENDENCIES) 
1476         @rm -f gspawn-win32-helper$(EXEEXT)
1477         $(AM_V_CCLD)$(gspawn_win32_helper_LINK) $(gspawn_win32_helper_OBJECTS) $(gspawn_win32_helper_LDADD) $(LIBS)
1478
1479 gspawn-win32-helper-console$(EXEEXT): $(gspawn_win32_helper_console_OBJECTS) $(gspawn_win32_helper_console_DEPENDENCIES) $(EXTRA_gspawn_win32_helper_console_DEPENDENCIES) 
1480         @rm -f gspawn-win32-helper-console$(EXEEXT)
1481         $(AM_V_CCLD)$(LINK) $(gspawn_win32_helper_console_OBJECTS) $(gspawn_win32_helper_console_LDADD) $(LIBS)
1482
1483 gspawn-win64-helper$(EXEEXT): $(gspawn_win64_helper_OBJECTS) $(gspawn_win64_helper_DEPENDENCIES) $(EXTRA_gspawn_win64_helper_DEPENDENCIES) 
1484         @rm -f gspawn-win64-helper$(EXEEXT)
1485         $(AM_V_CCLD)$(gspawn_win64_helper_LINK) $(gspawn_win64_helper_OBJECTS) $(gspawn_win64_helper_LDADD) $(LIBS)
1486
1487 gspawn-win64-helper-console$(EXEEXT): $(gspawn_win64_helper_console_OBJECTS) $(gspawn_win64_helper_console_DEPENDENCIES) $(EXTRA_gspawn_win64_helper_console_DEPENDENCIES) 
1488         @rm -f gspawn-win64-helper-console$(EXEEXT)
1489         $(AM_V_CCLD)$(LINK) $(gspawn_win64_helper_console_OBJECTS) $(gspawn_win64_helper_console_LDADD) $(LIBS)
1490
1491 gtester$(EXEEXT): $(gtester_OBJECTS) $(gtester_DEPENDENCIES) $(EXTRA_gtester_DEPENDENCIES) 
1492         @rm -f gtester$(EXEEXT)
1493         $(AM_V_CCLD)$(LINK) $(gtester_OBJECTS) $(gtester_LDADD) $(LIBS)
1494 install-binSCRIPTS: $(bin_SCRIPTS)
1495         @$(NORMAL_INSTALL)
1496         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
1497         if test -n "$$list"; then \
1498           echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1499           $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1500         fi; \
1501         for p in $$list; do \
1502           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1503           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1504         done | \
1505         sed -e 'p;s,.*/,,;n' \
1506             -e 'h;s|.*|.|' \
1507             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1508         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1509           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1510             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1511               if (++n[d] == $(am__install_max)) { \
1512                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1513             else { print "f", d "/" $$4, $$1 } } \
1514           END { for (d in files) print "f", d, files[d] }' | \
1515         while read type dir files; do \
1516              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1517              test -z "$$files" || { \
1518                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1519                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1520              } \
1521         ; done
1522
1523 uninstall-binSCRIPTS:
1524         @$(NORMAL_UNINSTALL)
1525         @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
1526         files=`for p in $$list; do echo "$$p"; done | \
1527                sed -e 's,.*/,,;$(transform)'`; \
1528         dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
1529 install-dist_gdbSCRIPTS: $(dist_gdb_SCRIPTS)
1530         @$(NORMAL_INSTALL)
1531         @list='$(dist_gdb_SCRIPTS)'; test -n "$(gdbdir)" || list=; \
1532         if test -n "$$list"; then \
1533           echo " $(MKDIR_P) '$(DESTDIR)$(gdbdir)'"; \
1534           $(MKDIR_P) "$(DESTDIR)$(gdbdir)" || exit 1; \
1535         fi; \
1536         for p in $$list; do \
1537           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1538           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1539         done | \
1540         sed -e 'p;s,.*/,,;n' \
1541             -e 'h;s|.*|.|' \
1542             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1543         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1544           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1545             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1546               if (++n[d] == $(am__install_max)) { \
1547                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1548             else { print "f", d "/" $$4, $$1 } } \
1549           END { for (d in files) print "f", d, files[d] }' | \
1550         while read type dir files; do \
1551              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1552              test -z "$$files" || { \
1553                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(gdbdir)$$dir'"; \
1554                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(gdbdir)$$dir" || exit $$?; \
1555              } \
1556         ; done
1557
1558 uninstall-dist_gdbSCRIPTS:
1559         @$(NORMAL_UNINSTALL)
1560         @list='$(dist_gdb_SCRIPTS)'; test -n "$(gdbdir)" || exit 0; \
1561         files=`for p in $$list; do echo "$$p"; done | \
1562                sed -e 's,.*/,,;$(transform)'`; \
1563         dir='$(DESTDIR)$(gdbdir)'; $(am__uninstall_files_from_dir)
1564 install-installed_testSCRIPTS: $(installed_test_SCRIPTS)
1565         @$(NORMAL_INSTALL)
1566         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \
1567         if test -n "$$list"; then \
1568           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1569           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1570         fi; \
1571         for p in $$list; do \
1572           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1573           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1574         done | \
1575         sed -e 'p;s,.*/,,;n' \
1576             -e 'h;s|.*|.|' \
1577             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1578         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1579           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1580             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1581               if (++n[d] == $(am__install_max)) { \
1582                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1583             else { print "f", d "/" $$4, $$1 } } \
1584           END { for (d in files) print "f", d, files[d] }' | \
1585         while read type dir files; do \
1586              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1587              test -z "$$files" || { \
1588                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
1589                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
1590              } \
1591         ; done
1592
1593 uninstall-installed_testSCRIPTS:
1594         @$(NORMAL_UNINSTALL)
1595         @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \
1596         files=`for p in $$list; do echo "$$p"; done | \
1597                sed -e 's,.*/,,;$(transform)'`; \
1598         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
1599
1600 mostlyclean-compile:
1601         -rm -f *.$(OBJEXT)
1602
1603 distclean-compile:
1604         -rm -f *.tab.c
1605
1606 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win32-helper-console.Po@am__quote@
1607 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win32-helper.Po@am__quote@
1608 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win64-helper-console.Po@am__quote@
1609 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gspawn-win64-helper.Po@am__quote@
1610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtester.Po@am__quote@
1611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gallocator.Plo@am__quote@
1612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-garray.Plo@am__quote@
1613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gasyncqueue.Plo@am__quote@
1614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gatomic.Plo@am__quote@
1615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbacktrace.Plo@am__quote@
1616 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbase64.Plo@am__quote@
1617 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbitlock.Plo@am__quote@
1618 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbookmarkfile.Plo@am__quote@
1619 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gbytes.Plo@am__quote@
1620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gcache.Plo@am__quote@
1621 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gcharset.Plo@am__quote@
1622 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gchecksum.Plo@am__quote@
1623 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gcompletion.Plo@am__quote@
1624 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gconvert.Plo@am__quote@
1625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gdataset.Plo@am__quote@
1626 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gdate.Plo@am__quote@
1627 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gdatetime.Plo@am__quote@
1628 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gdir.Plo@am__quote@
1629 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-genviron.Plo@am__quote@
1630 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gerror.Plo@am__quote@
1631 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gfileutils.Plo@am__quote@
1632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ggettext.Plo@am__quote@
1633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ghash.Plo@am__quote@
1634 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ghmac.Plo@am__quote@
1635 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ghook.Plo@am__quote@
1636 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-ghostutils.Plo@am__quote@
1637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-giochannel.Plo@am__quote@
1638 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-giounix.Plo@am__quote@
1639 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-giowin32.Plo@am__quote@
1640 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gkeyfile.Plo@am__quote@
1641 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-glib-init.Plo@am__quote@
1642 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-glib-private.Plo@am__quote@
1643 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-glib-unix.Plo@am__quote@
1644 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-glist.Plo@am__quote@
1645 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmain.Plo@am__quote@
1646 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmappedfile.Plo@am__quote@
1647 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmarkup.Plo@am__quote@
1648 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmem.Plo@am__quote@
1649 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gmessages.Plo@am__quote@
1650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gnode.Plo@am__quote@
1651 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-goption.Plo@am__quote@
1652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gpattern.Plo@am__quote@
1653 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gpoll.Plo@am__quote@
1654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gprimes.Plo@am__quote@
1655 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gprintf.Plo@am__quote@
1656 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gqsort.Plo@am__quote@
1657 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gquark.Plo@am__quote@
1658 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gqueue.Plo@am__quote@
1659 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-grand.Plo@am__quote@
1660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gregex.Plo@am__quote@
1661 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-grel.Plo@am__quote@
1662 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gscanner.Plo@am__quote@
1663 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gsequence.Plo@am__quote@
1664 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gshell.Plo@am__quote@
1665 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gslice.Plo@am__quote@
1666 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gslist.Plo@am__quote@
1667 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gspawn-win32.Plo@am__quote@
1668 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gspawn.Plo@am__quote@
1669 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gstdio.Plo@am__quote@
1670 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gstrfuncs.Plo@am__quote@
1671 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gstring.Plo@am__quote@
1672 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gstringchunk.Plo@am__quote@
1673 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtestutils.Plo@am__quote@
1674 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthread-deprecated.Plo@am__quote@
1675 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthread-posix.Plo@am__quote@
1676 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthread-win32.Plo@am__quote@
1677 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthread.Plo@am__quote@
1678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gthreadpool.Plo@am__quote@
1679 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtimer.Plo@am__quote@
1680 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtimezone.Plo@am__quote@
1681 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtranslit.Plo@am__quote@
1682 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtrashstack.Plo@am__quote@
1683 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gtree.Plo@am__quote@
1684 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gunibreak.Plo@am__quote@
1685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gunicollate.Plo@am__quote@
1686 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gunidecomp.Plo@am__quote@
1687 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-guniprop.Plo@am__quote@
1688 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gurifuncs.Plo@am__quote@
1689 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gutf8.Plo@am__quote@
1690 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gutils.Plo@am__quote@
1691 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvariant-core.Plo@am__quote@
1692 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvariant-parser.Plo@am__quote@
1693 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvariant-serialiser.Plo@am__quote@
1694 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvariant.Plo@am__quote@
1695 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvarianttype.Plo@am__quote@
1696 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gvarianttypeinfo.Plo@am__quote@
1697 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gversion.Plo@am__quote@
1698 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gwakeup.Plo@am__quote@
1699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libglib_2_0_la-gwin32.Plo@am__quote@
1700
1701 .c.o:
1702 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1703 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1704 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1705 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1706 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1707
1708 .c.obj:
1709 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1710 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1711 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1712 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1713 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1714
1715 .c.lo:
1716 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1717 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1718 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1719 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1720 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1721
1722 libglib_2_0_la-gallocator.lo: deprecated/gallocator.c
1723 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gallocator.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gallocator.Tpo -c -o libglib_2_0_la-gallocator.lo `test -f 'deprecated/gallocator.c' || echo '$(srcdir)/'`deprecated/gallocator.c
1724 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gallocator.Tpo $(DEPDIR)/libglib_2_0_la-gallocator.Plo
1725 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/gallocator.c' object='libglib_2_0_la-gallocator.lo' libtool=yes @AMDEPBACKSLASH@
1726 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1727 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gallocator.lo `test -f 'deprecated/gallocator.c' || echo '$(srcdir)/'`deprecated/gallocator.c
1728
1729 libglib_2_0_la-gcache.lo: deprecated/gcache.c
1730 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gcache.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gcache.Tpo -c -o libglib_2_0_la-gcache.lo `test -f 'deprecated/gcache.c' || echo '$(srcdir)/'`deprecated/gcache.c
1731 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gcache.Tpo $(DEPDIR)/libglib_2_0_la-gcache.Plo
1732 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/gcache.c' object='libglib_2_0_la-gcache.lo' libtool=yes @AMDEPBACKSLASH@
1733 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1734 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gcache.lo `test -f 'deprecated/gcache.c' || echo '$(srcdir)/'`deprecated/gcache.c
1735
1736 libglib_2_0_la-gcompletion.lo: deprecated/gcompletion.c
1737 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gcompletion.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gcompletion.Tpo -c -o libglib_2_0_la-gcompletion.lo `test -f 'deprecated/gcompletion.c' || echo '$(srcdir)/'`deprecated/gcompletion.c
1738 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gcompletion.Tpo $(DEPDIR)/libglib_2_0_la-gcompletion.Plo
1739 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/gcompletion.c' object='libglib_2_0_la-gcompletion.lo' libtool=yes @AMDEPBACKSLASH@
1740 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1741 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gcompletion.lo `test -f 'deprecated/gcompletion.c' || echo '$(srcdir)/'`deprecated/gcompletion.c
1742
1743 libglib_2_0_la-grel.lo: deprecated/grel.c
1744 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-grel.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-grel.Tpo -c -o libglib_2_0_la-grel.lo `test -f 'deprecated/grel.c' || echo '$(srcdir)/'`deprecated/grel.c
1745 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-grel.Tpo $(DEPDIR)/libglib_2_0_la-grel.Plo
1746 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/grel.c' object='libglib_2_0_la-grel.lo' libtool=yes @AMDEPBACKSLASH@
1747 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1748 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-grel.lo `test -f 'deprecated/grel.c' || echo '$(srcdir)/'`deprecated/grel.c
1749
1750 libglib_2_0_la-gthread-deprecated.lo: deprecated/gthread-deprecated.c
1751 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthread-deprecated.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthread-deprecated.Tpo -c -o libglib_2_0_la-gthread-deprecated.lo `test -f 'deprecated/gthread-deprecated.c' || echo '$(srcdir)/'`deprecated/gthread-deprecated.c
1752 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthread-deprecated.Tpo $(DEPDIR)/libglib_2_0_la-gthread-deprecated.Plo
1753 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='deprecated/gthread-deprecated.c' object='libglib_2_0_la-gthread-deprecated.lo' libtool=yes @AMDEPBACKSLASH@
1754 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1755 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthread-deprecated.lo `test -f 'deprecated/gthread-deprecated.c' || echo '$(srcdir)/'`deprecated/gthread-deprecated.c
1756
1757 libglib_2_0_la-garray.lo: garray.c
1758 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-garray.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-garray.Tpo -c -o libglib_2_0_la-garray.lo `test -f 'garray.c' || echo '$(srcdir)/'`garray.c
1759 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-garray.Tpo $(DEPDIR)/libglib_2_0_la-garray.Plo
1760 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='garray.c' object='libglib_2_0_la-garray.lo' libtool=yes @AMDEPBACKSLASH@
1761 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1762 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-garray.lo `test -f 'garray.c' || echo '$(srcdir)/'`garray.c
1763
1764 libglib_2_0_la-gasyncqueue.lo: gasyncqueue.c
1765 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gasyncqueue.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gasyncqueue.Tpo -c -o libglib_2_0_la-gasyncqueue.lo `test -f 'gasyncqueue.c' || echo '$(srcdir)/'`gasyncqueue.c
1766 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gasyncqueue.Tpo $(DEPDIR)/libglib_2_0_la-gasyncqueue.Plo
1767 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gasyncqueue.c' object='libglib_2_0_la-gasyncqueue.lo' libtool=yes @AMDEPBACKSLASH@
1768 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1769 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gasyncqueue.lo `test -f 'gasyncqueue.c' || echo '$(srcdir)/'`gasyncqueue.c
1770
1771 libglib_2_0_la-gatomic.lo: gatomic.c
1772 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gatomic.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gatomic.Tpo -c -o libglib_2_0_la-gatomic.lo `test -f 'gatomic.c' || echo '$(srcdir)/'`gatomic.c
1773 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gatomic.Tpo $(DEPDIR)/libglib_2_0_la-gatomic.Plo
1774 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gatomic.c' object='libglib_2_0_la-gatomic.lo' libtool=yes @AMDEPBACKSLASH@
1775 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1776 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gatomic.lo `test -f 'gatomic.c' || echo '$(srcdir)/'`gatomic.c
1777
1778 libglib_2_0_la-gbacktrace.lo: gbacktrace.c
1779 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbacktrace.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbacktrace.Tpo -c -o libglib_2_0_la-gbacktrace.lo `test -f 'gbacktrace.c' || echo '$(srcdir)/'`gbacktrace.c
1780 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbacktrace.Tpo $(DEPDIR)/libglib_2_0_la-gbacktrace.Plo
1781 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gbacktrace.c' object='libglib_2_0_la-gbacktrace.lo' libtool=yes @AMDEPBACKSLASH@
1782 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1783 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbacktrace.lo `test -f 'gbacktrace.c' || echo '$(srcdir)/'`gbacktrace.c
1784
1785 libglib_2_0_la-gbase64.lo: gbase64.c
1786 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbase64.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbase64.Tpo -c -o libglib_2_0_la-gbase64.lo `test -f 'gbase64.c' || echo '$(srcdir)/'`gbase64.c
1787 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbase64.Tpo $(DEPDIR)/libglib_2_0_la-gbase64.Plo
1788 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gbase64.c' object='libglib_2_0_la-gbase64.lo' libtool=yes @AMDEPBACKSLASH@
1789 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1790 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbase64.lo `test -f 'gbase64.c' || echo '$(srcdir)/'`gbase64.c
1791
1792 libglib_2_0_la-gbitlock.lo: gbitlock.c
1793 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbitlock.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbitlock.Tpo -c -o libglib_2_0_la-gbitlock.lo `test -f 'gbitlock.c' || echo '$(srcdir)/'`gbitlock.c
1794 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbitlock.Tpo $(DEPDIR)/libglib_2_0_la-gbitlock.Plo
1795 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gbitlock.c' object='libglib_2_0_la-gbitlock.lo' libtool=yes @AMDEPBACKSLASH@
1796 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1797 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbitlock.lo `test -f 'gbitlock.c' || echo '$(srcdir)/'`gbitlock.c
1798
1799 libglib_2_0_la-gbookmarkfile.lo: gbookmarkfile.c
1800 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbookmarkfile.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbookmarkfile.Tpo -c -o libglib_2_0_la-gbookmarkfile.lo `test -f 'gbookmarkfile.c' || echo '$(srcdir)/'`gbookmarkfile.c
1801 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbookmarkfile.Tpo $(DEPDIR)/libglib_2_0_la-gbookmarkfile.Plo
1802 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gbookmarkfile.c' object='libglib_2_0_la-gbookmarkfile.lo' libtool=yes @AMDEPBACKSLASH@
1803 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1804 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbookmarkfile.lo `test -f 'gbookmarkfile.c' || echo '$(srcdir)/'`gbookmarkfile.c
1805
1806 libglib_2_0_la-gbytes.lo: gbytes.c
1807 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gbytes.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gbytes.Tpo -c -o libglib_2_0_la-gbytes.lo `test -f 'gbytes.c' || echo '$(srcdir)/'`gbytes.c
1808 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gbytes.Tpo $(DEPDIR)/libglib_2_0_la-gbytes.Plo
1809 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gbytes.c' object='libglib_2_0_la-gbytes.lo' libtool=yes @AMDEPBACKSLASH@
1810 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1811 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gbytes.lo `test -f 'gbytes.c' || echo '$(srcdir)/'`gbytes.c
1812
1813 libglib_2_0_la-gcharset.lo: gcharset.c
1814 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gcharset.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gcharset.Tpo -c -o libglib_2_0_la-gcharset.lo `test -f 'gcharset.c' || echo '$(srcdir)/'`gcharset.c
1815 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gcharset.Tpo $(DEPDIR)/libglib_2_0_la-gcharset.Plo
1816 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gcharset.c' object='libglib_2_0_la-gcharset.lo' libtool=yes @AMDEPBACKSLASH@
1817 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1818 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gcharset.lo `test -f 'gcharset.c' || echo '$(srcdir)/'`gcharset.c
1819
1820 libglib_2_0_la-gchecksum.lo: gchecksum.c
1821 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gchecksum.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gchecksum.Tpo -c -o libglib_2_0_la-gchecksum.lo `test -f 'gchecksum.c' || echo '$(srcdir)/'`gchecksum.c
1822 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gchecksum.Tpo $(DEPDIR)/libglib_2_0_la-gchecksum.Plo
1823 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gchecksum.c' object='libglib_2_0_la-gchecksum.lo' libtool=yes @AMDEPBACKSLASH@
1824 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1825 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gchecksum.lo `test -f 'gchecksum.c' || echo '$(srcdir)/'`gchecksum.c
1826
1827 libglib_2_0_la-gconvert.lo: gconvert.c
1828 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gconvert.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gconvert.Tpo -c -o libglib_2_0_la-gconvert.lo `test -f 'gconvert.c' || echo '$(srcdir)/'`gconvert.c
1829 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gconvert.Tpo $(DEPDIR)/libglib_2_0_la-gconvert.Plo
1830 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gconvert.c' object='libglib_2_0_la-gconvert.lo' libtool=yes @AMDEPBACKSLASH@
1831 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1832 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gconvert.lo `test -f 'gconvert.c' || echo '$(srcdir)/'`gconvert.c
1833
1834 libglib_2_0_la-gdataset.lo: gdataset.c
1835 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gdataset.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gdataset.Tpo -c -o libglib_2_0_la-gdataset.lo `test -f 'gdataset.c' || echo '$(srcdir)/'`gdataset.c
1836 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gdataset.Tpo $(DEPDIR)/libglib_2_0_la-gdataset.Plo
1837 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdataset.c' object='libglib_2_0_la-gdataset.lo' libtool=yes @AMDEPBACKSLASH@
1838 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1839 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gdataset.lo `test -f 'gdataset.c' || echo '$(srcdir)/'`gdataset.c
1840
1841 libglib_2_0_la-gdate.lo: gdate.c
1842 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gdate.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gdate.Tpo -c -o libglib_2_0_la-gdate.lo `test -f 'gdate.c' || echo '$(srcdir)/'`gdate.c
1843 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gdate.Tpo $(DEPDIR)/libglib_2_0_la-gdate.Plo
1844 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdate.c' object='libglib_2_0_la-gdate.lo' libtool=yes @AMDEPBACKSLASH@
1845 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1846 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gdate.lo `test -f 'gdate.c' || echo '$(srcdir)/'`gdate.c
1847
1848 libglib_2_0_la-gdatetime.lo: gdatetime.c
1849 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gdatetime.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gdatetime.Tpo -c -o libglib_2_0_la-gdatetime.lo `test -f 'gdatetime.c' || echo '$(srcdir)/'`gdatetime.c
1850 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gdatetime.Tpo $(DEPDIR)/libglib_2_0_la-gdatetime.Plo
1851 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdatetime.c' object='libglib_2_0_la-gdatetime.lo' libtool=yes @AMDEPBACKSLASH@
1852 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1853 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gdatetime.lo `test -f 'gdatetime.c' || echo '$(srcdir)/'`gdatetime.c
1854
1855 libglib_2_0_la-gdir.lo: gdir.c
1856 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gdir.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gdir.Tpo -c -o libglib_2_0_la-gdir.lo `test -f 'gdir.c' || echo '$(srcdir)/'`gdir.c
1857 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gdir.Tpo $(DEPDIR)/libglib_2_0_la-gdir.Plo
1858 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdir.c' object='libglib_2_0_la-gdir.lo' libtool=yes @AMDEPBACKSLASH@
1859 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1860 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gdir.lo `test -f 'gdir.c' || echo '$(srcdir)/'`gdir.c
1861
1862 libglib_2_0_la-genviron.lo: genviron.c
1863 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-genviron.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-genviron.Tpo -c -o libglib_2_0_la-genviron.lo `test -f 'genviron.c' || echo '$(srcdir)/'`genviron.c
1864 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-genviron.Tpo $(DEPDIR)/libglib_2_0_la-genviron.Plo
1865 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='genviron.c' object='libglib_2_0_la-genviron.lo' libtool=yes @AMDEPBACKSLASH@
1866 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1867 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-genviron.lo `test -f 'genviron.c' || echo '$(srcdir)/'`genviron.c
1868
1869 libglib_2_0_la-gerror.lo: gerror.c
1870 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gerror.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gerror.Tpo -c -o libglib_2_0_la-gerror.lo `test -f 'gerror.c' || echo '$(srcdir)/'`gerror.c
1871 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gerror.Tpo $(DEPDIR)/libglib_2_0_la-gerror.Plo
1872 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gerror.c' object='libglib_2_0_la-gerror.lo' libtool=yes @AMDEPBACKSLASH@
1873 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1874 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gerror.lo `test -f 'gerror.c' || echo '$(srcdir)/'`gerror.c
1875
1876 libglib_2_0_la-gfileutils.lo: gfileutils.c
1877 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gfileutils.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gfileutils.Tpo -c -o libglib_2_0_la-gfileutils.lo `test -f 'gfileutils.c' || echo '$(srcdir)/'`gfileutils.c
1878 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gfileutils.Tpo $(DEPDIR)/libglib_2_0_la-gfileutils.Plo
1879 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfileutils.c' object='libglib_2_0_la-gfileutils.lo' libtool=yes @AMDEPBACKSLASH@
1880 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1881 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gfileutils.lo `test -f 'gfileutils.c' || echo '$(srcdir)/'`gfileutils.c
1882
1883 libglib_2_0_la-ggettext.lo: ggettext.c
1884 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ggettext.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ggettext.Tpo -c -o libglib_2_0_la-ggettext.lo `test -f 'ggettext.c' || echo '$(srcdir)/'`ggettext.c
1885 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ggettext.Tpo $(DEPDIR)/libglib_2_0_la-ggettext.Plo
1886 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ggettext.c' object='libglib_2_0_la-ggettext.lo' libtool=yes @AMDEPBACKSLASH@
1887 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1888 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ggettext.lo `test -f 'ggettext.c' || echo '$(srcdir)/'`ggettext.c
1889
1890 libglib_2_0_la-ghash.lo: ghash.c
1891 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ghash.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ghash.Tpo -c -o libglib_2_0_la-ghash.lo `test -f 'ghash.c' || echo '$(srcdir)/'`ghash.c
1892 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ghash.Tpo $(DEPDIR)/libglib_2_0_la-ghash.Plo
1893 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ghash.c' object='libglib_2_0_la-ghash.lo' libtool=yes @AMDEPBACKSLASH@
1894 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1895 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ghash.lo `test -f 'ghash.c' || echo '$(srcdir)/'`ghash.c
1896
1897 libglib_2_0_la-ghmac.lo: ghmac.c
1898 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ghmac.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ghmac.Tpo -c -o libglib_2_0_la-ghmac.lo `test -f 'ghmac.c' || echo '$(srcdir)/'`ghmac.c
1899 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ghmac.Tpo $(DEPDIR)/libglib_2_0_la-ghmac.Plo
1900 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ghmac.c' object='libglib_2_0_la-ghmac.lo' libtool=yes @AMDEPBACKSLASH@
1901 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1902 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ghmac.lo `test -f 'ghmac.c' || echo '$(srcdir)/'`ghmac.c
1903
1904 libglib_2_0_la-ghook.lo: ghook.c
1905 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ghook.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ghook.Tpo -c -o libglib_2_0_la-ghook.lo `test -f 'ghook.c' || echo '$(srcdir)/'`ghook.c
1906 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ghook.Tpo $(DEPDIR)/libglib_2_0_la-ghook.Plo
1907 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ghook.c' object='libglib_2_0_la-ghook.lo' libtool=yes @AMDEPBACKSLASH@
1908 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1909 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ghook.lo `test -f 'ghook.c' || echo '$(srcdir)/'`ghook.c
1910
1911 libglib_2_0_la-ghostutils.lo: ghostutils.c
1912 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-ghostutils.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-ghostutils.Tpo -c -o libglib_2_0_la-ghostutils.lo `test -f 'ghostutils.c' || echo '$(srcdir)/'`ghostutils.c
1913 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-ghostutils.Tpo $(DEPDIR)/libglib_2_0_la-ghostutils.Plo
1914 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ghostutils.c' object='libglib_2_0_la-ghostutils.lo' libtool=yes @AMDEPBACKSLASH@
1915 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1916 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-ghostutils.lo `test -f 'ghostutils.c' || echo '$(srcdir)/'`ghostutils.c
1917
1918 libglib_2_0_la-giochannel.lo: giochannel.c
1919 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-giochannel.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-giochannel.Tpo -c -o libglib_2_0_la-giochannel.lo `test -f 'giochannel.c' || echo '$(srcdir)/'`giochannel.c
1920 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-giochannel.Tpo $(DEPDIR)/libglib_2_0_la-giochannel.Plo
1921 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='giochannel.c' object='libglib_2_0_la-giochannel.lo' libtool=yes @AMDEPBACKSLASH@
1922 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1923 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-giochannel.lo `test -f 'giochannel.c' || echo '$(srcdir)/'`giochannel.c
1924
1925 libglib_2_0_la-gkeyfile.lo: gkeyfile.c
1926 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gkeyfile.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gkeyfile.Tpo -c -o libglib_2_0_la-gkeyfile.lo `test -f 'gkeyfile.c' || echo '$(srcdir)/'`gkeyfile.c
1927 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gkeyfile.Tpo $(DEPDIR)/libglib_2_0_la-gkeyfile.Plo
1928 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gkeyfile.c' object='libglib_2_0_la-gkeyfile.lo' libtool=yes @AMDEPBACKSLASH@
1929 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1930 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gkeyfile.lo `test -f 'gkeyfile.c' || echo '$(srcdir)/'`gkeyfile.c
1931
1932 libglib_2_0_la-glib-init.lo: glib-init.c
1933 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-glib-init.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-glib-init.Tpo -c -o libglib_2_0_la-glib-init.lo `test -f 'glib-init.c' || echo '$(srcdir)/'`glib-init.c
1934 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-glib-init.Tpo $(DEPDIR)/libglib_2_0_la-glib-init.Plo
1935 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glib-init.c' object='libglib_2_0_la-glib-init.lo' libtool=yes @AMDEPBACKSLASH@
1936 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1937 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-glib-init.lo `test -f 'glib-init.c' || echo '$(srcdir)/'`glib-init.c
1938
1939 libglib_2_0_la-glib-private.lo: glib-private.c
1940 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-glib-private.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-glib-private.Tpo -c -o libglib_2_0_la-glib-private.lo `test -f 'glib-private.c' || echo '$(srcdir)/'`glib-private.c
1941 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-glib-private.Tpo $(DEPDIR)/libglib_2_0_la-glib-private.Plo
1942 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glib-private.c' object='libglib_2_0_la-glib-private.lo' libtool=yes @AMDEPBACKSLASH@
1943 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1944 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-glib-private.lo `test -f 'glib-private.c' || echo '$(srcdir)/'`glib-private.c
1945
1946 libglib_2_0_la-glist.lo: glist.c
1947 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-glist.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-glist.Tpo -c -o libglib_2_0_la-glist.lo `test -f 'glist.c' || echo '$(srcdir)/'`glist.c
1948 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-glist.Tpo $(DEPDIR)/libglib_2_0_la-glist.Plo
1949 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glist.c' object='libglib_2_0_la-glist.lo' libtool=yes @AMDEPBACKSLASH@
1950 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1951 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-glist.lo `test -f 'glist.c' || echo '$(srcdir)/'`glist.c
1952
1953 libglib_2_0_la-gmain.lo: gmain.c
1954 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmain.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmain.Tpo -c -o libglib_2_0_la-gmain.lo `test -f 'gmain.c' || echo '$(srcdir)/'`gmain.c
1955 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmain.Tpo $(DEPDIR)/libglib_2_0_la-gmain.Plo
1956 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmain.c' object='libglib_2_0_la-gmain.lo' libtool=yes @AMDEPBACKSLASH@
1957 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1958 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmain.lo `test -f 'gmain.c' || echo '$(srcdir)/'`gmain.c
1959
1960 libglib_2_0_la-gmappedfile.lo: gmappedfile.c
1961 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmappedfile.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmappedfile.Tpo -c -o libglib_2_0_la-gmappedfile.lo `test -f 'gmappedfile.c' || echo '$(srcdir)/'`gmappedfile.c
1962 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmappedfile.Tpo $(DEPDIR)/libglib_2_0_la-gmappedfile.Plo
1963 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmappedfile.c' object='libglib_2_0_la-gmappedfile.lo' libtool=yes @AMDEPBACKSLASH@
1964 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1965 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmappedfile.lo `test -f 'gmappedfile.c' || echo '$(srcdir)/'`gmappedfile.c
1966
1967 libglib_2_0_la-gmarkup.lo: gmarkup.c
1968 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmarkup.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmarkup.Tpo -c -o libglib_2_0_la-gmarkup.lo `test -f 'gmarkup.c' || echo '$(srcdir)/'`gmarkup.c
1969 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmarkup.Tpo $(DEPDIR)/libglib_2_0_la-gmarkup.Plo
1970 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmarkup.c' object='libglib_2_0_la-gmarkup.lo' libtool=yes @AMDEPBACKSLASH@
1971 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1972 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmarkup.lo `test -f 'gmarkup.c' || echo '$(srcdir)/'`gmarkup.c
1973
1974 libglib_2_0_la-gmem.lo: gmem.c
1975 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmem.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmem.Tpo -c -o libglib_2_0_la-gmem.lo `test -f 'gmem.c' || echo '$(srcdir)/'`gmem.c
1976 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmem.Tpo $(DEPDIR)/libglib_2_0_la-gmem.Plo
1977 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmem.c' object='libglib_2_0_la-gmem.lo' libtool=yes @AMDEPBACKSLASH@
1978 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1979 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmem.lo `test -f 'gmem.c' || echo '$(srcdir)/'`gmem.c
1980
1981 libglib_2_0_la-gmessages.lo: gmessages.c
1982 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gmessages.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gmessages.Tpo -c -o libglib_2_0_la-gmessages.lo `test -f 'gmessages.c' || echo '$(srcdir)/'`gmessages.c
1983 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gmessages.Tpo $(DEPDIR)/libglib_2_0_la-gmessages.Plo
1984 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmessages.c' object='libglib_2_0_la-gmessages.lo' libtool=yes @AMDEPBACKSLASH@
1985 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1986 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gmessages.lo `test -f 'gmessages.c' || echo '$(srcdir)/'`gmessages.c
1987
1988 libglib_2_0_la-gnode.lo: gnode.c
1989 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gnode.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gnode.Tpo -c -o libglib_2_0_la-gnode.lo `test -f 'gnode.c' || echo '$(srcdir)/'`gnode.c
1990 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gnode.Tpo $(DEPDIR)/libglib_2_0_la-gnode.Plo
1991 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnode.c' object='libglib_2_0_la-gnode.lo' libtool=yes @AMDEPBACKSLASH@
1992 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1993 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gnode.lo `test -f 'gnode.c' || echo '$(srcdir)/'`gnode.c
1994
1995 libglib_2_0_la-goption.lo: goption.c
1996 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-goption.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-goption.Tpo -c -o libglib_2_0_la-goption.lo `test -f 'goption.c' || echo '$(srcdir)/'`goption.c
1997 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-goption.Tpo $(DEPDIR)/libglib_2_0_la-goption.Plo
1998 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='goption.c' object='libglib_2_0_la-goption.lo' libtool=yes @AMDEPBACKSLASH@
1999 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2000 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-goption.lo `test -f 'goption.c' || echo '$(srcdir)/'`goption.c
2001
2002 libglib_2_0_la-gpattern.lo: gpattern.c
2003 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gpattern.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gpattern.Tpo -c -o libglib_2_0_la-gpattern.lo `test -f 'gpattern.c' || echo '$(srcdir)/'`gpattern.c
2004 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gpattern.Tpo $(DEPDIR)/libglib_2_0_la-gpattern.Plo
2005 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpattern.c' object='libglib_2_0_la-gpattern.lo' libtool=yes @AMDEPBACKSLASH@
2006 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2007 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gpattern.lo `test -f 'gpattern.c' || echo '$(srcdir)/'`gpattern.c
2008
2009 libglib_2_0_la-gpoll.lo: gpoll.c
2010 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gpoll.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gpoll.Tpo -c -o libglib_2_0_la-gpoll.lo `test -f 'gpoll.c' || echo '$(srcdir)/'`gpoll.c
2011 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gpoll.Tpo $(DEPDIR)/libglib_2_0_la-gpoll.Plo
2012 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpoll.c' object='libglib_2_0_la-gpoll.lo' libtool=yes @AMDEPBACKSLASH@
2013 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2014 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gpoll.lo `test -f 'gpoll.c' || echo '$(srcdir)/'`gpoll.c
2015
2016 libglib_2_0_la-gprimes.lo: gprimes.c
2017 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gprimes.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gprimes.Tpo -c -o libglib_2_0_la-gprimes.lo `test -f 'gprimes.c' || echo '$(srcdir)/'`gprimes.c
2018 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gprimes.Tpo $(DEPDIR)/libglib_2_0_la-gprimes.Plo
2019 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gprimes.c' object='libglib_2_0_la-gprimes.lo' libtool=yes @AMDEPBACKSLASH@
2020 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2021 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gprimes.lo `test -f 'gprimes.c' || echo '$(srcdir)/'`gprimes.c
2022
2023 libglib_2_0_la-gqsort.lo: gqsort.c
2024 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gqsort.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gqsort.Tpo -c -o libglib_2_0_la-gqsort.lo `test -f 'gqsort.c' || echo '$(srcdir)/'`gqsort.c
2025 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gqsort.Tpo $(DEPDIR)/libglib_2_0_la-gqsort.Plo
2026 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gqsort.c' object='libglib_2_0_la-gqsort.lo' libtool=yes @AMDEPBACKSLASH@
2027 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2028 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gqsort.lo `test -f 'gqsort.c' || echo '$(srcdir)/'`gqsort.c
2029
2030 libglib_2_0_la-gquark.lo: gquark.c
2031 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gquark.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gquark.Tpo -c -o libglib_2_0_la-gquark.lo `test -f 'gquark.c' || echo '$(srcdir)/'`gquark.c
2032 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gquark.Tpo $(DEPDIR)/libglib_2_0_la-gquark.Plo
2033 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gquark.c' object='libglib_2_0_la-gquark.lo' libtool=yes @AMDEPBACKSLASH@
2034 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2035 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gquark.lo `test -f 'gquark.c' || echo '$(srcdir)/'`gquark.c
2036
2037 libglib_2_0_la-gqueue.lo: gqueue.c
2038 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gqueue.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gqueue.Tpo -c -o libglib_2_0_la-gqueue.lo `test -f 'gqueue.c' || echo '$(srcdir)/'`gqueue.c
2039 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gqueue.Tpo $(DEPDIR)/libglib_2_0_la-gqueue.Plo
2040 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gqueue.c' object='libglib_2_0_la-gqueue.lo' libtool=yes @AMDEPBACKSLASH@
2041 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2042 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gqueue.lo `test -f 'gqueue.c' || echo '$(srcdir)/'`gqueue.c
2043
2044 libglib_2_0_la-grand.lo: grand.c
2045 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-grand.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-grand.Tpo -c -o libglib_2_0_la-grand.lo `test -f 'grand.c' || echo '$(srcdir)/'`grand.c
2046 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-grand.Tpo $(DEPDIR)/libglib_2_0_la-grand.Plo
2047 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='grand.c' object='libglib_2_0_la-grand.lo' libtool=yes @AMDEPBACKSLASH@
2048 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2049 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-grand.lo `test -f 'grand.c' || echo '$(srcdir)/'`grand.c
2050
2051 libglib_2_0_la-gregex.lo: gregex.c
2052 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gregex.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gregex.Tpo -c -o libglib_2_0_la-gregex.lo `test -f 'gregex.c' || echo '$(srcdir)/'`gregex.c
2053 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gregex.Tpo $(DEPDIR)/libglib_2_0_la-gregex.Plo
2054 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gregex.c' object='libglib_2_0_la-gregex.lo' libtool=yes @AMDEPBACKSLASH@
2055 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2056 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gregex.lo `test -f 'gregex.c' || echo '$(srcdir)/'`gregex.c
2057
2058 libglib_2_0_la-gscanner.lo: gscanner.c
2059 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gscanner.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gscanner.Tpo -c -o libglib_2_0_la-gscanner.lo `test -f 'gscanner.c' || echo '$(srcdir)/'`gscanner.c
2060 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gscanner.Tpo $(DEPDIR)/libglib_2_0_la-gscanner.Plo
2061 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gscanner.c' object='libglib_2_0_la-gscanner.lo' libtool=yes @AMDEPBACKSLASH@
2062 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2063 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gscanner.lo `test -f 'gscanner.c' || echo '$(srcdir)/'`gscanner.c
2064
2065 libglib_2_0_la-gsequence.lo: gsequence.c
2066 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gsequence.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gsequence.Tpo -c -o libglib_2_0_la-gsequence.lo `test -f 'gsequence.c' || echo '$(srcdir)/'`gsequence.c
2067 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gsequence.Tpo $(DEPDIR)/libglib_2_0_la-gsequence.Plo
2068 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsequence.c' object='libglib_2_0_la-gsequence.lo' libtool=yes @AMDEPBACKSLASH@
2069 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2070 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gsequence.lo `test -f 'gsequence.c' || echo '$(srcdir)/'`gsequence.c
2071
2072 libglib_2_0_la-gshell.lo: gshell.c
2073 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gshell.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gshell.Tpo -c -o libglib_2_0_la-gshell.lo `test -f 'gshell.c' || echo '$(srcdir)/'`gshell.c
2074 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gshell.Tpo $(DEPDIR)/libglib_2_0_la-gshell.Plo
2075 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gshell.c' object='libglib_2_0_la-gshell.lo' libtool=yes @AMDEPBACKSLASH@
2076 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2077 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gshell.lo `test -f 'gshell.c' || echo '$(srcdir)/'`gshell.c
2078
2079 libglib_2_0_la-gslice.lo: gslice.c
2080 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gslice.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gslice.Tpo -c -o libglib_2_0_la-gslice.lo `test -f 'gslice.c' || echo '$(srcdir)/'`gslice.c
2081 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gslice.Tpo $(DEPDIR)/libglib_2_0_la-gslice.Plo
2082 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gslice.c' object='libglib_2_0_la-gslice.lo' libtool=yes @AMDEPBACKSLASH@
2083 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2084 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gslice.lo `test -f 'gslice.c' || echo '$(srcdir)/'`gslice.c
2085
2086 libglib_2_0_la-gslist.lo: gslist.c
2087 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gslist.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gslist.Tpo -c -o libglib_2_0_la-gslist.lo `test -f 'gslist.c' || echo '$(srcdir)/'`gslist.c
2088 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gslist.Tpo $(DEPDIR)/libglib_2_0_la-gslist.Plo
2089 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gslist.c' object='libglib_2_0_la-gslist.lo' libtool=yes @AMDEPBACKSLASH@
2090 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2091 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gslist.lo `test -f 'gslist.c' || echo '$(srcdir)/'`gslist.c
2092
2093 libglib_2_0_la-gstdio.lo: gstdio.c
2094 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gstdio.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gstdio.Tpo -c -o libglib_2_0_la-gstdio.lo `test -f 'gstdio.c' || echo '$(srcdir)/'`gstdio.c
2095 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gstdio.Tpo $(DEPDIR)/libglib_2_0_la-gstdio.Plo
2096 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstdio.c' object='libglib_2_0_la-gstdio.lo' libtool=yes @AMDEPBACKSLASH@
2097 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2098 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gstdio.lo `test -f 'gstdio.c' || echo '$(srcdir)/'`gstdio.c
2099
2100 libglib_2_0_la-gstrfuncs.lo: gstrfuncs.c
2101 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gstrfuncs.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gstrfuncs.Tpo -c -o libglib_2_0_la-gstrfuncs.lo `test -f 'gstrfuncs.c' || echo '$(srcdir)/'`gstrfuncs.c
2102 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gstrfuncs.Tpo $(DEPDIR)/libglib_2_0_la-gstrfuncs.Plo
2103 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstrfuncs.c' object='libglib_2_0_la-gstrfuncs.lo' libtool=yes @AMDEPBACKSLASH@
2104 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2105 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gstrfuncs.lo `test -f 'gstrfuncs.c' || echo '$(srcdir)/'`gstrfuncs.c
2106
2107 libglib_2_0_la-gstring.lo: gstring.c
2108 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gstring.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gstring.Tpo -c -o libglib_2_0_la-gstring.lo `test -f 'gstring.c' || echo '$(srcdir)/'`gstring.c
2109 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gstring.Tpo $(DEPDIR)/libglib_2_0_la-gstring.Plo
2110 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstring.c' object='libglib_2_0_la-gstring.lo' libtool=yes @AMDEPBACKSLASH@
2111 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2112 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gstring.lo `test -f 'gstring.c' || echo '$(srcdir)/'`gstring.c
2113
2114 libglib_2_0_la-gstringchunk.lo: gstringchunk.c
2115 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gstringchunk.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gstringchunk.Tpo -c -o libglib_2_0_la-gstringchunk.lo `test -f 'gstringchunk.c' || echo '$(srcdir)/'`gstringchunk.c
2116 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gstringchunk.Tpo $(DEPDIR)/libglib_2_0_la-gstringchunk.Plo
2117 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gstringchunk.c' object='libglib_2_0_la-gstringchunk.lo' libtool=yes @AMDEPBACKSLASH@
2118 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2119 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gstringchunk.lo `test -f 'gstringchunk.c' || echo '$(srcdir)/'`gstringchunk.c
2120
2121 libglib_2_0_la-gtestutils.lo: gtestutils.c
2122 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtestutils.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtestutils.Tpo -c -o libglib_2_0_la-gtestutils.lo `test -f 'gtestutils.c' || echo '$(srcdir)/'`gtestutils.c
2123 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtestutils.Tpo $(DEPDIR)/libglib_2_0_la-gtestutils.Plo
2124 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtestutils.c' object='libglib_2_0_la-gtestutils.lo' libtool=yes @AMDEPBACKSLASH@
2125 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2126 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtestutils.lo `test -f 'gtestutils.c' || echo '$(srcdir)/'`gtestutils.c
2127
2128 libglib_2_0_la-gthread.lo: gthread.c
2129 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthread.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthread.Tpo -c -o libglib_2_0_la-gthread.lo `test -f 'gthread.c' || echo '$(srcdir)/'`gthread.c
2130 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthread.Tpo $(DEPDIR)/libglib_2_0_la-gthread.Plo
2131 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gthread.c' object='libglib_2_0_la-gthread.lo' libtool=yes @AMDEPBACKSLASH@
2132 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2133 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthread.lo `test -f 'gthread.c' || echo '$(srcdir)/'`gthread.c
2134
2135 libglib_2_0_la-gthreadpool.lo: gthreadpool.c
2136 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthreadpool.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthreadpool.Tpo -c -o libglib_2_0_la-gthreadpool.lo `test -f 'gthreadpool.c' || echo '$(srcdir)/'`gthreadpool.c
2137 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthreadpool.Tpo $(DEPDIR)/libglib_2_0_la-gthreadpool.Plo
2138 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gthreadpool.c' object='libglib_2_0_la-gthreadpool.lo' libtool=yes @AMDEPBACKSLASH@
2139 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2140 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthreadpool.lo `test -f 'gthreadpool.c' || echo '$(srcdir)/'`gthreadpool.c
2141
2142 libglib_2_0_la-gtimer.lo: gtimer.c
2143 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtimer.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtimer.Tpo -c -o libglib_2_0_la-gtimer.lo `test -f 'gtimer.c' || echo '$(srcdir)/'`gtimer.c
2144 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtimer.Tpo $(DEPDIR)/libglib_2_0_la-gtimer.Plo
2145 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtimer.c' object='libglib_2_0_la-gtimer.lo' libtool=yes @AMDEPBACKSLASH@
2146 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2147 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtimer.lo `test -f 'gtimer.c' || echo '$(srcdir)/'`gtimer.c
2148
2149 libglib_2_0_la-gtimezone.lo: gtimezone.c
2150 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtimezone.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtimezone.Tpo -c -o libglib_2_0_la-gtimezone.lo `test -f 'gtimezone.c' || echo '$(srcdir)/'`gtimezone.c
2151 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtimezone.Tpo $(DEPDIR)/libglib_2_0_la-gtimezone.Plo
2152 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtimezone.c' object='libglib_2_0_la-gtimezone.lo' libtool=yes @AMDEPBACKSLASH@
2153 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2154 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtimezone.lo `test -f 'gtimezone.c' || echo '$(srcdir)/'`gtimezone.c
2155
2156 libglib_2_0_la-gtranslit.lo: gtranslit.c
2157 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtranslit.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtranslit.Tpo -c -o libglib_2_0_la-gtranslit.lo `test -f 'gtranslit.c' || echo '$(srcdir)/'`gtranslit.c
2158 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtranslit.Tpo $(DEPDIR)/libglib_2_0_la-gtranslit.Plo
2159 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtranslit.c' object='libglib_2_0_la-gtranslit.lo' libtool=yes @AMDEPBACKSLASH@
2160 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2161 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtranslit.lo `test -f 'gtranslit.c' || echo '$(srcdir)/'`gtranslit.c
2162
2163 libglib_2_0_la-gtrashstack.lo: gtrashstack.c
2164 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtrashstack.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtrashstack.Tpo -c -o libglib_2_0_la-gtrashstack.lo `test -f 'gtrashstack.c' || echo '$(srcdir)/'`gtrashstack.c
2165 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtrashstack.Tpo $(DEPDIR)/libglib_2_0_la-gtrashstack.Plo
2166 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtrashstack.c' object='libglib_2_0_la-gtrashstack.lo' libtool=yes @AMDEPBACKSLASH@
2167 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2168 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtrashstack.lo `test -f 'gtrashstack.c' || echo '$(srcdir)/'`gtrashstack.c
2169
2170 libglib_2_0_la-gtree.lo: gtree.c
2171 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gtree.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gtree.Tpo -c -o libglib_2_0_la-gtree.lo `test -f 'gtree.c' || echo '$(srcdir)/'`gtree.c
2172 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gtree.Tpo $(DEPDIR)/libglib_2_0_la-gtree.Plo
2173 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtree.c' object='libglib_2_0_la-gtree.lo' libtool=yes @AMDEPBACKSLASH@
2174 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2175 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gtree.lo `test -f 'gtree.c' || echo '$(srcdir)/'`gtree.c
2176
2177 libglib_2_0_la-guniprop.lo: guniprop.c
2178 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-guniprop.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-guniprop.Tpo -c -o libglib_2_0_la-guniprop.lo `test -f 'guniprop.c' || echo '$(srcdir)/'`guniprop.c
2179 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-guniprop.Tpo $(DEPDIR)/libglib_2_0_la-guniprop.Plo
2180 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='guniprop.c' object='libglib_2_0_la-guniprop.lo' libtool=yes @AMDEPBACKSLASH@
2181 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2182 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-guniprop.lo `test -f 'guniprop.c' || echo '$(srcdir)/'`guniprop.c
2183
2184 libglib_2_0_la-gutf8.lo: gutf8.c
2185 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gutf8.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gutf8.Tpo -c -o libglib_2_0_la-gutf8.lo `test -f 'gutf8.c' || echo '$(srcdir)/'`gutf8.c
2186 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gutf8.Tpo $(DEPDIR)/libglib_2_0_la-gutf8.Plo
2187 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gutf8.c' object='libglib_2_0_la-gutf8.lo' libtool=yes @AMDEPBACKSLASH@
2188 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2189 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gutf8.lo `test -f 'gutf8.c' || echo '$(srcdir)/'`gutf8.c
2190
2191 libglib_2_0_la-gunibreak.lo: gunibreak.c
2192 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gunibreak.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gunibreak.Tpo -c -o libglib_2_0_la-gunibreak.lo `test -f 'gunibreak.c' || echo '$(srcdir)/'`gunibreak.c
2193 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gunibreak.Tpo $(DEPDIR)/libglib_2_0_la-gunibreak.Plo
2194 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunibreak.c' object='libglib_2_0_la-gunibreak.lo' libtool=yes @AMDEPBACKSLASH@
2195 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2196 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gunibreak.lo `test -f 'gunibreak.c' || echo '$(srcdir)/'`gunibreak.c
2197
2198 libglib_2_0_la-gunicollate.lo: gunicollate.c
2199 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gunicollate.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gunicollate.Tpo -c -o libglib_2_0_la-gunicollate.lo `test -f 'gunicollate.c' || echo '$(srcdir)/'`gunicollate.c
2200 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gunicollate.Tpo $(DEPDIR)/libglib_2_0_la-gunicollate.Plo
2201 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunicollate.c' object='libglib_2_0_la-gunicollate.lo' libtool=yes @AMDEPBACKSLASH@
2202 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2203 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gunicollate.lo `test -f 'gunicollate.c' || echo '$(srcdir)/'`gunicollate.c
2204
2205 libglib_2_0_la-gunidecomp.lo: gunidecomp.c
2206 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gunidecomp.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gunidecomp.Tpo -c -o libglib_2_0_la-gunidecomp.lo `test -f 'gunidecomp.c' || echo '$(srcdir)/'`gunidecomp.c
2207 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gunidecomp.Tpo $(DEPDIR)/libglib_2_0_la-gunidecomp.Plo
2208 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunidecomp.c' object='libglib_2_0_la-gunidecomp.lo' libtool=yes @AMDEPBACKSLASH@
2209 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2210 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gunidecomp.lo `test -f 'gunidecomp.c' || echo '$(srcdir)/'`gunidecomp.c
2211
2212 libglib_2_0_la-gurifuncs.lo: gurifuncs.c
2213 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gurifuncs.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gurifuncs.Tpo -c -o libglib_2_0_la-gurifuncs.lo `test -f 'gurifuncs.c' || echo '$(srcdir)/'`gurifuncs.c
2214 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gurifuncs.Tpo $(DEPDIR)/libglib_2_0_la-gurifuncs.Plo
2215 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gurifuncs.c' object='libglib_2_0_la-gurifuncs.lo' libtool=yes @AMDEPBACKSLASH@
2216 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2217 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gurifuncs.lo `test -f 'gurifuncs.c' || echo '$(srcdir)/'`gurifuncs.c
2218
2219 libglib_2_0_la-gutils.lo: gutils.c
2220 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gutils.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gutils.Tpo -c -o libglib_2_0_la-gutils.lo `test -f 'gutils.c' || echo '$(srcdir)/'`gutils.c
2221 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gutils.Tpo $(DEPDIR)/libglib_2_0_la-gutils.Plo
2222 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gutils.c' object='libglib_2_0_la-gutils.lo' libtool=yes @AMDEPBACKSLASH@
2223 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2224 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gutils.lo `test -f 'gutils.c' || echo '$(srcdir)/'`gutils.c
2225
2226 libglib_2_0_la-gvariant.lo: gvariant.c
2227 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvariant.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvariant.Tpo -c -o libglib_2_0_la-gvariant.lo `test -f 'gvariant.c' || echo '$(srcdir)/'`gvariant.c
2228 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvariant.Tpo $(DEPDIR)/libglib_2_0_la-gvariant.Plo
2229 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvariant.c' object='libglib_2_0_la-gvariant.lo' libtool=yes @AMDEPBACKSLASH@
2230 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2231 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvariant.lo `test -f 'gvariant.c' || echo '$(srcdir)/'`gvariant.c
2232
2233 libglib_2_0_la-gvariant-core.lo: gvariant-core.c
2234 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvariant-core.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvariant-core.Tpo -c -o libglib_2_0_la-gvariant-core.lo `test -f 'gvariant-core.c' || echo '$(srcdir)/'`gvariant-core.c
2235 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvariant-core.Tpo $(DEPDIR)/libglib_2_0_la-gvariant-core.Plo
2236 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvariant-core.c' object='libglib_2_0_la-gvariant-core.lo' libtool=yes @AMDEPBACKSLASH@
2237 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2238 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvariant-core.lo `test -f 'gvariant-core.c' || echo '$(srcdir)/'`gvariant-core.c
2239
2240 libglib_2_0_la-gvariant-parser.lo: gvariant-parser.c
2241 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvariant-parser.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvariant-parser.Tpo -c -o libglib_2_0_la-gvariant-parser.lo `test -f 'gvariant-parser.c' || echo '$(srcdir)/'`gvariant-parser.c
2242 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvariant-parser.Tpo $(DEPDIR)/libglib_2_0_la-gvariant-parser.Plo
2243 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvariant-parser.c' object='libglib_2_0_la-gvariant-parser.lo' libtool=yes @AMDEPBACKSLASH@
2244 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2245 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvariant-parser.lo `test -f 'gvariant-parser.c' || echo '$(srcdir)/'`gvariant-parser.c
2246
2247 libglib_2_0_la-gvariant-serialiser.lo: gvariant-serialiser.c
2248 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvariant-serialiser.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvariant-serialiser.Tpo -c -o libglib_2_0_la-gvariant-serialiser.lo `test -f 'gvariant-serialiser.c' || echo '$(srcdir)/'`gvariant-serialiser.c
2249 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvariant-serialiser.Tpo $(DEPDIR)/libglib_2_0_la-gvariant-serialiser.Plo
2250 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvariant-serialiser.c' object='libglib_2_0_la-gvariant-serialiser.lo' libtool=yes @AMDEPBACKSLASH@
2251 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2252 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvariant-serialiser.lo `test -f 'gvariant-serialiser.c' || echo '$(srcdir)/'`gvariant-serialiser.c
2253
2254 libglib_2_0_la-gvarianttypeinfo.lo: gvarianttypeinfo.c
2255 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvarianttypeinfo.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvarianttypeinfo.Tpo -c -o libglib_2_0_la-gvarianttypeinfo.lo `test -f 'gvarianttypeinfo.c' || echo '$(srcdir)/'`gvarianttypeinfo.c
2256 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvarianttypeinfo.Tpo $(DEPDIR)/libglib_2_0_la-gvarianttypeinfo.Plo
2257 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvarianttypeinfo.c' object='libglib_2_0_la-gvarianttypeinfo.lo' libtool=yes @AMDEPBACKSLASH@
2258 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2259 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvarianttypeinfo.lo `test -f 'gvarianttypeinfo.c' || echo '$(srcdir)/'`gvarianttypeinfo.c
2260
2261 libglib_2_0_la-gvarianttype.lo: gvarianttype.c
2262 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gvarianttype.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gvarianttype.Tpo -c -o libglib_2_0_la-gvarianttype.lo `test -f 'gvarianttype.c' || echo '$(srcdir)/'`gvarianttype.c
2263 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gvarianttype.Tpo $(DEPDIR)/libglib_2_0_la-gvarianttype.Plo
2264 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvarianttype.c' object='libglib_2_0_la-gvarianttype.lo' libtool=yes @AMDEPBACKSLASH@
2265 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2266 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gvarianttype.lo `test -f 'gvarianttype.c' || echo '$(srcdir)/'`gvarianttype.c
2267
2268 libglib_2_0_la-gversion.lo: gversion.c
2269 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gversion.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gversion.Tpo -c -o libglib_2_0_la-gversion.lo `test -f 'gversion.c' || echo '$(srcdir)/'`gversion.c
2270 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gversion.Tpo $(DEPDIR)/libglib_2_0_la-gversion.Plo
2271 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gversion.c' object='libglib_2_0_la-gversion.lo' libtool=yes @AMDEPBACKSLASH@
2272 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2273 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gversion.lo `test -f 'gversion.c' || echo '$(srcdir)/'`gversion.c
2274
2275 libglib_2_0_la-gwakeup.lo: gwakeup.c
2276 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gwakeup.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gwakeup.Tpo -c -o libglib_2_0_la-gwakeup.lo `test -f 'gwakeup.c' || echo '$(srcdir)/'`gwakeup.c
2277 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gwakeup.Tpo $(DEPDIR)/libglib_2_0_la-gwakeup.Plo
2278 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gwakeup.c' object='libglib_2_0_la-gwakeup.lo' libtool=yes @AMDEPBACKSLASH@
2279 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2280 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gwakeup.lo `test -f 'gwakeup.c' || echo '$(srcdir)/'`gwakeup.c
2281
2282 libglib_2_0_la-gprintf.lo: gprintf.c
2283 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gprintf.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gprintf.Tpo -c -o libglib_2_0_la-gprintf.lo `test -f 'gprintf.c' || echo '$(srcdir)/'`gprintf.c
2284 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gprintf.Tpo $(DEPDIR)/libglib_2_0_la-gprintf.Plo
2285 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gprintf.c' object='libglib_2_0_la-gprintf.lo' libtool=yes @AMDEPBACKSLASH@
2286 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2287 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gprintf.lo `test -f 'gprintf.c' || echo '$(srcdir)/'`gprintf.c
2288
2289 libglib_2_0_la-glib-unix.lo: glib-unix.c
2290 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-glib-unix.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-glib-unix.Tpo -c -o libglib_2_0_la-glib-unix.lo `test -f 'glib-unix.c' || echo '$(srcdir)/'`glib-unix.c
2291 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-glib-unix.Tpo $(DEPDIR)/libglib_2_0_la-glib-unix.Plo
2292 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glib-unix.c' object='libglib_2_0_la-glib-unix.lo' libtool=yes @AMDEPBACKSLASH@
2293 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2294 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-glib-unix.lo `test -f 'glib-unix.c' || echo '$(srcdir)/'`glib-unix.c
2295
2296 libglib_2_0_la-gthread-win32.lo: gthread-win32.c
2297 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthread-win32.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthread-win32.Tpo -c -o libglib_2_0_la-gthread-win32.lo `test -f 'gthread-win32.c' || echo '$(srcdir)/'`gthread-win32.c
2298 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthread-win32.Tpo $(DEPDIR)/libglib_2_0_la-gthread-win32.Plo
2299 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gthread-win32.c' object='libglib_2_0_la-gthread-win32.lo' libtool=yes @AMDEPBACKSLASH@
2300 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2301 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthread-win32.lo `test -f 'gthread-win32.c' || echo '$(srcdir)/'`gthread-win32.c
2302
2303 libglib_2_0_la-gthread-posix.lo: gthread-posix.c
2304 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gthread-posix.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gthread-posix.Tpo -c -o libglib_2_0_la-gthread-posix.lo `test -f 'gthread-posix.c' || echo '$(srcdir)/'`gthread-posix.c
2305 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gthread-posix.Tpo $(DEPDIR)/libglib_2_0_la-gthread-posix.Plo
2306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gthread-posix.c' object='libglib_2_0_la-gthread-posix.lo' libtool=yes @AMDEPBACKSLASH@
2307 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2308 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gthread-posix.lo `test -f 'gthread-posix.c' || echo '$(srcdir)/'`gthread-posix.c
2309
2310 libglib_2_0_la-giounix.lo: giounix.c
2311 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-giounix.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-giounix.Tpo -c -o libglib_2_0_la-giounix.lo `test -f 'giounix.c' || echo '$(srcdir)/'`giounix.c
2312 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-giounix.Tpo $(DEPDIR)/libglib_2_0_la-giounix.Plo
2313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='giounix.c' object='libglib_2_0_la-giounix.lo' libtool=yes @AMDEPBACKSLASH@
2314 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2315 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-giounix.lo `test -f 'giounix.c' || echo '$(srcdir)/'`giounix.c
2316
2317 libglib_2_0_la-giowin32.lo: giowin32.c
2318 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-giowin32.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-giowin32.Tpo -c -o libglib_2_0_la-giowin32.lo `test -f 'giowin32.c' || echo '$(srcdir)/'`giowin32.c
2319 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-giowin32.Tpo $(DEPDIR)/libglib_2_0_la-giowin32.Plo
2320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='giowin32.c' object='libglib_2_0_la-giowin32.lo' libtool=yes @AMDEPBACKSLASH@
2321 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2322 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-giowin32.lo `test -f 'giowin32.c' || echo '$(srcdir)/'`giowin32.c
2323
2324 libglib_2_0_la-gspawn.lo: gspawn.c
2325 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gspawn.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gspawn.Tpo -c -o libglib_2_0_la-gspawn.lo `test -f 'gspawn.c' || echo '$(srcdir)/'`gspawn.c
2326 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gspawn.Tpo $(DEPDIR)/libglib_2_0_la-gspawn.Plo
2327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gspawn.c' object='libglib_2_0_la-gspawn.lo' libtool=yes @AMDEPBACKSLASH@
2328 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2329 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gspawn.lo `test -f 'gspawn.c' || echo '$(srcdir)/'`gspawn.c
2330
2331 libglib_2_0_la-gspawn-win32.lo: gspawn-win32.c
2332 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gspawn-win32.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gspawn-win32.Tpo -c -o libglib_2_0_la-gspawn-win32.lo `test -f 'gspawn-win32.c' || echo '$(srcdir)/'`gspawn-win32.c
2333 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gspawn-win32.Tpo $(DEPDIR)/libglib_2_0_la-gspawn-win32.Plo
2334 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gspawn-win32.c' object='libglib_2_0_la-gspawn-win32.lo' libtool=yes @AMDEPBACKSLASH@
2335 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2336 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gspawn-win32.lo `test -f 'gspawn-win32.c' || echo '$(srcdir)/'`gspawn-win32.c
2337
2338 libglib_2_0_la-gwin32.lo: gwin32.c
2339 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -MT libglib_2_0_la-gwin32.lo -MD -MP -MF $(DEPDIR)/libglib_2_0_la-gwin32.Tpo -c -o libglib_2_0_la-gwin32.lo `test -f 'gwin32.c' || echo '$(srcdir)/'`gwin32.c
2340 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libglib_2_0_la-gwin32.Tpo $(DEPDIR)/libglib_2_0_la-gwin32.Plo
2341 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gwin32.c' object='libglib_2_0_la-gwin32.lo' libtool=yes @AMDEPBACKSLASH@
2342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2343 @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) $(libglib_2_0_la_CFLAGS) $(CFLAGS) -c -o libglib_2_0_la-gwin32.lo `test -f 'gwin32.c' || echo '$(srcdir)/'`gwin32.c
2344
2345 mostlyclean-libtool:
2346         -rm -f *.lo
2347
2348 clean-libtool:
2349         -rm -rf .libs _libs
2350 install-installed_test_metaDATA: $(installed_test_meta_DATA)
2351         @$(NORMAL_INSTALL)
2352         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
2353         if test -n "$$list"; then \
2354           echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \
2355           $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \
2356         fi; \
2357         for p in $$list; do \
2358           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2359           echo "$$d$$p"; \
2360         done | $(am__base_list) | \
2361         while read files; do \
2362           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \
2363           $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \
2364         done
2365
2366 uninstall-installed_test_metaDATA:
2367         @$(NORMAL_UNINSTALL)
2368         @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
2369         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2370         dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir)
2371 install-nobase_installed_testDATA: $(nobase_installed_test_DATA)
2372         @$(NORMAL_INSTALL)
2373         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
2374         if test -n "$$list"; then \
2375           echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
2376           $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
2377         fi; \
2378         $(am__nobase_list) | while read dir files; do \
2379           xfiles=; for file in $$files; do \
2380             if test -f "$$file"; then xfiles="$$xfiles $$file"; \
2381             else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
2382           test -z "$$xfiles" || { \
2383             test "x$$dir" = x. || { \
2384               echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
2385               $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \
2386             echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \
2387             $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \
2388         done
2389
2390 uninstall-nobase_installed_testDATA:
2391         @$(NORMAL_UNINSTALL)
2392         @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
2393         $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
2394         dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
2395 install-tapsetDATA: $(tapset_DATA)
2396         @$(NORMAL_INSTALL)
2397         @list='$(tapset_DATA)'; test -n "$(tapsetdir)" || list=; \
2398         if test -n "$$list"; then \
2399           echo " $(MKDIR_P) '$(DESTDIR)$(tapsetdir)'"; \
2400           $(MKDIR_P) "$(DESTDIR)$(tapsetdir)" || exit 1; \
2401         fi; \
2402         for p in $$list; do \
2403           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2404           echo "$$d$$p"; \
2405         done | $(am__base_list) | \
2406         while read files; do \
2407           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tapsetdir)'"; \
2408           $(INSTALL_DATA) $$files "$(DESTDIR)$(tapsetdir)" || exit $$?; \
2409         done
2410
2411 uninstall-tapsetDATA:
2412         @$(NORMAL_UNINSTALL)
2413         @list='$(tapset_DATA)'; test -n "$(tapsetdir)" || list=; \
2414         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2415         dir='$(DESTDIR)$(tapsetdir)'; $(am__uninstall_files_from_dir)
2416 install-deprecatedincludeHEADERS: $(deprecatedinclude_HEADERS)
2417         @$(NORMAL_INSTALL)
2418         @list='$(deprecatedinclude_HEADERS)'; test -n "$(deprecatedincludedir)" || list=; \
2419         if test -n "$$list"; then \
2420           echo " $(MKDIR_P) '$(DESTDIR)$(deprecatedincludedir)'"; \
2421           $(MKDIR_P) "$(DESTDIR)$(deprecatedincludedir)" || exit 1; \
2422         fi; \
2423         for p in $$list; do \
2424           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2425           echo "$$d$$p"; \
2426         done | $(am__base_list) | \
2427         while read files; do \
2428           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(deprecatedincludedir)'"; \
2429           $(INSTALL_HEADER) $$files "$(DESTDIR)$(deprecatedincludedir)" || exit $$?; \
2430         done
2431
2432 uninstall-deprecatedincludeHEADERS:
2433         @$(NORMAL_UNINSTALL)
2434         @list='$(deprecatedinclude_HEADERS)'; test -n "$(deprecatedincludedir)" || list=; \
2435         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2436         dir='$(DESTDIR)$(deprecatedincludedir)'; $(am__uninstall_files_from_dir)
2437 install-glibincludeHEADERS: $(glibinclude_HEADERS)
2438         @$(NORMAL_INSTALL)
2439         @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \
2440         if test -n "$$list"; then \
2441           echo " $(MKDIR_P) '$(DESTDIR)$(glibincludedir)'"; \
2442           $(MKDIR_P) "$(DESTDIR)$(glibincludedir)" || exit 1; \
2443         fi; \
2444         for p in $$list; do \
2445           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2446           echo "$$d$$p"; \
2447         done | $(am__base_list) | \
2448         while read files; do \
2449           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(glibincludedir)'"; \
2450           $(INSTALL_HEADER) $$files "$(DESTDIR)$(glibincludedir)" || exit $$?; \
2451         done
2452
2453 uninstall-glibincludeHEADERS:
2454         @$(NORMAL_UNINSTALL)
2455         @list='$(glibinclude_HEADERS)'; test -n "$(glibincludedir)" || list=; \
2456         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2457         dir='$(DESTDIR)$(glibincludedir)'; $(am__uninstall_files_from_dir)
2458 install-glibsubincludeHEADERS: $(glibsubinclude_HEADERS)
2459         @$(NORMAL_INSTALL)
2460         @list='$(glibsubinclude_HEADERS)'; test -n "$(glibsubincludedir)" || list=; \
2461         if test -n "$$list"; then \
2462           echo " $(MKDIR_P) '$(DESTDIR)$(glibsubincludedir)'"; \
2463           $(MKDIR_P) "$(DESTDIR)$(glibsubincludedir)" || exit 1; \
2464         fi; \
2465         for p in $$list; do \
2466           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2467           echo "$$d$$p"; \
2468         done | $(am__base_list) | \
2469         while read files; do \
2470           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(glibsubincludedir)'"; \
2471           $(INSTALL_HEADER) $$files "$(DESTDIR)$(glibsubincludedir)" || exit $$?; \
2472         done
2473
2474 uninstall-glibsubincludeHEADERS:
2475         @$(NORMAL_UNINSTALL)
2476         @list='$(glibsubinclude_HEADERS)'; test -n "$(glibsubincludedir)" || list=; \
2477         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2478         dir='$(DESTDIR)$(glibsubincludedir)'; $(am__uninstall_files_from_dir)
2479 install-nodist_configexecincludeHEADERS: $(nodist_configexecinclude_HEADERS)
2480         @$(NORMAL_INSTALL)
2481         @list='$(nodist_configexecinclude_HEADERS)'; test -n "$(configexecincludedir)" || list=; \
2482         if test -n "$$list"; then \
2483           echo " $(MKDIR_P) '$(DESTDIR)$(configexecincludedir)'"; \
2484           $(MKDIR_P) "$(DESTDIR)$(configexecincludedir)" || exit 1; \
2485         fi; \
2486         for p in $$list; do \
2487           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2488           echo "$$d$$p"; \
2489         done | $(am__base_list) | \
2490         while read files; do \
2491           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(configexecincludedir)'"; \
2492           $(INSTALL_HEADER) $$files "$(DESTDIR)$(configexecincludedir)" || exit $$?; \
2493         done
2494
2495 uninstall-nodist_configexecincludeHEADERS:
2496         @$(NORMAL_UNINSTALL)
2497         @list='$(nodist_configexecinclude_HEADERS)'; test -n "$(configexecincludedir)" || list=; \
2498         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2499         dir='$(DESTDIR)$(configexecincludedir)'; $(am__uninstall_files_from_dir)
2500
2501 # This directory's subdirectories are mostly independent; you can cd
2502 # into them and run 'make' without going through this Makefile.
2503 # To change the values of 'make' variables: instead of editing Makefiles,
2504 # (1) if the variable is set in 'config.status', edit 'config.status'
2505 #     (which will cause the Makefiles to be regenerated when you run 'make');
2506 # (2) otherwise, pass the desired values on the 'make' command line.
2507 $(am__recursive_targets):
2508         @fail=; \
2509         if $(am__make_keepgoing); then \
2510           failcom='fail=yes'; \
2511         else \
2512           failcom='exit 1'; \
2513         fi; \
2514         dot_seen=no; \
2515         target=`echo $@ | sed s/-recursive//`; \
2516         case "$@" in \
2517           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2518           *) list='$(SUBDIRS)' ;; \
2519         esac; \
2520         for subdir in $$list; do \
2521           echo "Making $$target in $$subdir"; \
2522           if test "$$subdir" = "."; then \
2523             dot_seen=yes; \
2524             local_target="$$target-am"; \
2525           else \
2526             local_target="$$target"; \
2527           fi; \
2528           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2529           || eval $$failcom; \
2530         done; \
2531         if test "$$dot_seen" = "no"; then \
2532           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2533         fi; test -z "$$fail"
2534
2535 ID: $(am__tagged_files)
2536         $(am__define_uniq_tagged_files); mkid -fID $$unique
2537 tags: tags-recursive
2538 TAGS: tags
2539
2540 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2541         set x; \
2542         here=`pwd`; \
2543         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2544           include_option=--etags-include; \
2545           empty_fix=.; \
2546         else \
2547           include_option=--include; \
2548           empty_fix=; \
2549         fi; \
2550         list='$(SUBDIRS)'; for subdir in $$list; do \
2551           if test "$$subdir" = .; then :; else \
2552             test ! -f $$subdir/TAGS || \
2553               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2554           fi; \
2555         done; \
2556         $(am__define_uniq_tagged_files); \
2557         shift; \
2558         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2559           test -n "$$unique" || unique=$$empty_fix; \
2560           if test $$# -gt 0; then \
2561             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2562               "$$@" $$unique; \
2563           else \
2564             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2565               $$unique; \
2566           fi; \
2567         fi
2568 ctags: ctags-recursive
2569
2570 CTAGS: ctags
2571 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
2572         $(am__define_uniq_tagged_files); \
2573         test -z "$(CTAGS_ARGS)$$unique" \
2574           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2575              $$unique
2576
2577 GTAGS:
2578         here=`$(am__cd) $(top_builddir) && pwd` \
2579           && $(am__cd) $(top_srcdir) \
2580           && gtags -i $(GTAGS_ARGS) "$$here"
2581 cscopelist: cscopelist-recursive
2582
2583 cscopelist-am: $(am__tagged_files)
2584         list='$(am__tagged_files)'; \
2585         case "$(srcdir)" in \
2586           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
2587           *) sdir=$(subdir)/$(srcdir) ;; \
2588         esac; \
2589         for i in $$list; do \
2590           if test -f "$$i"; then \
2591             echo "$(subdir)/$$i"; \
2592           else \
2593             echo "$$sdir/$$i"; \
2594           fi; \
2595         done >> $(top_builddir)/cscope.files
2596
2597 distclean-tags:
2598         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2599
2600 # Recover from deleted '.trs' file; this should ensure that
2601 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
2602 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
2603 # to avoid problems with "make -n".
2604 .log.trs:
2605         rm -f $< $@
2606         $(MAKE) $(AM_MAKEFLAGS) $<
2607
2608 # Leading 'am--fnord' is there to ensure the list of targets does not
2609 # expand to empty, as could happen e.g. with make check TESTS=''.
2610 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
2611 am--force-recheck:
2612         @:
2613
2614 $(TEST_SUITE_LOG): $(TEST_LOGS)
2615         @$(am__set_TESTS_bases); \
2616         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
2617         redo_bases=`for i in $$bases; do \
2618                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
2619                     done`; \
2620         if test -n "$$redo_bases"; then \
2621           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
2622           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
2623           if $(am__make_dryrun); then :; else \
2624             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
2625           fi; \
2626         fi; \
2627         if test -n "$$am__remaking_logs"; then \
2628           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
2629                "recursion detected" >&2; \
2630         elif test -n "$$redo_logs"; then \
2631           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
2632         fi; \
2633         if $(am__make_dryrun); then :; else \
2634           st=0;  \
2635           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
2636           for i in $$redo_bases; do \
2637             test -f $$i.trs && test -r $$i.trs \
2638               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
2639             test -f $$i.log && test -r $$i.log \
2640               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
2641           done; \
2642           test $$st -eq 0 || exit 1; \
2643         fi
2644         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
2645         ws='[   ]'; \
2646         results=`for b in $$bases; do echo $$b.trs; done`; \
2647         test -n "$$results" || results=/dev/null; \
2648         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
2649         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
2650         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
2651         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
2652         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
2653         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
2654         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
2655         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
2656           success=true; \
2657         else \
2658           success=false; \
2659         fi; \
2660         br='==================='; br=$$br$$br$$br$$br; \
2661         result_count () \
2662         { \
2663             if test x"$$1" = x"--maybe-color"; then \
2664               maybe_colorize=yes; \
2665             elif test x"$$1" = x"--no-color"; then \
2666               maybe_colorize=no; \
2667             else \
2668               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
2669             fi; \
2670             shift; \
2671             desc=$$1 count=$$2; \
2672             if test $$maybe_colorize = yes && test $$count -gt 0; then \
2673               color_start=$$3 color_end=$$std; \
2674             else \
2675               color_start= color_end=; \
2676             fi; \
2677             echo "$${color_start}# $$desc $$count$${color_end}"; \
2678         }; \
2679         create_testsuite_report () \
2680         { \
2681           result_count $$1 "TOTAL:" $$all   "$$brg"; \
2682           result_count $$1 "PASS: " $$pass  "$$grn"; \
2683           result_count $$1 "SKIP: " $$skip  "$$blu"; \
2684           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2685           result_count $$1 "FAIL: " $$fail  "$$red"; \
2686           result_count $$1 "XPASS:" $$xpass "$$red"; \
2687           result_count $$1 "ERROR:" $$error "$$mgn"; \
2688         }; \
2689         {                                                               \
2690           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
2691             $(am__rst_title);                                           \
2692           create_testsuite_report --no-color;                           \
2693           echo;                                                         \
2694           echo ".. contents:: :depth: 2";                               \
2695           echo;                                                         \
2696           for b in $$bases; do echo $$b; done                           \
2697             | $(am__create_global_log);                                 \
2698         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
2699         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
2700         if $$success; then                                              \
2701           col="$$grn";                                                  \
2702          else                                                           \
2703           col="$$red";                                                  \
2704           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
2705         fi;                                                             \
2706         echo "$${col}$$br$${std}";                                      \
2707         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
2708         echo "$${col}$$br$${std}";                                      \
2709         create_testsuite_report --maybe-color;                          \
2710         echo "$$col$$br$$std";                                          \
2711         if $$success; then :; else                                      \
2712           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
2713           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
2714             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
2715           fi;                                                           \
2716           echo "$$col$$br$$std";                                        \
2717         fi;                                                             \
2718         $$success || exit 1
2719
2720 check-TESTS:
2721         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
2722         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
2723         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2724         @set +e; $(am__set_TESTS_bases); \
2725         log_list=`for i in $$bases; do echo $$i.log; done`; \
2726         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
2727         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
2728         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
2729         exit $$?;
2730 recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)
2731         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2732         @set +e; $(am__set_TESTS_bases); \
2733         bases=`for i in $$bases; do echo $$i; done \
2734                  | $(am__list_recheck_tests)` || exit 1; \
2735         log_list=`for i in $$bases; do echo $$i.log; done`; \
2736         log_list=`echo $$log_list`; \
2737         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
2738                 am__force_recheck=am--force-recheck \
2739                 TEST_LOGS="$$log_list"; \
2740         exit $$?
2741 .test.log:
2742         @p='$<'; \
2743         $(am__set_b); \
2744         $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2745         --log-file $$b.log --trs-file $$b.trs \
2746         $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2747         "$$tst" $(AM_TESTS_FD_REDIRECT)
2748 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
2749 @am__EXEEXT_TRUE@       @p='$<'; \
2750 @am__EXEEXT_TRUE@       $(am__set_b); \
2751 @am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
2752 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
2753 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
2754 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
2755
2756 distdir: $(DISTFILES)
2757         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2758         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2759         list='$(DISTFILES)'; \
2760           dist_files=`for file in $$list; do echo $$file; done | \
2761           sed -e "s|^$$srcdirstrip/||;t" \
2762               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2763         case $$dist_files in \
2764           */*) $(MKDIR_P) `echo "$$dist_files" | \
2765                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2766                            sort -u` ;; \
2767         esac; \
2768         for file in $$dist_files; do \
2769           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2770           if test -d $$d/$$file; then \
2771             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2772             if test -d "$(distdir)/$$file"; then \
2773               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2774             fi; \
2775             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2776               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2777               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2778             fi; \
2779             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2780           else \
2781             test -f "$(distdir)/$$file" \
2782             || cp -p $$d/$$file "$(distdir)/$$file" \
2783             || exit 1; \
2784           fi; \
2785         done
2786         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2787           if test "$$subdir" = .; then :; else \
2788             $(am__make_dryrun) \
2789               || test -d "$(distdir)/$$subdir" \
2790               || $(MKDIR_P) "$(distdir)/$$subdir" \
2791               || exit 1; \
2792             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2793             $(am__relativize); \
2794             new_distdir=$$reldir; \
2795             dir1=$$subdir; dir2="$(top_distdir)"; \
2796             $(am__relativize); \
2797             new_top_distdir=$$reldir; \
2798             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2799             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2800             ($(am__cd) $$subdir && \
2801               $(MAKE) $(AM_MAKEFLAGS) \
2802                 top_distdir="$$new_top_distdir" \
2803                 distdir="$$new_distdir" \
2804                 am__remove_distdir=: \
2805                 am__skip_length_check=: \
2806                 am__skip_mode_fix=: \
2807                 distdir) \
2808               || exit 1; \
2809           fi; \
2810         done
2811         $(MAKE) $(AM_MAKEFLAGS) \
2812           top_distdir="$(top_distdir)" distdir="$(distdir)" \
2813           dist-hook
2814 check-am: all-am
2815         $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
2816           $(check_SCRIPTS) $(check_DATA)
2817         $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
2818 check: $(BUILT_SOURCES)
2819         $(MAKE) $(AM_MAKEFLAGS) check-recursive
2820 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
2821                 $(HEADERS) all-local
2822 install-binPROGRAMS: install-libLTLIBRARIES
2823
2824 installdirs: installdirs-recursive
2825 installdirs-am:
2826         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)$(deprecatedincludedir)" "$(DESTDIR)$(glibincludedir)" "$(DESTDIR)$(glibsubincludedir)" "$(DESTDIR)$(configexecincludedir)"; do \
2827           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2828         done
2829 install: $(BUILT_SOURCES)
2830         $(MAKE) $(AM_MAKEFLAGS) install-recursive
2831 install-exec: install-exec-recursive
2832 install-data: install-data-recursive
2833 uninstall: uninstall-recursive
2834
2835 install-am: all-am
2836         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2837
2838 installcheck: installcheck-recursive
2839 install-strip:
2840         if test -z '$(STRIP)'; then \
2841           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2842             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2843               install; \
2844         else \
2845           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2846             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2847             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
2848         fi
2849 mostlyclean-generic:
2850         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
2851         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
2852         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
2853
2854 clean-generic:
2855         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2856
2857 distclean-generic:
2858         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2859         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2860         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2861
2862 maintainer-clean-generic:
2863         @echo "This command is intended for maintainers to use"
2864         @echo "it deletes files that may require special tools to rebuild."
2865         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2866         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
2867 @OS_UNIX_FALSE@install-exec-hook:
2868 clean: clean-recursive
2869
2870 clean-am: clean-binPROGRAMS clean-checkLTLIBRARIES clean-checkPROGRAMS \
2871         clean-generic clean-installed_testLTLIBRARIES \
2872         clean-installed_testPROGRAMS clean-libLTLIBRARIES \
2873         clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
2874         mostlyclean-am
2875
2876 distclean: distclean-recursive
2877         -rm -rf ./$(DEPDIR)
2878         -rm -f Makefile
2879 distclean-am: clean-am distclean-compile distclean-generic \
2880         distclean-tags
2881
2882 dvi: dvi-recursive
2883
2884 dvi-am:
2885
2886 html: html-recursive
2887
2888 html-am:
2889
2890 info: info-recursive
2891
2892 info-am:
2893
2894 install-data-am: install-data-local install-deprecatedincludeHEADERS \
2895         install-dist_gdbSCRIPTS install-glibincludeHEADERS \
2896         install-glibsubincludeHEADERS \
2897         install-installed_testLTLIBRARIES \
2898         install-installed_testPROGRAMS install-installed_testSCRIPTS \
2899         install-installed_test_metaDATA \
2900         install-nobase_installed_testDATA install-tapsetDATA
2901         @$(NORMAL_INSTALL)
2902         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
2903 install-dvi: install-dvi-recursive
2904
2905 install-dvi-am:
2906
2907 install-exec-am: install-binPROGRAMS install-binSCRIPTS \
2908         install-libLTLIBRARIES install-nodist_configexecincludeHEADERS
2909         @$(NORMAL_INSTALL)
2910         $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
2911 install-html: install-html-recursive
2912
2913 install-html-am:
2914
2915 install-info: install-info-recursive
2916
2917 install-info-am:
2918
2919 install-man:
2920
2921 install-pdf: install-pdf-recursive
2922
2923 install-pdf-am:
2924
2925 install-ps: install-ps-recursive
2926
2927 install-ps-am:
2928
2929 installcheck-am:
2930
2931 maintainer-clean: maintainer-clean-recursive
2932         -rm -rf ./$(DEPDIR)
2933         -rm -f Makefile
2934 maintainer-clean-am: distclean-am maintainer-clean-generic
2935
2936 mostlyclean: mostlyclean-recursive
2937
2938 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2939         mostlyclean-libtool
2940
2941 pdf: pdf-recursive
2942
2943 pdf-am:
2944
2945 ps: ps-recursive
2946
2947 ps-am:
2948
2949 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS \
2950         uninstall-deprecatedincludeHEADERS uninstall-dist_gdbSCRIPTS \
2951         uninstall-glibincludeHEADERS uninstall-glibsubincludeHEADERS \
2952         uninstall-installed_testLTLIBRARIES \
2953         uninstall-installed_testPROGRAMS \
2954         uninstall-installed_testSCRIPTS \
2955         uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \
2956         uninstall-local uninstall-nobase_installed_testDATA \
2957         uninstall-nodist_configexecincludeHEADERS uninstall-tapsetDATA
2958
2959 .MAKE: $(am__recursive_targets) all check check-am install install-am \
2960         install-data-am install-exec-am install-strip
2961
2962 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
2963         check check-TESTS check-am check-local clean clean-binPROGRAMS \
2964         clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
2965         clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
2966         clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
2967         clean-noinstPROGRAMS cscopelist-am ctags ctags-am dist-hook \
2968         distclean distclean-compile distclean-generic \
2969         distclean-libtool distclean-tags distdir dvi dvi-am html \
2970         html-am info info-am install install-am install-binPROGRAMS \
2971         install-binSCRIPTS install-data install-data-am \
2972         install-data-hook install-data-local \
2973         install-deprecatedincludeHEADERS install-dist_gdbSCRIPTS \
2974         install-dvi install-dvi-am install-exec install-exec-am \
2975         install-exec-hook install-glibincludeHEADERS \
2976         install-glibsubincludeHEADERS install-html install-html-am \
2977         install-info install-info-am install-installed_testLTLIBRARIES \
2978         install-installed_testPROGRAMS install-installed_testSCRIPTS \
2979         install-installed_test_metaDATA install-libLTLIBRARIES \
2980         install-man install-nobase_installed_testDATA \
2981         install-nodist_configexecincludeHEADERS install-pdf \
2982         install-pdf-am install-ps install-ps-am install-strip \
2983         install-tapsetDATA installcheck installcheck-am installdirs \
2984         installdirs-am maintainer-clean maintainer-clean-generic \
2985         mostlyclean mostlyclean-compile mostlyclean-generic \
2986         mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
2987         uninstall uninstall-am uninstall-binPROGRAMS \
2988         uninstall-binSCRIPTS uninstall-deprecatedincludeHEADERS \
2989         uninstall-dist_gdbSCRIPTS uninstall-glibincludeHEADERS \
2990         uninstall-glibsubincludeHEADERS \
2991         uninstall-installed_testLTLIBRARIES \
2992         uninstall-installed_testPROGRAMS \
2993         uninstall-installed_testSCRIPTS \
2994         uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \
2995         uninstall-local uninstall-nobase_installed_testDATA \
2996         uninstall-nodist_configexecincludeHEADERS uninstall-tapsetDATA
2997
2998 .PRECIOUS: Makefile
2999
3000
3001 # test-nonrecursive: run tests only in cwd
3002 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
3003 @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}
3004 @OS_UNIX_FALSE@test-nonrecursive:
3005
3006 .PHONY: test-nonrecursive
3007
3008 .PHONY: lcov genlcov lcov-clean
3009 # use recursive makes in order to ignore errors during check
3010 lcov:
3011         -$(MAKE) $(AM_MAKEFLAGS) -k check
3012         $(MAKE) $(AM_MAKEFLAGS) genlcov
3013
3014 # we have to massage the lcov.info file slightly to hide the effect of libtool
3015 # placing the objects files in the .libs/ directory separate from the *.c
3016 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
3017 genlcov:
3018         $(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \
3019           $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \
3020           $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\*  gio/tests/gdbus-object-manager-example/\* ; \
3021           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
3022         @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
3023
3024 lcov-clean:
3025         if test -n "$(LTP)"; then \
3026           $(LTP) --quiet --directory $(top_builddir) -z; \
3027         fi
3028
3029 # run tests in cwd as part of make check
3030 check-local: test-nonrecursive
3031
3032 @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
3033 @ENABLE_INSTALLED_TESTS_TRUE@   $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
3034 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Type=session' >> $@.tmp; \
3035 @ENABLE_INSTALLED_TESTS_TRUE@   echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
3036 @ENABLE_INSTALLED_TESTS_TRUE@   mv $@.tmp $@)
3037 glibconfig-stamp: ../config.status
3038         $(AM_V_GEN) cd $(top_builddir) && \
3039           $(SHELL) ./config.status glib/glibconfig.h
3040         $(AM_V_GEN) cd $(top_builddir) && \
3041           $(SHELL) ./config.status glib/glibconfig.h.win32
3042         @touch glibconfig-stamp
3043
3044 install-ms-lib:
3045         $(install_ms_lib_cmd)
3046
3047 uninstall-ms-lib:
3048         $(uninstall_ms_lib_cmd)
3049
3050 # This is read by gobject-introspection/misc/ and gtk-doc
3051 glib-public-headers.txt: Makefile
3052         $(AM_V_GEN) echo $(glibinclude_HEADERS) $(glibsubinclude_HEADERS) > $@.tmp && mv $@.tmp $@
3053
3054 all-local: glib-public-headers.txt
3055
3056 install-data-local: install-ms-lib
3057         @if test -f $(glibincludedir)/glist.h ; then                                    \
3058           echo "*** Old headers found in $(glibincludedir). You should remove the" ;    \
3059           echo "*** contents of this directory and type 'make install' again." ;        \
3060           false ;                                                                       \
3061         fi
3062
3063 uninstall-local: uninstall-ms-lib uninstall-gdb
3064
3065 @ENABLE_DTRACE_TRUE@glib_probes.h: glib_probes.d
3066 @ENABLE_DTRACE_TRUE@    $(AM_V_GEN) $(DTRACE) -C -h -s $< -o $@.tmp
3067 @ENABLE_DTRACE_TRUE@    @$(SED) \
3068 @ENABLE_DTRACE_TRUE@            -e "s,define STAP_HAS_SEMAPHORES 1,undef STAP_HAS_SEMAPHORES," \
3069 @ENABLE_DTRACE_TRUE@            -e "s,define _SDT_HAS_SEMAPHORES 1,undef _SDT_HAS_SEMAPHORES," \
3070 @ENABLE_DTRACE_TRUE@            < $@.tmp > $@ && rm -f $@.tmp
3071
3072 @ENABLE_DTRACE_TRUE@glib_probes.lo: glib_probes.d
3073 @ENABLE_DTRACE_TRUE@    $(AM_V_GEN) $(LIBTOOL) --mode=compile $(AM_V_lt) --tag=CC $(DTRACE) -G -s $< -o $@
3074
3075 @ENABLE_SYSTEMTAP_TRUE@$(tapset_DATA): glib.stp.in Makefile
3076 @ENABLE_SYSTEMTAP_TRUE@ $(AM_V_GEN)$(SED) \
3077 @ENABLE_SYSTEMTAP_TRUE@         -e 's|[@]ABS_GLIB_RUNTIME_LIBDIR[@]|$(ABS_GLIB_RUNTIME_LIBDIR)|g' \
3078 @ENABLE_SYSTEMTAP_TRUE@         -e 's|[@]LT_CURRENT[@]|$(LT_CURRENT)|g' \
3079 @ENABLE_SYSTEMTAP_TRUE@         -e 's|[@]LT_REVISION[@]|$(LT_REVISION)|g' \
3080 @ENABLE_SYSTEMTAP_TRUE@         $< > $@
3081
3082 gspawn-win32-helper-console.c:
3083         echo '#define HELPER_CONSOLE' >$@
3084         echo '#include "gspawn-win32-helper.c"' >>$@
3085
3086 gspawn-win64-helper.c:
3087         echo '#include "gspawn-win32-helper.c"' >$@
3088
3089 gspawn-win64-helper-console.c:
3090         echo '#define HELPER_CONSOLE' >$@
3091         echo '#include "gspawn-win32-helper.c"' >>$@
3092
3093 glib-win32-res.o: glib.rc
3094         $(WINDRES) glib.rc $@
3095
3096 @OS_UNIX_TRUE@install-exec-hook:
3097 @OS_UNIX_TRUE@  for sf in ${auto_config_binscripts} ; do \
3098 @OS_UNIX_TRUE@    mv -f "$(DESTDIR)$(bindir)/$$sf" "$(DESTDIR)$(bindir)/$$sf".tmp \
3099 @OS_UNIX_TRUE@    && sed < "$(DESTDIR)$(bindir)/$$sf".tmp > "$(DESTDIR)$(bindir)/$$sf" \
3100 @OS_UNIX_TRUE@      -e '1,24s|^ *#@PKGINSTALL_CONFIGVARS_IN24LINES@|  ${CONFIGVARS}|' \
3101 @OS_UNIX_TRUE@      -e '1,1s|#! /usr/bin/env python.*|#!${PYTHON}|' \
3102 @OS_UNIX_TRUE@    || exit $$? ; \
3103 @OS_UNIX_TRUE@    chmod a+x $(DESTDIR)$(bindir)/$$sf ; \
3104 @OS_UNIX_TRUE@    rm -f "$(DESTDIR)$(bindir)/$$sf".tmp ; \
3105 @OS_UNIX_TRUE@  done
3106
3107 glib.def: libglib-2.0.la
3108         $(AM_V_GEN) dumpbin.exe -exports .libs/libglib-2.0-0.dll | awk 'BEGIN { print "EXPORTS" } / +[[:digit:]]+ +[[:xdigit:]]+ +[[:xdigit:]]+/{ print $$4 }' > glib.def.tmp && mv glib.def.tmp glib.def
3109
3110 glib-2.0.lib: libglib-2.0.la glib.def
3111         $(AM_V_GEN) lib.exe -machine:@LIB_EXE_MACHINE_FLAG@ -name:libglib-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/glib.def -out:$@
3112
3113 #
3114 # Creates Visual Studio 2008/2010 projects from items passed in from autotools files
3115 # $(1) - Base Name of the MSVC project files (outputs)
3116 #
3117
3118 define msvcproj-builder
3119
3120 $(top_builddir)/build/win32/vs10/$(1).vcxproj: $(top_builddir)/build/win32/vs9/$(1).vcproj
3121 $(top_builddir)/build/win32/vs10/$(1).vcxproj.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj
3122 $(1).sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj
3123 $(1).vs10.sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj
3124 $(1).vs10.sourcefiles.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj
3125
3126 $(top_builddir)/build/win32/vs9/$(1).vcproj: Makefile
3127         -$(RM) $(top_builddir)/build/win32/vs9/$(1).vcproj
3128         -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj
3129         -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj.filters
3130         -$(RM) $(top_builddir)/build/win32/vs11/$(1).vcxproj
3131         -$(RM) $(top_builddir)/build/win32/vs11/$(1).vcxproj.filters
3132         -$(RM) $(top_builddir)/build/win32/vs12/$(1).vcxproj
3133         -$(RM) $(top_builddir)/build/win32/vs12/$(1).vcxproj.filters
3134         -$(RM) $(top_builddir)/build/win32/vs14/$(1).vcxproj
3135         -$(RM) $(top_builddir)/build/win32/vs14/$(1).vcxproj.filters
3136
3137         for F in $(_proj_files); do \
3138                 case $$$$F in \
3139                 $(_proj_filters)) \
3140                         ;; \
3141                 *.c|*.cpp|*.cc|*.cxx) \
3142                         echo '   <File RelativePath="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).sourcefiles && \
3143                         echo '   <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).vs10.sourcefiles && \
3144                         echo '   <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'"><Filter>Source Files</Filter></ClCompile>' >>$(1).vs10.sourcefiles.filters \
3145                         ;; \
3146                 esac;   \
3147         done
3148
3149         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/$(1).vcprojin >$(top_builddir)/build/win32/vs9/$(1).vcproj
3150         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxprojin >$(top_builddir)/build/win32/vs10/$(1).vcxproj
3151         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxproj.filtersin >$(top_builddir)/build/win32/vs10/$(1).vcxproj.filters
3152         $(RM) $(1).sourcefiles
3153         $(RM) $(1).vs10.sourcefiles
3154         $(RM) $(1).vs10.sourcefiles.filters
3155
3156 $(top_builddir)/build/win32/vs10/$(1).vs10.headers: $(top_builddir)/build/win32/vs9/$(1).headers
3157
3158 $(top_builddir)/build/win32/vs9/$(1).headers: Makefile
3159         -$(RM) $(top_builddir)/build/win32/vs9/$(1).headers
3160         -$(RM) $(top_builddir)/build/win32/vs10/$(1).vs10.headers
3161
3162         for F in $(_proj_headers); do \
3163                 case $$$$F in \
3164                 $(_proj_headers_excludes)) \
3165                         ;; \
3166                 *.h|*.hpp|*.hh|*.hxx) \
3167                         echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F'&#x0D;&#x0A;' >>$(top_builddir)/build/win32/vs9/$(1).headers && \
3168                         echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F >>$(top_builddir)/build/win32/vs10/$(1).vs10.headers \
3169                         ;; \
3170                 esac;   \
3171         done
3172
3173 endef
3174
3175 $(foreach proj,$(MSVCPROJS),$(eval $(call msvcproj-builder,$(proj))))
3176
3177 dist-hook: $(BUILT_EXTRA_DIST) $(top_builddir)/build/win32/vs9/glib.vcproj $(top_builddir)/build/win32/vs9/glib.headers
3178         files='$(BUILT_EXTRA_DIST)'; \
3179         for f in $$files; do \
3180           if test -f $$f; then d=.; else d=$(srcdir); fi; \
3181           cp $$d/$$f $(distdir) || exit 1; done
3182
3183 libglib-gdb.py: libglib-gdb.py.in
3184         $(AM_V_GEN) $(SED) -e "s|\@datadir\@|$(datadir)|" $(srcdir)/libglib-gdb.py.in > $(builddir)/libglib-gdb.py
3185
3186 install-data-hook: libglib-gdb.py
3187         mkdir -p $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)
3188         $(INSTALL) $(builddir)/libglib-gdb.py $(DESTDIR)$(datadir)/gdb/auto-load$(ABS_GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION)-gdb.py
3189 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
3190 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
3191 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
3192 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ rm -f $(DESTDIR)$(libdir)/libglib-2.0.so
3193 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ ln -s $(GLIB_RUNTIME_LIBDIR)/libglib-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libglib-2.0.so
3194
3195 uninstall-gdb:
3196         -rm -r $(DESTDIR)$(datadir)/gdb
3197
3198 # Tell versions [3.59,3.63) of GNU make to not export all variables.
3199 # Otherwise a system limit (for SysV at least) may be exceeded.
3200 .NOEXPORT: