nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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_2)
127 noinst_PROGRAMS = $(am__EXEEXT_4)
128 check_PROGRAMS = $(am__EXEEXT_3)
129 TESTS = $(am__EXEEXT_2)
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 @OS_UNIX_TRUE@am__append_15 = xdgmime
159 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@am__append_16 = gio-2.0.lib
160 @OS_WIN32_TRUE@am__append_17 = \
161 @OS_WIN32_TRUE@ gregistrysettingsbackend.h \
162 @OS_WIN32_TRUE@ gregistrysettingsbackend.c
163  
164 @OS_COCOA_TRUE@am__append_18 = \
165 @OS_COCOA_TRUE@ gnextstepsettingsbackend.c
166  
167 @HAVE_INOTIFY_TRUE@am__append_19 = inotify
168 @HAVE_INOTIFY_TRUE@am__append_20 = inotify/libinotify.la
169 @HAVE_INOTIFY_TRUE@am__append_21 = inotify/libinotify.la
170 @HAVE_KQUEUE_TRUE@am__append_22 = kqueue
171 @HAVE_KQUEUE_TRUE@am__append_23 = kqueue/libkqueue.la
172 @HAVE_KQUEUE_TRUE@am__append_24 = kqueue/libkqueue.la
173 @OS_WIN32_TRUE@am__append_25 = win32
174 @OS_WIN32_TRUE@am__append_26 = win32/libgiowin32.la
175 @OS_WIN32_TRUE@am__append_27 = win32/libgiowin32.la
176 @HAVE_FAM_TRUE@am__append_28 = fam
177 @OS_UNIX_TRUE@am__append_29 = gdesktopappinfo.c
178 @OS_UNIX_TRUE@am__append_30 = xdgmime/libxdgmime.la
179 @OS_UNIX_TRUE@am__append_31 = xdgmime/libxdgmime.la
180 @OS_COCOA_TRUE@@OS_UNIX_TRUE@am__append_32 = gcocoanotificationbackend.c
181 @HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@am__append_33 = \
182 @HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@ gnetworkmonitornetlink.c \
183 @HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@ gnetworkmonitornetlink.h \
184 @HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@ gnetworkmonitornm.c \
185 @HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@ gnetworkmonitornm.h \
186 @HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@ $(NULL)
187  
188 @OS_WIN32_TRUE@am__append_34 = gwin32appinfo.c gwin32appinfo.h
189 @OS_WIN32_TRUE@am__append_35 = -lshlwapi -lws2_32 -ldnsapi -liphlpapi
190  
191 # This is dumb. The ObjC source file should be properly named .m
192 @OS_COCOA_TRUE@am__append_36 = -xobjective-c
193 @OS_COCOA_TRUE@am__append_37 = -Wl,-framework,Foundation -Wl,-framework,AppKit
194 bin_PROGRAMS = gio-querymodules$(EXEEXT) glib-compile-schemas$(EXEEXT) \
195 glib-compile-resources$(EXEEXT) gsettings$(EXEEXT) \
196 gdbus$(EXEEXT) $(am__EXEEXT_1) gresource$(EXEEXT)
197  
198 # ------------------------------------------------------------------------
199 # gapplication(1) tool
200 @OS_UNIX_TRUE@am__append_38 = gapplication
201 subdir = gio
202 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
203 am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
204 $(top_srcdir)/m4macros/glibtests.m4 \
205 $(top_srcdir)/m4macros/gtk-doc.m4 \
206 $(top_srcdir)/m4macros/libtool.m4 \
207 $(top_srcdir)/m4macros/ltoptions.m4 \
208 $(top_srcdir)/m4macros/ltsugar.m4 \
209 $(top_srcdir)/m4macros/ltversion.m4 \
210 $(top_srcdir)/m4macros/lt~obsolete.m4 \
211 $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
212 $(top_srcdir)/glib/libcharset/codeset.m4 \
213 $(top_srcdir)/glib/libcharset/glibc21.m4 \
214 $(top_srcdir)/m4macros/glib-gettext.m4 \
215 $(top_srcdir)/configure.ac
216 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
217 $(ACLOCAL_M4)
218 DIST_COMMON = $(srcdir)/Makefile.am $(dist_its_DATA) \
219 $(dist_schema_DATA) $(gioinclude_HEADERS) \
220 $(am__giounixinclude_HEADERS_DIST) \
221 $(am__giowin32include_HEADERS_DIST) $(am__DIST_COMMON)
222 mkinstalldirs = $(install_sh) -d
223 CONFIG_HEADER = $(top_builddir)/config.h
224 CONFIG_CLEAN_FILES = gnetworking.h gio.rc
225 CONFIG_CLEAN_VPATH_FILES =
226 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
227 am__vpath_adj = case $$p in \
228 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
229 *) f=$$p;; \
230 esac;
231 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
232 am__install_max = 40
233 am__nobase_strip_setup = \
234 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
235 am__nobase_strip = \
236 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
237 am__nobase_list = $(am__nobase_strip_setup); \
238 for p in $$list; do echo "$$p $$p"; done | \
239 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
240 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
241 if (++n[$$2] == $(am__install_max)) \
242 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
243 END { for (dir in files) print dir, files[dir] }'
244 am__base_list = \
245 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
246 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
247 am__uninstall_files_from_dir = { \
248 test -z "$$files" \
249 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
250 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
251 $(am__cd) "$$dir" && rm -f $$files; }; \
252 }
253 am__installdirs = "$(DESTDIR)$(installed_testdir)" \
254 "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
255 "$(DESTDIR)$(installed_testdir)" \
256 "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(completiondir)" \
257 "$(DESTDIR)$(itsdir)" "$(DESTDIR)$(schemadir)" \
258 "$(DESTDIR)$(installed_test_metadir)" \
259 "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(gioincludedir)" \
260 "$(DESTDIR)$(giounixincludedir)" \
261 "$(DESTDIR)$(giowin32includedir)" "$(DESTDIR)$(gioincludedir)"
262 LTLIBRARIES = $(installed_test_LTLIBRARIES) $(lib_LTLIBRARIES) \
263 $(noinst_LTLIBRARIES)
264 am__DEPENDENCIES_1 =
265 am__DEPENDENCIES_2 = $(am__append_20) $(am__append_23) \
266 $(am__append_26) $(am__append_30) $(am__DEPENDENCIES_1)
267 am__libgio_2_0_la_SOURCES_DIST = gappinfo.c gappinfoprivate.h \
268 gasynchelper.c gasynchelper.h gasyncinitable.c gasyncresult.c \
269 gbufferedinputstream.c gbufferedoutputstream.c gbytesicon.c \
270 gcancellable.c gcharsetconverter.c gcontextspecificgroup.c \
271 gcontextspecificgroup.h gconverter.c gconverterinputstream.c \
272 gconverteroutputstream.c gcredentials.c gcredentialsprivate.h \
273 gdatagrambased.c gdatainputstream.c gdataoutputstream.c \
274 gdrive.c gdummyfile.h gdummyfile.c gdummyproxyresolver.c \
275 gdummyproxyresolver.h gdummytlsbackend.c gdummytlsbackend.h \
276 gemblem.h gemblem.c gemblemedicon.h gemblemedicon.c gfile.c \
277 gfileattribute.c gfileattribute-priv.h gfileenumerator.c \
278 gfileicon.c gfileinfo.c gfileinfo-priv.h gfileinputstream.c \
279 gfilemonitor.c gfilenamecompleter.c gfileoutputstream.c \
280 gfileiostream.c gfilterinputstream.c gfilteroutputstream.c \
281 gicon.c ginetaddress.c ginetaddressmask.c ginetsocketaddress.c \
282 ginitable.c ginputstream.c gioenums.h gioerror.c giomodule.c \
283 giomodule-priv.h gioscheduler.c giostream.c gioprivate.h \
284 giowin32-priv.h gloadableicon.c gmount.c gmemoryinputstream.c \
285 gmemoryoutputstream.c gmountoperation.c gnativevolumemonitor.c \
286 gnativevolumemonitor.h gnativesocketaddress.c \
287 gnativesocketaddress.h gnetworkaddress.c gnetworking.c \
288 gnetworkingprivate.h gnetworkmonitor.c gnetworkmonitorbase.c \
289 gnetworkmonitorbase.h gnetworkservice.c goutputstream.c \
290 gpermission.c gpollableinputstream.c gpollableoutputstream.c \
291 gpollableutils.c gpollfilemonitor.c gpollfilemonitor.h \
292 gproxy.c gproxyaddress.c gproxyaddressenumerator.c \
293 gproxyresolver.c gresolver.c gresource.c gresourcefile.c \
294 gresourcefile.h gseekable.c gsimpleasyncresult.c \
295 gsimpleiostream.c gsimplepermission.c gsocket.c \
296 gsocketaddress.c gsocketaddressenumerator.c gsocketclient.c \
297 gsocketconnectable.c gsocketconnection.c \
298 gsocketcontrolmessage.c gsocketinputstream.c \
299 gsocketinputstream.h gsocketlistener.c gsocketoutputstream.c \
300 gsocketoutputstream.h gsubprocesslauncher.c gsubprocess.c \
301 gsubprocesslauncher-private.h gsocketservice.c gsrvtarget.c \
302 gsimpleproxyresolver.c gtask.c gtcpconnection.c \
303 gtcpwrapperconnection.c gthreadedsocketservice.c gthemedicon.c \
304 gthreadedresolver.c gthreadedresolver.h gtlsbackend.c \
305 gtlscertificate.c gtlsclientconnection.c gtlsconnection.c \
306 gtlsdatabase.c gtlsfiledatabase.c gtlsinteraction.c \
307 gtlspassword.c gtlsserverconnection.c gdtlsconnection.c \
308 gdtlsclientconnection.c gdtlsserverconnection.c \
309 gunionvolumemonitor.c gunionvolumemonitor.h gvfs.c gvolume.c \
310 gvolumemonitor.c gzlibcompressor.c gzlibdecompressor.c \
311 gmountprivate.h gioenumtypes.h gioenumtypes.c glistmodel.c \
312 gliststore.c gdesktopappinfo.c gwin32appinfo.c gwin32appinfo.h \
313 gfiledescriptorbased.c gunixconnection.c \
314 gunixcredentialsmessage.c gunixfdlist.c gunixfdmessage.c \
315 gunixmount.c gunixmount.h gunixmounts.c gunixsocketaddress.c \
316 gunixvolume.c gunixvolume.h gunixvolumemonitor.c \
317 gunixvolumemonitor.h gunixinputstream.c gunixoutputstream.c \
318 gcontenttype.c gcontenttypeprivate.h gfdonotificationbackend.c \
319 ggtknotificationbackend.c gcocoanotificationbackend.c \
320 gnetworkmonitornetlink.c gnetworkmonitornetlink.h \
321 gnetworkmonitornm.c gnetworkmonitornm.h gdbusdaemon.c \
322 gdbusdaemon.h gdbus-daemon-generated.c \
323 gdbus-daemon-generated.h gwin32registrykey.c \
324 gwin32registrykey.h gcontenttype-win32.c gwin32mount.c \
325 gwin32mount.h gwin32volumemonitor.c gwin32volumemonitor.h \
326 gwin32inputstream.c gwin32outputstream.c gwin32outputstream.h \
327 gwin32networking.h gapplication.c gapplicationcommandline.c \
328 gapplicationimpl-dbus.c gapplicationimpl.h gactiongroup.c \
329 gactionmap.c gsimpleactiongroup.c gremoteactiongroup.c \
330 gactiongroupexporter.c gdbusactiongroup-private.h \
331 gdbusactiongroup.c gaction.c gpropertyaction.c gsimpleaction.c \
332 gmenumodel.c gmenu.c gmenuexporter.c gdbusmenumodel.c \
333 gnotification-private.h gnotificationbackend.h gnotification.c \
334 gnotificationbackend.c gvdb/gvdb-format.h gvdb/gvdb-reader.h \
335 gvdb/gvdb-reader.c gdelayedsettingsbackend.h \
336 gdelayedsettingsbackend.c gkeyfilesettingsbackend.c \
337 gmemorysettingsbackend.c gnullsettingsbackend.c \
338 gsettingsbackendinternal.h gsettingsbackend.c \
339 gsettingsschema.h gsettingsschema-internal.h gsettingsschema.c \
340 gsettings-mapping.h gsettings-mapping.c gsettings.c \
341 gregistrysettingsbackend.h gregistrysettingsbackend.c \
342 gnextstepsettingsbackend.c gdbusutils.h gdbusutils.c \
343 gdbusaddress.h gdbusaddress.c gdbusauthobserver.h \
344 gdbusauthobserver.c gdbusauth.h gdbusauth.c \
345 gdbusauthmechanism.h gdbusauthmechanism.c \
346 gdbusauthmechanismanon.h gdbusauthmechanismanon.c \
347 gdbusauthmechanismexternal.h gdbusauthmechanismexternal.c \
348 gdbusauthmechanismsha1.h gdbusauthmechanismsha1.c gdbuserror.h \
349 gdbuserror.c gdbusconnection.h gdbusconnection.c \
350 gdbusmessage.h gdbusmessage.c gdbusnameowning.h \
351 gdbusnameowning.c gdbusnamewatching.h gdbusnamewatching.c \
352 gdbusproxy.h gdbusproxy.c gdbusprivate.h gdbusprivate.c \
353 gdbusintrospection.h gdbusintrospection.c \
354 gdbusmethodinvocation.h gdbusmethodinvocation.c gdbusserver.h \
355 gdbusserver.c gdbusinterface.h gdbusinterface.c \
356 gdbusinterfaceskeleton.h gdbusinterfaceskeleton.c \
357 gdbusobject.h gdbusobject.c gdbusobjectskeleton.h \
358 gdbusobjectskeleton.c gdbusobjectproxy.h gdbusobjectproxy.c \
359 gdbusobjectmanager.h gdbusobjectmanager.c \
360 gdbusobjectmanagerclient.h gdbusobjectmanagerclient.c \
361 gdbusobjectmanagerserver.h gdbusobjectmanagerserver.c \
362 gtestdbus.h gtestdbus.c ghttpproxy.c ghttpproxy.h glocalfile.c \
363 glocalfile.h glocalfileenumerator.c glocalfileenumerator.h \
364 glocalfileinfo.c glocalfileinfo.h glocalfileinputstream.c \
365 glocalfileinputstream.h glocalfilemonitor.c \
366 glocalfilemonitor.h glocalfileoutputstream.c \
367 glocalfileoutputstream.h glocalfileiostream.c \
368 glocalfileiostream.h glocalvfs.c glocalvfs.h gsocks4proxy.c \
369 gsocks4proxy.h gsocks4aproxy.c gsocks4aproxy.h gsocks5proxy.c \
370 gsocks5proxy.h thumbnail-verify.h thumbnail-verify.c
371 @OS_UNIX_TRUE@am__objects_1 = libgio_2_0_la-gdesktopappinfo.lo
372 @OS_WIN32_TRUE@am__objects_2 = libgio_2_0_la-gwin32appinfo.lo
373 am__objects_3 = $(am__objects_1) $(am__objects_2)
374 am__objects_4 =
375 @OS_COCOA_TRUE@@OS_UNIX_TRUE@am__objects_5 = libgio_2_0_la-gcocoanotificationbackend.lo
376 @HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@am__objects_6 = libgio_2_0_la-gnetworkmonitornetlink.lo \
377 @HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@ libgio_2_0_la-gnetworkmonitornm.lo \
378 @HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@ $(am__objects_4)
379 @OS_UNIX_TRUE@am__objects_7 = libgio_2_0_la-gfiledescriptorbased.lo \
380 @OS_UNIX_TRUE@ libgio_2_0_la-gunixconnection.lo \
381 @OS_UNIX_TRUE@ libgio_2_0_la-gunixcredentialsmessage.lo \
382 @OS_UNIX_TRUE@ libgio_2_0_la-gunixfdlist.lo \
383 @OS_UNIX_TRUE@ libgio_2_0_la-gunixfdmessage.lo \
384 @OS_UNIX_TRUE@ libgio_2_0_la-gunixmount.lo \
385 @OS_UNIX_TRUE@ libgio_2_0_la-gunixmounts.lo \
386 @OS_UNIX_TRUE@ libgio_2_0_la-gunixsocketaddress.lo \
387 @OS_UNIX_TRUE@ libgio_2_0_la-gunixvolume.lo \
388 @OS_UNIX_TRUE@ libgio_2_0_la-gunixvolumemonitor.lo \
389 @OS_UNIX_TRUE@ libgio_2_0_la-gunixinputstream.lo \
390 @OS_UNIX_TRUE@ libgio_2_0_la-gunixoutputstream.lo \
391 @OS_UNIX_TRUE@ libgio_2_0_la-gcontenttype.lo \
392 @OS_UNIX_TRUE@ libgio_2_0_la-gfdonotificationbackend.lo \
393 @OS_UNIX_TRUE@ libgio_2_0_la-ggtknotificationbackend.lo \
394 @OS_UNIX_TRUE@ $(am__objects_4) $(am__objects_5) \
395 @OS_UNIX_TRUE@ $(am__objects_6)
396 am__objects_8 = libgio_2_0_la-gdbusdaemon.lo \
397 libgio_2_0_la-gdbus-daemon-generated.lo $(am__objects_4)
398 am__objects_9 = $(am__objects_8) libgio_2_0_la-gwin32registrykey.lo \
399 libgio_2_0_la-gcontenttype-win32.lo \
400 libgio_2_0_la-gwin32mount.lo \
401 libgio_2_0_la-gwin32volumemonitor.lo \
402 libgio_2_0_la-gwin32inputstream.lo \
403 libgio_2_0_la-gwin32outputstream.lo $(am__objects_4)
404 @OS_WIN32_TRUE@am__objects_10 = $(am__objects_9)
405 am__objects_11 = libgio_2_0_la-gapplication.lo \
406 libgio_2_0_la-gapplicationcommandline.lo \
407 libgio_2_0_la-gapplicationimpl-dbus.lo \
408 libgio_2_0_la-gactiongroup.lo libgio_2_0_la-gactionmap.lo \
409 libgio_2_0_la-gsimpleactiongroup.lo \
410 libgio_2_0_la-gremoteactiongroup.lo \
411 libgio_2_0_la-gactiongroupexporter.lo \
412 libgio_2_0_la-gdbusactiongroup.lo libgio_2_0_la-gaction.lo \
413 libgio_2_0_la-gpropertyaction.lo \
414 libgio_2_0_la-gsimpleaction.lo libgio_2_0_la-gmenumodel.lo \
415 libgio_2_0_la-gmenu.lo libgio_2_0_la-gmenuexporter.lo \
416 libgio_2_0_la-gdbusmenumodel.lo libgio_2_0_la-gnotification.lo \
417 libgio_2_0_la-gnotificationbackend.lo $(am__objects_4)
418 @OS_WIN32_TRUE@am__objects_12 = \
419 @OS_WIN32_TRUE@ libgio_2_0_la-gregistrysettingsbackend.lo
420 @OS_COCOA_TRUE@am__objects_13 = \
421 @OS_COCOA_TRUE@ libgio_2_0_la-gnextstepsettingsbackend.lo
422 am__objects_14 = libgio_2_0_la-gvdb-reader.lo \
423 libgio_2_0_la-gdelayedsettingsbackend.lo \
424 libgio_2_0_la-gkeyfilesettingsbackend.lo \
425 libgio_2_0_la-gmemorysettingsbackend.lo \
426 libgio_2_0_la-gnullsettingsbackend.lo \
427 libgio_2_0_la-gsettingsbackend.lo \
428 libgio_2_0_la-gsettingsschema.lo \
429 libgio_2_0_la-gsettings-mapping.lo libgio_2_0_la-gsettings.lo \
430 $(am__objects_12) $(am__objects_13)
431 am__objects_15 = libgio_2_0_la-gdbusutils.lo \
432 libgio_2_0_la-gdbusaddress.lo \
433 libgio_2_0_la-gdbusauthobserver.lo libgio_2_0_la-gdbusauth.lo \
434 libgio_2_0_la-gdbusauthmechanism.lo \
435 libgio_2_0_la-gdbusauthmechanismanon.lo \
436 libgio_2_0_la-gdbusauthmechanismexternal.lo \
437 libgio_2_0_la-gdbusauthmechanismsha1.lo \
438 libgio_2_0_la-gdbuserror.lo libgio_2_0_la-gdbusconnection.lo \
439 libgio_2_0_la-gdbusmessage.lo libgio_2_0_la-gdbusnameowning.lo \
440 libgio_2_0_la-gdbusnamewatching.lo libgio_2_0_la-gdbusproxy.lo \
441 libgio_2_0_la-gdbusprivate.lo \
442 libgio_2_0_la-gdbusintrospection.lo \
443 libgio_2_0_la-gdbusmethodinvocation.lo \
444 libgio_2_0_la-gdbusserver.lo libgio_2_0_la-gdbusinterface.lo \
445 libgio_2_0_la-gdbusinterfaceskeleton.lo \
446 libgio_2_0_la-gdbusobject.lo \
447 libgio_2_0_la-gdbusobjectskeleton.lo \
448 libgio_2_0_la-gdbusobjectproxy.lo \
449 libgio_2_0_la-gdbusobjectmanager.lo \
450 libgio_2_0_la-gdbusobjectmanagerclient.lo \
451 libgio_2_0_la-gdbusobjectmanagerserver.lo \
452 libgio_2_0_la-gtestdbus.lo $(am__objects_4)
453 am__objects_16 = libgio_2_0_la-ghttpproxy.lo \
454 libgio_2_0_la-glocalfile.lo \
455 libgio_2_0_la-glocalfileenumerator.lo \
456 libgio_2_0_la-glocalfileinfo.lo \
457 libgio_2_0_la-glocalfileinputstream.lo \
458 libgio_2_0_la-glocalfilemonitor.lo \
459 libgio_2_0_la-glocalfileoutputstream.lo \
460 libgio_2_0_la-glocalfileiostream.lo libgio_2_0_la-glocalvfs.lo \
461 libgio_2_0_la-gsocks4proxy.lo libgio_2_0_la-gsocks4aproxy.lo \
462 libgio_2_0_la-gsocks5proxy.lo \
463 libgio_2_0_la-thumbnail-verify.lo $(am__objects_4)
464 am_libgio_2_0_la_OBJECTS = libgio_2_0_la-gappinfo.lo \
465 libgio_2_0_la-gasynchelper.lo libgio_2_0_la-gasyncinitable.lo \
466 libgio_2_0_la-gasyncresult.lo \
467 libgio_2_0_la-gbufferedinputstream.lo \
468 libgio_2_0_la-gbufferedoutputstream.lo \
469 libgio_2_0_la-gbytesicon.lo libgio_2_0_la-gcancellable.lo \
470 libgio_2_0_la-gcharsetconverter.lo \
471 libgio_2_0_la-gcontextspecificgroup.lo \
472 libgio_2_0_la-gconverter.lo \
473 libgio_2_0_la-gconverterinputstream.lo \
474 libgio_2_0_la-gconverteroutputstream.lo \
475 libgio_2_0_la-gcredentials.lo libgio_2_0_la-gdatagrambased.lo \
476 libgio_2_0_la-gdatainputstream.lo \
477 libgio_2_0_la-gdataoutputstream.lo libgio_2_0_la-gdrive.lo \
478 libgio_2_0_la-gdummyfile.lo \
479 libgio_2_0_la-gdummyproxyresolver.lo \
480 libgio_2_0_la-gdummytlsbackend.lo libgio_2_0_la-gemblem.lo \
481 libgio_2_0_la-gemblemedicon.lo libgio_2_0_la-gfile.lo \
482 libgio_2_0_la-gfileattribute.lo \
483 libgio_2_0_la-gfileenumerator.lo libgio_2_0_la-gfileicon.lo \
484 libgio_2_0_la-gfileinfo.lo libgio_2_0_la-gfileinputstream.lo \
485 libgio_2_0_la-gfilemonitor.lo \
486 libgio_2_0_la-gfilenamecompleter.lo \
487 libgio_2_0_la-gfileoutputstream.lo \
488 libgio_2_0_la-gfileiostream.lo \
489 libgio_2_0_la-gfilterinputstream.lo \
490 libgio_2_0_la-gfilteroutputstream.lo libgio_2_0_la-gicon.lo \
491 libgio_2_0_la-ginetaddress.lo \
492 libgio_2_0_la-ginetaddressmask.lo \
493 libgio_2_0_la-ginetsocketaddress.lo libgio_2_0_la-ginitable.lo \
494 libgio_2_0_la-ginputstream.lo libgio_2_0_la-gioerror.lo \
495 libgio_2_0_la-giomodule.lo libgio_2_0_la-gioscheduler.lo \
496 libgio_2_0_la-giostream.lo libgio_2_0_la-gloadableicon.lo \
497 libgio_2_0_la-gmount.lo libgio_2_0_la-gmemoryinputstream.lo \
498 libgio_2_0_la-gmemoryoutputstream.lo \
499 libgio_2_0_la-gmountoperation.lo \
500 libgio_2_0_la-gnativevolumemonitor.lo \
501 libgio_2_0_la-gnativesocketaddress.lo \
502 libgio_2_0_la-gnetworkaddress.lo libgio_2_0_la-gnetworking.lo \
503 libgio_2_0_la-gnetworkmonitor.lo \
504 libgio_2_0_la-gnetworkmonitorbase.lo \
505 libgio_2_0_la-gnetworkservice.lo \
506 libgio_2_0_la-goutputstream.lo libgio_2_0_la-gpermission.lo \
507 libgio_2_0_la-gpollableinputstream.lo \
508 libgio_2_0_la-gpollableoutputstream.lo \
509 libgio_2_0_la-gpollableutils.lo \
510 libgio_2_0_la-gpollfilemonitor.lo libgio_2_0_la-gproxy.lo \
511 libgio_2_0_la-gproxyaddress.lo \
512 libgio_2_0_la-gproxyaddressenumerator.lo \
513 libgio_2_0_la-gproxyresolver.lo libgio_2_0_la-gresolver.lo \
514 libgio_2_0_la-gresource.lo libgio_2_0_la-gresourcefile.lo \
515 libgio_2_0_la-gseekable.lo libgio_2_0_la-gsimpleasyncresult.lo \
516 libgio_2_0_la-gsimpleiostream.lo \
517 libgio_2_0_la-gsimplepermission.lo libgio_2_0_la-gsocket.lo \
518 libgio_2_0_la-gsocketaddress.lo \
519 libgio_2_0_la-gsocketaddressenumerator.lo \
520 libgio_2_0_la-gsocketclient.lo \
521 libgio_2_0_la-gsocketconnectable.lo \
522 libgio_2_0_la-gsocketconnection.lo \
523 libgio_2_0_la-gsocketcontrolmessage.lo \
524 libgio_2_0_la-gsocketinputstream.lo \
525 libgio_2_0_la-gsocketlistener.lo \
526 libgio_2_0_la-gsocketoutputstream.lo \
527 libgio_2_0_la-gsubprocesslauncher.lo \
528 libgio_2_0_la-gsubprocess.lo libgio_2_0_la-gsocketservice.lo \
529 libgio_2_0_la-gsrvtarget.lo \
530 libgio_2_0_la-gsimpleproxyresolver.lo libgio_2_0_la-gtask.lo \
531 libgio_2_0_la-gtcpconnection.lo \
532 libgio_2_0_la-gtcpwrapperconnection.lo \
533 libgio_2_0_la-gthreadedsocketservice.lo \
534 libgio_2_0_la-gthemedicon.lo \
535 libgio_2_0_la-gthreadedresolver.lo \
536 libgio_2_0_la-gtlsbackend.lo libgio_2_0_la-gtlscertificate.lo \
537 libgio_2_0_la-gtlsclientconnection.lo \
538 libgio_2_0_la-gtlsconnection.lo libgio_2_0_la-gtlsdatabase.lo \
539 libgio_2_0_la-gtlsfiledatabase.lo \
540 libgio_2_0_la-gtlsinteraction.lo libgio_2_0_la-gtlspassword.lo \
541 libgio_2_0_la-gtlsserverconnection.lo \
542 libgio_2_0_la-gdtlsconnection.lo \
543 libgio_2_0_la-gdtlsclientconnection.lo \
544 libgio_2_0_la-gdtlsserverconnection.lo \
545 libgio_2_0_la-gunionvolumemonitor.lo libgio_2_0_la-gvfs.lo \
546 libgio_2_0_la-gvolume.lo libgio_2_0_la-gvolumemonitor.lo \
547 libgio_2_0_la-gzlibcompressor.lo \
548 libgio_2_0_la-gzlibdecompressor.lo \
549 libgio_2_0_la-gioenumtypes.lo libgio_2_0_la-glistmodel.lo \
550 libgio_2_0_la-gliststore.lo $(am__objects_3) $(am__objects_7) \
551 $(am__objects_10) $(am__objects_11) $(am__objects_14) \
552 $(am__objects_15) $(am__objects_16) $(am__objects_4)
553 libgio_2_0_la_OBJECTS = $(am_libgio_2_0_la_OBJECTS)
554 AM_V_lt = $(am__v_lt_@AM_V@)
555 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
556 am__v_lt_0 = --silent
557 am__v_lt_1 =
558 libgio_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
559 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libgio_2_0_la_CFLAGS) \
560 $(CFLAGS) $(libgio_2_0_la_LDFLAGS) $(LDFLAGS) -o $@
561 @OS_UNIX_TRUE@am__EXEEXT_1 = gapplication$(EXEEXT)
562 am__EXEEXT_2 =
563 @ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_3 = $(am__EXEEXT_2)
564 @ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_4 = $(am__EXEEXT_2)
565 PROGRAMS = $(bin_PROGRAMS) $(installed_test_PROGRAMS) \
566 $(noinst_PROGRAMS)
567 am__gapplication_SOURCES_DIST = gapplication-tool.c
568 @OS_UNIX_TRUE@am_gapplication_OBJECTS = gapplication-tool.$(OBJEXT)
569 gapplication_OBJECTS = $(am_gapplication_OBJECTS)
570 @OS_UNIX_TRUE@gapplication_DEPENDENCIES = libgio-2.0.la \
571 @OS_UNIX_TRUE@ $(top_builddir)/gobject/libgobject-2.0.la \
572 @OS_UNIX_TRUE@ $(top_builddir)/gmodule/libgmodule-2.0.la \
573 @OS_UNIX_TRUE@ $(top_builddir)/glib/libglib-2.0.la \
574 @OS_UNIX_TRUE@ $(am__DEPENDENCIES_1)
575 am_gdbus_OBJECTS = gdbus-tool.$(OBJEXT)
576 gdbus_OBJECTS = $(am_gdbus_OBJECTS)
577 gdbus_DEPENDENCIES = libgio-2.0.la \
578 $(top_builddir)/gobject/libgobject-2.0.la \
579 $(top_builddir)/gmodule/libgmodule-2.0.la \
580 $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
581 am_gio_querymodules_OBJECTS = gio-querymodules.$(OBJEXT)
582 gio_querymodules_OBJECTS = $(am_gio_querymodules_OBJECTS)
583 gio_querymodules_DEPENDENCIES = libgio-2.0.la \
584 $(top_builddir)/gobject/libgobject-2.0.la \
585 $(top_builddir)/gmodule/libgmodule-2.0.la \
586 $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
587 am_glib_compile_resources_OBJECTS = gvdb-builder.$(OBJEXT) \
588 glib-compile-resources.$(OBJEXT)
589 glib_compile_resources_OBJECTS = $(am_glib_compile_resources_OBJECTS)
590 glib_compile_resources_DEPENDENCIES = libgio-2.0.la \
591 $(top_builddir)/gobject/libgobject-2.0.la \
592 $(top_builddir)/gmodule/libgmodule-2.0.la \
593 $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
594 am_glib_compile_schemas_OBJECTS = gvdb-builder.$(OBJEXT) \
595 glib-compile-schemas.$(OBJEXT)
596 glib_compile_schemas_OBJECTS = $(am_glib_compile_schemas_OBJECTS)
597 glib_compile_schemas_DEPENDENCIES = \
598 $(top_builddir)/glib/libglib-2.0.la
599 am_gresource_OBJECTS = gresource-gresource-tool.$(OBJEXT)
600 gresource_OBJECTS = $(am_gresource_OBJECTS)
601 gresource_DEPENDENCIES = libgio-2.0.la \
602 $(top_builddir)/gobject/libgobject-2.0.la \
603 $(top_builddir)/gmodule/libgmodule-2.0.la \
604 $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
605 am_gsettings_OBJECTS = gsettings-tool.$(OBJEXT)
606 gsettings_OBJECTS = $(am_gsettings_OBJECTS)
607 gsettings_DEPENDENCIES = libgio-2.0.la \
608 $(top_builddir)/gobject/libgobject-2.0.la \
609 $(top_builddir)/gmodule/libgmodule-2.0.la \
610 $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
611 SCRIPTS = $(installed_test_SCRIPTS) $(noinst_SCRIPTS)
612 AM_V_P = $(am__v_P_@AM_V@)
613 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
614 am__v_P_0 = false
615 am__v_P_1 = :
616 AM_V_GEN = $(am__v_GEN_@AM_V@)
617 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
618 am__v_GEN_0 = @echo " GEN " $@;
619 am__v_GEN_1 =
620 AM_V_at = $(am__v_at_@AM_V@)
621 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
622 am__v_at_0 = @
623 am__v_at_1 =
624 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
625 depcomp = $(SHELL) $(top_srcdir)/depcomp
626 am__depfiles_maybe = depfiles
627 am__mv = mv -f
628 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
629 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
630 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
631 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
632 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
633 $(AM_CFLAGS) $(CFLAGS)
634 AM_V_CC = $(am__v_CC_@AM_V@)
635 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
636 am__v_CC_0 = @echo " CC " $@;
637 am__v_CC_1 =
638 CCLD = $(CC)
639 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
640 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
641 $(AM_LDFLAGS) $(LDFLAGS) -o $@
642 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
643 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
644 am__v_CCLD_0 = @echo " CCLD " $@;
645 am__v_CCLD_1 =
646 SOURCES = $(libgio_2_0_la_SOURCES) $(gapplication_SOURCES) \
647 $(gdbus_SOURCES) $(gio_querymodules_SOURCES) \
648 $(glib_compile_resources_SOURCES) \
649 $(glib_compile_schemas_SOURCES) $(gresource_SOURCES) \
650 $(gsettings_SOURCES)
651 DIST_SOURCES = $(am__libgio_2_0_la_SOURCES_DIST) \
652 $(am__gapplication_SOURCES_DIST) $(gdbus_SOURCES) \
653 $(gio_querymodules_SOURCES) $(glib_compile_resources_SOURCES) \
654 $(glib_compile_schemas_SOURCES) $(gresource_SOURCES) \
655 $(gsettings_SOURCES)
656 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
657 ctags-recursive dvi-recursive html-recursive info-recursive \
658 install-data-recursive install-dvi-recursive \
659 install-exec-recursive install-html-recursive \
660 install-info-recursive install-pdf-recursive \
661 install-ps-recursive install-recursive installcheck-recursive \
662 installdirs-recursive pdf-recursive ps-recursive \
663 tags-recursive uninstall-recursive
664 am__can_run_installinfo = \
665 case $$AM_UPDATE_INFO_DIR in \
666 n|no|NO) false;; \
667 *) (install-info --version) >/dev/null 2>&1;; \
668 esac
669 DATA = $(completion_DATA) $(dist_its_DATA) $(dist_schema_DATA) \
670 $(installed_test_meta_DATA) $(nobase_installed_test_DATA) \
671 $(noinst_DATA)
672 am__giounixinclude_HEADERS_DIST = gdesktopappinfo.h \
673 gfiledescriptorbased.h gunixconnection.h \
674 gunixcredentialsmessage.h gunixmounts.h gunixfdlist.h \
675 gunixfdmessage.h gunixinputstream.h gunixoutputstream.h \
676 gunixsocketaddress.h
677 am__giowin32include_HEADERS_DIST = gwin32inputstream.h \
678 gwin32outputstream.h
679 HEADERS = $(gioinclude_HEADERS) $(giounixinclude_HEADERS) \
680 $(giowin32include_HEADERS) $(nodist_gioinclude_HEADERS)
681 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
682 distclean-recursive maintainer-clean-recursive
683 am__recursive_targets = \
684 $(RECURSIVE_TARGETS) \
685 $(RECURSIVE_CLEAN_TARGETS) \
686 $(am__extra_recursive_targets)
687 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
688 check recheck distdir
689 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
690 # Read a list of newline-separated strings from the standard input,
691 # and print each of them once, without duplicates. Input order is
692 # *not* preserved.
693 am__uniquify_input = $(AWK) '\
694 BEGIN { nonempty = 0; } \
695 { items[$$0] = 1; nonempty = 1; } \
696 END { if (nonempty) { for (i in items) print i; }; } \
697 '
698 # Make sure the list of sources is unique. This is necessary because,
699 # e.g., the same source file might be shared among _SOURCES variables
700 # for different programs/libraries.
701 am__define_uniq_tagged_files = \
702 list='$(am__tagged_files)'; \
703 unique=`for i in $$list; do \
704 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
705 done | $(am__uniquify_input)`
706 ETAGS = etags
707 CTAGS = ctags
708 am__tty_colors_dummy = \
709 mgn= red= grn= lgn= blu= brg= std=; \
710 am__color_tests=no
711 am__tty_colors = { \
712 $(am__tty_colors_dummy); \
713 if test "X$(AM_COLOR_TESTS)" = Xno; then \
714 am__color_tests=no; \
715 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
716 am__color_tests=yes; \
717 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
718 am__color_tests=yes; \
719 fi; \
720 if test $$am__color_tests = yes; then \
721 red=''; \
722 grn=''; \
723 lgn=''; \
724 blu=''; \
725 mgn=''; \
726 brg=''; \
727 std=''; \
728 fi; \
729 }
730 am__recheck_rx = ^[ ]*:recheck:[ ]*
731 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
732 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
733 # A command that, given a newline-separated list of test names on the
734 # standard input, print the name of the tests that are to be re-run
735 # upon "make recheck".
736 am__list_recheck_tests = $(AWK) '{ \
737 recheck = 1; \
738 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
739 { \
740 if (rc < 0) \
741 { \
742 if ((getline line2 < ($$0 ".log")) < 0) \
743 recheck = 0; \
744 break; \
745 } \
746 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
747 { \
748 recheck = 0; \
749 break; \
750 } \
751 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
752 { \
753 break; \
754 } \
755 }; \
756 if (recheck) \
757 print $$0; \
758 close ($$0 ".trs"); \
759 close ($$0 ".log"); \
760 }'
761 # A command that, given a newline-separated list of test names on the
762 # standard input, create the global log from their .trs and .log files.
763 am__create_global_log = $(AWK) ' \
764 function fatal(msg) \
765 { \
766 print "fatal: making $@: " msg | "cat >&2"; \
767 exit 1; \
768 } \
769 function rst_section(header) \
770 { \
771 print header; \
772 len = length(header); \
773 for (i = 1; i <= len; i = i + 1) \
774 printf "="; \
775 printf "\n\n"; \
776 } \
777 { \
778 copy_in_global_log = 1; \
779 global_test_result = "RUN"; \
780 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
781 { \
782 if (rc < 0) \
783 fatal("failed to read from " $$0 ".trs"); \
784 if (line ~ /$(am__global_test_result_rx)/) \
785 { \
786 sub("$(am__global_test_result_rx)", "", line); \
787 sub("[ ]*$$", "", line); \
788 global_test_result = line; \
789 } \
790 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
791 copy_in_global_log = 0; \
792 }; \
793 if (copy_in_global_log) \
794 { \
795 rst_section(global_test_result ": " $$0); \
796 while ((rc = (getline line < ($$0 ".log"))) != 0) \
797 { \
798 if (rc < 0) \
799 fatal("failed to read from " $$0 ".log"); \
800 print line; \
801 }; \
802 printf "\n"; \
803 }; \
804 close ($$0 ".trs"); \
805 close ($$0 ".log"); \
806 }'
807 # Restructured Text title.
808 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
809 # Solaris 10 'make', and several other traditional 'make' implementations,
810 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
811 # by disabling -e (using the XSI extension "set +e") if it's set.
812 am__sh_e_setup = case $$- in *e*) set +e;; esac
813 # Default flags passed to test drivers.
814 am__common_driver_flags = \
815 --color-tests "$$am__color_tests" \
816 --enable-hard-errors "$$am__enable_hard_errors" \
817 --expect-failure "$$am__expect_failure"
818 # To be inserted before the command running the test. Creates the
819 # directory for the log if needed. Stores in $dir the directory
820 # containing $f, in $tst the test, in $log the log. Executes the
821 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
822 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
823 # will run the test scripts (or their associated LOG_COMPILER, if
824 # thy have one).
825 am__check_pre = \
826 $(am__sh_e_setup); \
827 $(am__vpath_adj_setup) $(am__vpath_adj) \
828 $(am__tty_colors); \
829 srcdir=$(srcdir); export srcdir; \
830 case "$@" in \
831 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
832 *) am__odir=.;; \
833 esac; \
834 test "x$$am__odir" = x"." || test -d "$$am__odir" \
835 || $(MKDIR_P) "$$am__odir" || exit $$?; \
836 if test -f "./$$f"; then dir=./; \
837 elif test -f "$$f"; then dir=; \
838 else dir="$(srcdir)/"; fi; \
839 tst=$$dir$$f; log='$@'; \
840 if test -n '$(DISABLE_HARD_ERRORS)'; then \
841 am__enable_hard_errors=no; \
842 else \
843 am__enable_hard_errors=yes; \
844 fi; \
845 case " $(XFAIL_TESTS) " in \
846 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
847 am__expect_failure=yes;; \
848 *) \
849 am__expect_failure=no;; \
850 esac; \
851 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
852 # A shell command to get the names of the tests scripts with any registered
853 # extension removed (i.e., equivalently, the names of the test logs, with
854 # the '.log' extension removed). The result is saved in the shell variable
855 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
856 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
857 # since that might cause problem with VPATH rewrites for suffix-less tests.
858 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
859 am__set_TESTS_bases = \
860 bases='$(TEST_LOGS)'; \
861 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
862 bases=`echo $$bases`
863 RECHECK_LOGS = $(TEST_LOGS)
864 TEST_SUITE_LOG = test-suite.log
865 TEST_EXTENSIONS = @EXEEXT@ .test
866 am__test_logs1 = $(TESTS:=.log)
867 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
868 TEST_LOGS = $(am__test_logs2:.test.log=.log)
869 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
870 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
871 $(TEST_LOG_FLAGS)
872 am__set_b = \
873 case '$@' in \
874 */*) \
875 case '$*' in \
876 */*) b='$*';; \
877 *) b=`echo '$@' | sed 's/\.log$$//'`; \
878 esac;; \
879 *) \
880 b='$*';; \
881 esac
882 DIST_SUBDIRS = gdbus-2.0/codegen xdgmime inotify kqueue win32 . tests \
883 fam
884 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gio.rc.in \
885 $(srcdir)/gnetworking.h.in \
886 $(top_srcdir)/build/Makefile.msvcproj $(top_srcdir)/depcomp \
887 $(top_srcdir)/glib.mk $(top_srcdir)/test-driver ChangeLog
888 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
889 am__relativize = \
890 dir0=`pwd`; \
891 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
892 sed_rest='s,^[^/]*/*,,'; \
893 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
894 sed_butlast='s,/*[^/]*$$,,'; \
895 while test -n "$$dir1"; do \
896 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
897 if test "$$first" != "."; then \
898 if test "$$first" = ".."; then \
899 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
900 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
901 else \
902 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
903 if test "$$first2" = "$$first"; then \
904 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
905 else \
906 dir2="../$$dir2"; \
907 fi; \
908 dir0="$$dir0"/"$$first"; \
909 fi; \
910 fi; \
911 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
912 done; \
913 reldir="$$dir2"
914 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
915 ACLOCAL = @ACLOCAL@
916 ALLOCA = @ALLOCA@
917 AMTAR = @AMTAR@
918 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
919 AR = @AR@
920 AS = @AS@
921 AUTOCONF = @AUTOCONF@
922 AUTOHEADER = @AUTOHEADER@
923 AUTOMAKE = @AUTOMAKE@
924 AWK = @AWK@
925 CARBON_LIBS = @CARBON_LIBS@
926 CATALOGS = @CATALOGS@
927 CATOBJEXT = @CATOBJEXT@
928 CC = @CC@
929 CCDEPMODE = @CCDEPMODE@
930 CFLAGS = @CFLAGS@
931 COCOA_LIBS = @COCOA_LIBS@
932 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
933 CPP = @CPP@
934 CPPFLAGS = @CPPFLAGS@
935 CXX = @CXX@
936 CXXCPP = @CXXCPP@
937 CXXDEPMODE = @CXXDEPMODE@
938 CXXFLAGS = @CXXFLAGS@
939 CYGPATH_W = @CYGPATH_W@
940 DATADIRNAME = @DATADIRNAME@
941 DBUS1_CFLAGS = @DBUS1_CFLAGS@
942 DBUS1_LIBS = @DBUS1_LIBS@
943 DBUS_DAEMON = @DBUS_DAEMON@
944 DEFS = @DEFS@
945 DEPDIR = @DEPDIR@
946 DLLTOOL = @DLLTOOL@
947 DSYMUTIL = @DSYMUTIL@
948 DTRACE = @DTRACE@
949 DUMPBIN = @DUMPBIN@
950 ECHO_C = @ECHO_C@
951 ECHO_N = @ECHO_N@
952 ECHO_T = @ECHO_T@
953 EGREP = @EGREP@
954 EXEEXT = @EXEEXT@
955 FAM_LIBS = @FAM_LIBS@
956 FGREP = @FGREP@
957 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
958 GIO = @GIO@
959 GIO_MODULE_DIR = @GIO_MODULE_DIR@
960 GLIBC21 = @GLIBC21@
961 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
962 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
963 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
964 GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
965 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
966 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
967 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
968 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
969 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
970 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
971 GLIB_VERSION = @GLIB_VERSION@
972 GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
973 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
974 GMOFILES = @GMOFILES@
975 GMSGFMT = @GMSGFMT@
976 GREP = @GREP@
977 GSPAWN = @GSPAWN@
978 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
979 GTKDOC_CHECK = @GTKDOC_CHECK@
980 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
981 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
982 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
983 GTKDOC_MKPDF = @GTKDOC_MKPDF@
984 GTKDOC_REBASE = @GTKDOC_REBASE@
985 G_LIBS_EXTRA = @G_LIBS_EXTRA@
986 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
987 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
988 G_MODULE_IMPL = @G_MODULE_IMPL@
989 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
990 G_MODULE_LIBS = @G_MODULE_LIBS@
991 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
992 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
993 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
994 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
995 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
996 G_THREAD_LIBS = @G_THREAD_LIBS@
997 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
998 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
999 HTML_DIR = @HTML_DIR@
1000 ICONV_LIBS = @ICONV_LIBS@
1001 INDENT = @INDENT@
1002 INSTALL = @INSTALL@
1003 INSTALL_DATA = @INSTALL_DATA@
1004 INSTALL_PROGRAM = @INSTALL_PROGRAM@
1005 INSTALL_SCRIPT = @INSTALL_SCRIPT@
1006 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1007 INSTOBJEXT = @INSTOBJEXT@
1008 INTLLIBS = @INTLLIBS@
1009 LD = @LD@
1010 LDFLAGS = @LDFLAGS@
1011 LIBELF_CFLAGS = @LIBELF_CFLAGS@
1012 LIBELF_LIBS = @LIBELF_LIBS@
1013 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
1014 LIBFFI_LIBS = @LIBFFI_LIBS@
1015 LIBOBJS = @LIBOBJS@
1016 LIBS = @LIBS@
1017 LIBTOOL = @LIBTOOL@
1018 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
1019 LIPO = @LIPO@
1020 LN_S = @LN_S@
1021 LTLIBOBJS = @LTLIBOBJS@
1022 LTP = @LTP@
1023 LTP_GENHTML = @LTP_GENHTML@
1024 LT_AGE = @LT_AGE@
1025 LT_CURRENT = @LT_CURRENT@
1026 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
1027 LT_RELEASE = @LT_RELEASE@
1028 LT_REVISION = @LT_REVISION@
1029 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
1030 MAINT = @MAINT@
1031 MAKEINFO = @MAKEINFO@
1032 MANIFEST_TOOL = @MANIFEST_TOOL@
1033 MKDIR_P = @MKDIR_P@
1034 MKINSTALLDIRS = @MKINSTALLDIRS@
1035 MSGFMT = @MSGFMT@
1036 MSGFMT_OPTS = @MSGFMT_OPTS@
1037 NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
1038 NETWORK_LIBS = @NETWORK_LIBS@
1039 NM = @NM@
1040 NMEDIT = @NMEDIT@
1041 OBJDUMP = @OBJDUMP@
1042 OBJEXT = @OBJEXT@
1043 OTOOL = @OTOOL@
1044 OTOOL64 = @OTOOL64@
1045 PACKAGE = @PACKAGE@
1046 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
1047 PACKAGE_NAME = @PACKAGE_NAME@
1048 PACKAGE_STRING = @PACKAGE_STRING@
1049 PACKAGE_TARNAME = @PACKAGE_TARNAME@
1050 PACKAGE_URL = @PACKAGE_URL@
1051 PACKAGE_VERSION = @PACKAGE_VERSION@
1052 PATH_SEPARATOR = @PATH_SEPARATOR@
1053 PCRE_CFLAGS = @PCRE_CFLAGS@
1054 PCRE_LIBS = @PCRE_LIBS@
1055 PCRE_REQUIRES = @PCRE_REQUIRES@
1056 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
1057 PERL = @PERL@
1058 PERL_PATH = @PERL_PATH@
1059 PKG_CONFIG = @PKG_CONFIG@
1060 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
1061 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
1062 PLATFORMDEP = @PLATFORMDEP@
1063 POFILES = @POFILES@
1064 POSUB = @POSUB@
1065 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
1066 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
1067 PYTHON = @PYTHON@
1068 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
1069 PYTHON_PLATFORM = @PYTHON_PLATFORM@
1070 PYTHON_PREFIX = @PYTHON_PREFIX@
1071 PYTHON_VERSION = @PYTHON_VERSION@
1072 RANLIB = @RANLIB@
1073 REBUILD = @REBUILD@
1074 SED = @SED@
1075 SELINUX_LIBS = @SELINUX_LIBS@
1076 SET_MAKE = @SET_MAKE@
1077 SHELL = @SHELL@
1078 SHTOOL = @SHTOOL@
1079 STRIP = @STRIP@
1080 USE_NLS = @USE_NLS@
1081 VERSION = @VERSION@
1082 WINDRES = @WINDRES@
1083 WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
1084 XATTR_LIBS = @XATTR_LIBS@
1085 XGETTEXT = @XGETTEXT@
1086 XMLCATALOG = @XMLCATALOG@
1087 XML_CATALOG_FILE = @XML_CATALOG_FILE@
1088 XSLTPROC = @XSLTPROC@
1089 ZLIB_CFLAGS = @ZLIB_CFLAGS@
1090 ZLIB_LIBS = @ZLIB_LIBS@
1091 abs_builddir = @abs_builddir@
1092 abs_srcdir = @abs_srcdir@
1093 abs_top_builddir = @abs_top_builddir@
1094 abs_top_srcdir = @abs_top_srcdir@
1095 ac_ct_AR = @ac_ct_AR@
1096 ac_ct_CC = @ac_ct_CC@
1097 ac_ct_CXX = @ac_ct_CXX@
1098 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1099 am__include = @am__include@
1100 am__leading_dot = @am__leading_dot@
1101 am__quote = @am__quote@
1102 am__tar = @am__tar@
1103 am__untar = @am__untar@
1104 bindir = @bindir@
1105 build = @build@
1106 build_alias = @build_alias@
1107 build_cpu = @build_cpu@
1108 build_os = @build_os@
1109 build_vendor = @build_vendor@
1110 builddir = @builddir@
1111 config_h_INCLUDES = @config_h_INCLUDES@
1112 datadir = @datadir@
1113 datarootdir = @datarootdir@
1114 docdir = @docdir@
1115 dvidir = @dvidir@
1116 exec_prefix = @exec_prefix@
1117 gio_INCLUDES = @gio_INCLUDES@
1118 glib_INCLUDES = @glib_INCLUDES@
1119 gmodule_INCLUDES = @gmodule_INCLUDES@
1120 gobject_INCLUDES = @gobject_INCLUDES@
1121 host = @host@
1122 host_alias = @host_alias@
1123 host_cpu = @host_cpu@
1124 host_os = @host_os@
1125 host_vendor = @host_vendor@
1126 htmldir = @htmldir@
1127 includedir = @includedir@
1128 infodir = @infodir@
1129 install_sh = @install_sh@
1130 installed_test_metadir = @installed_test_metadir@
1131 installed_testdir = @installed_testdir@
1132 libdir = @libdir@
1133 libexecdir = @libexecdir@
1134 localedir = @localedir@
1135 localstatedir = @localstatedir@
1136 mandir = @mandir@
1137 mkdir_p = @mkdir_p@
1138 ms_librarian = @ms_librarian@
1139 oldincludedir = @oldincludedir@
1140 pdfdir = @pdfdir@
1141 pkgpyexecdir = @pkgpyexecdir@
1142 pkgpythondir = @pkgpythondir@
1143 prefix = @prefix@
1144 program_transform_name = @program_transform_name@
1145 psdir = @psdir@
1146 pyexecdir = @pyexecdir@
1147 pythondir = @pythondir@
1148 runstatedir = @runstatedir@
1149 sbindir = @sbindir@
1150 sharedstatedir = @sharedstatedir@
1151 srcdir = @srcdir@
1152 sysconfdir = @sysconfdir@
1153 target_alias = @target_alias@
1154 top_build_prefix = @top_build_prefix@
1155 top_builddir = @top_builddir@
1156 top_srcdir = @top_srcdir@
1157  
1158 #GTESTER = gtester # for non-GLIB packages
1159 #GTESTER_REPORT = gtester-report # for non-GLIB packages
1160 GTESTER = $(top_builddir)/glib/gtester # for the GLIB package
1161 GTESTER_REPORT = $(top_builddir)/glib/gtester-report # for the GLIB package
1162 NULL =
1163  
1164 # initialize variables for unconditional += appending
1165  
1166 # these sources (also mentioned above) are generated.
1167 BUILT_SOURCES = gconstructor_as_data.h gioenumtypes.h gioenumtypes.c \
1168 gdbus-daemon-generated.c gdbus-daemon-generated.h \
1169 gnetworking.h $(NULL)
1170 BUILT_EXTRA_DIST = gio.rc
1171 CLEANFILES = *.log *.trs $(am__append_14) gdbus-daemon-generated.c \
1172 gdbus-daemon-generated.h gio-public-headers.txt \
1173 gconstructor_as_data.h
1174 DISTCLEANFILES = gioenumtypes.h gioenumtypes.c
1175 MAINTAINERCLEANFILES =
1176  
1177 # These are not built into the library yet
1178 EXTRA_DIST = $(all_dist_test_scripts) $(all_dist_test_data) \
1179 gdbusdaemon.c gdbusdaemon.h dbus-daemon.xml strinfo.c \
1180 data-to-c.pl gioenumtypes.h.template gioenumtypes.c.template \
1181 makefile.msc gio.rc.in gschema.dtd gconstructor_as_data.h \
1182 gnetworking.h.win32 $(NULL) $(completion_DATA)
1183  
1184 # We support a fairly large range of possible variables. It is expected that all types of files in a test suite
1185 # will belong in exactly one of the following variables.
1186 #
1187 # First, we support the usual automake suffixes, but in lowercase, with the customary meaning:
1188 #
1189 # test_programs, test_scripts, test_data, test_ltlibraries
1190 #
1191 # The above are used to list files that are involved in both uninstalled and installed testing. The
1192 # test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite.
1193 # Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is
1194 # installed in the same way as it appears in the package layout.
1195 #
1196 # In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled',
1197 # like so:
1198 #
1199 # installed_test_programs, uninstalled_test_programs
1200 # installed_test_scripts, uninstalled_test_scripts
1201 # installed_test_data, uninstalled_test_data
1202 # installed_test_ltlibraries, uninstalled_test_ltlibraries
1203 #
1204 # Additionally, we support 'extra' infixes for programs and scripts. This is used for support programs/scripts
1205 # that should not themselves be run as testcases (but exist to be used from other testcases):
1206 #
1207 # test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs
1208 # test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts
1209 #
1210 # Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data
1211 # file automatically end up in the tarball.
1212 #
1213 # dist_test_scripts, dist_test_data, dist_test_extra_scripts
1214 # dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts
1215 # dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts
1216 #
1217 # Note that no file is automatically disted unless it appears in one of the dist_ variables. This follows the
1218 # standard automake convention of not disting programs scripts or data by default.
1219 #
1220 # test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted
1221 # variants) will be run as part of the in-tree 'make check'. These are all assumed to be runnable under
1222 # gtester. That's a bit strange for scripts, but it's possible.
1223  
1224 # we use test -z "$(TEST_PROGS)" above, so make sure we have no extra whitespace...
1225 TEST_PROGS = $(strip $(test_programs) $(test_scripts) \
1226 $(uninstalled_test_programs) $(uninstalled_test_scripts) \
1227 $(dist_test_scripts) $(dist_uninstalled_test_scripts))
1228 installed_test_LTLIBRARIES = $(am__append_13)
1229 installed_test_SCRIPTS = $(am__append_11)
1230 nobase_installed_test_DATA = $(am__append_12)
1231 noinst_LTLIBRARIES = $(am__append_2)
1232 noinst_SCRIPTS = $(am__append_4)
1233 noinst_DATA = $(am__append_5) $(am__append_16)
1234 check_LTLIBRARIES = $(am__append_6)
1235 check_SCRIPTS = $(am__append_8)
1236 check_DATA = $(am__append_9)
1237  
1238 # Note: build even the installed-only targets during 'make check' to ensure that they still work.
1239 # We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to
1240 # prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were
1241 # filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'.
1242 all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \
1243 $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs)
1244  
1245 all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) \
1246 $(installed_test_scripts) $(test_extra_scripts) \
1247 $(uninstalled_test_extra_scripts) \
1248 $(installed_test_extra_scripts) $(all_dist_test_scripts)
1249 all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \
1250 $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts)
1251  
1252 all_test_data = $(test_data) $(uninstalled_test_data) \
1253 $(installed_test_data) $(all_dist_test_data)
1254 all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data)
1255 all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries)
1256 @ENABLE_INSTALLED_TESTS_TRUE@installed_testcases = $(test_programs) $(installed_test_programs) \
1257 @ENABLE_INSTALLED_TESTS_TRUE@ $(test_scripts) $(installed_test_scripts) \
1258 @ENABLE_INSTALLED_TESTS_TRUE@ $(dist_test_scripts) $(dist_installed_test_scripts)
1259  
1260 @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test)
1261 SUBDIRS = gdbus-2.0/codegen $(am__append_15) $(am__append_19) \
1262 $(am__append_22) $(am__append_25) . tests $(am__append_28)
1263 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) gio-2.0.lib $(DESTDIR)$(libdir)
1264 @MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gio-2.0.lib
1265 AM_CPPFLAGS = \
1266 -DG_LOG_DOMAIN=\"GLib-GIO\" \
1267 $(gmodule_INCLUDES) \
1268 $(GLIB_DEBUG_FLAGS) \
1269 -DGIO_COMPILATION \
1270 -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"
1271  
1272 AM_CFLAGS = $(GLIB_WARN_CFLAGS)
1273 lib_LTLIBRARIES = libgio-2.0.la
1274 gdbus_headers = \
1275 gdbusauthobserver.h \
1276 gcredentials.h \
1277 gdbusutils.h \
1278 gdbuserror.h \
1279 gdbusaddress.h \
1280 gdbusconnection.h \
1281 gdbusmessage.h \
1282 gdbusnameowning.h \
1283 gdbusnamewatching.h \
1284 gdbusproxy.h \
1285 gdbusintrospection.h \
1286 gdbusmethodinvocation.h \
1287 gdbusserver.h \
1288 gdbusinterface.h \
1289 gdbusinterfaceskeleton.h \
1290 gdbusobject.h \
1291 gdbusobjectskeleton.h \
1292 gdbusobjectproxy.h \
1293 gdbusobjectmanager.h \
1294 gdbusobjectmanagerclient.h \
1295 gdbusobjectmanagerserver.h \
1296 gtestdbus.h \
1297 $(NULL)
1298  
1299 gdbus_sources = \
1300 gdbusutils.h gdbusutils.c \
1301 gdbusaddress.h gdbusaddress.c \
1302 gdbusauthobserver.h gdbusauthobserver.c \
1303 gdbusauth.h gdbusauth.c \
1304 gdbusauthmechanism.h gdbusauthmechanism.c \
1305 gdbusauthmechanismanon.h gdbusauthmechanismanon.c \
1306 gdbusauthmechanismexternal.h gdbusauthmechanismexternal.c \
1307 gdbusauthmechanismsha1.h gdbusauthmechanismsha1.c \
1308 gdbuserror.h gdbuserror.c \
1309 gdbusconnection.h gdbusconnection.c \
1310 gdbusmessage.h gdbusmessage.c \
1311 gdbusnameowning.h gdbusnameowning.c \
1312 gdbusnamewatching.h gdbusnamewatching.c \
1313 gdbusproxy.h gdbusproxy.c \
1314 gdbusprivate.h gdbusprivate.c \
1315 gdbusintrospection.h gdbusintrospection.c \
1316 gdbusmethodinvocation.h gdbusmethodinvocation.c \
1317 gdbusserver.h gdbusserver.c \
1318 gdbusinterface.h gdbusinterface.c \
1319 gdbusinterfaceskeleton.h gdbusinterfaceskeleton.c \
1320 gdbusobject.h gdbusobject.c \
1321 gdbusobjectskeleton.h gdbusobjectskeleton.c \
1322 gdbusobjectproxy.h gdbusobjectproxy.c \
1323 gdbusobjectmanager.h gdbusobjectmanager.c \
1324 gdbusobjectmanagerclient.h gdbusobjectmanagerclient.c \
1325 gdbusobjectmanagerserver.h gdbusobjectmanagerserver.c \
1326 gtestdbus.h gtestdbus.c \
1327 $(NULL)
1328  
1329 settings_headers = \
1330 gsettingsbackend.h \
1331 gsettingsschema.h \
1332 gsettings.h
1333  
1334 settings_sources = gvdb/gvdb-format.h gvdb/gvdb-reader.h \
1335 gvdb/gvdb-reader.c gdelayedsettingsbackend.h \
1336 gdelayedsettingsbackend.c gkeyfilesettingsbackend.c \
1337 gmemorysettingsbackend.c gnullsettingsbackend.c \
1338 gsettingsbackendinternal.h gsettingsbackend.c \
1339 gsettingsschema.h gsettingsschema-internal.h gsettingsschema.c \
1340 gsettings-mapping.h gsettings-mapping.c gsettings.c \
1341 $(am__append_17) $(am__append_18)
1342 application_headers = \
1343 gapplication.h \
1344 gapplicationcommandline.h \
1345 \
1346 gactiongroup.h \
1347 gactionmap.h \
1348 gsimpleactiongroup.h \
1349 gremoteactiongroup.h \
1350 gactiongroupexporter.h \
1351 gdbusactiongroup.h \
1352 gaction.h \
1353 gpropertyaction.h \
1354 gsimpleaction.h \
1355 \
1356 gmenumodel.h \
1357 gmenu.h \
1358 gmenuexporter.h \
1359 gdbusmenumodel.h \
1360 gnotification.h \
1361 $(NULL)
1362  
1363 application_sources = \
1364 gapplication.c \
1365 gapplicationcommandline.c \
1366 gapplicationimpl-dbus.c \
1367 gapplicationimpl.h \
1368 \
1369 gactiongroup.c \
1370 gactionmap.c \
1371 gsimpleactiongroup.c \
1372 gremoteactiongroup.c \
1373 gactiongroupexporter.c \
1374 gdbusactiongroup-private.h \
1375 gdbusactiongroup.c \
1376 gaction.c \
1377 gpropertyaction.c \
1378 gsimpleaction.c \
1379 \
1380 gmenumodel.c \
1381 gmenu.c \
1382 gmenuexporter.c \
1383 gdbusmenumodel.c \
1384 gnotification-private.h \
1385 gnotificationbackend.h \
1386 gnotification.c \
1387 gnotificationbackend.c \
1388 $(NULL)
1389  
1390 local_sources = \
1391 ghttpproxy.c \
1392 ghttpproxy.h \
1393 glocalfile.c \
1394 glocalfile.h \
1395 glocalfileenumerator.c \
1396 glocalfileenumerator.h \
1397 glocalfileinfo.c \
1398 glocalfileinfo.h \
1399 glocalfileinputstream.c \
1400 glocalfileinputstream.h \
1401 glocalfilemonitor.c \
1402 glocalfilemonitor.h \
1403 glocalfileoutputstream.c \
1404 glocalfileoutputstream.h \
1405 glocalfileiostream.c \
1406 glocalfileiostream.h \
1407 glocalvfs.c \
1408 glocalvfs.h \
1409 gsocks4proxy.c \
1410 gsocks4proxy.h \
1411 gsocks4aproxy.c \
1412 gsocks4aproxy.h \
1413 gsocks5proxy.c \
1414 gsocks5proxy.h \
1415 thumbnail-verify.h \
1416 thumbnail-verify.c \
1417 $(NULL)
1418  
1419 platform_libadd = $(am__append_20) $(am__append_23) $(am__append_26) \
1420 $(am__append_30) $(am__append_35)
1421 platform_deps = $(am__append_21) $(am__append_24) $(am__append_27) \
1422 $(am__append_31)
1423 appinfo_sources = $(am__append_29) $(am__append_34)
1424 @OS_UNIX_TRUE@unix_sources = gfiledescriptorbased.c gunixconnection.c \
1425 @OS_UNIX_TRUE@ gunixcredentialsmessage.c gunixfdlist.c \
1426 @OS_UNIX_TRUE@ gunixfdmessage.c gunixmount.c gunixmount.h \
1427 @OS_UNIX_TRUE@ gunixmounts.c gunixsocketaddress.c gunixvolume.c \
1428 @OS_UNIX_TRUE@ gunixvolume.h gunixvolumemonitor.c \
1429 @OS_UNIX_TRUE@ gunixvolumemonitor.h gunixinputstream.c \
1430 @OS_UNIX_TRUE@ gunixoutputstream.c gcontenttype.c \
1431 @OS_UNIX_TRUE@ gcontenttypeprivate.h gfdonotificationbackend.c \
1432 @OS_UNIX_TRUE@ ggtknotificationbackend.c $(NULL) \
1433 @OS_UNIX_TRUE@ $(am__append_32) $(am__append_33)
1434 @OS_UNIX_TRUE@giounixincludedir = $(includedir)/gio-unix-2.0/gio
1435 @OS_UNIX_TRUE@giounixinclude_HEADERS = \
1436 @OS_UNIX_TRUE@ gdesktopappinfo.h \
1437 @OS_UNIX_TRUE@ gfiledescriptorbased.h \
1438 @OS_UNIX_TRUE@ gunixconnection.h \
1439 @OS_UNIX_TRUE@ gunixcredentialsmessage.h \
1440 @OS_UNIX_TRUE@ gunixmounts.h \
1441 @OS_UNIX_TRUE@ gunixfdlist.h \
1442 @OS_UNIX_TRUE@ gunixfdmessage.h \
1443 @OS_UNIX_TRUE@ gunixinputstream.h \
1444 @OS_UNIX_TRUE@ gunixoutputstream.h \
1445 @OS_UNIX_TRUE@ gunixsocketaddress.h \
1446 @OS_UNIX_TRUE@ $(NULL)
1447  
1448 gdbus_daemon_sources = \
1449 gdbusdaemon.c \
1450 gdbusdaemon.h \
1451 gdbus-daemon-generated.c \
1452 gdbus-daemon-generated.h \
1453 $(NULL)
1454  
1455 win32_actual_sources = \
1456 $(gdbus_daemon_sources) \
1457 gwin32registrykey.c \
1458 gwin32registrykey.h \
1459 gcontenttype-win32.c \
1460 gwin32mount.c \
1461 gwin32mount.h \
1462 gwin32volumemonitor.c \
1463 gwin32volumemonitor.h \
1464 gwin32inputstream.c \
1465 gwin32outputstream.c \
1466 gwin32outputstream.h \
1467 gwin32networking.h \
1468 $(NULL)
1469  
1470 win32_more_sources_for_vcproj = \
1471 gwin32appinfo.c \
1472 gregistrysettingsbackend.c \
1473 win32/gwinhttpfile.c \
1474 win32/gwinhttpfileinputstream.c \
1475 win32/gwinhttpfileoutputstream.c \
1476 win32/gwinhttpvfs.c \
1477 win32/gwin32fsmonitorutils.c \
1478 win32/gwin32filemonitor.c
1479  
1480 @OS_WIN32_TRUE@win32_sources = $(win32_actual_sources)
1481 @OS_WIN32_TRUE@giowin32includedir = $(includedir)/gio-win32-2.0/gio
1482 @OS_WIN32_TRUE@giowin32include_HEADERS = \
1483 @OS_WIN32_TRUE@ gwin32inputstream.h \
1484 @OS_WIN32_TRUE@ gwin32outputstream.h \
1485 @OS_WIN32_TRUE@ $(NULL)
1486  
1487 libgio_2_0_la_SOURCES = \
1488 gappinfo.c \
1489 gappinfoprivate.h \
1490 gasynchelper.c \
1491 gasynchelper.h \
1492 gasyncinitable.c \
1493 gasyncresult.c \
1494 gbufferedinputstream.c \
1495 gbufferedoutputstream.c \
1496 gbytesicon.c \
1497 gcancellable.c \
1498 gcharsetconverter.c \
1499 gcontextspecificgroup.c \
1500 gcontextspecificgroup.h \
1501 gconverter.c \
1502 gconverterinputstream.c \
1503 gconverteroutputstream.c \
1504 gcredentials.c \
1505 gcredentialsprivate.h \
1506 gdatagrambased.c \
1507 gdatainputstream.c \
1508 gdataoutputstream.c \
1509 gdrive.c \
1510 gdummyfile.h \
1511 gdummyfile.c \
1512 gdummyproxyresolver.c \
1513 gdummyproxyresolver.h \
1514 gdummytlsbackend.c \
1515 gdummytlsbackend.h \
1516 gemblem.h \
1517 gemblem.c \
1518 gemblemedicon.h \
1519 gemblemedicon.c \
1520 gfile.c \
1521 gfileattribute.c \
1522 gfileattribute-priv.h \
1523 gfileenumerator.c \
1524 gfileicon.c \
1525 gfileinfo.c \
1526 gfileinfo-priv.h \
1527 gfileinputstream.c \
1528 gfilemonitor.c \
1529 gfilenamecompleter.c \
1530 gfileoutputstream.c \
1531 gfileiostream.c \
1532 gfilterinputstream.c \
1533 gfilteroutputstream.c \
1534 gicon.c \
1535 ginetaddress.c \
1536 ginetaddressmask.c \
1537 ginetsocketaddress.c \
1538 ginitable.c \
1539 ginputstream.c \
1540 gioenums.h \
1541 gioerror.c \
1542 giomodule.c \
1543 giomodule-priv.h \
1544 gioscheduler.c \
1545 giostream.c \
1546 gioprivate.h \
1547 giowin32-priv.h \
1548 gloadableicon.c \
1549 gmount.c \
1550 gmemoryinputstream.c \
1551 gmemoryoutputstream.c \
1552 gmountoperation.c \
1553 gnativevolumemonitor.c \
1554 gnativevolumemonitor.h \
1555 gnativesocketaddress.c \
1556 gnativesocketaddress.h \
1557 gnetworkaddress.c \
1558 gnetworking.c \
1559 gnetworkingprivate.h \
1560 gnetworkmonitor.c \
1561 gnetworkmonitorbase.c \
1562 gnetworkmonitorbase.h \
1563 gnetworkservice.c \
1564 goutputstream.c \
1565 gpermission.c \
1566 gpollableinputstream.c \
1567 gpollableoutputstream.c \
1568 gpollableutils.c \
1569 gpollfilemonitor.c \
1570 gpollfilemonitor.h \
1571 gproxy.c \
1572 gproxyaddress.c \
1573 gproxyaddressenumerator.c \
1574 gproxyresolver.c \
1575 gresolver.c \
1576 gresource.c \
1577 gresourcefile.c \
1578 gresourcefile.h \
1579 gseekable.c \
1580 gsimpleasyncresult.c \
1581 gsimpleiostream.c \
1582 gsimplepermission.c \
1583 gsocket.c \
1584 gsocketaddress.c \
1585 gsocketaddressenumerator.c \
1586 gsocketclient.c \
1587 gsocketconnectable.c \
1588 gsocketconnection.c \
1589 gsocketcontrolmessage.c \
1590 gsocketinputstream.c \
1591 gsocketinputstream.h \
1592 gsocketlistener.c \
1593 gsocketoutputstream.c \
1594 gsocketoutputstream.h \
1595 gsubprocesslauncher.c \
1596 gsubprocess.c \
1597 gsubprocesslauncher-private.h \
1598 gsocketservice.c \
1599 gsrvtarget.c \
1600 gsimpleproxyresolver.c \
1601 gtask.c \
1602 gtcpconnection.c \
1603 gtcpwrapperconnection.c \
1604 gthreadedsocketservice.c\
1605 gthemedicon.c \
1606 gthreadedresolver.c \
1607 gthreadedresolver.h \
1608 gtlsbackend.c \
1609 gtlscertificate.c \
1610 gtlsclientconnection.c \
1611 gtlsconnection.c \
1612 gtlsdatabase.c \
1613 gtlsfiledatabase.c \
1614 gtlsinteraction.c \
1615 gtlspassword.c \
1616 gtlsserverconnection.c \
1617 gdtlsconnection.c \
1618 gdtlsclientconnection.c \
1619 gdtlsserverconnection.c \
1620 gunionvolumemonitor.c \
1621 gunionvolumemonitor.h \
1622 gvfs.c \
1623 gvolume.c \
1624 gvolumemonitor.c \
1625 gzlibcompressor.c \
1626 gzlibdecompressor.c \
1627 gmountprivate.h \
1628 gioenumtypes.h \
1629 gioenumtypes.c \
1630 glistmodel.c \
1631 gliststore.c \
1632 $(appinfo_sources) \
1633 $(unix_sources) \
1634 $(win32_sources) \
1635 $(application_sources) \
1636 $(settings_sources) \
1637 $(gdbus_sources) \
1638 $(local_sources) \
1639 $(NULL)
1640  
1641 libgio_2_0_la_LIBADD = \
1642 $(top_builddir)/gobject/libgobject-2.0.la \
1643 $(top_builddir)/gmodule/libgmodule-2.0.la \
1644 $(top_builddir)/glib/libglib-2.0.la \
1645 $(platform_libadd) \
1646 $(ZLIB_LIBS) \
1647 $(SELINUX_LIBS) \
1648 $(GLIB_LIBS) \
1649 $(XATTR_LIBS) \
1650 $(NETWORK_LIBS) \
1651 $(NULL)
1652  
1653 libgio_2_0_la_CPPFLAGS = $(ZLIB_CFLAGS) $(AM_CPPFLAGS)
1654 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
1655 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gio_win32_res = gio-win32-res.o
1656 @OS_WIN32_AND_DLL_COMPILATION_TRUE@gio_win32_res_ldflag = -Wl,$(gio_win32_res)
1657 libgio_2_0_la_CFLAGS = $(AM_CFLAGS) $(GLIB_HIDDEN_VISIBILITY_CFLAGS) \
1658 $(am__append_36)
1659 libgio_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) $(gio_win32_res_ldflag) \
1660 -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
1661 -export-dynamic $(no_undefined) $(am__append_37)
1662 libgio_2_0_la_DEPENDENCIES = $(gio_win32_res) $(gio_def) $(platform_deps)
1663 gio_headers = \
1664 gappinfo.h \
1665 gasyncinitable.h \
1666 gasyncresult.h \
1667 gbufferedinputstream.h \
1668 gbufferedoutputstream.h \
1669 gbytesicon.h \
1670 gcancellable.h \
1671 gcontenttype.h \
1672 gcharsetconverter.h \
1673 gconverter.h \
1674 gconverterinputstream.h \
1675 gconverteroutputstream.h \
1676 gdatagrambased.h \
1677 gdatainputstream.h \
1678 gdataoutputstream.h \
1679 gdrive.h \
1680 gemblem.h \
1681 gemblemedicon.h \
1682 gfile.h \
1683 gfileattribute.h \
1684 gfileenumerator.h \
1685 gfileicon.h \
1686 gfileinfo.h \
1687 gfileinputstream.h \
1688 gfilemonitor.h \
1689 gfilenamecompleter.h \
1690 gfileoutputstream.h \
1691 gfileiostream.h \
1692 gfilterinputstream.h \
1693 gfilteroutputstream.h \
1694 gicon.h \
1695 ginetaddress.h \
1696 ginetaddressmask.h \
1697 ginetsocketaddress.h \
1698 ginputstream.h \
1699 ginitable.h \
1700 gio.h \
1701 gio-autocleanups.h \
1702 giotypes.h \
1703 gioenums.h \
1704 gioerror.h \
1705 giomodule.h \
1706 gioscheduler.h \
1707 giostream.h \
1708 gloadableicon.h \
1709 gmount.h \
1710 gmemoryinputstream.h \
1711 gmemoryoutputstream.h \
1712 gmountoperation.h \
1713 gnativevolumemonitor.h \
1714 gnetworkaddress.h \
1715 gnetworkmonitor.h \
1716 gnetworkservice.h \
1717 goutputstream.h \
1718 gpermission.h \
1719 gpollableinputstream.h \
1720 gpollableoutputstream.h \
1721 gpollableutils.h \
1722 gproxyaddress.h \
1723 gproxy.h \
1724 gproxyaddressenumerator.h \
1725 gproxyresolver.h \
1726 gresolver.h \
1727 gresource.h \
1728 gseekable.h \
1729 gsimpleasyncresult.h \
1730 gsimpleiostream.h \
1731 gsimplepermission.h \
1732 gsocket.h \
1733 gsocketaddress.h \
1734 gsocketaddressenumerator.h \
1735 gsocketclient.h \
1736 gsocketconnectable.h \
1737 gsocketconnection.h \
1738 gsocketcontrolmessage.h \
1739 gsocketlistener.h \
1740 gsocketservice.h \
1741 gsrvtarget.h \
1742 gsimpleproxyresolver.h \
1743 gtask.h \
1744 gsubprocess.h \
1745 gsubprocesslauncher.h \
1746 gtcpconnection.h \
1747 gtcpwrapperconnection.h \
1748 gthreadedsocketservice.h\
1749 gthemedicon.h \
1750 gtlsbackend.h \
1751 gtlscertificate.h \
1752 gtlsclientconnection.h \
1753 gtlsconnection.h \
1754 gtlsdatabase.h \
1755 gtlsfiledatabase.h \
1756 gtlsinteraction.h \
1757 gtlspassword.h \
1758 gtlsserverconnection.h \
1759 gdtlsconnection.h \
1760 gdtlsclientconnection.h \
1761 gdtlsserverconnection.h \
1762 gvfs.h \
1763 gvolume.h \
1764 gvolumemonitor.h \
1765 gzlibcompressor.h \
1766 gzlibdecompressor.h \
1767 glistmodel.h \
1768 gliststore.h \
1769 $(application_headers) \
1770 $(settings_headers) \
1771 $(gdbus_headers) \
1772 $(NULL)
1773  
1774 gioincludedir = $(includedir)/glib-2.0/gio/
1775 gioinclude_HEADERS = \
1776 $(gio_headers) \
1777 gioenumtypes.h
1778  
1779 nodist_gioinclude_HEADERS = \
1780 gnetworking.h \
1781 $(NULL)
1782  
1783 glib_compile_resources_LDADD = libgio-2.0.la \
1784 $(top_builddir)/gobject/libgobject-2.0.la \
1785 $(top_builddir)/gmodule/libgmodule-2.0.la \
1786 $(top_builddir)/glib/libglib-2.0.la \
1787 $(NULL)
1788  
1789 glib_compile_resources_SOURCES = \
1790 gvdb/gvdb-format.h \
1791 gvdb/gvdb-builder.h \
1792 gvdb/gvdb-builder.c \
1793 glib-compile-resources.c
1794  
1795 gio_querymodules_SOURCES = gio-querymodules.c
1796 gio_querymodules_LDADD = libgio-2.0.la \
1797 $(top_builddir)/gobject/libgobject-2.0.la \
1798 $(top_builddir)/gmodule/libgmodule-2.0.la \
1799 $(top_builddir)/glib/libglib-2.0.la \
1800 $(NULL)
1801  
1802 glib_compile_schemas_LDADD = $(top_builddir)/glib/libglib-2.0.la
1803 glib_compile_schemas_SOURCES = \
1804 gconstructor_as_data.h \
1805 gvdb/gvdb-format.h \
1806 gvdb/gvdb-builder.h \
1807 gvdb/gvdb-builder.c \
1808 glib-compile-schemas.c
1809  
1810 gsettings_LDADD = libgio-2.0.la \
1811 $(top_builddir)/gobject/libgobject-2.0.la \
1812 $(top_builddir)/gmodule/libgmodule-2.0.la \
1813 $(top_builddir)/glib/libglib-2.0.la \
1814 $(NULL)
1815  
1816 gsettings_SOURCES = gsettings-tool.c
1817 schemadir = $(datadir)/glib-2.0/schemas
1818 dist_schema_DATA = gschema.dtd
1819 itsdir = $(datadir)/gettext/its
1820 dist_its_DATA = gschema.loc gschema.its
1821 gdbus_SOURCES = gdbus-tool.c
1822 gdbus_LDADD = libgio-2.0.la \
1823 $(top_builddir)/gobject/libgobject-2.0.la \
1824 $(top_builddir)/gmodule/libgmodule-2.0.la \
1825 $(top_builddir)/glib/libglib-2.0.la \
1826 $(NULL)
1827  
1828 @OS_UNIX_TRUE@gapplication_SOURCES = gapplication-tool.c
1829 @OS_UNIX_TRUE@gapplication_LDADD = libgio-2.0.la \
1830 @OS_UNIX_TRUE@ $(top_builddir)/gobject/libgobject-2.0.la \
1831 @OS_UNIX_TRUE@ $(top_builddir)/gmodule/libgmodule-2.0.la \
1832 @OS_UNIX_TRUE@ $(top_builddir)/glib/libglib-2.0.la \
1833 @OS_UNIX_TRUE@ $(NULL)
1834  
1835 completiondir = $(datadir)/bash-completion/completions
1836 completion_DATA = \
1837 completion/gapplication \
1838 completion/gdbus \
1839 completion/gsettings \
1840 completion/gresource
1841  
1842 gresource_SOURCES = gresource-tool.c
1843 gresource_CPPFLAGS = $(LIBELF_CFLAGS) $(AM_CPPFLAGS)
1844 gresource_LDADD = libgio-2.0.la \
1845 $(top_builddir)/gobject/libgobject-2.0.la \
1846 $(top_builddir)/gmodule/libgmodule-2.0.la \
1847 $(top_builddir)/glib/libglib-2.0.la \
1848 $(LIBELF_LIBS)
1849  
1850  
1851 # ------------------------------------------------------------------------
1852 # ------ MSVC Project File Generation ------
1853 MSVCPROJS = gio glib-compile-resources glib-compile-schemas
1854 gio_FILES = $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_more_sources_for_vcproj)
1855 gio_EXCLUDES = gunix*.c|gdesktopappinfo.c|gnetworkmonitornetlink.c|gcontenttype.c|gnetworkmonitornm.c
1856 gio_HEADERS_DIR = $(includedir)/glib-2.0/gio
1857 gio_HEADERS_INST = $(gioinclude_HEADERS) $(nodist_gioinclude_HEADERS)
1858 gio_HEADERS_EXCLUDES = dummy
1859 glib_compile_resources_FILES = $(glib_compile_resources_SOURCES)
1860 glib_compile_resources_EXCLUDES = dummy
1861 glib_compile_schemas_FILES = $(glib_compile_schemas_SOURCES)
1862 glib_compile_schemas_EXCLUDES = dummy
1863 _proj_name = $(subst /,_,$(subst -,_,$(subst .,_,$(1))))
1864 _proj_path_raw := $(subst $(abs_top_srcdir),,$(abs_srcdir))
1865 _proj_path = $(subst /,\\,$(_proj_path_raw))
1866 _proj_subdir_int = $(subst \\\\,\\,\\$(_proj_path)\\)
1867 _proj_subdir = $(subst \\.\\,\\,$(_proj_subdir_int))
1868 _proj_files_raw = $(subst /,\\,$($(_proj_name)_FILES))
1869 _proj_files = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_files_raw))))
1870 _proj_filters = $($(_proj_name)_EXCLUDES)
1871 _proj_headers_raw = $(subst /,\\,$($(_proj_name)_HEADERS_INST))
1872 _proj_headers = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_headers_raw))))
1873 _proj_headers_excludes = $($(_proj_name)_HEADERS_EXCLUDES)
1874 _headers_dest_posix = $(subst $(includedir),,$($(_proj_name)_HEADERS_DIR))
1875 _headers_destdir = $(subst /,\\,$(_headers_dest_posix))
1876 @HAVE_GLIB_RUNTIME_LIBDIR_FALSE@ABS_GLIB_RUNTIME_LIBDIR = $(libdir)
1877 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ABS_GLIB_RUNTIME_LIBDIR = $(realpath $(libdir)/$(GLIB_RUNTIME_LIBDIR))
1878 all: $(BUILT_SOURCES)
1879 $(MAKE) $(AM_MAKEFLAGS) all-recursive
1880  
1881 .SUFFIXES:
1882 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
1883 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__configure_deps)
1884 @for dep in $?; do \
1885 case '$(am__configure_deps)' in \
1886 *$$dep*) \
1887 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1888 && { if test -f $@; then exit 0; else break; fi; }; \
1889 exit 1;; \
1890 esac; \
1891 done; \
1892 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gio/Makefile'; \
1893 $(am__cd) $(top_srcdir) && \
1894 $(AUTOMAKE) --gnu gio/Makefile
1895 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1896 @case '$?' in \
1897 *config.status*) \
1898 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1899 *) \
1900 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1901 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1902 esac;
1903 $(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__empty):
1904  
1905 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1906 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1907  
1908 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1909 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1910 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1911 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1912 $(am__aclocal_m4_deps):
1913 gnetworking.h: $(top_builddir)/config.status $(srcdir)/gnetworking.h.in
1914 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1915 gio.rc: $(top_builddir)/config.status $(srcdir)/gio.rc.in
1916 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1917  
1918 clean-checkLTLIBRARIES:
1919 -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
1920 @list='$(check_LTLIBRARIES)'; \
1921 locs=`for p in $$list; do echo $$p; done | \
1922 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1923 sort -u`; \
1924 test -z "$$locs" || { \
1925 echo rm -f $${locs}; \
1926 rm -f $${locs}; \
1927 }
1928  
1929 install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES)
1930 @$(NORMAL_INSTALL)
1931 @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
1932 list2=; for p in $$list; do \
1933 if test -f $$p; then \
1934 list2="$$list2 $$p"; \
1935 else :; fi; \
1936 done; \
1937 test -z "$$list2" || { \
1938 echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
1939 $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
1940 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \
1941 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \
1942 }
1943  
1944 uninstall-installed_testLTLIBRARIES:
1945 @$(NORMAL_UNINSTALL)
1946 @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
1947 for p in $$list; do \
1948 $(am__strip_dir) \
1949 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \
1950 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \
1951 done
1952  
1953 clean-installed_testLTLIBRARIES:
1954 -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES)
1955 @list='$(installed_test_LTLIBRARIES)'; \
1956 locs=`for p in $$list; do echo $$p; done | \
1957 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1958 sort -u`; \
1959 test -z "$$locs" || { \
1960 echo rm -f $${locs}; \
1961 rm -f $${locs}; \
1962 }
1963  
1964 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1965 @$(NORMAL_INSTALL)
1966 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1967 list2=; for p in $$list; do \
1968 if test -f $$p; then \
1969 list2="$$list2 $$p"; \
1970 else :; fi; \
1971 done; \
1972 test -z "$$list2" || { \
1973 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1974 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1975 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1976 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1977 }
1978  
1979 uninstall-libLTLIBRARIES:
1980 @$(NORMAL_UNINSTALL)
1981 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1982 for p in $$list; do \
1983 $(am__strip_dir) \
1984 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1985 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1986 done
1987  
1988 clean-libLTLIBRARIES:
1989 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1990 @list='$(lib_LTLIBRARIES)'; \
1991 locs=`for p in $$list; do echo $$p; done | \
1992 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1993 sort -u`; \
1994 test -z "$$locs" || { \
1995 echo rm -f $${locs}; \
1996 rm -f $${locs}; \
1997 }
1998  
1999 clean-noinstLTLIBRARIES:
2000 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
2001 @list='$(noinst_LTLIBRARIES)'; \
2002 locs=`for p in $$list; do echo $$p; done | \
2003 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
2004 sort -u`; \
2005 test -z "$$locs" || { \
2006 echo rm -f $${locs}; \
2007 rm -f $${locs}; \
2008 }
2009  
2010 libgio-2.0.la: $(libgio_2_0_la_OBJECTS) $(libgio_2_0_la_DEPENDENCIES) $(EXTRA_libgio_2_0_la_DEPENDENCIES)
2011 $(AM_V_CCLD)$(libgio_2_0_la_LINK) -rpath $(libdir) $(libgio_2_0_la_OBJECTS) $(libgio_2_0_la_LIBADD) $(LIBS)
2012 install-binPROGRAMS: $(bin_PROGRAMS)
2013 @$(NORMAL_INSTALL)
2014 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
2015 if test -n "$$list"; then \
2016 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
2017 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
2018 fi; \
2019 for p in $$list; do echo "$$p $$p"; done | \
2020 sed 's/$(EXEEXT)$$//' | \
2021 while read p p1; do if test -f $$p \
2022 || test -f $$p1 \
2023 ; then echo "$$p"; echo "$$p"; else :; fi; \
2024 done | \
2025 sed -e 'p;s,.*/,,;n;h' \
2026 -e 's|.*|.|' \
2027 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
2028 sed 'N;N;N;s,\n, ,g' | \
2029 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
2030 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2031 if ($$2 == $$4) files[d] = files[d] " " $$1; \
2032 else { print "f", $$3 "/" $$4, $$1; } } \
2033 END { for (d in files) print "f", d, files[d] }' | \
2034 while read type dir files; do \
2035 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2036 test -z "$$files" || { \
2037 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
2038 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
2039 } \
2040 ; done
2041  
2042 uninstall-binPROGRAMS:
2043 @$(NORMAL_UNINSTALL)
2044 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
2045 files=`for p in $$list; do echo "$$p"; done | \
2046 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
2047 -e 's/$$/$(EXEEXT)/' \
2048 `; \
2049 test -n "$$list" || exit 0; \
2050 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
2051 cd "$(DESTDIR)$(bindir)" && rm -f $$files
2052  
2053 clean-binPROGRAMS:
2054 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
2055 echo " rm -f" $$list; \
2056 rm -f $$list || exit $$?; \
2057 test -n "$(EXEEXT)" || exit 0; \
2058 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
2059 echo " rm -f" $$list; \
2060 rm -f $$list
2061  
2062 clean-checkPROGRAMS:
2063 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
2064 echo " rm -f" $$list; \
2065 rm -f $$list || exit $$?; \
2066 test -n "$(EXEEXT)" || exit 0; \
2067 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
2068 echo " rm -f" $$list; \
2069 rm -f $$list
2070 install-installed_testPROGRAMS: $(installed_test_PROGRAMS)
2071 @$(NORMAL_INSTALL)
2072 @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
2073 if test -n "$$list"; then \
2074 echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
2075 $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
2076 fi; \
2077 for p in $$list; do echo "$$p $$p"; done | \
2078 sed 's/$(EXEEXT)$$//' | \
2079 while read p p1; do if test -f $$p \
2080 || test -f $$p1 \
2081 ; then echo "$$p"; echo "$$p"; else :; fi; \
2082 done | \
2083 sed -e 'p;s,.*/,,;n;h' \
2084 -e 's|.*|.|' \
2085 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
2086 sed 'N;N;N;s,\n, ,g' | \
2087 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
2088 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2089 if ($$2 == $$4) files[d] = files[d] " " $$1; \
2090 else { print "f", $$3 "/" $$4, $$1; } } \
2091 END { for (d in files) print "f", d, files[d] }' | \
2092 while read type dir files; do \
2093 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2094 test -z "$$files" || { \
2095 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
2096 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
2097 } \
2098 ; done
2099  
2100 uninstall-installed_testPROGRAMS:
2101 @$(NORMAL_UNINSTALL)
2102 @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
2103 files=`for p in $$list; do echo "$$p"; done | \
2104 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
2105 -e 's/$$/$(EXEEXT)/' \
2106 `; \
2107 test -n "$$list" || exit 0; \
2108 echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
2109 cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files
2110  
2111 clean-installed_testPROGRAMS:
2112 @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
2113 echo " rm -f" $$list; \
2114 rm -f $$list || exit $$?; \
2115 test -n "$(EXEEXT)" || exit 0; \
2116 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
2117 echo " rm -f" $$list; \
2118 rm -f $$list
2119  
2120 clean-noinstPROGRAMS:
2121 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
2122 echo " rm -f" $$list; \
2123 rm -f $$list || exit $$?; \
2124 test -n "$(EXEEXT)" || exit 0; \
2125 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
2126 echo " rm -f" $$list; \
2127 rm -f $$list
2128  
2129 gapplication$(EXEEXT): $(gapplication_OBJECTS) $(gapplication_DEPENDENCIES) $(EXTRA_gapplication_DEPENDENCIES)
2130 @rm -f gapplication$(EXEEXT)
2131 $(AM_V_CCLD)$(LINK) $(gapplication_OBJECTS) $(gapplication_LDADD) $(LIBS)
2132  
2133 gdbus$(EXEEXT): $(gdbus_OBJECTS) $(gdbus_DEPENDENCIES) $(EXTRA_gdbus_DEPENDENCIES)
2134 @rm -f gdbus$(EXEEXT)
2135 $(AM_V_CCLD)$(LINK) $(gdbus_OBJECTS) $(gdbus_LDADD) $(LIBS)
2136  
2137 gio-querymodules$(EXEEXT): $(gio_querymodules_OBJECTS) $(gio_querymodules_DEPENDENCIES) $(EXTRA_gio_querymodules_DEPENDENCIES)
2138 @rm -f gio-querymodules$(EXEEXT)
2139 $(AM_V_CCLD)$(LINK) $(gio_querymodules_OBJECTS) $(gio_querymodules_LDADD) $(LIBS)
2140  
2141 glib-compile-resources$(EXEEXT): $(glib_compile_resources_OBJECTS) $(glib_compile_resources_DEPENDENCIES) $(EXTRA_glib_compile_resources_DEPENDENCIES)
2142 @rm -f glib-compile-resources$(EXEEXT)
2143 $(AM_V_CCLD)$(LINK) $(glib_compile_resources_OBJECTS) $(glib_compile_resources_LDADD) $(LIBS)
2144  
2145 glib-compile-schemas$(EXEEXT): $(glib_compile_schemas_OBJECTS) $(glib_compile_schemas_DEPENDENCIES) $(EXTRA_glib_compile_schemas_DEPENDENCIES)
2146 @rm -f glib-compile-schemas$(EXEEXT)
2147 $(AM_V_CCLD)$(LINK) $(glib_compile_schemas_OBJECTS) $(glib_compile_schemas_LDADD) $(LIBS)
2148  
2149 gresource$(EXEEXT): $(gresource_OBJECTS) $(gresource_DEPENDENCIES) $(EXTRA_gresource_DEPENDENCIES)
2150 @rm -f gresource$(EXEEXT)
2151 $(AM_V_CCLD)$(LINK) $(gresource_OBJECTS) $(gresource_LDADD) $(LIBS)
2152  
2153 gsettings$(EXEEXT): $(gsettings_OBJECTS) $(gsettings_DEPENDENCIES) $(EXTRA_gsettings_DEPENDENCIES)
2154 @rm -f gsettings$(EXEEXT)
2155 $(AM_V_CCLD)$(LINK) $(gsettings_OBJECTS) $(gsettings_LDADD) $(LIBS)
2156 install-installed_testSCRIPTS: $(installed_test_SCRIPTS)
2157 @$(NORMAL_INSTALL)
2158 @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \
2159 if test -n "$$list"; then \
2160 echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
2161 $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
2162 fi; \
2163 for p in $$list; do \
2164 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2165 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
2166 done | \
2167 sed -e 'p;s,.*/,,;n' \
2168 -e 'h;s|.*|.|' \
2169 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
2170 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
2171 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
2172 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
2173 if (++n[d] == $(am__install_max)) { \
2174 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
2175 else { print "f", d "/" $$4, $$1 } } \
2176 END { for (d in files) print "f", d, files[d] }' | \
2177 while read type dir files; do \
2178 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
2179 test -z "$$files" || { \
2180 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
2181 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
2182 } \
2183 ; done
2184  
2185 uninstall-installed_testSCRIPTS:
2186 @$(NORMAL_UNINSTALL)
2187 @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \
2188 files=`for p in $$list; do echo "$$p"; done | \
2189 sed -e 's,.*/,,;$(transform)'`; \
2190 dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
2191  
2192 mostlyclean-compile:
2193 -rm -f *.$(OBJEXT)
2194  
2195 distclean-compile:
2196 -rm -f *.tab.c
2197  
2198 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gapplication-tool.Po@am__quote@
2199 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbus-tool.Po@am__quote@
2200 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gio-querymodules.Po@am__quote@
2201 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-compile-resources.Po@am__quote@
2202 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-compile-schemas.Po@am__quote@
2203 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gresource-gresource-tool.Po@am__quote@
2204 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsettings-tool.Po@am__quote@
2205 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvdb-builder.Po@am__quote@
2206 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gaction.Plo@am__quote@
2207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gactiongroup.Plo@am__quote@
2208 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gactiongroupexporter.Plo@am__quote@
2209 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gactionmap.Plo@am__quote@
2210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gappinfo.Plo@am__quote@
2211 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gapplication.Plo@am__quote@
2212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gapplicationcommandline.Plo@am__quote@
2213 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gapplicationimpl-dbus.Plo@am__quote@
2214 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gasynchelper.Plo@am__quote@
2215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gasyncinitable.Plo@am__quote@
2216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gasyncresult.Plo@am__quote@
2217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gbufferedinputstream.Plo@am__quote@
2218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gbufferedoutputstream.Plo@am__quote@
2219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gbytesicon.Plo@am__quote@
2220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcancellable.Plo@am__quote@
2221 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcharsetconverter.Plo@am__quote@
2222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcocoanotificationbackend.Plo@am__quote@
2223 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcontenttype-win32.Plo@am__quote@
2224 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcontenttype.Plo@am__quote@
2225 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcontextspecificgroup.Plo@am__quote@
2226 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gconverter.Plo@am__quote@
2227 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gconverterinputstream.Plo@am__quote@
2228 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gconverteroutputstream.Plo@am__quote@
2229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcredentials.Plo@am__quote@
2230 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdatagrambased.Plo@am__quote@
2231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdatainputstream.Plo@am__quote@
2232 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdataoutputstream.Plo@am__quote@
2233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbus-daemon-generated.Plo@am__quote@
2234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusactiongroup.Plo@am__quote@
2235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusaddress.Plo@am__quote@
2236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauth.Plo@am__quote@
2237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthmechanism.Plo@am__quote@
2238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthmechanismanon.Plo@am__quote@
2239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthmechanismexternal.Plo@am__quote@
2240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthmechanismsha1.Plo@am__quote@
2241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthobserver.Plo@am__quote@
2242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusconnection.Plo@am__quote@
2243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusdaemon.Plo@am__quote@
2244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbuserror.Plo@am__quote@
2245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusinterface.Plo@am__quote@
2246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusinterfaceskeleton.Plo@am__quote@
2247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusintrospection.Plo@am__quote@
2248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusmenumodel.Plo@am__quote@
2249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusmessage.Plo@am__quote@
2250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusmethodinvocation.Plo@am__quote@
2251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusnameowning.Plo@am__quote@
2252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusnamewatching.Plo@am__quote@
2253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobject.Plo@am__quote@
2254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectmanager.Plo@am__quote@
2255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerclient.Plo@am__quote@
2256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerserver.Plo@am__quote@
2257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectproxy.Plo@am__quote@
2258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectskeleton.Plo@am__quote@
2259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusprivate.Plo@am__quote@
2260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusproxy.Plo@am__quote@
2261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusserver.Plo@am__quote@
2262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusutils.Plo@am__quote@
2263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdelayedsettingsbackend.Plo@am__quote@
2264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdesktopappinfo.Plo@am__quote@
2265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdrive.Plo@am__quote@
2266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdtlsclientconnection.Plo@am__quote@
2267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdtlsconnection.Plo@am__quote@
2268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdtlsserverconnection.Plo@am__quote@
2269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdummyfile.Plo@am__quote@
2270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdummyproxyresolver.Plo@am__quote@
2271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdummytlsbackend.Plo@am__quote@
2272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gemblem.Plo@am__quote@
2273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gemblemedicon.Plo@am__quote@
2274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfdonotificationbackend.Plo@am__quote@
2275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfile.Plo@am__quote@
2276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileattribute.Plo@am__quote@
2277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfiledescriptorbased.Plo@am__quote@
2278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileenumerator.Plo@am__quote@
2279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileicon.Plo@am__quote@
2280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileinfo.Plo@am__quote@
2281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileinputstream.Plo@am__quote@
2282 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileiostream.Plo@am__quote@
2283 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfilemonitor.Plo@am__quote@
2284 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfilenamecompleter.Plo@am__quote@
2285 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileoutputstream.Plo@am__quote@
2286 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfilterinputstream.Plo@am__quote@
2287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfilteroutputstream.Plo@am__quote@
2288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ggtknotificationbackend.Plo@am__quote@
2289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ghttpproxy.Plo@am__quote@
2290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gicon.Plo@am__quote@
2291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginetaddress.Plo@am__quote@
2292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginetaddressmask.Plo@am__quote@
2293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginetsocketaddress.Plo@am__quote@
2294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginitable.Plo@am__quote@
2295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginputstream.Plo@am__quote@
2296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gioenumtypes.Plo@am__quote@
2297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gioerror.Plo@am__quote@
2298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-giomodule.Plo@am__quote@
2299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gioscheduler.Plo@am__quote@
2300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-giostream.Plo@am__quote@
2301 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gkeyfilesettingsbackend.Plo@am__quote@
2302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glistmodel.Plo@am__quote@
2303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gliststore.Plo@am__quote@
2304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gloadableicon.Plo@am__quote@
2305 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfile.Plo@am__quote@
2306 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileenumerator.Plo@am__quote@
2307 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileinfo.Plo@am__quote@
2308 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileinputstream.Plo@am__quote@
2309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileiostream.Plo@am__quote@
2310 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfilemonitor.Plo@am__quote@
2311 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileoutputstream.Plo@am__quote@
2312 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalvfs.Plo@am__quote@
2313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmemoryinputstream.Plo@am__quote@
2314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmemoryoutputstream.Plo@am__quote@
2315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmemorysettingsbackend.Plo@am__quote@
2316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmenu.Plo@am__quote@
2317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmenuexporter.Plo@am__quote@
2318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmenumodel.Plo@am__quote@
2319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmount.Plo@am__quote@
2320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmountoperation.Plo@am__quote@
2321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnativesocketaddress.Plo@am__quote@
2322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnativevolumemonitor.Plo@am__quote@
2323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkaddress.Plo@am__quote@
2324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworking.Plo@am__quote@
2325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkmonitor.Plo@am__quote@
2326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkmonitorbase.Plo@am__quote@
2327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkmonitornetlink.Plo@am__quote@
2328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkmonitornm.Plo@am__quote@
2329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkservice.Plo@am__quote@
2330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnextstepsettingsbackend.Plo@am__quote@
2331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnotification.Plo@am__quote@
2332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnotificationbackend.Plo@am__quote@
2333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnullsettingsbackend.Plo@am__quote@
2334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-goutputstream.Plo@am__quote@
2335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpermission.Plo@am__quote@
2336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpollableinputstream.Plo@am__quote@
2337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpollableoutputstream.Plo@am__quote@
2338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpollableutils.Plo@am__quote@
2339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpollfilemonitor.Plo@am__quote@
2340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpropertyaction.Plo@am__quote@
2341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gproxy.Plo@am__quote@
2342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gproxyaddress.Plo@am__quote@
2343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gproxyaddressenumerator.Plo@am__quote@
2344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gproxyresolver.Plo@am__quote@
2345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gregistrysettingsbackend.Plo@am__quote@
2346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gremoteactiongroup.Plo@am__quote@
2347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gresolver.Plo@am__quote@
2348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gresource.Plo@am__quote@
2349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gresourcefile.Plo@am__quote@
2350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gseekable.Plo@am__quote@
2351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsettings-mapping.Plo@am__quote@
2352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsettings.Plo@am__quote@
2353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsettingsbackend.Plo@am__quote@
2354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsettingsschema.Plo@am__quote@
2355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleaction.Plo@am__quote@
2356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleactiongroup.Plo@am__quote@
2357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleasyncresult.Plo@am__quote@
2358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleiostream.Plo@am__quote@
2359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimplepermission.Plo@am__quote@
2360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleproxyresolver.Plo@am__quote@
2361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocket.Plo@am__quote@
2362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketaddress.Plo@am__quote@
2363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketaddressenumerator.Plo@am__quote@
2364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketclient.Plo@am__quote@
2365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketconnectable.Plo@am__quote@
2366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketconnection.Plo@am__quote@
2367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketcontrolmessage.Plo@am__quote@
2368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketinputstream.Plo@am__quote@
2369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketlistener.Plo@am__quote@
2370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketoutputstream.Plo@am__quote@
2371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketservice.Plo@am__quote@
2372 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocks4aproxy.Plo@am__quote@
2373 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocks4proxy.Plo@am__quote@
2374 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocks5proxy.Plo@am__quote@
2375 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsrvtarget.Plo@am__quote@
2376 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsubprocess.Plo@am__quote@
2377 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsubprocesslauncher.Plo@am__quote@
2378 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtask.Plo@am__quote@
2379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtcpconnection.Plo@am__quote@
2380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtcpwrapperconnection.Plo@am__quote@
2381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtestdbus.Plo@am__quote@
2382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gthemedicon.Plo@am__quote@
2383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gthreadedresolver.Plo@am__quote@
2384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gthreadedsocketservice.Plo@am__quote@
2385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsbackend.Plo@am__quote@
2386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlscertificate.Plo@am__quote@
2387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsclientconnection.Plo@am__quote@
2388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsconnection.Plo@am__quote@
2389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsdatabase.Plo@am__quote@
2390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsfiledatabase.Plo@am__quote@
2391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsinteraction.Plo@am__quote@
2392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlspassword.Plo@am__quote@
2393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsserverconnection.Plo@am__quote@
2394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunionvolumemonitor.Plo@am__quote@
2395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixconnection.Plo@am__quote@
2396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixcredentialsmessage.Plo@am__quote@
2397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixfdlist.Plo@am__quote@
2398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixfdmessage.Plo@am__quote@
2399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixinputstream.Plo@am__quote@
2400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixmount.Plo@am__quote@
2401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixmounts.Plo@am__quote@
2402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixoutputstream.Plo@am__quote@
2403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixsocketaddress.Plo@am__quote@
2404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixvolume.Plo@am__quote@
2405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixvolumemonitor.Plo@am__quote@
2406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gvdb-reader.Plo@am__quote@
2407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gvfs.Plo@am__quote@
2408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gvolume.Plo@am__quote@
2409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gvolumemonitor.Plo@am__quote@
2410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32appinfo.Plo@am__quote@
2411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32inputstream.Plo@am__quote@
2412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32mount.Plo@am__quote@
2413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32outputstream.Plo@am__quote@
2414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32registrykey.Plo@am__quote@
2415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32volumemonitor.Plo@am__quote@
2416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gzlibcompressor.Plo@am__quote@
2417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gzlibdecompressor.Plo@am__quote@
2418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-thumbnail-verify.Plo@am__quote@
2419  
2420 .c.o:
2421 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2422 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2423 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2425 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
2426  
2427 .c.obj:
2428 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2429 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2430 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2432 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2433  
2434 .c.lo:
2435 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
2436 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
2437 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2439 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
2440  
2441 libgio_2_0_la-gappinfo.lo: gappinfo.c
2442 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gappinfo.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gappinfo.Tpo -c -o libgio_2_0_la-gappinfo.lo `test -f 'gappinfo.c' || echo '$(srcdir)/'`gappinfo.c
2443 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gappinfo.Tpo $(DEPDIR)/libgio_2_0_la-gappinfo.Plo
2444 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gappinfo.c' object='libgio_2_0_la-gappinfo.lo' libtool=yes @AMDEPBACKSLASH@
2445 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2446 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gappinfo.lo `test -f 'gappinfo.c' || echo '$(srcdir)/'`gappinfo.c
2447  
2448 libgio_2_0_la-gasynchelper.lo: gasynchelper.c
2449 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gasynchelper.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gasynchelper.Tpo -c -o libgio_2_0_la-gasynchelper.lo `test -f 'gasynchelper.c' || echo '$(srcdir)/'`gasynchelper.c
2450 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gasynchelper.Tpo $(DEPDIR)/libgio_2_0_la-gasynchelper.Plo
2451 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gasynchelper.c' object='libgio_2_0_la-gasynchelper.lo' libtool=yes @AMDEPBACKSLASH@
2452 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2453 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gasynchelper.lo `test -f 'gasynchelper.c' || echo '$(srcdir)/'`gasynchelper.c
2454  
2455 libgio_2_0_la-gasyncinitable.lo: gasyncinitable.c
2456 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gasyncinitable.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gasyncinitable.Tpo -c -o libgio_2_0_la-gasyncinitable.lo `test -f 'gasyncinitable.c' || echo '$(srcdir)/'`gasyncinitable.c
2457 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gasyncinitable.Tpo $(DEPDIR)/libgio_2_0_la-gasyncinitable.Plo
2458 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gasyncinitable.c' object='libgio_2_0_la-gasyncinitable.lo' libtool=yes @AMDEPBACKSLASH@
2459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2460 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gasyncinitable.lo `test -f 'gasyncinitable.c' || echo '$(srcdir)/'`gasyncinitable.c
2461  
2462 libgio_2_0_la-gasyncresult.lo: gasyncresult.c
2463 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gasyncresult.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gasyncresult.Tpo -c -o libgio_2_0_la-gasyncresult.lo `test -f 'gasyncresult.c' || echo '$(srcdir)/'`gasyncresult.c
2464 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gasyncresult.Tpo $(DEPDIR)/libgio_2_0_la-gasyncresult.Plo
2465 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gasyncresult.c' object='libgio_2_0_la-gasyncresult.lo' libtool=yes @AMDEPBACKSLASH@
2466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2467 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gasyncresult.lo `test -f 'gasyncresult.c' || echo '$(srcdir)/'`gasyncresult.c
2468  
2469 libgio_2_0_la-gbufferedinputstream.lo: gbufferedinputstream.c
2470 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gbufferedinputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gbufferedinputstream.Tpo -c -o libgio_2_0_la-gbufferedinputstream.lo `test -f 'gbufferedinputstream.c' || echo '$(srcdir)/'`gbufferedinputstream.c
2471 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gbufferedinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gbufferedinputstream.Plo
2472 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gbufferedinputstream.c' object='libgio_2_0_la-gbufferedinputstream.lo' libtool=yes @AMDEPBACKSLASH@
2473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2474 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gbufferedinputstream.lo `test -f 'gbufferedinputstream.c' || echo '$(srcdir)/'`gbufferedinputstream.c
2475  
2476 libgio_2_0_la-gbufferedoutputstream.lo: gbufferedoutputstream.c
2477 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gbufferedoutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gbufferedoutputstream.Tpo -c -o libgio_2_0_la-gbufferedoutputstream.lo `test -f 'gbufferedoutputstream.c' || echo '$(srcdir)/'`gbufferedoutputstream.c
2478 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gbufferedoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gbufferedoutputstream.Plo
2479 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gbufferedoutputstream.c' object='libgio_2_0_la-gbufferedoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
2480 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2481 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gbufferedoutputstream.lo `test -f 'gbufferedoutputstream.c' || echo '$(srcdir)/'`gbufferedoutputstream.c
2482  
2483 libgio_2_0_la-gbytesicon.lo: gbytesicon.c
2484 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gbytesicon.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gbytesicon.Tpo -c -o libgio_2_0_la-gbytesicon.lo `test -f 'gbytesicon.c' || echo '$(srcdir)/'`gbytesicon.c
2485 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gbytesicon.Tpo $(DEPDIR)/libgio_2_0_la-gbytesicon.Plo
2486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gbytesicon.c' object='libgio_2_0_la-gbytesicon.lo' libtool=yes @AMDEPBACKSLASH@
2487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2488 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gbytesicon.lo `test -f 'gbytesicon.c' || echo '$(srcdir)/'`gbytesicon.c
2489  
2490 libgio_2_0_la-gcancellable.lo: gcancellable.c
2491 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gcancellable.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gcancellable.Tpo -c -o libgio_2_0_la-gcancellable.lo `test -f 'gcancellable.c' || echo '$(srcdir)/'`gcancellable.c
2492 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcancellable.Tpo $(DEPDIR)/libgio_2_0_la-gcancellable.Plo
2493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gcancellable.c' object='libgio_2_0_la-gcancellable.lo' libtool=yes @AMDEPBACKSLASH@
2494 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2495 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gcancellable.lo `test -f 'gcancellable.c' || echo '$(srcdir)/'`gcancellable.c
2496  
2497 libgio_2_0_la-gcharsetconverter.lo: gcharsetconverter.c
2498 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gcharsetconverter.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gcharsetconverter.Tpo -c -o libgio_2_0_la-gcharsetconverter.lo `test -f 'gcharsetconverter.c' || echo '$(srcdir)/'`gcharsetconverter.c
2499 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcharsetconverter.Tpo $(DEPDIR)/libgio_2_0_la-gcharsetconverter.Plo
2500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gcharsetconverter.c' object='libgio_2_0_la-gcharsetconverter.lo' libtool=yes @AMDEPBACKSLASH@
2501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2502 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gcharsetconverter.lo `test -f 'gcharsetconverter.c' || echo '$(srcdir)/'`gcharsetconverter.c
2503  
2504 libgio_2_0_la-gcontextspecificgroup.lo: gcontextspecificgroup.c
2505 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gcontextspecificgroup.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gcontextspecificgroup.Tpo -c -o libgio_2_0_la-gcontextspecificgroup.lo `test -f 'gcontextspecificgroup.c' || echo '$(srcdir)/'`gcontextspecificgroup.c
2506 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcontextspecificgroup.Tpo $(DEPDIR)/libgio_2_0_la-gcontextspecificgroup.Plo
2507 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gcontextspecificgroup.c' object='libgio_2_0_la-gcontextspecificgroup.lo' libtool=yes @AMDEPBACKSLASH@
2508 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2509 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gcontextspecificgroup.lo `test -f 'gcontextspecificgroup.c' || echo '$(srcdir)/'`gcontextspecificgroup.c
2510  
2511 libgio_2_0_la-gconverter.lo: gconverter.c
2512 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gconverter.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gconverter.Tpo -c -o libgio_2_0_la-gconverter.lo `test -f 'gconverter.c' || echo '$(srcdir)/'`gconverter.c
2513 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gconverter.Tpo $(DEPDIR)/libgio_2_0_la-gconverter.Plo
2514 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gconverter.c' object='libgio_2_0_la-gconverter.lo' libtool=yes @AMDEPBACKSLASH@
2515 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2516 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gconverter.lo `test -f 'gconverter.c' || echo '$(srcdir)/'`gconverter.c
2517  
2518 libgio_2_0_la-gconverterinputstream.lo: gconverterinputstream.c
2519 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gconverterinputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gconverterinputstream.Tpo -c -o libgio_2_0_la-gconverterinputstream.lo `test -f 'gconverterinputstream.c' || echo '$(srcdir)/'`gconverterinputstream.c
2520 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gconverterinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gconverterinputstream.Plo
2521 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gconverterinputstream.c' object='libgio_2_0_la-gconverterinputstream.lo' libtool=yes @AMDEPBACKSLASH@
2522 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2523 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gconverterinputstream.lo `test -f 'gconverterinputstream.c' || echo '$(srcdir)/'`gconverterinputstream.c
2524  
2525 libgio_2_0_la-gconverteroutputstream.lo: gconverteroutputstream.c
2526 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gconverteroutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gconverteroutputstream.Tpo -c -o libgio_2_0_la-gconverteroutputstream.lo `test -f 'gconverteroutputstream.c' || echo '$(srcdir)/'`gconverteroutputstream.c
2527 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gconverteroutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gconverteroutputstream.Plo
2528 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gconverteroutputstream.c' object='libgio_2_0_la-gconverteroutputstream.lo' libtool=yes @AMDEPBACKSLASH@
2529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2530 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gconverteroutputstream.lo `test -f 'gconverteroutputstream.c' || echo '$(srcdir)/'`gconverteroutputstream.c
2531  
2532 libgio_2_0_la-gcredentials.lo: gcredentials.c
2533 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gcredentials.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gcredentials.Tpo -c -o libgio_2_0_la-gcredentials.lo `test -f 'gcredentials.c' || echo '$(srcdir)/'`gcredentials.c
2534 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcredentials.Tpo $(DEPDIR)/libgio_2_0_la-gcredentials.Plo
2535 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gcredentials.c' object='libgio_2_0_la-gcredentials.lo' libtool=yes @AMDEPBACKSLASH@
2536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2537 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gcredentials.lo `test -f 'gcredentials.c' || echo '$(srcdir)/'`gcredentials.c
2538  
2539 libgio_2_0_la-gdatagrambased.lo: gdatagrambased.c
2540 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdatagrambased.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdatagrambased.Tpo -c -o libgio_2_0_la-gdatagrambased.lo `test -f 'gdatagrambased.c' || echo '$(srcdir)/'`gdatagrambased.c
2541 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdatagrambased.Tpo $(DEPDIR)/libgio_2_0_la-gdatagrambased.Plo
2542 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdatagrambased.c' object='libgio_2_0_la-gdatagrambased.lo' libtool=yes @AMDEPBACKSLASH@
2543 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2544 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdatagrambased.lo `test -f 'gdatagrambased.c' || echo '$(srcdir)/'`gdatagrambased.c
2545  
2546 libgio_2_0_la-gdatainputstream.lo: gdatainputstream.c
2547 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdatainputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdatainputstream.Tpo -c -o libgio_2_0_la-gdatainputstream.lo `test -f 'gdatainputstream.c' || echo '$(srcdir)/'`gdatainputstream.c
2548 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdatainputstream.Tpo $(DEPDIR)/libgio_2_0_la-gdatainputstream.Plo
2549 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdatainputstream.c' object='libgio_2_0_la-gdatainputstream.lo' libtool=yes @AMDEPBACKSLASH@
2550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2551 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdatainputstream.lo `test -f 'gdatainputstream.c' || echo '$(srcdir)/'`gdatainputstream.c
2552  
2553 libgio_2_0_la-gdataoutputstream.lo: gdataoutputstream.c
2554 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdataoutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdataoutputstream.Tpo -c -o libgio_2_0_la-gdataoutputstream.lo `test -f 'gdataoutputstream.c' || echo '$(srcdir)/'`gdataoutputstream.c
2555 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdataoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gdataoutputstream.Plo
2556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdataoutputstream.c' object='libgio_2_0_la-gdataoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
2557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2558 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdataoutputstream.lo `test -f 'gdataoutputstream.c' || echo '$(srcdir)/'`gdataoutputstream.c
2559  
2560 libgio_2_0_la-gdrive.lo: gdrive.c
2561 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdrive.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdrive.Tpo -c -o libgio_2_0_la-gdrive.lo `test -f 'gdrive.c' || echo '$(srcdir)/'`gdrive.c
2562 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdrive.Tpo $(DEPDIR)/libgio_2_0_la-gdrive.Plo
2563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdrive.c' object='libgio_2_0_la-gdrive.lo' libtool=yes @AMDEPBACKSLASH@
2564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2565 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdrive.lo `test -f 'gdrive.c' || echo '$(srcdir)/'`gdrive.c
2566  
2567 libgio_2_0_la-gdummyfile.lo: gdummyfile.c
2568 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdummyfile.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdummyfile.Tpo -c -o libgio_2_0_la-gdummyfile.lo `test -f 'gdummyfile.c' || echo '$(srcdir)/'`gdummyfile.c
2569 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdummyfile.Tpo $(DEPDIR)/libgio_2_0_la-gdummyfile.Plo
2570 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdummyfile.c' object='libgio_2_0_la-gdummyfile.lo' libtool=yes @AMDEPBACKSLASH@
2571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2572 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdummyfile.lo `test -f 'gdummyfile.c' || echo '$(srcdir)/'`gdummyfile.c
2573  
2574 libgio_2_0_la-gdummyproxyresolver.lo: gdummyproxyresolver.c
2575 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdummyproxyresolver.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdummyproxyresolver.Tpo -c -o libgio_2_0_la-gdummyproxyresolver.lo `test -f 'gdummyproxyresolver.c' || echo '$(srcdir)/'`gdummyproxyresolver.c
2576 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdummyproxyresolver.Tpo $(DEPDIR)/libgio_2_0_la-gdummyproxyresolver.Plo
2577 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdummyproxyresolver.c' object='libgio_2_0_la-gdummyproxyresolver.lo' libtool=yes @AMDEPBACKSLASH@
2578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2579 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdummyproxyresolver.lo `test -f 'gdummyproxyresolver.c' || echo '$(srcdir)/'`gdummyproxyresolver.c
2580  
2581 libgio_2_0_la-gdummytlsbackend.lo: gdummytlsbackend.c
2582 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdummytlsbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdummytlsbackend.Tpo -c -o libgio_2_0_la-gdummytlsbackend.lo `test -f 'gdummytlsbackend.c' || echo '$(srcdir)/'`gdummytlsbackend.c
2583 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdummytlsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gdummytlsbackend.Plo
2584 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdummytlsbackend.c' object='libgio_2_0_la-gdummytlsbackend.lo' libtool=yes @AMDEPBACKSLASH@
2585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2586 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdummytlsbackend.lo `test -f 'gdummytlsbackend.c' || echo '$(srcdir)/'`gdummytlsbackend.c
2587  
2588 libgio_2_0_la-gemblem.lo: gemblem.c
2589 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gemblem.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gemblem.Tpo -c -o libgio_2_0_la-gemblem.lo `test -f 'gemblem.c' || echo '$(srcdir)/'`gemblem.c
2590 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gemblem.Tpo $(DEPDIR)/libgio_2_0_la-gemblem.Plo
2591 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gemblem.c' object='libgio_2_0_la-gemblem.lo' libtool=yes @AMDEPBACKSLASH@
2592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2593 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gemblem.lo `test -f 'gemblem.c' || echo '$(srcdir)/'`gemblem.c
2594  
2595 libgio_2_0_la-gemblemedicon.lo: gemblemedicon.c
2596 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gemblemedicon.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gemblemedicon.Tpo -c -o libgio_2_0_la-gemblemedicon.lo `test -f 'gemblemedicon.c' || echo '$(srcdir)/'`gemblemedicon.c
2597 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gemblemedicon.Tpo $(DEPDIR)/libgio_2_0_la-gemblemedicon.Plo
2598 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gemblemedicon.c' object='libgio_2_0_la-gemblemedicon.lo' libtool=yes @AMDEPBACKSLASH@
2599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2600 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gemblemedicon.lo `test -f 'gemblemedicon.c' || echo '$(srcdir)/'`gemblemedicon.c
2601  
2602 libgio_2_0_la-gfile.lo: gfile.c
2603 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfile.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfile.Tpo -c -o libgio_2_0_la-gfile.lo `test -f 'gfile.c' || echo '$(srcdir)/'`gfile.c
2604 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfile.Tpo $(DEPDIR)/libgio_2_0_la-gfile.Plo
2605 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfile.c' object='libgio_2_0_la-gfile.lo' libtool=yes @AMDEPBACKSLASH@
2606 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2607 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfile.lo `test -f 'gfile.c' || echo '$(srcdir)/'`gfile.c
2608  
2609 libgio_2_0_la-gfileattribute.lo: gfileattribute.c
2610 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfileattribute.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfileattribute.Tpo -c -o libgio_2_0_la-gfileattribute.lo `test -f 'gfileattribute.c' || echo '$(srcdir)/'`gfileattribute.c
2611 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileattribute.Tpo $(DEPDIR)/libgio_2_0_la-gfileattribute.Plo
2612 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfileattribute.c' object='libgio_2_0_la-gfileattribute.lo' libtool=yes @AMDEPBACKSLASH@
2613 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2614 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfileattribute.lo `test -f 'gfileattribute.c' || echo '$(srcdir)/'`gfileattribute.c
2615  
2616 libgio_2_0_la-gfileenumerator.lo: gfileenumerator.c
2617 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfileenumerator.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfileenumerator.Tpo -c -o libgio_2_0_la-gfileenumerator.lo `test -f 'gfileenumerator.c' || echo '$(srcdir)/'`gfileenumerator.c
2618 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileenumerator.Tpo $(DEPDIR)/libgio_2_0_la-gfileenumerator.Plo
2619 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfileenumerator.c' object='libgio_2_0_la-gfileenumerator.lo' libtool=yes @AMDEPBACKSLASH@
2620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2621 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfileenumerator.lo `test -f 'gfileenumerator.c' || echo '$(srcdir)/'`gfileenumerator.c
2622  
2623 libgio_2_0_la-gfileicon.lo: gfileicon.c
2624 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfileicon.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfileicon.Tpo -c -o libgio_2_0_la-gfileicon.lo `test -f 'gfileicon.c' || echo '$(srcdir)/'`gfileicon.c
2625 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileicon.Tpo $(DEPDIR)/libgio_2_0_la-gfileicon.Plo
2626 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfileicon.c' object='libgio_2_0_la-gfileicon.lo' libtool=yes @AMDEPBACKSLASH@
2627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2628 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfileicon.lo `test -f 'gfileicon.c' || echo '$(srcdir)/'`gfileicon.c
2629  
2630 libgio_2_0_la-gfileinfo.lo: gfileinfo.c
2631 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfileinfo.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfileinfo.Tpo -c -o libgio_2_0_la-gfileinfo.lo `test -f 'gfileinfo.c' || echo '$(srcdir)/'`gfileinfo.c
2632 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileinfo.Tpo $(DEPDIR)/libgio_2_0_la-gfileinfo.Plo
2633 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfileinfo.c' object='libgio_2_0_la-gfileinfo.lo' libtool=yes @AMDEPBACKSLASH@
2634 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2635 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfileinfo.lo `test -f 'gfileinfo.c' || echo '$(srcdir)/'`gfileinfo.c
2636  
2637 libgio_2_0_la-gfileinputstream.lo: gfileinputstream.c
2638 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfileinputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfileinputstream.Tpo -c -o libgio_2_0_la-gfileinputstream.lo `test -f 'gfileinputstream.c' || echo '$(srcdir)/'`gfileinputstream.c
2639 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gfileinputstream.Plo
2640 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfileinputstream.c' object='libgio_2_0_la-gfileinputstream.lo' libtool=yes @AMDEPBACKSLASH@
2641 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2642 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfileinputstream.lo `test -f 'gfileinputstream.c' || echo '$(srcdir)/'`gfileinputstream.c
2643  
2644 libgio_2_0_la-gfilemonitor.lo: gfilemonitor.c
2645 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfilemonitor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfilemonitor.Tpo -c -o libgio_2_0_la-gfilemonitor.lo `test -f 'gfilemonitor.c' || echo '$(srcdir)/'`gfilemonitor.c
2646 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfilemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gfilemonitor.Plo
2647 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfilemonitor.c' object='libgio_2_0_la-gfilemonitor.lo' libtool=yes @AMDEPBACKSLASH@
2648 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2649 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfilemonitor.lo `test -f 'gfilemonitor.c' || echo '$(srcdir)/'`gfilemonitor.c
2650  
2651 libgio_2_0_la-gfilenamecompleter.lo: gfilenamecompleter.c
2652 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfilenamecompleter.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfilenamecompleter.Tpo -c -o libgio_2_0_la-gfilenamecompleter.lo `test -f 'gfilenamecompleter.c' || echo '$(srcdir)/'`gfilenamecompleter.c
2653 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfilenamecompleter.Tpo $(DEPDIR)/libgio_2_0_la-gfilenamecompleter.Plo
2654 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfilenamecompleter.c' object='libgio_2_0_la-gfilenamecompleter.lo' libtool=yes @AMDEPBACKSLASH@
2655 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2656 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfilenamecompleter.lo `test -f 'gfilenamecompleter.c' || echo '$(srcdir)/'`gfilenamecompleter.c
2657  
2658 libgio_2_0_la-gfileoutputstream.lo: gfileoutputstream.c
2659 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfileoutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfileoutputstream.Tpo -c -o libgio_2_0_la-gfileoutputstream.lo `test -f 'gfileoutputstream.c' || echo '$(srcdir)/'`gfileoutputstream.c
2660 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gfileoutputstream.Plo
2661 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfileoutputstream.c' object='libgio_2_0_la-gfileoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
2662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2663 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfileoutputstream.lo `test -f 'gfileoutputstream.c' || echo '$(srcdir)/'`gfileoutputstream.c
2664  
2665 libgio_2_0_la-gfileiostream.lo: gfileiostream.c
2666 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfileiostream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfileiostream.Tpo -c -o libgio_2_0_la-gfileiostream.lo `test -f 'gfileiostream.c' || echo '$(srcdir)/'`gfileiostream.c
2667 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileiostream.Tpo $(DEPDIR)/libgio_2_0_la-gfileiostream.Plo
2668 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfileiostream.c' object='libgio_2_0_la-gfileiostream.lo' libtool=yes @AMDEPBACKSLASH@
2669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2670 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfileiostream.lo `test -f 'gfileiostream.c' || echo '$(srcdir)/'`gfileiostream.c
2671  
2672 libgio_2_0_la-gfilterinputstream.lo: gfilterinputstream.c
2673 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfilterinputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfilterinputstream.Tpo -c -o libgio_2_0_la-gfilterinputstream.lo `test -f 'gfilterinputstream.c' || echo '$(srcdir)/'`gfilterinputstream.c
2674 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfilterinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gfilterinputstream.Plo
2675 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfilterinputstream.c' object='libgio_2_0_la-gfilterinputstream.lo' libtool=yes @AMDEPBACKSLASH@
2676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2677 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfilterinputstream.lo `test -f 'gfilterinputstream.c' || echo '$(srcdir)/'`gfilterinputstream.c
2678  
2679 libgio_2_0_la-gfilteroutputstream.lo: gfilteroutputstream.c
2680 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfilteroutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfilteroutputstream.Tpo -c -o libgio_2_0_la-gfilteroutputstream.lo `test -f 'gfilteroutputstream.c' || echo '$(srcdir)/'`gfilteroutputstream.c
2681 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfilteroutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gfilteroutputstream.Plo
2682 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfilteroutputstream.c' object='libgio_2_0_la-gfilteroutputstream.lo' libtool=yes @AMDEPBACKSLASH@
2683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2684 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfilteroutputstream.lo `test -f 'gfilteroutputstream.c' || echo '$(srcdir)/'`gfilteroutputstream.c
2685  
2686 libgio_2_0_la-gicon.lo: gicon.c
2687 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gicon.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gicon.Tpo -c -o libgio_2_0_la-gicon.lo `test -f 'gicon.c' || echo '$(srcdir)/'`gicon.c
2688 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gicon.Tpo $(DEPDIR)/libgio_2_0_la-gicon.Plo
2689 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gicon.c' object='libgio_2_0_la-gicon.lo' libtool=yes @AMDEPBACKSLASH@
2690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2691 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gicon.lo `test -f 'gicon.c' || echo '$(srcdir)/'`gicon.c
2692  
2693 libgio_2_0_la-ginetaddress.lo: ginetaddress.c
2694 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-ginetaddress.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-ginetaddress.Tpo -c -o libgio_2_0_la-ginetaddress.lo `test -f 'ginetaddress.c' || echo '$(srcdir)/'`ginetaddress.c
2695 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginetaddress.Tpo $(DEPDIR)/libgio_2_0_la-ginetaddress.Plo
2696 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ginetaddress.c' object='libgio_2_0_la-ginetaddress.lo' libtool=yes @AMDEPBACKSLASH@
2697 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2698 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-ginetaddress.lo `test -f 'ginetaddress.c' || echo '$(srcdir)/'`ginetaddress.c
2699  
2700 libgio_2_0_la-ginetaddressmask.lo: ginetaddressmask.c
2701 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-ginetaddressmask.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-ginetaddressmask.Tpo -c -o libgio_2_0_la-ginetaddressmask.lo `test -f 'ginetaddressmask.c' || echo '$(srcdir)/'`ginetaddressmask.c
2702 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginetaddressmask.Tpo $(DEPDIR)/libgio_2_0_la-ginetaddressmask.Plo
2703 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ginetaddressmask.c' object='libgio_2_0_la-ginetaddressmask.lo' libtool=yes @AMDEPBACKSLASH@
2704 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2705 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-ginetaddressmask.lo `test -f 'ginetaddressmask.c' || echo '$(srcdir)/'`ginetaddressmask.c
2706  
2707 libgio_2_0_la-ginetsocketaddress.lo: ginetsocketaddress.c
2708 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-ginetsocketaddress.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-ginetsocketaddress.Tpo -c -o libgio_2_0_la-ginetsocketaddress.lo `test -f 'ginetsocketaddress.c' || echo '$(srcdir)/'`ginetsocketaddress.c
2709 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginetsocketaddress.Tpo $(DEPDIR)/libgio_2_0_la-ginetsocketaddress.Plo
2710 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ginetsocketaddress.c' object='libgio_2_0_la-ginetsocketaddress.lo' libtool=yes @AMDEPBACKSLASH@
2711 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2712 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-ginetsocketaddress.lo `test -f 'ginetsocketaddress.c' || echo '$(srcdir)/'`ginetsocketaddress.c
2713  
2714 libgio_2_0_la-ginitable.lo: ginitable.c
2715 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-ginitable.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-ginitable.Tpo -c -o libgio_2_0_la-ginitable.lo `test -f 'ginitable.c' || echo '$(srcdir)/'`ginitable.c
2716 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginitable.Tpo $(DEPDIR)/libgio_2_0_la-ginitable.Plo
2717 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ginitable.c' object='libgio_2_0_la-ginitable.lo' libtool=yes @AMDEPBACKSLASH@
2718 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2719 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-ginitable.lo `test -f 'ginitable.c' || echo '$(srcdir)/'`ginitable.c
2720  
2721 libgio_2_0_la-ginputstream.lo: ginputstream.c
2722 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-ginputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-ginputstream.Tpo -c -o libgio_2_0_la-ginputstream.lo `test -f 'ginputstream.c' || echo '$(srcdir)/'`ginputstream.c
2723 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginputstream.Tpo $(DEPDIR)/libgio_2_0_la-ginputstream.Plo
2724 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ginputstream.c' object='libgio_2_0_la-ginputstream.lo' libtool=yes @AMDEPBACKSLASH@
2725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2726 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-ginputstream.lo `test -f 'ginputstream.c' || echo '$(srcdir)/'`ginputstream.c
2727  
2728 libgio_2_0_la-gioerror.lo: gioerror.c
2729 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gioerror.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gioerror.Tpo -c -o libgio_2_0_la-gioerror.lo `test -f 'gioerror.c' || echo '$(srcdir)/'`gioerror.c
2730 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gioerror.Tpo $(DEPDIR)/libgio_2_0_la-gioerror.Plo
2731 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gioerror.c' object='libgio_2_0_la-gioerror.lo' libtool=yes @AMDEPBACKSLASH@
2732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2733 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gioerror.lo `test -f 'gioerror.c' || echo '$(srcdir)/'`gioerror.c
2734  
2735 libgio_2_0_la-giomodule.lo: giomodule.c
2736 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-giomodule.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-giomodule.Tpo -c -o libgio_2_0_la-giomodule.lo `test -f 'giomodule.c' || echo '$(srcdir)/'`giomodule.c
2737 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-giomodule.Tpo $(DEPDIR)/libgio_2_0_la-giomodule.Plo
2738 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='giomodule.c' object='libgio_2_0_la-giomodule.lo' libtool=yes @AMDEPBACKSLASH@
2739 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2740 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-giomodule.lo `test -f 'giomodule.c' || echo '$(srcdir)/'`giomodule.c
2741  
2742 libgio_2_0_la-gioscheduler.lo: gioscheduler.c
2743 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gioscheduler.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gioscheduler.Tpo -c -o libgio_2_0_la-gioscheduler.lo `test -f 'gioscheduler.c' || echo '$(srcdir)/'`gioscheduler.c
2744 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gioscheduler.Tpo $(DEPDIR)/libgio_2_0_la-gioscheduler.Plo
2745 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gioscheduler.c' object='libgio_2_0_la-gioscheduler.lo' libtool=yes @AMDEPBACKSLASH@
2746 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2747 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gioscheduler.lo `test -f 'gioscheduler.c' || echo '$(srcdir)/'`gioscheduler.c
2748  
2749 libgio_2_0_la-giostream.lo: giostream.c
2750 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-giostream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-giostream.Tpo -c -o libgio_2_0_la-giostream.lo `test -f 'giostream.c' || echo '$(srcdir)/'`giostream.c
2751 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-giostream.Tpo $(DEPDIR)/libgio_2_0_la-giostream.Plo
2752 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='giostream.c' object='libgio_2_0_la-giostream.lo' libtool=yes @AMDEPBACKSLASH@
2753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2754 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-giostream.lo `test -f 'giostream.c' || echo '$(srcdir)/'`giostream.c
2755  
2756 libgio_2_0_la-gloadableicon.lo: gloadableicon.c
2757 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gloadableicon.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gloadableicon.Tpo -c -o libgio_2_0_la-gloadableicon.lo `test -f 'gloadableicon.c' || echo '$(srcdir)/'`gloadableicon.c
2758 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gloadableicon.Tpo $(DEPDIR)/libgio_2_0_la-gloadableicon.Plo
2759 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gloadableicon.c' object='libgio_2_0_la-gloadableicon.lo' libtool=yes @AMDEPBACKSLASH@
2760 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2761 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gloadableicon.lo `test -f 'gloadableicon.c' || echo '$(srcdir)/'`gloadableicon.c
2762  
2763 libgio_2_0_la-gmount.lo: gmount.c
2764 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gmount.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gmount.Tpo -c -o libgio_2_0_la-gmount.lo `test -f 'gmount.c' || echo '$(srcdir)/'`gmount.c
2765 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmount.Tpo $(DEPDIR)/libgio_2_0_la-gmount.Plo
2766 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmount.c' object='libgio_2_0_la-gmount.lo' libtool=yes @AMDEPBACKSLASH@
2767 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2768 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gmount.lo `test -f 'gmount.c' || echo '$(srcdir)/'`gmount.c
2769  
2770 libgio_2_0_la-gmemoryinputstream.lo: gmemoryinputstream.c
2771 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gmemoryinputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gmemoryinputstream.Tpo -c -o libgio_2_0_la-gmemoryinputstream.lo `test -f 'gmemoryinputstream.c' || echo '$(srcdir)/'`gmemoryinputstream.c
2772 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmemoryinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gmemoryinputstream.Plo
2773 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmemoryinputstream.c' object='libgio_2_0_la-gmemoryinputstream.lo' libtool=yes @AMDEPBACKSLASH@
2774 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2775 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gmemoryinputstream.lo `test -f 'gmemoryinputstream.c' || echo '$(srcdir)/'`gmemoryinputstream.c
2776  
2777 libgio_2_0_la-gmemoryoutputstream.lo: gmemoryoutputstream.c
2778 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gmemoryoutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gmemoryoutputstream.Tpo -c -o libgio_2_0_la-gmemoryoutputstream.lo `test -f 'gmemoryoutputstream.c' || echo '$(srcdir)/'`gmemoryoutputstream.c
2779 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmemoryoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gmemoryoutputstream.Plo
2780 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmemoryoutputstream.c' object='libgio_2_0_la-gmemoryoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
2781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2782 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gmemoryoutputstream.lo `test -f 'gmemoryoutputstream.c' || echo '$(srcdir)/'`gmemoryoutputstream.c
2783  
2784 libgio_2_0_la-gmountoperation.lo: gmountoperation.c
2785 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gmountoperation.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gmountoperation.Tpo -c -o libgio_2_0_la-gmountoperation.lo `test -f 'gmountoperation.c' || echo '$(srcdir)/'`gmountoperation.c
2786 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmountoperation.Tpo $(DEPDIR)/libgio_2_0_la-gmountoperation.Plo
2787 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmountoperation.c' object='libgio_2_0_la-gmountoperation.lo' libtool=yes @AMDEPBACKSLASH@
2788 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2789 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gmountoperation.lo `test -f 'gmountoperation.c' || echo '$(srcdir)/'`gmountoperation.c
2790  
2791 libgio_2_0_la-gnativevolumemonitor.lo: gnativevolumemonitor.c
2792 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnativevolumemonitor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnativevolumemonitor.Tpo -c -o libgio_2_0_la-gnativevolumemonitor.lo `test -f 'gnativevolumemonitor.c' || echo '$(srcdir)/'`gnativevolumemonitor.c
2793 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnativevolumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gnativevolumemonitor.Plo
2794 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnativevolumemonitor.c' object='libgio_2_0_la-gnativevolumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
2795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2796 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnativevolumemonitor.lo `test -f 'gnativevolumemonitor.c' || echo '$(srcdir)/'`gnativevolumemonitor.c
2797  
2798 libgio_2_0_la-gnativesocketaddress.lo: gnativesocketaddress.c
2799 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnativesocketaddress.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnativesocketaddress.Tpo -c -o libgio_2_0_la-gnativesocketaddress.lo `test -f 'gnativesocketaddress.c' || echo '$(srcdir)/'`gnativesocketaddress.c
2800 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnativesocketaddress.Tpo $(DEPDIR)/libgio_2_0_la-gnativesocketaddress.Plo
2801 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnativesocketaddress.c' object='libgio_2_0_la-gnativesocketaddress.lo' libtool=yes @AMDEPBACKSLASH@
2802 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2803 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnativesocketaddress.lo `test -f 'gnativesocketaddress.c' || echo '$(srcdir)/'`gnativesocketaddress.c
2804  
2805 libgio_2_0_la-gnetworkaddress.lo: gnetworkaddress.c
2806 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnetworkaddress.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnetworkaddress.Tpo -c -o libgio_2_0_la-gnetworkaddress.lo `test -f 'gnetworkaddress.c' || echo '$(srcdir)/'`gnetworkaddress.c
2807 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkaddress.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkaddress.Plo
2808 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnetworkaddress.c' object='libgio_2_0_la-gnetworkaddress.lo' libtool=yes @AMDEPBACKSLASH@
2809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2810 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnetworkaddress.lo `test -f 'gnetworkaddress.c' || echo '$(srcdir)/'`gnetworkaddress.c
2811  
2812 libgio_2_0_la-gnetworking.lo: gnetworking.c
2813 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnetworking.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnetworking.Tpo -c -o libgio_2_0_la-gnetworking.lo `test -f 'gnetworking.c' || echo '$(srcdir)/'`gnetworking.c
2814 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworking.Tpo $(DEPDIR)/libgio_2_0_la-gnetworking.Plo
2815 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnetworking.c' object='libgio_2_0_la-gnetworking.lo' libtool=yes @AMDEPBACKSLASH@
2816 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2817 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnetworking.lo `test -f 'gnetworking.c' || echo '$(srcdir)/'`gnetworking.c
2818  
2819 libgio_2_0_la-gnetworkmonitor.lo: gnetworkmonitor.c
2820 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnetworkmonitor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnetworkmonitor.Tpo -c -o libgio_2_0_la-gnetworkmonitor.lo `test -f 'gnetworkmonitor.c' || echo '$(srcdir)/'`gnetworkmonitor.c
2821 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkmonitor.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkmonitor.Plo
2822 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnetworkmonitor.c' object='libgio_2_0_la-gnetworkmonitor.lo' libtool=yes @AMDEPBACKSLASH@
2823 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2824 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnetworkmonitor.lo `test -f 'gnetworkmonitor.c' || echo '$(srcdir)/'`gnetworkmonitor.c
2825  
2826 libgio_2_0_la-gnetworkmonitorbase.lo: gnetworkmonitorbase.c
2827 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnetworkmonitorbase.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnetworkmonitorbase.Tpo -c -o libgio_2_0_la-gnetworkmonitorbase.lo `test -f 'gnetworkmonitorbase.c' || echo '$(srcdir)/'`gnetworkmonitorbase.c
2828 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkmonitorbase.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkmonitorbase.Plo
2829 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnetworkmonitorbase.c' object='libgio_2_0_la-gnetworkmonitorbase.lo' libtool=yes @AMDEPBACKSLASH@
2830 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2831 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnetworkmonitorbase.lo `test -f 'gnetworkmonitorbase.c' || echo '$(srcdir)/'`gnetworkmonitorbase.c
2832  
2833 libgio_2_0_la-gnetworkservice.lo: gnetworkservice.c
2834 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnetworkservice.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnetworkservice.Tpo -c -o libgio_2_0_la-gnetworkservice.lo `test -f 'gnetworkservice.c' || echo '$(srcdir)/'`gnetworkservice.c
2835 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkservice.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkservice.Plo
2836 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnetworkservice.c' object='libgio_2_0_la-gnetworkservice.lo' libtool=yes @AMDEPBACKSLASH@
2837 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2838 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnetworkservice.lo `test -f 'gnetworkservice.c' || echo '$(srcdir)/'`gnetworkservice.c
2839  
2840 libgio_2_0_la-goutputstream.lo: goutputstream.c
2841 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-goutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-goutputstream.Tpo -c -o libgio_2_0_la-goutputstream.lo `test -f 'goutputstream.c' || echo '$(srcdir)/'`goutputstream.c
2842 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-goutputstream.Tpo $(DEPDIR)/libgio_2_0_la-goutputstream.Plo
2843 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='goutputstream.c' object='libgio_2_0_la-goutputstream.lo' libtool=yes @AMDEPBACKSLASH@
2844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2845 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-goutputstream.lo `test -f 'goutputstream.c' || echo '$(srcdir)/'`goutputstream.c
2846  
2847 libgio_2_0_la-gpermission.lo: gpermission.c
2848 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gpermission.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gpermission.Tpo -c -o libgio_2_0_la-gpermission.lo `test -f 'gpermission.c' || echo '$(srcdir)/'`gpermission.c
2849 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpermission.Tpo $(DEPDIR)/libgio_2_0_la-gpermission.Plo
2850 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gpermission.c' object='libgio_2_0_la-gpermission.lo' libtool=yes @AMDEPBACKSLASH@
2851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2852 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gpermission.lo `test -f 'gpermission.c' || echo '$(srcdir)/'`gpermission.c
2853  
2854 libgio_2_0_la-gpollableinputstream.lo: gpollableinputstream.c
2855 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gpollableinputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gpollableinputstream.Tpo -c -o libgio_2_0_la-gpollableinputstream.lo `test -f 'gpollableinputstream.c' || echo '$(srcdir)/'`gpollableinputstream.c
2856 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpollableinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gpollableinputstream.Plo
2857 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gpollableinputstream.c' object='libgio_2_0_la-gpollableinputstream.lo' libtool=yes @AMDEPBACKSLASH@
2858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2859 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gpollableinputstream.lo `test -f 'gpollableinputstream.c' || echo '$(srcdir)/'`gpollableinputstream.c
2860  
2861 libgio_2_0_la-gpollableoutputstream.lo: gpollableoutputstream.c
2862 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gpollableoutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gpollableoutputstream.Tpo -c -o libgio_2_0_la-gpollableoutputstream.lo `test -f 'gpollableoutputstream.c' || echo '$(srcdir)/'`gpollableoutputstream.c
2863 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpollableoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gpollableoutputstream.Plo
2864 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gpollableoutputstream.c' object='libgio_2_0_la-gpollableoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
2865 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2866 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gpollableoutputstream.lo `test -f 'gpollableoutputstream.c' || echo '$(srcdir)/'`gpollableoutputstream.c
2867  
2868 libgio_2_0_la-gpollableutils.lo: gpollableutils.c
2869 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gpollableutils.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gpollableutils.Tpo -c -o libgio_2_0_la-gpollableutils.lo `test -f 'gpollableutils.c' || echo '$(srcdir)/'`gpollableutils.c
2870 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpollableutils.Tpo $(DEPDIR)/libgio_2_0_la-gpollableutils.Plo
2871 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gpollableutils.c' object='libgio_2_0_la-gpollableutils.lo' libtool=yes @AMDEPBACKSLASH@
2872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2873 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gpollableutils.lo `test -f 'gpollableutils.c' || echo '$(srcdir)/'`gpollableutils.c
2874  
2875 libgio_2_0_la-gpollfilemonitor.lo: gpollfilemonitor.c
2876 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gpollfilemonitor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gpollfilemonitor.Tpo -c -o libgio_2_0_la-gpollfilemonitor.lo `test -f 'gpollfilemonitor.c' || echo '$(srcdir)/'`gpollfilemonitor.c
2877 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpollfilemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gpollfilemonitor.Plo
2878 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gpollfilemonitor.c' object='libgio_2_0_la-gpollfilemonitor.lo' libtool=yes @AMDEPBACKSLASH@
2879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2880 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gpollfilemonitor.lo `test -f 'gpollfilemonitor.c' || echo '$(srcdir)/'`gpollfilemonitor.c
2881  
2882 libgio_2_0_la-gproxy.lo: gproxy.c
2883 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gproxy.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gproxy.Tpo -c -o libgio_2_0_la-gproxy.lo `test -f 'gproxy.c' || echo '$(srcdir)/'`gproxy.c
2884 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gproxy.Tpo $(DEPDIR)/libgio_2_0_la-gproxy.Plo
2885 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gproxy.c' object='libgio_2_0_la-gproxy.lo' libtool=yes @AMDEPBACKSLASH@
2886 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2887 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gproxy.lo `test -f 'gproxy.c' || echo '$(srcdir)/'`gproxy.c
2888  
2889 libgio_2_0_la-gproxyaddress.lo: gproxyaddress.c
2890 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gproxyaddress.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gproxyaddress.Tpo -c -o libgio_2_0_la-gproxyaddress.lo `test -f 'gproxyaddress.c' || echo '$(srcdir)/'`gproxyaddress.c
2891 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gproxyaddress.Tpo $(DEPDIR)/libgio_2_0_la-gproxyaddress.Plo
2892 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gproxyaddress.c' object='libgio_2_0_la-gproxyaddress.lo' libtool=yes @AMDEPBACKSLASH@
2893 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2894 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gproxyaddress.lo `test -f 'gproxyaddress.c' || echo '$(srcdir)/'`gproxyaddress.c
2895  
2896 libgio_2_0_la-gproxyaddressenumerator.lo: gproxyaddressenumerator.c
2897 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gproxyaddressenumerator.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gproxyaddressenumerator.Tpo -c -o libgio_2_0_la-gproxyaddressenumerator.lo `test -f 'gproxyaddressenumerator.c' || echo '$(srcdir)/'`gproxyaddressenumerator.c
2898 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gproxyaddressenumerator.Tpo $(DEPDIR)/libgio_2_0_la-gproxyaddressenumerator.Plo
2899 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gproxyaddressenumerator.c' object='libgio_2_0_la-gproxyaddressenumerator.lo' libtool=yes @AMDEPBACKSLASH@
2900 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2901 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gproxyaddressenumerator.lo `test -f 'gproxyaddressenumerator.c' || echo '$(srcdir)/'`gproxyaddressenumerator.c
2902  
2903 libgio_2_0_la-gproxyresolver.lo: gproxyresolver.c
2904 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gproxyresolver.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gproxyresolver.Tpo -c -o libgio_2_0_la-gproxyresolver.lo `test -f 'gproxyresolver.c' || echo '$(srcdir)/'`gproxyresolver.c
2905 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gproxyresolver.Tpo $(DEPDIR)/libgio_2_0_la-gproxyresolver.Plo
2906 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gproxyresolver.c' object='libgio_2_0_la-gproxyresolver.lo' libtool=yes @AMDEPBACKSLASH@
2907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2908 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gproxyresolver.lo `test -f 'gproxyresolver.c' || echo '$(srcdir)/'`gproxyresolver.c
2909  
2910 libgio_2_0_la-gresolver.lo: gresolver.c
2911 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gresolver.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gresolver.Tpo -c -o libgio_2_0_la-gresolver.lo `test -f 'gresolver.c' || echo '$(srcdir)/'`gresolver.c
2912 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gresolver.Tpo $(DEPDIR)/libgio_2_0_la-gresolver.Plo
2913 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gresolver.c' object='libgio_2_0_la-gresolver.lo' libtool=yes @AMDEPBACKSLASH@
2914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2915 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gresolver.lo `test -f 'gresolver.c' || echo '$(srcdir)/'`gresolver.c
2916  
2917 libgio_2_0_la-gresource.lo: gresource.c
2918 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gresource.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gresource.Tpo -c -o libgio_2_0_la-gresource.lo `test -f 'gresource.c' || echo '$(srcdir)/'`gresource.c
2919 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gresource.Tpo $(DEPDIR)/libgio_2_0_la-gresource.Plo
2920 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gresource.c' object='libgio_2_0_la-gresource.lo' libtool=yes @AMDEPBACKSLASH@
2921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2922 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gresource.lo `test -f 'gresource.c' || echo '$(srcdir)/'`gresource.c
2923  
2924 libgio_2_0_la-gresourcefile.lo: gresourcefile.c
2925 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gresourcefile.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gresourcefile.Tpo -c -o libgio_2_0_la-gresourcefile.lo `test -f 'gresourcefile.c' || echo '$(srcdir)/'`gresourcefile.c
2926 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gresourcefile.Tpo $(DEPDIR)/libgio_2_0_la-gresourcefile.Plo
2927 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gresourcefile.c' object='libgio_2_0_la-gresourcefile.lo' libtool=yes @AMDEPBACKSLASH@
2928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2929 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gresourcefile.lo `test -f 'gresourcefile.c' || echo '$(srcdir)/'`gresourcefile.c
2930  
2931 libgio_2_0_la-gseekable.lo: gseekable.c
2932 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gseekable.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gseekable.Tpo -c -o libgio_2_0_la-gseekable.lo `test -f 'gseekable.c' || echo '$(srcdir)/'`gseekable.c
2933 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gseekable.Tpo $(DEPDIR)/libgio_2_0_la-gseekable.Plo
2934 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gseekable.c' object='libgio_2_0_la-gseekable.lo' libtool=yes @AMDEPBACKSLASH@
2935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2936 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gseekable.lo `test -f 'gseekable.c' || echo '$(srcdir)/'`gseekable.c
2937  
2938 libgio_2_0_la-gsimpleasyncresult.lo: gsimpleasyncresult.c
2939 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsimpleasyncresult.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsimpleasyncresult.Tpo -c -o libgio_2_0_la-gsimpleasyncresult.lo `test -f 'gsimpleasyncresult.c' || echo '$(srcdir)/'`gsimpleasyncresult.c
2940 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleasyncresult.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleasyncresult.Plo
2941 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsimpleasyncresult.c' object='libgio_2_0_la-gsimpleasyncresult.lo' libtool=yes @AMDEPBACKSLASH@
2942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2943 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsimpleasyncresult.lo `test -f 'gsimpleasyncresult.c' || echo '$(srcdir)/'`gsimpleasyncresult.c
2944  
2945 libgio_2_0_la-gsimpleiostream.lo: gsimpleiostream.c
2946 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsimpleiostream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsimpleiostream.Tpo -c -o libgio_2_0_la-gsimpleiostream.lo `test -f 'gsimpleiostream.c' || echo '$(srcdir)/'`gsimpleiostream.c
2947 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleiostream.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleiostream.Plo
2948 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsimpleiostream.c' object='libgio_2_0_la-gsimpleiostream.lo' libtool=yes @AMDEPBACKSLASH@
2949 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2950 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsimpleiostream.lo `test -f 'gsimpleiostream.c' || echo '$(srcdir)/'`gsimpleiostream.c
2951  
2952 libgio_2_0_la-gsimplepermission.lo: gsimplepermission.c
2953 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsimplepermission.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsimplepermission.Tpo -c -o libgio_2_0_la-gsimplepermission.lo `test -f 'gsimplepermission.c' || echo '$(srcdir)/'`gsimplepermission.c
2954 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimplepermission.Tpo $(DEPDIR)/libgio_2_0_la-gsimplepermission.Plo
2955 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsimplepermission.c' object='libgio_2_0_la-gsimplepermission.lo' libtool=yes @AMDEPBACKSLASH@
2956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2957 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsimplepermission.lo `test -f 'gsimplepermission.c' || echo '$(srcdir)/'`gsimplepermission.c
2958  
2959 libgio_2_0_la-gsocket.lo: gsocket.c
2960 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocket.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocket.Tpo -c -o libgio_2_0_la-gsocket.lo `test -f 'gsocket.c' || echo '$(srcdir)/'`gsocket.c
2961 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocket.Tpo $(DEPDIR)/libgio_2_0_la-gsocket.Plo
2962 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocket.c' object='libgio_2_0_la-gsocket.lo' libtool=yes @AMDEPBACKSLASH@
2963 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2964 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocket.lo `test -f 'gsocket.c' || echo '$(srcdir)/'`gsocket.c
2965  
2966 libgio_2_0_la-gsocketaddress.lo: gsocketaddress.c
2967 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketaddress.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketaddress.Tpo -c -o libgio_2_0_la-gsocketaddress.lo `test -f 'gsocketaddress.c' || echo '$(srcdir)/'`gsocketaddress.c
2968 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketaddress.Tpo $(DEPDIR)/libgio_2_0_la-gsocketaddress.Plo
2969 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketaddress.c' object='libgio_2_0_la-gsocketaddress.lo' libtool=yes @AMDEPBACKSLASH@
2970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2971 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketaddress.lo `test -f 'gsocketaddress.c' || echo '$(srcdir)/'`gsocketaddress.c
2972  
2973 libgio_2_0_la-gsocketaddressenumerator.lo: gsocketaddressenumerator.c
2974 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketaddressenumerator.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketaddressenumerator.Tpo -c -o libgio_2_0_la-gsocketaddressenumerator.lo `test -f 'gsocketaddressenumerator.c' || echo '$(srcdir)/'`gsocketaddressenumerator.c
2975 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketaddressenumerator.Tpo $(DEPDIR)/libgio_2_0_la-gsocketaddressenumerator.Plo
2976 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketaddressenumerator.c' object='libgio_2_0_la-gsocketaddressenumerator.lo' libtool=yes @AMDEPBACKSLASH@
2977 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2978 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketaddressenumerator.lo `test -f 'gsocketaddressenumerator.c' || echo '$(srcdir)/'`gsocketaddressenumerator.c
2979  
2980 libgio_2_0_la-gsocketclient.lo: gsocketclient.c
2981 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketclient.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketclient.Tpo -c -o libgio_2_0_la-gsocketclient.lo `test -f 'gsocketclient.c' || echo '$(srcdir)/'`gsocketclient.c
2982 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketclient.Tpo $(DEPDIR)/libgio_2_0_la-gsocketclient.Plo
2983 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketclient.c' object='libgio_2_0_la-gsocketclient.lo' libtool=yes @AMDEPBACKSLASH@
2984 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2985 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketclient.lo `test -f 'gsocketclient.c' || echo '$(srcdir)/'`gsocketclient.c
2986  
2987 libgio_2_0_la-gsocketconnectable.lo: gsocketconnectable.c
2988 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketconnectable.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketconnectable.Tpo -c -o libgio_2_0_la-gsocketconnectable.lo `test -f 'gsocketconnectable.c' || echo '$(srcdir)/'`gsocketconnectable.c
2989 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketconnectable.Tpo $(DEPDIR)/libgio_2_0_la-gsocketconnectable.Plo
2990 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketconnectable.c' object='libgio_2_0_la-gsocketconnectable.lo' libtool=yes @AMDEPBACKSLASH@
2991 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2992 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketconnectable.lo `test -f 'gsocketconnectable.c' || echo '$(srcdir)/'`gsocketconnectable.c
2993  
2994 libgio_2_0_la-gsocketconnection.lo: gsocketconnection.c
2995 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketconnection.Tpo -c -o libgio_2_0_la-gsocketconnection.lo `test -f 'gsocketconnection.c' || echo '$(srcdir)/'`gsocketconnection.c
2996 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketconnection.Tpo $(DEPDIR)/libgio_2_0_la-gsocketconnection.Plo
2997 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketconnection.c' object='libgio_2_0_la-gsocketconnection.lo' libtool=yes @AMDEPBACKSLASH@
2998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2999 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketconnection.lo `test -f 'gsocketconnection.c' || echo '$(srcdir)/'`gsocketconnection.c
3000  
3001 libgio_2_0_la-gsocketcontrolmessage.lo: gsocketcontrolmessage.c
3002 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketcontrolmessage.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketcontrolmessage.Tpo -c -o libgio_2_0_la-gsocketcontrolmessage.lo `test -f 'gsocketcontrolmessage.c' || echo '$(srcdir)/'`gsocketcontrolmessage.c
3003 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketcontrolmessage.Tpo $(DEPDIR)/libgio_2_0_la-gsocketcontrolmessage.Plo
3004 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketcontrolmessage.c' object='libgio_2_0_la-gsocketcontrolmessage.lo' libtool=yes @AMDEPBACKSLASH@
3005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3006 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketcontrolmessage.lo `test -f 'gsocketcontrolmessage.c' || echo '$(srcdir)/'`gsocketcontrolmessage.c
3007  
3008 libgio_2_0_la-gsocketinputstream.lo: gsocketinputstream.c
3009 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketinputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketinputstream.Tpo -c -o libgio_2_0_la-gsocketinputstream.lo `test -f 'gsocketinputstream.c' || echo '$(srcdir)/'`gsocketinputstream.c
3010 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gsocketinputstream.Plo
3011 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketinputstream.c' object='libgio_2_0_la-gsocketinputstream.lo' libtool=yes @AMDEPBACKSLASH@
3012 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3013 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketinputstream.lo `test -f 'gsocketinputstream.c' || echo '$(srcdir)/'`gsocketinputstream.c
3014  
3015 libgio_2_0_la-gsocketlistener.lo: gsocketlistener.c
3016 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketlistener.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketlistener.Tpo -c -o libgio_2_0_la-gsocketlistener.lo `test -f 'gsocketlistener.c' || echo '$(srcdir)/'`gsocketlistener.c
3017 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketlistener.Tpo $(DEPDIR)/libgio_2_0_la-gsocketlistener.Plo
3018 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketlistener.c' object='libgio_2_0_la-gsocketlistener.lo' libtool=yes @AMDEPBACKSLASH@
3019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3020 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketlistener.lo `test -f 'gsocketlistener.c' || echo '$(srcdir)/'`gsocketlistener.c
3021  
3022 libgio_2_0_la-gsocketoutputstream.lo: gsocketoutputstream.c
3023 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketoutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketoutputstream.Tpo -c -o libgio_2_0_la-gsocketoutputstream.lo `test -f 'gsocketoutputstream.c' || echo '$(srcdir)/'`gsocketoutputstream.c
3024 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gsocketoutputstream.Plo
3025 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketoutputstream.c' object='libgio_2_0_la-gsocketoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
3026 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3027 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketoutputstream.lo `test -f 'gsocketoutputstream.c' || echo '$(srcdir)/'`gsocketoutputstream.c
3028  
3029 libgio_2_0_la-gsubprocesslauncher.lo: gsubprocesslauncher.c
3030 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsubprocesslauncher.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsubprocesslauncher.Tpo -c -o libgio_2_0_la-gsubprocesslauncher.lo `test -f 'gsubprocesslauncher.c' || echo '$(srcdir)/'`gsubprocesslauncher.c
3031 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsubprocesslauncher.Tpo $(DEPDIR)/libgio_2_0_la-gsubprocesslauncher.Plo
3032 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsubprocesslauncher.c' object='libgio_2_0_la-gsubprocesslauncher.lo' libtool=yes @AMDEPBACKSLASH@
3033 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3034 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsubprocesslauncher.lo `test -f 'gsubprocesslauncher.c' || echo '$(srcdir)/'`gsubprocesslauncher.c
3035  
3036 libgio_2_0_la-gsubprocess.lo: gsubprocess.c
3037 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsubprocess.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsubprocess.Tpo -c -o libgio_2_0_la-gsubprocess.lo `test -f 'gsubprocess.c' || echo '$(srcdir)/'`gsubprocess.c
3038 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsubprocess.Tpo $(DEPDIR)/libgio_2_0_la-gsubprocess.Plo
3039 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsubprocess.c' object='libgio_2_0_la-gsubprocess.lo' libtool=yes @AMDEPBACKSLASH@
3040 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3041 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsubprocess.lo `test -f 'gsubprocess.c' || echo '$(srcdir)/'`gsubprocess.c
3042  
3043 libgio_2_0_la-gsocketservice.lo: gsocketservice.c
3044 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocketservice.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocketservice.Tpo -c -o libgio_2_0_la-gsocketservice.lo `test -f 'gsocketservice.c' || echo '$(srcdir)/'`gsocketservice.c
3045 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketservice.Tpo $(DEPDIR)/libgio_2_0_la-gsocketservice.Plo
3046 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocketservice.c' object='libgio_2_0_la-gsocketservice.lo' libtool=yes @AMDEPBACKSLASH@
3047 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3048 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocketservice.lo `test -f 'gsocketservice.c' || echo '$(srcdir)/'`gsocketservice.c
3049  
3050 libgio_2_0_la-gsrvtarget.lo: gsrvtarget.c
3051 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsrvtarget.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsrvtarget.Tpo -c -o libgio_2_0_la-gsrvtarget.lo `test -f 'gsrvtarget.c' || echo '$(srcdir)/'`gsrvtarget.c
3052 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsrvtarget.Tpo $(DEPDIR)/libgio_2_0_la-gsrvtarget.Plo
3053 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsrvtarget.c' object='libgio_2_0_la-gsrvtarget.lo' libtool=yes @AMDEPBACKSLASH@
3054 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3055 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsrvtarget.lo `test -f 'gsrvtarget.c' || echo '$(srcdir)/'`gsrvtarget.c
3056  
3057 libgio_2_0_la-gsimpleproxyresolver.lo: gsimpleproxyresolver.c
3058 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsimpleproxyresolver.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsimpleproxyresolver.Tpo -c -o libgio_2_0_la-gsimpleproxyresolver.lo `test -f 'gsimpleproxyresolver.c' || echo '$(srcdir)/'`gsimpleproxyresolver.c
3059 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleproxyresolver.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleproxyresolver.Plo
3060 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsimpleproxyresolver.c' object='libgio_2_0_la-gsimpleproxyresolver.lo' libtool=yes @AMDEPBACKSLASH@
3061 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3062 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsimpleproxyresolver.lo `test -f 'gsimpleproxyresolver.c' || echo '$(srcdir)/'`gsimpleproxyresolver.c
3063  
3064 libgio_2_0_la-gtask.lo: gtask.c
3065 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtask.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtask.Tpo -c -o libgio_2_0_la-gtask.lo `test -f 'gtask.c' || echo '$(srcdir)/'`gtask.c
3066 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtask.Tpo $(DEPDIR)/libgio_2_0_la-gtask.Plo
3067 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtask.c' object='libgio_2_0_la-gtask.lo' libtool=yes @AMDEPBACKSLASH@
3068 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3069 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtask.lo `test -f 'gtask.c' || echo '$(srcdir)/'`gtask.c
3070  
3071 libgio_2_0_la-gtcpconnection.lo: gtcpconnection.c
3072 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtcpconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtcpconnection.Tpo -c -o libgio_2_0_la-gtcpconnection.lo `test -f 'gtcpconnection.c' || echo '$(srcdir)/'`gtcpconnection.c
3073 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtcpconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtcpconnection.Plo
3074 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtcpconnection.c' object='libgio_2_0_la-gtcpconnection.lo' libtool=yes @AMDEPBACKSLASH@
3075 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3076 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtcpconnection.lo `test -f 'gtcpconnection.c' || echo '$(srcdir)/'`gtcpconnection.c
3077  
3078 libgio_2_0_la-gtcpwrapperconnection.lo: gtcpwrapperconnection.c
3079 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtcpwrapperconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtcpwrapperconnection.Tpo -c -o libgio_2_0_la-gtcpwrapperconnection.lo `test -f 'gtcpwrapperconnection.c' || echo '$(srcdir)/'`gtcpwrapperconnection.c
3080 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtcpwrapperconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtcpwrapperconnection.Plo
3081 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtcpwrapperconnection.c' object='libgio_2_0_la-gtcpwrapperconnection.lo' libtool=yes @AMDEPBACKSLASH@
3082 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3083 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtcpwrapperconnection.lo `test -f 'gtcpwrapperconnection.c' || echo '$(srcdir)/'`gtcpwrapperconnection.c
3084  
3085 libgio_2_0_la-gthreadedsocketservice.lo: gthreadedsocketservice.c
3086 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gthreadedsocketservice.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gthreadedsocketservice.Tpo -c -o libgio_2_0_la-gthreadedsocketservice.lo `test -f 'gthreadedsocketservice.c' || echo '$(srcdir)/'`gthreadedsocketservice.c
3087 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gthreadedsocketservice.Tpo $(DEPDIR)/libgio_2_0_la-gthreadedsocketservice.Plo
3088 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gthreadedsocketservice.c' object='libgio_2_0_la-gthreadedsocketservice.lo' libtool=yes @AMDEPBACKSLASH@
3089 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3090 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gthreadedsocketservice.lo `test -f 'gthreadedsocketservice.c' || echo '$(srcdir)/'`gthreadedsocketservice.c
3091  
3092 libgio_2_0_la-gthemedicon.lo: gthemedicon.c
3093 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gthemedicon.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gthemedicon.Tpo -c -o libgio_2_0_la-gthemedicon.lo `test -f 'gthemedicon.c' || echo '$(srcdir)/'`gthemedicon.c
3094 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gthemedicon.Tpo $(DEPDIR)/libgio_2_0_la-gthemedicon.Plo
3095 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gthemedicon.c' object='libgio_2_0_la-gthemedicon.lo' libtool=yes @AMDEPBACKSLASH@
3096 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3097 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gthemedicon.lo `test -f 'gthemedicon.c' || echo '$(srcdir)/'`gthemedicon.c
3098  
3099 libgio_2_0_la-gthreadedresolver.lo: gthreadedresolver.c
3100 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gthreadedresolver.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gthreadedresolver.Tpo -c -o libgio_2_0_la-gthreadedresolver.lo `test -f 'gthreadedresolver.c' || echo '$(srcdir)/'`gthreadedresolver.c
3101 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gthreadedresolver.Tpo $(DEPDIR)/libgio_2_0_la-gthreadedresolver.Plo
3102 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gthreadedresolver.c' object='libgio_2_0_la-gthreadedresolver.lo' libtool=yes @AMDEPBACKSLASH@
3103 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3104 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gthreadedresolver.lo `test -f 'gthreadedresolver.c' || echo '$(srcdir)/'`gthreadedresolver.c
3105  
3106 libgio_2_0_la-gtlsbackend.lo: gtlsbackend.c
3107 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtlsbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtlsbackend.Tpo -c -o libgio_2_0_la-gtlsbackend.lo `test -f 'gtlsbackend.c' || echo '$(srcdir)/'`gtlsbackend.c
3108 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gtlsbackend.Plo
3109 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtlsbackend.c' object='libgio_2_0_la-gtlsbackend.lo' libtool=yes @AMDEPBACKSLASH@
3110 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3111 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtlsbackend.lo `test -f 'gtlsbackend.c' || echo '$(srcdir)/'`gtlsbackend.c
3112  
3113 libgio_2_0_la-gtlscertificate.lo: gtlscertificate.c
3114 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtlscertificate.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtlscertificate.Tpo -c -o libgio_2_0_la-gtlscertificate.lo `test -f 'gtlscertificate.c' || echo '$(srcdir)/'`gtlscertificate.c
3115 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlscertificate.Tpo $(DEPDIR)/libgio_2_0_la-gtlscertificate.Plo
3116 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtlscertificate.c' object='libgio_2_0_la-gtlscertificate.lo' libtool=yes @AMDEPBACKSLASH@
3117 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3118 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtlscertificate.lo `test -f 'gtlscertificate.c' || echo '$(srcdir)/'`gtlscertificate.c
3119  
3120 libgio_2_0_la-gtlsclientconnection.lo: gtlsclientconnection.c
3121 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtlsclientconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtlsclientconnection.Tpo -c -o libgio_2_0_la-gtlsclientconnection.lo `test -f 'gtlsclientconnection.c' || echo '$(srcdir)/'`gtlsclientconnection.c
3122 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsclientconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtlsclientconnection.Plo
3123 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtlsclientconnection.c' object='libgio_2_0_la-gtlsclientconnection.lo' libtool=yes @AMDEPBACKSLASH@
3124 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3125 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtlsclientconnection.lo `test -f 'gtlsclientconnection.c' || echo '$(srcdir)/'`gtlsclientconnection.c
3126  
3127 libgio_2_0_la-gtlsconnection.lo: gtlsconnection.c
3128 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtlsconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtlsconnection.Tpo -c -o libgio_2_0_la-gtlsconnection.lo `test -f 'gtlsconnection.c' || echo '$(srcdir)/'`gtlsconnection.c
3129 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtlsconnection.Plo
3130 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtlsconnection.c' object='libgio_2_0_la-gtlsconnection.lo' libtool=yes @AMDEPBACKSLASH@
3131 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3132 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtlsconnection.lo `test -f 'gtlsconnection.c' || echo '$(srcdir)/'`gtlsconnection.c
3133  
3134 libgio_2_0_la-gtlsdatabase.lo: gtlsdatabase.c
3135 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtlsdatabase.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtlsdatabase.Tpo -c -o libgio_2_0_la-gtlsdatabase.lo `test -f 'gtlsdatabase.c' || echo '$(srcdir)/'`gtlsdatabase.c
3136 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsdatabase.Tpo $(DEPDIR)/libgio_2_0_la-gtlsdatabase.Plo
3137 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtlsdatabase.c' object='libgio_2_0_la-gtlsdatabase.lo' libtool=yes @AMDEPBACKSLASH@
3138 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3139 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtlsdatabase.lo `test -f 'gtlsdatabase.c' || echo '$(srcdir)/'`gtlsdatabase.c
3140  
3141 libgio_2_0_la-gtlsfiledatabase.lo: gtlsfiledatabase.c
3142 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtlsfiledatabase.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtlsfiledatabase.Tpo -c -o libgio_2_0_la-gtlsfiledatabase.lo `test -f 'gtlsfiledatabase.c' || echo '$(srcdir)/'`gtlsfiledatabase.c
3143 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsfiledatabase.Tpo $(DEPDIR)/libgio_2_0_la-gtlsfiledatabase.Plo
3144 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtlsfiledatabase.c' object='libgio_2_0_la-gtlsfiledatabase.lo' libtool=yes @AMDEPBACKSLASH@
3145 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3146 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtlsfiledatabase.lo `test -f 'gtlsfiledatabase.c' || echo '$(srcdir)/'`gtlsfiledatabase.c
3147  
3148 libgio_2_0_la-gtlsinteraction.lo: gtlsinteraction.c
3149 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtlsinteraction.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtlsinteraction.Tpo -c -o libgio_2_0_la-gtlsinteraction.lo `test -f 'gtlsinteraction.c' || echo '$(srcdir)/'`gtlsinteraction.c
3150 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsinteraction.Tpo $(DEPDIR)/libgio_2_0_la-gtlsinteraction.Plo
3151 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtlsinteraction.c' object='libgio_2_0_la-gtlsinteraction.lo' libtool=yes @AMDEPBACKSLASH@
3152 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3153 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtlsinteraction.lo `test -f 'gtlsinteraction.c' || echo '$(srcdir)/'`gtlsinteraction.c
3154  
3155 libgio_2_0_la-gtlspassword.lo: gtlspassword.c
3156 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtlspassword.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtlspassword.Tpo -c -o libgio_2_0_la-gtlspassword.lo `test -f 'gtlspassword.c' || echo '$(srcdir)/'`gtlspassword.c
3157 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlspassword.Tpo $(DEPDIR)/libgio_2_0_la-gtlspassword.Plo
3158 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtlspassword.c' object='libgio_2_0_la-gtlspassword.lo' libtool=yes @AMDEPBACKSLASH@
3159 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3160 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtlspassword.lo `test -f 'gtlspassword.c' || echo '$(srcdir)/'`gtlspassword.c
3161  
3162 libgio_2_0_la-gtlsserverconnection.lo: gtlsserverconnection.c
3163 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtlsserverconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtlsserverconnection.Tpo -c -o libgio_2_0_la-gtlsserverconnection.lo `test -f 'gtlsserverconnection.c' || echo '$(srcdir)/'`gtlsserverconnection.c
3164 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsserverconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtlsserverconnection.Plo
3165 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtlsserverconnection.c' object='libgio_2_0_la-gtlsserverconnection.lo' libtool=yes @AMDEPBACKSLASH@
3166 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3167 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtlsserverconnection.lo `test -f 'gtlsserverconnection.c' || echo '$(srcdir)/'`gtlsserverconnection.c
3168  
3169 libgio_2_0_la-gdtlsconnection.lo: gdtlsconnection.c
3170 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdtlsconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdtlsconnection.Tpo -c -o libgio_2_0_la-gdtlsconnection.lo `test -f 'gdtlsconnection.c' || echo '$(srcdir)/'`gdtlsconnection.c
3171 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdtlsconnection.Tpo $(DEPDIR)/libgio_2_0_la-gdtlsconnection.Plo
3172 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtlsconnection.c' object='libgio_2_0_la-gdtlsconnection.lo' libtool=yes @AMDEPBACKSLASH@
3173 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3174 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdtlsconnection.lo `test -f 'gdtlsconnection.c' || echo '$(srcdir)/'`gdtlsconnection.c
3175  
3176 libgio_2_0_la-gdtlsclientconnection.lo: gdtlsclientconnection.c
3177 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdtlsclientconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdtlsclientconnection.Tpo -c -o libgio_2_0_la-gdtlsclientconnection.lo `test -f 'gdtlsclientconnection.c' || echo '$(srcdir)/'`gdtlsclientconnection.c
3178 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdtlsclientconnection.Tpo $(DEPDIR)/libgio_2_0_la-gdtlsclientconnection.Plo
3179 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtlsclientconnection.c' object='libgio_2_0_la-gdtlsclientconnection.lo' libtool=yes @AMDEPBACKSLASH@
3180 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3181 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdtlsclientconnection.lo `test -f 'gdtlsclientconnection.c' || echo '$(srcdir)/'`gdtlsclientconnection.c
3182  
3183 libgio_2_0_la-gdtlsserverconnection.lo: gdtlsserverconnection.c
3184 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdtlsserverconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdtlsserverconnection.Tpo -c -o libgio_2_0_la-gdtlsserverconnection.lo `test -f 'gdtlsserverconnection.c' || echo '$(srcdir)/'`gdtlsserverconnection.c
3185 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdtlsserverconnection.Tpo $(DEPDIR)/libgio_2_0_la-gdtlsserverconnection.Plo
3186 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdtlsserverconnection.c' object='libgio_2_0_la-gdtlsserverconnection.lo' libtool=yes @AMDEPBACKSLASH@
3187 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3188 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdtlsserverconnection.lo `test -f 'gdtlsserverconnection.c' || echo '$(srcdir)/'`gdtlsserverconnection.c
3189  
3190 libgio_2_0_la-gunionvolumemonitor.lo: gunionvolumemonitor.c
3191 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunionvolumemonitor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunionvolumemonitor.Tpo -c -o libgio_2_0_la-gunionvolumemonitor.lo `test -f 'gunionvolumemonitor.c' || echo '$(srcdir)/'`gunionvolumemonitor.c
3192 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunionvolumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gunionvolumemonitor.Plo
3193 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunionvolumemonitor.c' object='libgio_2_0_la-gunionvolumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
3194 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3195 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunionvolumemonitor.lo `test -f 'gunionvolumemonitor.c' || echo '$(srcdir)/'`gunionvolumemonitor.c
3196  
3197 libgio_2_0_la-gvfs.lo: gvfs.c
3198 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gvfs.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gvfs.Tpo -c -o libgio_2_0_la-gvfs.lo `test -f 'gvfs.c' || echo '$(srcdir)/'`gvfs.c
3199 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gvfs.Tpo $(DEPDIR)/libgio_2_0_la-gvfs.Plo
3200 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvfs.c' object='libgio_2_0_la-gvfs.lo' libtool=yes @AMDEPBACKSLASH@
3201 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3202 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gvfs.lo `test -f 'gvfs.c' || echo '$(srcdir)/'`gvfs.c
3203  
3204 libgio_2_0_la-gvolume.lo: gvolume.c
3205 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gvolume.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gvolume.Tpo -c -o libgio_2_0_la-gvolume.lo `test -f 'gvolume.c' || echo '$(srcdir)/'`gvolume.c
3206 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gvolume.Tpo $(DEPDIR)/libgio_2_0_la-gvolume.Plo
3207 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvolume.c' object='libgio_2_0_la-gvolume.lo' libtool=yes @AMDEPBACKSLASH@
3208 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3209 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gvolume.lo `test -f 'gvolume.c' || echo '$(srcdir)/'`gvolume.c
3210  
3211 libgio_2_0_la-gvolumemonitor.lo: gvolumemonitor.c
3212 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gvolumemonitor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gvolumemonitor.Tpo -c -o libgio_2_0_la-gvolumemonitor.lo `test -f 'gvolumemonitor.c' || echo '$(srcdir)/'`gvolumemonitor.c
3213 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gvolumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gvolumemonitor.Plo
3214 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvolumemonitor.c' object='libgio_2_0_la-gvolumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
3215 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3216 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gvolumemonitor.lo `test -f 'gvolumemonitor.c' || echo '$(srcdir)/'`gvolumemonitor.c
3217  
3218 libgio_2_0_la-gzlibcompressor.lo: gzlibcompressor.c
3219 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gzlibcompressor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gzlibcompressor.Tpo -c -o libgio_2_0_la-gzlibcompressor.lo `test -f 'gzlibcompressor.c' || echo '$(srcdir)/'`gzlibcompressor.c
3220 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gzlibcompressor.Tpo $(DEPDIR)/libgio_2_0_la-gzlibcompressor.Plo
3221 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gzlibcompressor.c' object='libgio_2_0_la-gzlibcompressor.lo' libtool=yes @AMDEPBACKSLASH@
3222 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3223 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gzlibcompressor.lo `test -f 'gzlibcompressor.c' || echo '$(srcdir)/'`gzlibcompressor.c
3224  
3225 libgio_2_0_la-gzlibdecompressor.lo: gzlibdecompressor.c
3226 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gzlibdecompressor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gzlibdecompressor.Tpo -c -o libgio_2_0_la-gzlibdecompressor.lo `test -f 'gzlibdecompressor.c' || echo '$(srcdir)/'`gzlibdecompressor.c
3227 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gzlibdecompressor.Tpo $(DEPDIR)/libgio_2_0_la-gzlibdecompressor.Plo
3228 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gzlibdecompressor.c' object='libgio_2_0_la-gzlibdecompressor.lo' libtool=yes @AMDEPBACKSLASH@
3229 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3230 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gzlibdecompressor.lo `test -f 'gzlibdecompressor.c' || echo '$(srcdir)/'`gzlibdecompressor.c
3231  
3232 libgio_2_0_la-gioenumtypes.lo: gioenumtypes.c
3233 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gioenumtypes.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gioenumtypes.Tpo -c -o libgio_2_0_la-gioenumtypes.lo `test -f 'gioenumtypes.c' || echo '$(srcdir)/'`gioenumtypes.c
3234 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gioenumtypes.Tpo $(DEPDIR)/libgio_2_0_la-gioenumtypes.Plo
3235 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gioenumtypes.c' object='libgio_2_0_la-gioenumtypes.lo' libtool=yes @AMDEPBACKSLASH@
3236 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3237 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gioenumtypes.lo `test -f 'gioenumtypes.c' || echo '$(srcdir)/'`gioenumtypes.c
3238  
3239 libgio_2_0_la-glistmodel.lo: glistmodel.c
3240 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-glistmodel.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-glistmodel.Tpo -c -o libgio_2_0_la-glistmodel.lo `test -f 'glistmodel.c' || echo '$(srcdir)/'`glistmodel.c
3241 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glistmodel.Tpo $(DEPDIR)/libgio_2_0_la-glistmodel.Plo
3242 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glistmodel.c' object='libgio_2_0_la-glistmodel.lo' libtool=yes @AMDEPBACKSLASH@
3243 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3244 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-glistmodel.lo `test -f 'glistmodel.c' || echo '$(srcdir)/'`glistmodel.c
3245  
3246 libgio_2_0_la-gliststore.lo: gliststore.c
3247 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gliststore.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gliststore.Tpo -c -o libgio_2_0_la-gliststore.lo `test -f 'gliststore.c' || echo '$(srcdir)/'`gliststore.c
3248 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gliststore.Tpo $(DEPDIR)/libgio_2_0_la-gliststore.Plo
3249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gliststore.c' object='libgio_2_0_la-gliststore.lo' libtool=yes @AMDEPBACKSLASH@
3250 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3251 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gliststore.lo `test -f 'gliststore.c' || echo '$(srcdir)/'`gliststore.c
3252  
3253 libgio_2_0_la-gdesktopappinfo.lo: gdesktopappinfo.c
3254 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdesktopappinfo.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdesktopappinfo.Tpo -c -o libgio_2_0_la-gdesktopappinfo.lo `test -f 'gdesktopappinfo.c' || echo '$(srcdir)/'`gdesktopappinfo.c
3255 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdesktopappinfo.Tpo $(DEPDIR)/libgio_2_0_la-gdesktopappinfo.Plo
3256 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdesktopappinfo.c' object='libgio_2_0_la-gdesktopappinfo.lo' libtool=yes @AMDEPBACKSLASH@
3257 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3258 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdesktopappinfo.lo `test -f 'gdesktopappinfo.c' || echo '$(srcdir)/'`gdesktopappinfo.c
3259  
3260 libgio_2_0_la-gwin32appinfo.lo: gwin32appinfo.c
3261 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gwin32appinfo.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gwin32appinfo.Tpo -c -o libgio_2_0_la-gwin32appinfo.lo `test -f 'gwin32appinfo.c' || echo '$(srcdir)/'`gwin32appinfo.c
3262 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32appinfo.Tpo $(DEPDIR)/libgio_2_0_la-gwin32appinfo.Plo
3263 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gwin32appinfo.c' object='libgio_2_0_la-gwin32appinfo.lo' libtool=yes @AMDEPBACKSLASH@
3264 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3265 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gwin32appinfo.lo `test -f 'gwin32appinfo.c' || echo '$(srcdir)/'`gwin32appinfo.c
3266  
3267 libgio_2_0_la-gfiledescriptorbased.lo: gfiledescriptorbased.c
3268 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfiledescriptorbased.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfiledescriptorbased.Tpo -c -o libgio_2_0_la-gfiledescriptorbased.lo `test -f 'gfiledescriptorbased.c' || echo '$(srcdir)/'`gfiledescriptorbased.c
3269 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfiledescriptorbased.Tpo $(DEPDIR)/libgio_2_0_la-gfiledescriptorbased.Plo
3270 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfiledescriptorbased.c' object='libgio_2_0_la-gfiledescriptorbased.lo' libtool=yes @AMDEPBACKSLASH@
3271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3272 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfiledescriptorbased.lo `test -f 'gfiledescriptorbased.c' || echo '$(srcdir)/'`gfiledescriptorbased.c
3273  
3274 libgio_2_0_la-gunixconnection.lo: gunixconnection.c
3275 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixconnection.Tpo -c -o libgio_2_0_la-gunixconnection.lo `test -f 'gunixconnection.c' || echo '$(srcdir)/'`gunixconnection.c
3276 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixconnection.Tpo $(DEPDIR)/libgio_2_0_la-gunixconnection.Plo
3277 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixconnection.c' object='libgio_2_0_la-gunixconnection.lo' libtool=yes @AMDEPBACKSLASH@
3278 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3279 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixconnection.lo `test -f 'gunixconnection.c' || echo '$(srcdir)/'`gunixconnection.c
3280  
3281 libgio_2_0_la-gunixcredentialsmessage.lo: gunixcredentialsmessage.c
3282 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixcredentialsmessage.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixcredentialsmessage.Tpo -c -o libgio_2_0_la-gunixcredentialsmessage.lo `test -f 'gunixcredentialsmessage.c' || echo '$(srcdir)/'`gunixcredentialsmessage.c
3283 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixcredentialsmessage.Tpo $(DEPDIR)/libgio_2_0_la-gunixcredentialsmessage.Plo
3284 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixcredentialsmessage.c' object='libgio_2_0_la-gunixcredentialsmessage.lo' libtool=yes @AMDEPBACKSLASH@
3285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3286 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixcredentialsmessage.lo `test -f 'gunixcredentialsmessage.c' || echo '$(srcdir)/'`gunixcredentialsmessage.c
3287  
3288 libgio_2_0_la-gunixfdlist.lo: gunixfdlist.c
3289 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixfdlist.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixfdlist.Tpo -c -o libgio_2_0_la-gunixfdlist.lo `test -f 'gunixfdlist.c' || echo '$(srcdir)/'`gunixfdlist.c
3290 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixfdlist.Tpo $(DEPDIR)/libgio_2_0_la-gunixfdlist.Plo
3291 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixfdlist.c' object='libgio_2_0_la-gunixfdlist.lo' libtool=yes @AMDEPBACKSLASH@
3292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3293 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixfdlist.lo `test -f 'gunixfdlist.c' || echo '$(srcdir)/'`gunixfdlist.c
3294  
3295 libgio_2_0_la-gunixfdmessage.lo: gunixfdmessage.c
3296 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixfdmessage.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixfdmessage.Tpo -c -o libgio_2_0_la-gunixfdmessage.lo `test -f 'gunixfdmessage.c' || echo '$(srcdir)/'`gunixfdmessage.c
3297 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixfdmessage.Tpo $(DEPDIR)/libgio_2_0_la-gunixfdmessage.Plo
3298 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixfdmessage.c' object='libgio_2_0_la-gunixfdmessage.lo' libtool=yes @AMDEPBACKSLASH@
3299 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3300 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixfdmessage.lo `test -f 'gunixfdmessage.c' || echo '$(srcdir)/'`gunixfdmessage.c
3301  
3302 libgio_2_0_la-gunixmount.lo: gunixmount.c
3303 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixmount.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixmount.Tpo -c -o libgio_2_0_la-gunixmount.lo `test -f 'gunixmount.c' || echo '$(srcdir)/'`gunixmount.c
3304 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixmount.Tpo $(DEPDIR)/libgio_2_0_la-gunixmount.Plo
3305 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixmount.c' object='libgio_2_0_la-gunixmount.lo' libtool=yes @AMDEPBACKSLASH@
3306 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3307 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixmount.lo `test -f 'gunixmount.c' || echo '$(srcdir)/'`gunixmount.c
3308  
3309 libgio_2_0_la-gunixmounts.lo: gunixmounts.c
3310 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixmounts.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixmounts.Tpo -c -o libgio_2_0_la-gunixmounts.lo `test -f 'gunixmounts.c' || echo '$(srcdir)/'`gunixmounts.c
3311 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixmounts.Tpo $(DEPDIR)/libgio_2_0_la-gunixmounts.Plo
3312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixmounts.c' object='libgio_2_0_la-gunixmounts.lo' libtool=yes @AMDEPBACKSLASH@
3313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3314 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixmounts.lo `test -f 'gunixmounts.c' || echo '$(srcdir)/'`gunixmounts.c
3315  
3316 libgio_2_0_la-gunixsocketaddress.lo: gunixsocketaddress.c
3317 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixsocketaddress.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixsocketaddress.Tpo -c -o libgio_2_0_la-gunixsocketaddress.lo `test -f 'gunixsocketaddress.c' || echo '$(srcdir)/'`gunixsocketaddress.c
3318 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixsocketaddress.Tpo $(DEPDIR)/libgio_2_0_la-gunixsocketaddress.Plo
3319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixsocketaddress.c' object='libgio_2_0_la-gunixsocketaddress.lo' libtool=yes @AMDEPBACKSLASH@
3320 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3321 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixsocketaddress.lo `test -f 'gunixsocketaddress.c' || echo '$(srcdir)/'`gunixsocketaddress.c
3322  
3323 libgio_2_0_la-gunixvolume.lo: gunixvolume.c
3324 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixvolume.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixvolume.Tpo -c -o libgio_2_0_la-gunixvolume.lo `test -f 'gunixvolume.c' || echo '$(srcdir)/'`gunixvolume.c
3325 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixvolume.Tpo $(DEPDIR)/libgio_2_0_la-gunixvolume.Plo
3326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixvolume.c' object='libgio_2_0_la-gunixvolume.lo' libtool=yes @AMDEPBACKSLASH@
3327 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3328 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixvolume.lo `test -f 'gunixvolume.c' || echo '$(srcdir)/'`gunixvolume.c
3329  
3330 libgio_2_0_la-gunixvolumemonitor.lo: gunixvolumemonitor.c
3331 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixvolumemonitor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixvolumemonitor.Tpo -c -o libgio_2_0_la-gunixvolumemonitor.lo `test -f 'gunixvolumemonitor.c' || echo '$(srcdir)/'`gunixvolumemonitor.c
3332 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixvolumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gunixvolumemonitor.Plo
3333 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixvolumemonitor.c' object='libgio_2_0_la-gunixvolumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
3334 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3335 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixvolumemonitor.lo `test -f 'gunixvolumemonitor.c' || echo '$(srcdir)/'`gunixvolumemonitor.c
3336  
3337 libgio_2_0_la-gunixinputstream.lo: gunixinputstream.c
3338 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixinputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixinputstream.Tpo -c -o libgio_2_0_la-gunixinputstream.lo `test -f 'gunixinputstream.c' || echo '$(srcdir)/'`gunixinputstream.c
3339 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gunixinputstream.Plo
3340 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixinputstream.c' object='libgio_2_0_la-gunixinputstream.lo' libtool=yes @AMDEPBACKSLASH@
3341 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3342 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixinputstream.lo `test -f 'gunixinputstream.c' || echo '$(srcdir)/'`gunixinputstream.c
3343  
3344 libgio_2_0_la-gunixoutputstream.lo: gunixoutputstream.c
3345 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gunixoutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gunixoutputstream.Tpo -c -o libgio_2_0_la-gunixoutputstream.lo `test -f 'gunixoutputstream.c' || echo '$(srcdir)/'`gunixoutputstream.c
3346 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gunixoutputstream.Plo
3347 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gunixoutputstream.c' object='libgio_2_0_la-gunixoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
3348 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3349 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gunixoutputstream.lo `test -f 'gunixoutputstream.c' || echo '$(srcdir)/'`gunixoutputstream.c
3350  
3351 libgio_2_0_la-gcontenttype.lo: gcontenttype.c
3352 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gcontenttype.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gcontenttype.Tpo -c -o libgio_2_0_la-gcontenttype.lo `test -f 'gcontenttype.c' || echo '$(srcdir)/'`gcontenttype.c
3353 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcontenttype.Tpo $(DEPDIR)/libgio_2_0_la-gcontenttype.Plo
3354 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gcontenttype.c' object='libgio_2_0_la-gcontenttype.lo' libtool=yes @AMDEPBACKSLASH@
3355 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3356 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gcontenttype.lo `test -f 'gcontenttype.c' || echo '$(srcdir)/'`gcontenttype.c
3357  
3358 libgio_2_0_la-gfdonotificationbackend.lo: gfdonotificationbackend.c
3359 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gfdonotificationbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gfdonotificationbackend.Tpo -c -o libgio_2_0_la-gfdonotificationbackend.lo `test -f 'gfdonotificationbackend.c' || echo '$(srcdir)/'`gfdonotificationbackend.c
3360 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfdonotificationbackend.Tpo $(DEPDIR)/libgio_2_0_la-gfdonotificationbackend.Plo
3361 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gfdonotificationbackend.c' object='libgio_2_0_la-gfdonotificationbackend.lo' libtool=yes @AMDEPBACKSLASH@
3362 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3363 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gfdonotificationbackend.lo `test -f 'gfdonotificationbackend.c' || echo '$(srcdir)/'`gfdonotificationbackend.c
3364  
3365 libgio_2_0_la-ggtknotificationbackend.lo: ggtknotificationbackend.c
3366 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-ggtknotificationbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-ggtknotificationbackend.Tpo -c -o libgio_2_0_la-ggtknotificationbackend.lo `test -f 'ggtknotificationbackend.c' || echo '$(srcdir)/'`ggtknotificationbackend.c
3367 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ggtknotificationbackend.Tpo $(DEPDIR)/libgio_2_0_la-ggtknotificationbackend.Plo
3368 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ggtknotificationbackend.c' object='libgio_2_0_la-ggtknotificationbackend.lo' libtool=yes @AMDEPBACKSLASH@
3369 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3370 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-ggtknotificationbackend.lo `test -f 'ggtknotificationbackend.c' || echo '$(srcdir)/'`ggtknotificationbackend.c
3371  
3372 libgio_2_0_la-gcocoanotificationbackend.lo: gcocoanotificationbackend.c
3373 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gcocoanotificationbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gcocoanotificationbackend.Tpo -c -o libgio_2_0_la-gcocoanotificationbackend.lo `test -f 'gcocoanotificationbackend.c' || echo '$(srcdir)/'`gcocoanotificationbackend.c
3374 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcocoanotificationbackend.Tpo $(DEPDIR)/libgio_2_0_la-gcocoanotificationbackend.Plo
3375 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gcocoanotificationbackend.c' object='libgio_2_0_la-gcocoanotificationbackend.lo' libtool=yes @AMDEPBACKSLASH@
3376 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3377 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gcocoanotificationbackend.lo `test -f 'gcocoanotificationbackend.c' || echo '$(srcdir)/'`gcocoanotificationbackend.c
3378  
3379 libgio_2_0_la-gnetworkmonitornetlink.lo: gnetworkmonitornetlink.c
3380 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnetworkmonitornetlink.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnetworkmonitornetlink.Tpo -c -o libgio_2_0_la-gnetworkmonitornetlink.lo `test -f 'gnetworkmonitornetlink.c' || echo '$(srcdir)/'`gnetworkmonitornetlink.c
3381 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkmonitornetlink.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkmonitornetlink.Plo
3382 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnetworkmonitornetlink.c' object='libgio_2_0_la-gnetworkmonitornetlink.lo' libtool=yes @AMDEPBACKSLASH@
3383 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3384 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnetworkmonitornetlink.lo `test -f 'gnetworkmonitornetlink.c' || echo '$(srcdir)/'`gnetworkmonitornetlink.c
3385  
3386 libgio_2_0_la-gnetworkmonitornm.lo: gnetworkmonitornm.c
3387 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnetworkmonitornm.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnetworkmonitornm.Tpo -c -o libgio_2_0_la-gnetworkmonitornm.lo `test -f 'gnetworkmonitornm.c' || echo '$(srcdir)/'`gnetworkmonitornm.c
3388 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkmonitornm.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkmonitornm.Plo
3389 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnetworkmonitornm.c' object='libgio_2_0_la-gnetworkmonitornm.lo' libtool=yes @AMDEPBACKSLASH@
3390 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3391 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnetworkmonitornm.lo `test -f 'gnetworkmonitornm.c' || echo '$(srcdir)/'`gnetworkmonitornm.c
3392  
3393 libgio_2_0_la-gdbusdaemon.lo: gdbusdaemon.c
3394 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusdaemon.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusdaemon.Tpo -c -o libgio_2_0_la-gdbusdaemon.lo `test -f 'gdbusdaemon.c' || echo '$(srcdir)/'`gdbusdaemon.c
3395 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusdaemon.Tpo $(DEPDIR)/libgio_2_0_la-gdbusdaemon.Plo
3396 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusdaemon.c' object='libgio_2_0_la-gdbusdaemon.lo' libtool=yes @AMDEPBACKSLASH@
3397 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3398 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusdaemon.lo `test -f 'gdbusdaemon.c' || echo '$(srcdir)/'`gdbusdaemon.c
3399  
3400 libgio_2_0_la-gdbus-daemon-generated.lo: gdbus-daemon-generated.c
3401 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbus-daemon-generated.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbus-daemon-generated.Tpo -c -o libgio_2_0_la-gdbus-daemon-generated.lo `test -f 'gdbus-daemon-generated.c' || echo '$(srcdir)/'`gdbus-daemon-generated.c
3402 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbus-daemon-generated.Tpo $(DEPDIR)/libgio_2_0_la-gdbus-daemon-generated.Plo
3403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbus-daemon-generated.c' object='libgio_2_0_la-gdbus-daemon-generated.lo' libtool=yes @AMDEPBACKSLASH@
3404 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3405 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbus-daemon-generated.lo `test -f 'gdbus-daemon-generated.c' || echo '$(srcdir)/'`gdbus-daemon-generated.c
3406  
3407 libgio_2_0_la-gwin32registrykey.lo: gwin32registrykey.c
3408 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gwin32registrykey.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gwin32registrykey.Tpo -c -o libgio_2_0_la-gwin32registrykey.lo `test -f 'gwin32registrykey.c' || echo '$(srcdir)/'`gwin32registrykey.c
3409 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32registrykey.Tpo $(DEPDIR)/libgio_2_0_la-gwin32registrykey.Plo
3410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gwin32registrykey.c' object='libgio_2_0_la-gwin32registrykey.lo' libtool=yes @AMDEPBACKSLASH@
3411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3412 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gwin32registrykey.lo `test -f 'gwin32registrykey.c' || echo '$(srcdir)/'`gwin32registrykey.c
3413  
3414 libgio_2_0_la-gcontenttype-win32.lo: gcontenttype-win32.c
3415 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gcontenttype-win32.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gcontenttype-win32.Tpo -c -o libgio_2_0_la-gcontenttype-win32.lo `test -f 'gcontenttype-win32.c' || echo '$(srcdir)/'`gcontenttype-win32.c
3416 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcontenttype-win32.Tpo $(DEPDIR)/libgio_2_0_la-gcontenttype-win32.Plo
3417 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gcontenttype-win32.c' object='libgio_2_0_la-gcontenttype-win32.lo' libtool=yes @AMDEPBACKSLASH@
3418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3419 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gcontenttype-win32.lo `test -f 'gcontenttype-win32.c' || echo '$(srcdir)/'`gcontenttype-win32.c
3420  
3421 libgio_2_0_la-gwin32mount.lo: gwin32mount.c
3422 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gwin32mount.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gwin32mount.Tpo -c -o libgio_2_0_la-gwin32mount.lo `test -f 'gwin32mount.c' || echo '$(srcdir)/'`gwin32mount.c
3423 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32mount.Tpo $(DEPDIR)/libgio_2_0_la-gwin32mount.Plo
3424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gwin32mount.c' object='libgio_2_0_la-gwin32mount.lo' libtool=yes @AMDEPBACKSLASH@
3425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3426 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gwin32mount.lo `test -f 'gwin32mount.c' || echo '$(srcdir)/'`gwin32mount.c
3427  
3428 libgio_2_0_la-gwin32volumemonitor.lo: gwin32volumemonitor.c
3429 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gwin32volumemonitor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gwin32volumemonitor.Tpo -c -o libgio_2_0_la-gwin32volumemonitor.lo `test -f 'gwin32volumemonitor.c' || echo '$(srcdir)/'`gwin32volumemonitor.c
3430 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32volumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gwin32volumemonitor.Plo
3431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gwin32volumemonitor.c' object='libgio_2_0_la-gwin32volumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
3432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3433 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gwin32volumemonitor.lo `test -f 'gwin32volumemonitor.c' || echo '$(srcdir)/'`gwin32volumemonitor.c
3434  
3435 libgio_2_0_la-gwin32inputstream.lo: gwin32inputstream.c
3436 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gwin32inputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gwin32inputstream.Tpo -c -o libgio_2_0_la-gwin32inputstream.lo `test -f 'gwin32inputstream.c' || echo '$(srcdir)/'`gwin32inputstream.c
3437 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32inputstream.Tpo $(DEPDIR)/libgio_2_0_la-gwin32inputstream.Plo
3438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gwin32inputstream.c' object='libgio_2_0_la-gwin32inputstream.lo' libtool=yes @AMDEPBACKSLASH@
3439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3440 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gwin32inputstream.lo `test -f 'gwin32inputstream.c' || echo '$(srcdir)/'`gwin32inputstream.c
3441  
3442 libgio_2_0_la-gwin32outputstream.lo: gwin32outputstream.c
3443 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gwin32outputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gwin32outputstream.Tpo -c -o libgio_2_0_la-gwin32outputstream.lo `test -f 'gwin32outputstream.c' || echo '$(srcdir)/'`gwin32outputstream.c
3444 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32outputstream.Tpo $(DEPDIR)/libgio_2_0_la-gwin32outputstream.Plo
3445 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gwin32outputstream.c' object='libgio_2_0_la-gwin32outputstream.lo' libtool=yes @AMDEPBACKSLASH@
3446 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3447 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gwin32outputstream.lo `test -f 'gwin32outputstream.c' || echo '$(srcdir)/'`gwin32outputstream.c
3448  
3449 libgio_2_0_la-gapplication.lo: gapplication.c
3450 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gapplication.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gapplication.Tpo -c -o libgio_2_0_la-gapplication.lo `test -f 'gapplication.c' || echo '$(srcdir)/'`gapplication.c
3451 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gapplication.Tpo $(DEPDIR)/libgio_2_0_la-gapplication.Plo
3452 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gapplication.c' object='libgio_2_0_la-gapplication.lo' libtool=yes @AMDEPBACKSLASH@
3453 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3454 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gapplication.lo `test -f 'gapplication.c' || echo '$(srcdir)/'`gapplication.c
3455  
3456 libgio_2_0_la-gapplicationcommandline.lo: gapplicationcommandline.c
3457 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gapplicationcommandline.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gapplicationcommandline.Tpo -c -o libgio_2_0_la-gapplicationcommandline.lo `test -f 'gapplicationcommandline.c' || echo '$(srcdir)/'`gapplicationcommandline.c
3458 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gapplicationcommandline.Tpo $(DEPDIR)/libgio_2_0_la-gapplicationcommandline.Plo
3459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gapplicationcommandline.c' object='libgio_2_0_la-gapplicationcommandline.lo' libtool=yes @AMDEPBACKSLASH@
3460 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3461 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gapplicationcommandline.lo `test -f 'gapplicationcommandline.c' || echo '$(srcdir)/'`gapplicationcommandline.c
3462  
3463 libgio_2_0_la-gapplicationimpl-dbus.lo: gapplicationimpl-dbus.c
3464 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gapplicationimpl-dbus.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gapplicationimpl-dbus.Tpo -c -o libgio_2_0_la-gapplicationimpl-dbus.lo `test -f 'gapplicationimpl-dbus.c' || echo '$(srcdir)/'`gapplicationimpl-dbus.c
3465 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gapplicationimpl-dbus.Tpo $(DEPDIR)/libgio_2_0_la-gapplicationimpl-dbus.Plo
3466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gapplicationimpl-dbus.c' object='libgio_2_0_la-gapplicationimpl-dbus.lo' libtool=yes @AMDEPBACKSLASH@
3467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3468 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gapplicationimpl-dbus.lo `test -f 'gapplicationimpl-dbus.c' || echo '$(srcdir)/'`gapplicationimpl-dbus.c
3469  
3470 libgio_2_0_la-gactiongroup.lo: gactiongroup.c
3471 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gactiongroup.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gactiongroup.Tpo -c -o libgio_2_0_la-gactiongroup.lo `test -f 'gactiongroup.c' || echo '$(srcdir)/'`gactiongroup.c
3472 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gactiongroup.Tpo $(DEPDIR)/libgio_2_0_la-gactiongroup.Plo
3473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gactiongroup.c' object='libgio_2_0_la-gactiongroup.lo' libtool=yes @AMDEPBACKSLASH@
3474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3475 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gactiongroup.lo `test -f 'gactiongroup.c' || echo '$(srcdir)/'`gactiongroup.c
3476  
3477 libgio_2_0_la-gactionmap.lo: gactionmap.c
3478 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gactionmap.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gactionmap.Tpo -c -o libgio_2_0_la-gactionmap.lo `test -f 'gactionmap.c' || echo '$(srcdir)/'`gactionmap.c
3479 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gactionmap.Tpo $(DEPDIR)/libgio_2_0_la-gactionmap.Plo
3480 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gactionmap.c' object='libgio_2_0_la-gactionmap.lo' libtool=yes @AMDEPBACKSLASH@
3481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3482 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gactionmap.lo `test -f 'gactionmap.c' || echo '$(srcdir)/'`gactionmap.c
3483  
3484 libgio_2_0_la-gsimpleactiongroup.lo: gsimpleactiongroup.c
3485 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsimpleactiongroup.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsimpleactiongroup.Tpo -c -o libgio_2_0_la-gsimpleactiongroup.lo `test -f 'gsimpleactiongroup.c' || echo '$(srcdir)/'`gsimpleactiongroup.c
3486 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleactiongroup.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleactiongroup.Plo
3487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsimpleactiongroup.c' object='libgio_2_0_la-gsimpleactiongroup.lo' libtool=yes @AMDEPBACKSLASH@
3488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3489 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsimpleactiongroup.lo `test -f 'gsimpleactiongroup.c' || echo '$(srcdir)/'`gsimpleactiongroup.c
3490  
3491 libgio_2_0_la-gremoteactiongroup.lo: gremoteactiongroup.c
3492 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gremoteactiongroup.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gremoteactiongroup.Tpo -c -o libgio_2_0_la-gremoteactiongroup.lo `test -f 'gremoteactiongroup.c' || echo '$(srcdir)/'`gremoteactiongroup.c
3493 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gremoteactiongroup.Tpo $(DEPDIR)/libgio_2_0_la-gremoteactiongroup.Plo
3494 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gremoteactiongroup.c' object='libgio_2_0_la-gremoteactiongroup.lo' libtool=yes @AMDEPBACKSLASH@
3495 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3496 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gremoteactiongroup.lo `test -f 'gremoteactiongroup.c' || echo '$(srcdir)/'`gremoteactiongroup.c
3497  
3498 libgio_2_0_la-gactiongroupexporter.lo: gactiongroupexporter.c
3499 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gactiongroupexporter.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gactiongroupexporter.Tpo -c -o libgio_2_0_la-gactiongroupexporter.lo `test -f 'gactiongroupexporter.c' || echo '$(srcdir)/'`gactiongroupexporter.c
3500 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gactiongroupexporter.Tpo $(DEPDIR)/libgio_2_0_la-gactiongroupexporter.Plo
3501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gactiongroupexporter.c' object='libgio_2_0_la-gactiongroupexporter.lo' libtool=yes @AMDEPBACKSLASH@
3502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3503 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gactiongroupexporter.lo `test -f 'gactiongroupexporter.c' || echo '$(srcdir)/'`gactiongroupexporter.c
3504  
3505 libgio_2_0_la-gdbusactiongroup.lo: gdbusactiongroup.c
3506 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusactiongroup.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusactiongroup.Tpo -c -o libgio_2_0_la-gdbusactiongroup.lo `test -f 'gdbusactiongroup.c' || echo '$(srcdir)/'`gdbusactiongroup.c
3507 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusactiongroup.Tpo $(DEPDIR)/libgio_2_0_la-gdbusactiongroup.Plo
3508 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusactiongroup.c' object='libgio_2_0_la-gdbusactiongroup.lo' libtool=yes @AMDEPBACKSLASH@
3509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3510 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusactiongroup.lo `test -f 'gdbusactiongroup.c' || echo '$(srcdir)/'`gdbusactiongroup.c
3511  
3512 libgio_2_0_la-gaction.lo: gaction.c
3513 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gaction.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gaction.Tpo -c -o libgio_2_0_la-gaction.lo `test -f 'gaction.c' || echo '$(srcdir)/'`gaction.c
3514 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gaction.Tpo $(DEPDIR)/libgio_2_0_la-gaction.Plo
3515 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gaction.c' object='libgio_2_0_la-gaction.lo' libtool=yes @AMDEPBACKSLASH@
3516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3517 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gaction.lo `test -f 'gaction.c' || echo '$(srcdir)/'`gaction.c
3518  
3519 libgio_2_0_la-gpropertyaction.lo: gpropertyaction.c
3520 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gpropertyaction.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gpropertyaction.Tpo -c -o libgio_2_0_la-gpropertyaction.lo `test -f 'gpropertyaction.c' || echo '$(srcdir)/'`gpropertyaction.c
3521 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpropertyaction.Tpo $(DEPDIR)/libgio_2_0_la-gpropertyaction.Plo
3522 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gpropertyaction.c' object='libgio_2_0_la-gpropertyaction.lo' libtool=yes @AMDEPBACKSLASH@
3523 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3524 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gpropertyaction.lo `test -f 'gpropertyaction.c' || echo '$(srcdir)/'`gpropertyaction.c
3525  
3526 libgio_2_0_la-gsimpleaction.lo: gsimpleaction.c
3527 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsimpleaction.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsimpleaction.Tpo -c -o libgio_2_0_la-gsimpleaction.lo `test -f 'gsimpleaction.c' || echo '$(srcdir)/'`gsimpleaction.c
3528 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleaction.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleaction.Plo
3529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsimpleaction.c' object='libgio_2_0_la-gsimpleaction.lo' libtool=yes @AMDEPBACKSLASH@
3530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3531 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsimpleaction.lo `test -f 'gsimpleaction.c' || echo '$(srcdir)/'`gsimpleaction.c
3532  
3533 libgio_2_0_la-gmenumodel.lo: gmenumodel.c
3534 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gmenumodel.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gmenumodel.Tpo -c -o libgio_2_0_la-gmenumodel.lo `test -f 'gmenumodel.c' || echo '$(srcdir)/'`gmenumodel.c
3535 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmenumodel.Tpo $(DEPDIR)/libgio_2_0_la-gmenumodel.Plo
3536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmenumodel.c' object='libgio_2_0_la-gmenumodel.lo' libtool=yes @AMDEPBACKSLASH@
3537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3538 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gmenumodel.lo `test -f 'gmenumodel.c' || echo '$(srcdir)/'`gmenumodel.c
3539  
3540 libgio_2_0_la-gmenu.lo: gmenu.c
3541 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gmenu.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gmenu.Tpo -c -o libgio_2_0_la-gmenu.lo `test -f 'gmenu.c' || echo '$(srcdir)/'`gmenu.c
3542 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmenu.Tpo $(DEPDIR)/libgio_2_0_la-gmenu.Plo
3543 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmenu.c' object='libgio_2_0_la-gmenu.lo' libtool=yes @AMDEPBACKSLASH@
3544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3545 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gmenu.lo `test -f 'gmenu.c' || echo '$(srcdir)/'`gmenu.c
3546  
3547 libgio_2_0_la-gmenuexporter.lo: gmenuexporter.c
3548 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gmenuexporter.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gmenuexporter.Tpo -c -o libgio_2_0_la-gmenuexporter.lo `test -f 'gmenuexporter.c' || echo '$(srcdir)/'`gmenuexporter.c
3549 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmenuexporter.Tpo $(DEPDIR)/libgio_2_0_la-gmenuexporter.Plo
3550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmenuexporter.c' object='libgio_2_0_la-gmenuexporter.lo' libtool=yes @AMDEPBACKSLASH@
3551 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3552 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gmenuexporter.lo `test -f 'gmenuexporter.c' || echo '$(srcdir)/'`gmenuexporter.c
3553  
3554 libgio_2_0_la-gdbusmenumodel.lo: gdbusmenumodel.c
3555 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusmenumodel.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusmenumodel.Tpo -c -o libgio_2_0_la-gdbusmenumodel.lo `test -f 'gdbusmenumodel.c' || echo '$(srcdir)/'`gdbusmenumodel.c
3556 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusmenumodel.Tpo $(DEPDIR)/libgio_2_0_la-gdbusmenumodel.Plo
3557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusmenumodel.c' object='libgio_2_0_la-gdbusmenumodel.lo' libtool=yes @AMDEPBACKSLASH@
3558 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3559 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusmenumodel.lo `test -f 'gdbusmenumodel.c' || echo '$(srcdir)/'`gdbusmenumodel.c
3560  
3561 libgio_2_0_la-gnotification.lo: gnotification.c
3562 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnotification.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnotification.Tpo -c -o libgio_2_0_la-gnotification.lo `test -f 'gnotification.c' || echo '$(srcdir)/'`gnotification.c
3563 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnotification.Tpo $(DEPDIR)/libgio_2_0_la-gnotification.Plo
3564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnotification.c' object='libgio_2_0_la-gnotification.lo' libtool=yes @AMDEPBACKSLASH@
3565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3566 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnotification.lo `test -f 'gnotification.c' || echo '$(srcdir)/'`gnotification.c
3567  
3568 libgio_2_0_la-gnotificationbackend.lo: gnotificationbackend.c
3569 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnotificationbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnotificationbackend.Tpo -c -o libgio_2_0_la-gnotificationbackend.lo `test -f 'gnotificationbackend.c' || echo '$(srcdir)/'`gnotificationbackend.c
3570 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnotificationbackend.Tpo $(DEPDIR)/libgio_2_0_la-gnotificationbackend.Plo
3571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnotificationbackend.c' object='libgio_2_0_la-gnotificationbackend.lo' libtool=yes @AMDEPBACKSLASH@
3572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3573 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnotificationbackend.lo `test -f 'gnotificationbackend.c' || echo '$(srcdir)/'`gnotificationbackend.c
3574  
3575 libgio_2_0_la-gvdb-reader.lo: gvdb/gvdb-reader.c
3576 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gvdb-reader.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gvdb-reader.Tpo -c -o libgio_2_0_la-gvdb-reader.lo `test -f 'gvdb/gvdb-reader.c' || echo '$(srcdir)/'`gvdb/gvdb-reader.c
3577 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gvdb-reader.Tpo $(DEPDIR)/libgio_2_0_la-gvdb-reader.Plo
3578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvdb/gvdb-reader.c' object='libgio_2_0_la-gvdb-reader.lo' libtool=yes @AMDEPBACKSLASH@
3579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3580 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gvdb-reader.lo `test -f 'gvdb/gvdb-reader.c' || echo '$(srcdir)/'`gvdb/gvdb-reader.c
3581  
3582 libgio_2_0_la-gdelayedsettingsbackend.lo: gdelayedsettingsbackend.c
3583 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdelayedsettingsbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdelayedsettingsbackend.Tpo -c -o libgio_2_0_la-gdelayedsettingsbackend.lo `test -f 'gdelayedsettingsbackend.c' || echo '$(srcdir)/'`gdelayedsettingsbackend.c
3584 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdelayedsettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gdelayedsettingsbackend.Plo
3585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdelayedsettingsbackend.c' object='libgio_2_0_la-gdelayedsettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
3586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3587 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdelayedsettingsbackend.lo `test -f 'gdelayedsettingsbackend.c' || echo '$(srcdir)/'`gdelayedsettingsbackend.c
3588  
3589 libgio_2_0_la-gkeyfilesettingsbackend.lo: gkeyfilesettingsbackend.c
3590 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gkeyfilesettingsbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gkeyfilesettingsbackend.Tpo -c -o libgio_2_0_la-gkeyfilesettingsbackend.lo `test -f 'gkeyfilesettingsbackend.c' || echo '$(srcdir)/'`gkeyfilesettingsbackend.c
3591 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gkeyfilesettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gkeyfilesettingsbackend.Plo
3592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gkeyfilesettingsbackend.c' object='libgio_2_0_la-gkeyfilesettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
3593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3594 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gkeyfilesettingsbackend.lo `test -f 'gkeyfilesettingsbackend.c' || echo '$(srcdir)/'`gkeyfilesettingsbackend.c
3595  
3596 libgio_2_0_la-gmemorysettingsbackend.lo: gmemorysettingsbackend.c
3597 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gmemorysettingsbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gmemorysettingsbackend.Tpo -c -o libgio_2_0_la-gmemorysettingsbackend.lo `test -f 'gmemorysettingsbackend.c' || echo '$(srcdir)/'`gmemorysettingsbackend.c
3598 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmemorysettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gmemorysettingsbackend.Plo
3599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gmemorysettingsbackend.c' object='libgio_2_0_la-gmemorysettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
3600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3601 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gmemorysettingsbackend.lo `test -f 'gmemorysettingsbackend.c' || echo '$(srcdir)/'`gmemorysettingsbackend.c
3602  
3603 libgio_2_0_la-gnullsettingsbackend.lo: gnullsettingsbackend.c
3604 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnullsettingsbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnullsettingsbackend.Tpo -c -o libgio_2_0_la-gnullsettingsbackend.lo `test -f 'gnullsettingsbackend.c' || echo '$(srcdir)/'`gnullsettingsbackend.c
3605 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnullsettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gnullsettingsbackend.Plo
3606 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnullsettingsbackend.c' object='libgio_2_0_la-gnullsettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
3607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3608 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnullsettingsbackend.lo `test -f 'gnullsettingsbackend.c' || echo '$(srcdir)/'`gnullsettingsbackend.c
3609  
3610 libgio_2_0_la-gsettingsbackend.lo: gsettingsbackend.c
3611 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsettingsbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsettingsbackend.Tpo -c -o libgio_2_0_la-gsettingsbackend.lo `test -f 'gsettingsbackend.c' || echo '$(srcdir)/'`gsettingsbackend.c
3612 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gsettingsbackend.Plo
3613 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsettingsbackend.c' object='libgio_2_0_la-gsettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
3614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3615 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsettingsbackend.lo `test -f 'gsettingsbackend.c' || echo '$(srcdir)/'`gsettingsbackend.c
3616  
3617 libgio_2_0_la-gsettingsschema.lo: gsettingsschema.c
3618 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsettingsschema.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsettingsschema.Tpo -c -o libgio_2_0_la-gsettingsschema.lo `test -f 'gsettingsschema.c' || echo '$(srcdir)/'`gsettingsschema.c
3619 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsettingsschema.Tpo $(DEPDIR)/libgio_2_0_la-gsettingsschema.Plo
3620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsettingsschema.c' object='libgio_2_0_la-gsettingsschema.lo' libtool=yes @AMDEPBACKSLASH@
3621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3622 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsettingsschema.lo `test -f 'gsettingsschema.c' || echo '$(srcdir)/'`gsettingsschema.c
3623  
3624 libgio_2_0_la-gsettings-mapping.lo: gsettings-mapping.c
3625 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsettings-mapping.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsettings-mapping.Tpo -c -o libgio_2_0_la-gsettings-mapping.lo `test -f 'gsettings-mapping.c' || echo '$(srcdir)/'`gsettings-mapping.c
3626 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsettings-mapping.Tpo $(DEPDIR)/libgio_2_0_la-gsettings-mapping.Plo
3627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsettings-mapping.c' object='libgio_2_0_la-gsettings-mapping.lo' libtool=yes @AMDEPBACKSLASH@
3628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3629 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsettings-mapping.lo `test -f 'gsettings-mapping.c' || echo '$(srcdir)/'`gsettings-mapping.c
3630  
3631 libgio_2_0_la-gsettings.lo: gsettings.c
3632 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsettings.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsettings.Tpo -c -o libgio_2_0_la-gsettings.lo `test -f 'gsettings.c' || echo '$(srcdir)/'`gsettings.c
3633 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsettings.Tpo $(DEPDIR)/libgio_2_0_la-gsettings.Plo
3634 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsettings.c' object='libgio_2_0_la-gsettings.lo' libtool=yes @AMDEPBACKSLASH@
3635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3636 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsettings.lo `test -f 'gsettings.c' || echo '$(srcdir)/'`gsettings.c
3637  
3638 libgio_2_0_la-gregistrysettingsbackend.lo: gregistrysettingsbackend.c
3639 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gregistrysettingsbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gregistrysettingsbackend.Tpo -c -o libgio_2_0_la-gregistrysettingsbackend.lo `test -f 'gregistrysettingsbackend.c' || echo '$(srcdir)/'`gregistrysettingsbackend.c
3640 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gregistrysettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gregistrysettingsbackend.Plo
3641 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gregistrysettingsbackend.c' object='libgio_2_0_la-gregistrysettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
3642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3643 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gregistrysettingsbackend.lo `test -f 'gregistrysettingsbackend.c' || echo '$(srcdir)/'`gregistrysettingsbackend.c
3644  
3645 libgio_2_0_la-gnextstepsettingsbackend.lo: gnextstepsettingsbackend.c
3646 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gnextstepsettingsbackend.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gnextstepsettingsbackend.Tpo -c -o libgio_2_0_la-gnextstepsettingsbackend.lo `test -f 'gnextstepsettingsbackend.c' || echo '$(srcdir)/'`gnextstepsettingsbackend.c
3647 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnextstepsettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gnextstepsettingsbackend.Plo
3648 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gnextstepsettingsbackend.c' object='libgio_2_0_la-gnextstepsettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
3649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3650 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gnextstepsettingsbackend.lo `test -f 'gnextstepsettingsbackend.c' || echo '$(srcdir)/'`gnextstepsettingsbackend.c
3651  
3652 libgio_2_0_la-gdbusutils.lo: gdbusutils.c
3653 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusutils.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusutils.Tpo -c -o libgio_2_0_la-gdbusutils.lo `test -f 'gdbusutils.c' || echo '$(srcdir)/'`gdbusutils.c
3654 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusutils.Tpo $(DEPDIR)/libgio_2_0_la-gdbusutils.Plo
3655 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusutils.c' object='libgio_2_0_la-gdbusutils.lo' libtool=yes @AMDEPBACKSLASH@
3656 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3657 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusutils.lo `test -f 'gdbusutils.c' || echo '$(srcdir)/'`gdbusutils.c
3658  
3659 libgio_2_0_la-gdbusaddress.lo: gdbusaddress.c
3660 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusaddress.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusaddress.Tpo -c -o libgio_2_0_la-gdbusaddress.lo `test -f 'gdbusaddress.c' || echo '$(srcdir)/'`gdbusaddress.c
3661 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusaddress.Tpo $(DEPDIR)/libgio_2_0_la-gdbusaddress.Plo
3662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusaddress.c' object='libgio_2_0_la-gdbusaddress.lo' libtool=yes @AMDEPBACKSLASH@
3663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3664 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusaddress.lo `test -f 'gdbusaddress.c' || echo '$(srcdir)/'`gdbusaddress.c
3665  
3666 libgio_2_0_la-gdbusauthobserver.lo: gdbusauthobserver.c
3667 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusauthobserver.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusauthobserver.Tpo -c -o libgio_2_0_la-gdbusauthobserver.lo `test -f 'gdbusauthobserver.c' || echo '$(srcdir)/'`gdbusauthobserver.c
3668 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthobserver.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthobserver.Plo
3669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusauthobserver.c' object='libgio_2_0_la-gdbusauthobserver.lo' libtool=yes @AMDEPBACKSLASH@
3670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3671 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusauthobserver.lo `test -f 'gdbusauthobserver.c' || echo '$(srcdir)/'`gdbusauthobserver.c
3672  
3673 libgio_2_0_la-gdbusauth.lo: gdbusauth.c
3674 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusauth.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusauth.Tpo -c -o libgio_2_0_la-gdbusauth.lo `test -f 'gdbusauth.c' || echo '$(srcdir)/'`gdbusauth.c
3675 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauth.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauth.Plo
3676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusauth.c' object='libgio_2_0_la-gdbusauth.lo' libtool=yes @AMDEPBACKSLASH@
3677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3678 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusauth.lo `test -f 'gdbusauth.c' || echo '$(srcdir)/'`gdbusauth.c
3679  
3680 libgio_2_0_la-gdbusauthmechanism.lo: gdbusauthmechanism.c
3681 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusauthmechanism.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusauthmechanism.Tpo -c -o libgio_2_0_la-gdbusauthmechanism.lo `test -f 'gdbusauthmechanism.c' || echo '$(srcdir)/'`gdbusauthmechanism.c
3682 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthmechanism.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthmechanism.Plo
3683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusauthmechanism.c' object='libgio_2_0_la-gdbusauthmechanism.lo' libtool=yes @AMDEPBACKSLASH@
3684 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3685 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusauthmechanism.lo `test -f 'gdbusauthmechanism.c' || echo '$(srcdir)/'`gdbusauthmechanism.c
3686  
3687 libgio_2_0_la-gdbusauthmechanismanon.lo: gdbusauthmechanismanon.c
3688 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusauthmechanismanon.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismanon.Tpo -c -o libgio_2_0_la-gdbusauthmechanismanon.lo `test -f 'gdbusauthmechanismanon.c' || echo '$(srcdir)/'`gdbusauthmechanismanon.c
3689 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismanon.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismanon.Plo
3690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusauthmechanismanon.c' object='libgio_2_0_la-gdbusauthmechanismanon.lo' libtool=yes @AMDEPBACKSLASH@
3691 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3692 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusauthmechanismanon.lo `test -f 'gdbusauthmechanismanon.c' || echo '$(srcdir)/'`gdbusauthmechanismanon.c
3693  
3694 libgio_2_0_la-gdbusauthmechanismexternal.lo: gdbusauthmechanismexternal.c
3695 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusauthmechanismexternal.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismexternal.Tpo -c -o libgio_2_0_la-gdbusauthmechanismexternal.lo `test -f 'gdbusauthmechanismexternal.c' || echo '$(srcdir)/'`gdbusauthmechanismexternal.c
3696 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismexternal.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismexternal.Plo
3697 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusauthmechanismexternal.c' object='libgio_2_0_la-gdbusauthmechanismexternal.lo' libtool=yes @AMDEPBACKSLASH@
3698 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3699 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusauthmechanismexternal.lo `test -f 'gdbusauthmechanismexternal.c' || echo '$(srcdir)/'`gdbusauthmechanismexternal.c
3700  
3701 libgio_2_0_la-gdbusauthmechanismsha1.lo: gdbusauthmechanismsha1.c
3702 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusauthmechanismsha1.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismsha1.Tpo -c -o libgio_2_0_la-gdbusauthmechanismsha1.lo `test -f 'gdbusauthmechanismsha1.c' || echo '$(srcdir)/'`gdbusauthmechanismsha1.c
3703 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismsha1.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismsha1.Plo
3704 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusauthmechanismsha1.c' object='libgio_2_0_la-gdbusauthmechanismsha1.lo' libtool=yes @AMDEPBACKSLASH@
3705 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3706 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusauthmechanismsha1.lo `test -f 'gdbusauthmechanismsha1.c' || echo '$(srcdir)/'`gdbusauthmechanismsha1.c
3707  
3708 libgio_2_0_la-gdbuserror.lo: gdbuserror.c
3709 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbuserror.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbuserror.Tpo -c -o libgio_2_0_la-gdbuserror.lo `test -f 'gdbuserror.c' || echo '$(srcdir)/'`gdbuserror.c
3710 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbuserror.Tpo $(DEPDIR)/libgio_2_0_la-gdbuserror.Plo
3711 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbuserror.c' object='libgio_2_0_la-gdbuserror.lo' libtool=yes @AMDEPBACKSLASH@
3712 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3713 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbuserror.lo `test -f 'gdbuserror.c' || echo '$(srcdir)/'`gdbuserror.c
3714  
3715 libgio_2_0_la-gdbusconnection.lo: gdbusconnection.c
3716 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusconnection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusconnection.Tpo -c -o libgio_2_0_la-gdbusconnection.lo `test -f 'gdbusconnection.c' || echo '$(srcdir)/'`gdbusconnection.c
3717 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusconnection.Tpo $(DEPDIR)/libgio_2_0_la-gdbusconnection.Plo
3718 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusconnection.c' object='libgio_2_0_la-gdbusconnection.lo' libtool=yes @AMDEPBACKSLASH@
3719 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3720 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusconnection.lo `test -f 'gdbusconnection.c' || echo '$(srcdir)/'`gdbusconnection.c
3721  
3722 libgio_2_0_la-gdbusmessage.lo: gdbusmessage.c
3723 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusmessage.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusmessage.Tpo -c -o libgio_2_0_la-gdbusmessage.lo `test -f 'gdbusmessage.c' || echo '$(srcdir)/'`gdbusmessage.c
3724 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusmessage.Tpo $(DEPDIR)/libgio_2_0_la-gdbusmessage.Plo
3725 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusmessage.c' object='libgio_2_0_la-gdbusmessage.lo' libtool=yes @AMDEPBACKSLASH@
3726 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3727 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusmessage.lo `test -f 'gdbusmessage.c' || echo '$(srcdir)/'`gdbusmessage.c
3728  
3729 libgio_2_0_la-gdbusnameowning.lo: gdbusnameowning.c
3730 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusnameowning.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusnameowning.Tpo -c -o libgio_2_0_la-gdbusnameowning.lo `test -f 'gdbusnameowning.c' || echo '$(srcdir)/'`gdbusnameowning.c
3731 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusnameowning.Tpo $(DEPDIR)/libgio_2_0_la-gdbusnameowning.Plo
3732 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusnameowning.c' object='libgio_2_0_la-gdbusnameowning.lo' libtool=yes @AMDEPBACKSLASH@
3733 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3734 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusnameowning.lo `test -f 'gdbusnameowning.c' || echo '$(srcdir)/'`gdbusnameowning.c
3735  
3736 libgio_2_0_la-gdbusnamewatching.lo: gdbusnamewatching.c
3737 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusnamewatching.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusnamewatching.Tpo -c -o libgio_2_0_la-gdbusnamewatching.lo `test -f 'gdbusnamewatching.c' || echo '$(srcdir)/'`gdbusnamewatching.c
3738 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusnamewatching.Tpo $(DEPDIR)/libgio_2_0_la-gdbusnamewatching.Plo
3739 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusnamewatching.c' object='libgio_2_0_la-gdbusnamewatching.lo' libtool=yes @AMDEPBACKSLASH@
3740 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3741 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusnamewatching.lo `test -f 'gdbusnamewatching.c' || echo '$(srcdir)/'`gdbusnamewatching.c
3742  
3743 libgio_2_0_la-gdbusproxy.lo: gdbusproxy.c
3744 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusproxy.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusproxy.Tpo -c -o libgio_2_0_la-gdbusproxy.lo `test -f 'gdbusproxy.c' || echo '$(srcdir)/'`gdbusproxy.c
3745 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusproxy.Tpo $(DEPDIR)/libgio_2_0_la-gdbusproxy.Plo
3746 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusproxy.c' object='libgio_2_0_la-gdbusproxy.lo' libtool=yes @AMDEPBACKSLASH@
3747 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3748 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusproxy.lo `test -f 'gdbusproxy.c' || echo '$(srcdir)/'`gdbusproxy.c
3749  
3750 libgio_2_0_la-gdbusprivate.lo: gdbusprivate.c
3751 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusprivate.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusprivate.Tpo -c -o libgio_2_0_la-gdbusprivate.lo `test -f 'gdbusprivate.c' || echo '$(srcdir)/'`gdbusprivate.c
3752 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusprivate.Tpo $(DEPDIR)/libgio_2_0_la-gdbusprivate.Plo
3753 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusprivate.c' object='libgio_2_0_la-gdbusprivate.lo' libtool=yes @AMDEPBACKSLASH@
3754 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3755 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusprivate.lo `test -f 'gdbusprivate.c' || echo '$(srcdir)/'`gdbusprivate.c
3756  
3757 libgio_2_0_la-gdbusintrospection.lo: gdbusintrospection.c
3758 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusintrospection.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusintrospection.Tpo -c -o libgio_2_0_la-gdbusintrospection.lo `test -f 'gdbusintrospection.c' || echo '$(srcdir)/'`gdbusintrospection.c
3759 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusintrospection.Tpo $(DEPDIR)/libgio_2_0_la-gdbusintrospection.Plo
3760 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusintrospection.c' object='libgio_2_0_la-gdbusintrospection.lo' libtool=yes @AMDEPBACKSLASH@
3761 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3762 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusintrospection.lo `test -f 'gdbusintrospection.c' || echo '$(srcdir)/'`gdbusintrospection.c
3763  
3764 libgio_2_0_la-gdbusmethodinvocation.lo: gdbusmethodinvocation.c
3765 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusmethodinvocation.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusmethodinvocation.Tpo -c -o libgio_2_0_la-gdbusmethodinvocation.lo `test -f 'gdbusmethodinvocation.c' || echo '$(srcdir)/'`gdbusmethodinvocation.c
3766 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusmethodinvocation.Tpo $(DEPDIR)/libgio_2_0_la-gdbusmethodinvocation.Plo
3767 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusmethodinvocation.c' object='libgio_2_0_la-gdbusmethodinvocation.lo' libtool=yes @AMDEPBACKSLASH@
3768 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3769 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusmethodinvocation.lo `test -f 'gdbusmethodinvocation.c' || echo '$(srcdir)/'`gdbusmethodinvocation.c
3770  
3771 libgio_2_0_la-gdbusserver.lo: gdbusserver.c
3772 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusserver.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusserver.Tpo -c -o libgio_2_0_la-gdbusserver.lo `test -f 'gdbusserver.c' || echo '$(srcdir)/'`gdbusserver.c
3773 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusserver.Tpo $(DEPDIR)/libgio_2_0_la-gdbusserver.Plo
3774 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusserver.c' object='libgio_2_0_la-gdbusserver.lo' libtool=yes @AMDEPBACKSLASH@
3775 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3776 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusserver.lo `test -f 'gdbusserver.c' || echo '$(srcdir)/'`gdbusserver.c
3777  
3778 libgio_2_0_la-gdbusinterface.lo: gdbusinterface.c
3779 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusinterface.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusinterface.Tpo -c -o libgio_2_0_la-gdbusinterface.lo `test -f 'gdbusinterface.c' || echo '$(srcdir)/'`gdbusinterface.c
3780 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusinterface.Tpo $(DEPDIR)/libgio_2_0_la-gdbusinterface.Plo
3781 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusinterface.c' object='libgio_2_0_la-gdbusinterface.lo' libtool=yes @AMDEPBACKSLASH@
3782 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3783 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusinterface.lo `test -f 'gdbusinterface.c' || echo '$(srcdir)/'`gdbusinterface.c
3784  
3785 libgio_2_0_la-gdbusinterfaceskeleton.lo: gdbusinterfaceskeleton.c
3786 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusinterfaceskeleton.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusinterfaceskeleton.Tpo -c -o libgio_2_0_la-gdbusinterfaceskeleton.lo `test -f 'gdbusinterfaceskeleton.c' || echo '$(srcdir)/'`gdbusinterfaceskeleton.c
3787 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusinterfaceskeleton.Tpo $(DEPDIR)/libgio_2_0_la-gdbusinterfaceskeleton.Plo
3788 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusinterfaceskeleton.c' object='libgio_2_0_la-gdbusinterfaceskeleton.lo' libtool=yes @AMDEPBACKSLASH@
3789 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3790 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusinterfaceskeleton.lo `test -f 'gdbusinterfaceskeleton.c' || echo '$(srcdir)/'`gdbusinterfaceskeleton.c
3791  
3792 libgio_2_0_la-gdbusobject.lo: gdbusobject.c
3793 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusobject.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusobject.Tpo -c -o libgio_2_0_la-gdbusobject.lo `test -f 'gdbusobject.c' || echo '$(srcdir)/'`gdbusobject.c
3794 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobject.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobject.Plo
3795 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusobject.c' object='libgio_2_0_la-gdbusobject.lo' libtool=yes @AMDEPBACKSLASH@
3796 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3797 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusobject.lo `test -f 'gdbusobject.c' || echo '$(srcdir)/'`gdbusobject.c
3798  
3799 libgio_2_0_la-gdbusobjectskeleton.lo: gdbusobjectskeleton.c
3800 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusobjectskeleton.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusobjectskeleton.Tpo -c -o libgio_2_0_la-gdbusobjectskeleton.lo `test -f 'gdbusobjectskeleton.c' || echo '$(srcdir)/'`gdbusobjectskeleton.c
3801 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectskeleton.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectskeleton.Plo
3802 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusobjectskeleton.c' object='libgio_2_0_la-gdbusobjectskeleton.lo' libtool=yes @AMDEPBACKSLASH@
3803 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3804 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusobjectskeleton.lo `test -f 'gdbusobjectskeleton.c' || echo '$(srcdir)/'`gdbusobjectskeleton.c
3805  
3806 libgio_2_0_la-gdbusobjectproxy.lo: gdbusobjectproxy.c
3807 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusobjectproxy.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusobjectproxy.Tpo -c -o libgio_2_0_la-gdbusobjectproxy.lo `test -f 'gdbusobjectproxy.c' || echo '$(srcdir)/'`gdbusobjectproxy.c
3808 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectproxy.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectproxy.Plo
3809 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusobjectproxy.c' object='libgio_2_0_la-gdbusobjectproxy.lo' libtool=yes @AMDEPBACKSLASH@
3810 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3811 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusobjectproxy.lo `test -f 'gdbusobjectproxy.c' || echo '$(srcdir)/'`gdbusobjectproxy.c
3812  
3813 libgio_2_0_la-gdbusobjectmanager.lo: gdbusobjectmanager.c
3814 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusobjectmanager.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusobjectmanager.Tpo -c -o libgio_2_0_la-gdbusobjectmanager.lo `test -f 'gdbusobjectmanager.c' || echo '$(srcdir)/'`gdbusobjectmanager.c
3815 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectmanager.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectmanager.Plo
3816 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusobjectmanager.c' object='libgio_2_0_la-gdbusobjectmanager.lo' libtool=yes @AMDEPBACKSLASH@
3817 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3818 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusobjectmanager.lo `test -f 'gdbusobjectmanager.c' || echo '$(srcdir)/'`gdbusobjectmanager.c
3819  
3820 libgio_2_0_la-gdbusobjectmanagerclient.lo: gdbusobjectmanagerclient.c
3821 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusobjectmanagerclient.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerclient.Tpo -c -o libgio_2_0_la-gdbusobjectmanagerclient.lo `test -f 'gdbusobjectmanagerclient.c' || echo '$(srcdir)/'`gdbusobjectmanagerclient.c
3822 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerclient.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerclient.Plo
3823 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusobjectmanagerclient.c' object='libgio_2_0_la-gdbusobjectmanagerclient.lo' libtool=yes @AMDEPBACKSLASH@
3824 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3825 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusobjectmanagerclient.lo `test -f 'gdbusobjectmanagerclient.c' || echo '$(srcdir)/'`gdbusobjectmanagerclient.c
3826  
3827 libgio_2_0_la-gdbusobjectmanagerserver.lo: gdbusobjectmanagerserver.c
3828 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gdbusobjectmanagerserver.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerserver.Tpo -c -o libgio_2_0_la-gdbusobjectmanagerserver.lo `test -f 'gdbusobjectmanagerserver.c' || echo '$(srcdir)/'`gdbusobjectmanagerserver.c
3829 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerserver.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerserver.Plo
3830 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gdbusobjectmanagerserver.c' object='libgio_2_0_la-gdbusobjectmanagerserver.lo' libtool=yes @AMDEPBACKSLASH@
3831 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3832 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gdbusobjectmanagerserver.lo `test -f 'gdbusobjectmanagerserver.c' || echo '$(srcdir)/'`gdbusobjectmanagerserver.c
3833  
3834 libgio_2_0_la-gtestdbus.lo: gtestdbus.c
3835 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gtestdbus.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gtestdbus.Tpo -c -o libgio_2_0_la-gtestdbus.lo `test -f 'gtestdbus.c' || echo '$(srcdir)/'`gtestdbus.c
3836 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtestdbus.Tpo $(DEPDIR)/libgio_2_0_la-gtestdbus.Plo
3837 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtestdbus.c' object='libgio_2_0_la-gtestdbus.lo' libtool=yes @AMDEPBACKSLASH@
3838 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3839 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gtestdbus.lo `test -f 'gtestdbus.c' || echo '$(srcdir)/'`gtestdbus.c
3840  
3841 libgio_2_0_la-ghttpproxy.lo: ghttpproxy.c
3842 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-ghttpproxy.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-ghttpproxy.Tpo -c -o libgio_2_0_la-ghttpproxy.lo `test -f 'ghttpproxy.c' || echo '$(srcdir)/'`ghttpproxy.c
3843 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ghttpproxy.Tpo $(DEPDIR)/libgio_2_0_la-ghttpproxy.Plo
3844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ghttpproxy.c' object='libgio_2_0_la-ghttpproxy.lo' libtool=yes @AMDEPBACKSLASH@
3845 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3846 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-ghttpproxy.lo `test -f 'ghttpproxy.c' || echo '$(srcdir)/'`ghttpproxy.c
3847  
3848 libgio_2_0_la-glocalfile.lo: glocalfile.c
3849 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-glocalfile.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-glocalfile.Tpo -c -o libgio_2_0_la-glocalfile.lo `test -f 'glocalfile.c' || echo '$(srcdir)/'`glocalfile.c
3850 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfile.Tpo $(DEPDIR)/libgio_2_0_la-glocalfile.Plo
3851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glocalfile.c' object='libgio_2_0_la-glocalfile.lo' libtool=yes @AMDEPBACKSLASH@
3852 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3853 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-glocalfile.lo `test -f 'glocalfile.c' || echo '$(srcdir)/'`glocalfile.c
3854  
3855 libgio_2_0_la-glocalfileenumerator.lo: glocalfileenumerator.c
3856 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-glocalfileenumerator.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-glocalfileenumerator.Tpo -c -o libgio_2_0_la-glocalfileenumerator.lo `test -f 'glocalfileenumerator.c' || echo '$(srcdir)/'`glocalfileenumerator.c
3857 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileenumerator.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileenumerator.Plo
3858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glocalfileenumerator.c' object='libgio_2_0_la-glocalfileenumerator.lo' libtool=yes @AMDEPBACKSLASH@
3859 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3860 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-glocalfileenumerator.lo `test -f 'glocalfileenumerator.c' || echo '$(srcdir)/'`glocalfileenumerator.c
3861  
3862 libgio_2_0_la-glocalfileinfo.lo: glocalfileinfo.c
3863 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-glocalfileinfo.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-glocalfileinfo.Tpo -c -o libgio_2_0_la-glocalfileinfo.lo `test -f 'glocalfileinfo.c' || echo '$(srcdir)/'`glocalfileinfo.c
3864 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileinfo.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileinfo.Plo
3865 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glocalfileinfo.c' object='libgio_2_0_la-glocalfileinfo.lo' libtool=yes @AMDEPBACKSLASH@
3866 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3867 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-glocalfileinfo.lo `test -f 'glocalfileinfo.c' || echo '$(srcdir)/'`glocalfileinfo.c
3868  
3869 libgio_2_0_la-glocalfileinputstream.lo: glocalfileinputstream.c
3870 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-glocalfileinputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-glocalfileinputstream.Tpo -c -o libgio_2_0_la-glocalfileinputstream.lo `test -f 'glocalfileinputstream.c' || echo '$(srcdir)/'`glocalfileinputstream.c
3871 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileinputstream.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileinputstream.Plo
3872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glocalfileinputstream.c' object='libgio_2_0_la-glocalfileinputstream.lo' libtool=yes @AMDEPBACKSLASH@
3873 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3874 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-glocalfileinputstream.lo `test -f 'glocalfileinputstream.c' || echo '$(srcdir)/'`glocalfileinputstream.c
3875  
3876 libgio_2_0_la-glocalfilemonitor.lo: glocalfilemonitor.c
3877 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-glocalfilemonitor.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-glocalfilemonitor.Tpo -c -o libgio_2_0_la-glocalfilemonitor.lo `test -f 'glocalfilemonitor.c' || echo '$(srcdir)/'`glocalfilemonitor.c
3878 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfilemonitor.Tpo $(DEPDIR)/libgio_2_0_la-glocalfilemonitor.Plo
3879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glocalfilemonitor.c' object='libgio_2_0_la-glocalfilemonitor.lo' libtool=yes @AMDEPBACKSLASH@
3880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3881 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-glocalfilemonitor.lo `test -f 'glocalfilemonitor.c' || echo '$(srcdir)/'`glocalfilemonitor.c
3882  
3883 libgio_2_0_la-glocalfileoutputstream.lo: glocalfileoutputstream.c
3884 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-glocalfileoutputstream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-glocalfileoutputstream.Tpo -c -o libgio_2_0_la-glocalfileoutputstream.lo `test -f 'glocalfileoutputstream.c' || echo '$(srcdir)/'`glocalfileoutputstream.c
3885 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileoutputstream.Plo
3886 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glocalfileoutputstream.c' object='libgio_2_0_la-glocalfileoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
3887 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3888 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-glocalfileoutputstream.lo `test -f 'glocalfileoutputstream.c' || echo '$(srcdir)/'`glocalfileoutputstream.c
3889  
3890 libgio_2_0_la-glocalfileiostream.lo: glocalfileiostream.c
3891 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-glocalfileiostream.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-glocalfileiostream.Tpo -c -o libgio_2_0_la-glocalfileiostream.lo `test -f 'glocalfileiostream.c' || echo '$(srcdir)/'`glocalfileiostream.c
3892 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileiostream.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileiostream.Plo
3893 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glocalfileiostream.c' object='libgio_2_0_la-glocalfileiostream.lo' libtool=yes @AMDEPBACKSLASH@
3894 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3895 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-glocalfileiostream.lo `test -f 'glocalfileiostream.c' || echo '$(srcdir)/'`glocalfileiostream.c
3896  
3897 libgio_2_0_la-glocalvfs.lo: glocalvfs.c
3898 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-glocalvfs.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-glocalvfs.Tpo -c -o libgio_2_0_la-glocalvfs.lo `test -f 'glocalvfs.c' || echo '$(srcdir)/'`glocalvfs.c
3899 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalvfs.Tpo $(DEPDIR)/libgio_2_0_la-glocalvfs.Plo
3900 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='glocalvfs.c' object='libgio_2_0_la-glocalvfs.lo' libtool=yes @AMDEPBACKSLASH@
3901 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3902 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-glocalvfs.lo `test -f 'glocalvfs.c' || echo '$(srcdir)/'`glocalvfs.c
3903  
3904 libgio_2_0_la-gsocks4proxy.lo: gsocks4proxy.c
3905 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocks4proxy.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocks4proxy.Tpo -c -o libgio_2_0_la-gsocks4proxy.lo `test -f 'gsocks4proxy.c' || echo '$(srcdir)/'`gsocks4proxy.c
3906 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocks4proxy.Tpo $(DEPDIR)/libgio_2_0_la-gsocks4proxy.Plo
3907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocks4proxy.c' object='libgio_2_0_la-gsocks4proxy.lo' libtool=yes @AMDEPBACKSLASH@
3908 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3909 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocks4proxy.lo `test -f 'gsocks4proxy.c' || echo '$(srcdir)/'`gsocks4proxy.c
3910  
3911 libgio_2_0_la-gsocks4aproxy.lo: gsocks4aproxy.c
3912 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocks4aproxy.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocks4aproxy.Tpo -c -o libgio_2_0_la-gsocks4aproxy.lo `test -f 'gsocks4aproxy.c' || echo '$(srcdir)/'`gsocks4aproxy.c
3913 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocks4aproxy.Tpo $(DEPDIR)/libgio_2_0_la-gsocks4aproxy.Plo
3914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocks4aproxy.c' object='libgio_2_0_la-gsocks4aproxy.lo' libtool=yes @AMDEPBACKSLASH@
3915 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3916 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocks4aproxy.lo `test -f 'gsocks4aproxy.c' || echo '$(srcdir)/'`gsocks4aproxy.c
3917  
3918 libgio_2_0_la-gsocks5proxy.lo: gsocks5proxy.c
3919 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-gsocks5proxy.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-gsocks5proxy.Tpo -c -o libgio_2_0_la-gsocks5proxy.lo `test -f 'gsocks5proxy.c' || echo '$(srcdir)/'`gsocks5proxy.c
3920 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocks5proxy.Tpo $(DEPDIR)/libgio_2_0_la-gsocks5proxy.Plo
3921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gsocks5proxy.c' object='libgio_2_0_la-gsocks5proxy.lo' libtool=yes @AMDEPBACKSLASH@
3922 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3923 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-gsocks5proxy.lo `test -f 'gsocks5proxy.c' || echo '$(srcdir)/'`gsocks5proxy.c
3924  
3925 libgio_2_0_la-thumbnail-verify.lo: thumbnail-verify.c
3926 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -MT libgio_2_0_la-thumbnail-verify.lo -MD -MP -MF $(DEPDIR)/libgio_2_0_la-thumbnail-verify.Tpo -c -o libgio_2_0_la-thumbnail-verify.lo `test -f 'thumbnail-verify.c' || echo '$(srcdir)/'`thumbnail-verify.c
3927 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-thumbnail-verify.Tpo $(DEPDIR)/libgio_2_0_la-thumbnail-verify.Plo
3928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='thumbnail-verify.c' object='libgio_2_0_la-thumbnail-verify.lo' libtool=yes @AMDEPBACKSLASH@
3929 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3930 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgio_2_0_la_CPPFLAGS) $(CPPFLAGS) $(libgio_2_0_la_CFLAGS) $(CFLAGS) -c -o libgio_2_0_la-thumbnail-verify.lo `test -f 'thumbnail-verify.c' || echo '$(srcdir)/'`thumbnail-verify.c
3931  
3932 gvdb-builder.o: gvdb/gvdb-builder.c
3933 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gvdb-builder.o -MD -MP -MF $(DEPDIR)/gvdb-builder.Tpo -c -o gvdb-builder.o `test -f 'gvdb/gvdb-builder.c' || echo '$(srcdir)/'`gvdb/gvdb-builder.c
3934 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gvdb-builder.Tpo $(DEPDIR)/gvdb-builder.Po
3935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvdb/gvdb-builder.c' object='gvdb-builder.o' libtool=no @AMDEPBACKSLASH@
3936 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3937 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gvdb-builder.o `test -f 'gvdb/gvdb-builder.c' || echo '$(srcdir)/'`gvdb/gvdb-builder.c
3938  
3939 gvdb-builder.obj: gvdb/gvdb-builder.c
3940 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gvdb-builder.obj -MD -MP -MF $(DEPDIR)/gvdb-builder.Tpo -c -o gvdb-builder.obj `if test -f 'gvdb/gvdb-builder.c'; then $(CYGPATH_W) 'gvdb/gvdb-builder.c'; else $(CYGPATH_W) '$(srcdir)/gvdb/gvdb-builder.c'; fi`
3941 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gvdb-builder.Tpo $(DEPDIR)/gvdb-builder.Po
3942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gvdb/gvdb-builder.c' object='gvdb-builder.obj' libtool=no @AMDEPBACKSLASH@
3943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3944 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gvdb-builder.obj `if test -f 'gvdb/gvdb-builder.c'; then $(CYGPATH_W) 'gvdb/gvdb-builder.c'; else $(CYGPATH_W) '$(srcdir)/gvdb/gvdb-builder.c'; fi`
3945  
3946 gresource-gresource-tool.o: gresource-tool.c
3947 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gresource_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gresource-gresource-tool.o -MD -MP -MF $(DEPDIR)/gresource-gresource-tool.Tpo -c -o gresource-gresource-tool.o `test -f 'gresource-tool.c' || echo '$(srcdir)/'`gresource-tool.c
3948 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gresource-gresource-tool.Tpo $(DEPDIR)/gresource-gresource-tool.Po
3949 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gresource-tool.c' object='gresource-gresource-tool.o' libtool=no @AMDEPBACKSLASH@
3950 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3951 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gresource_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gresource-gresource-tool.o `test -f 'gresource-tool.c' || echo '$(srcdir)/'`gresource-tool.c
3952  
3953 gresource-gresource-tool.obj: gresource-tool.c
3954 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gresource_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gresource-gresource-tool.obj -MD -MP -MF $(DEPDIR)/gresource-gresource-tool.Tpo -c -o gresource-gresource-tool.obj `if test -f 'gresource-tool.c'; then $(CYGPATH_W) 'gresource-tool.c'; else $(CYGPATH_W) '$(srcdir)/gresource-tool.c'; fi`
3955 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gresource-gresource-tool.Tpo $(DEPDIR)/gresource-gresource-tool.Po
3956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gresource-tool.c' object='gresource-gresource-tool.obj' libtool=no @AMDEPBACKSLASH@
3957 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3958 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gresource_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o gresource-gresource-tool.obj `if test -f 'gresource-tool.c'; then $(CYGPATH_W) 'gresource-tool.c'; else $(CYGPATH_W) '$(srcdir)/gresource-tool.c'; fi`
3959  
3960 mostlyclean-libtool:
3961 -rm -f *.lo
3962  
3963 clean-libtool:
3964 -rm -rf .libs _libs
3965 install-completionDATA: $(completion_DATA)
3966 @$(NORMAL_INSTALL)
3967 @list='$(completion_DATA)'; test -n "$(completiondir)" || list=; \
3968 if test -n "$$list"; then \
3969 echo " $(MKDIR_P) '$(DESTDIR)$(completiondir)'"; \
3970 $(MKDIR_P) "$(DESTDIR)$(completiondir)" || exit 1; \
3971 fi; \
3972 for p in $$list; do \
3973 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3974 echo "$$d$$p"; \
3975 done | $(am__base_list) | \
3976 while read files; do \
3977 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(completiondir)'"; \
3978 $(INSTALL_DATA) $$files "$(DESTDIR)$(completiondir)" || exit $$?; \
3979 done
3980  
3981 uninstall-completionDATA:
3982 @$(NORMAL_UNINSTALL)
3983 @list='$(completion_DATA)'; test -n "$(completiondir)" || list=; \
3984 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3985 dir='$(DESTDIR)$(completiondir)'; $(am__uninstall_files_from_dir)
3986 install-dist_itsDATA: $(dist_its_DATA)
3987 @$(NORMAL_INSTALL)
3988 @list='$(dist_its_DATA)'; test -n "$(itsdir)" || list=; \
3989 if test -n "$$list"; then \
3990 echo " $(MKDIR_P) '$(DESTDIR)$(itsdir)'"; \
3991 $(MKDIR_P) "$(DESTDIR)$(itsdir)" || exit 1; \
3992 fi; \
3993 for p in $$list; do \
3994 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3995 echo "$$d$$p"; \
3996 done | $(am__base_list) | \
3997 while read files; do \
3998 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(itsdir)'"; \
3999 $(INSTALL_DATA) $$files "$(DESTDIR)$(itsdir)" || exit $$?; \
4000 done
4001  
4002 uninstall-dist_itsDATA:
4003 @$(NORMAL_UNINSTALL)
4004 @list='$(dist_its_DATA)'; test -n "$(itsdir)" || list=; \
4005 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4006 dir='$(DESTDIR)$(itsdir)'; $(am__uninstall_files_from_dir)
4007 install-dist_schemaDATA: $(dist_schema_DATA)
4008 @$(NORMAL_INSTALL)
4009 @list='$(dist_schema_DATA)'; test -n "$(schemadir)" || list=; \
4010 if test -n "$$list"; then \
4011 echo " $(MKDIR_P) '$(DESTDIR)$(schemadir)'"; \
4012 $(MKDIR_P) "$(DESTDIR)$(schemadir)" || exit 1; \
4013 fi; \
4014 for p in $$list; do \
4015 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4016 echo "$$d$$p"; \
4017 done | $(am__base_list) | \
4018 while read files; do \
4019 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemadir)'"; \
4020 $(INSTALL_DATA) $$files "$(DESTDIR)$(schemadir)" || exit $$?; \
4021 done
4022  
4023 uninstall-dist_schemaDATA:
4024 @$(NORMAL_UNINSTALL)
4025 @list='$(dist_schema_DATA)'; test -n "$(schemadir)" || list=; \
4026 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4027 dir='$(DESTDIR)$(schemadir)'; $(am__uninstall_files_from_dir)
4028 install-installed_test_metaDATA: $(installed_test_meta_DATA)
4029 @$(NORMAL_INSTALL)
4030 @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
4031 if test -n "$$list"; then \
4032 echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \
4033 $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \
4034 fi; \
4035 for p in $$list; do \
4036 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4037 echo "$$d$$p"; \
4038 done | $(am__base_list) | \
4039 while read files; do \
4040 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \
4041 $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \
4042 done
4043  
4044 uninstall-installed_test_metaDATA:
4045 @$(NORMAL_UNINSTALL)
4046 @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
4047 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4048 dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir)
4049 install-nobase_installed_testDATA: $(nobase_installed_test_DATA)
4050 @$(NORMAL_INSTALL)
4051 @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
4052 if test -n "$$list"; then \
4053 echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
4054 $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
4055 fi; \
4056 $(am__nobase_list) | while read dir files; do \
4057 xfiles=; for file in $$files; do \
4058 if test -f "$$file"; then xfiles="$$xfiles $$file"; \
4059 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
4060 test -z "$$xfiles" || { \
4061 test "x$$dir" = x. || { \
4062 echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
4063 $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \
4064 echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \
4065 $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \
4066 done
4067  
4068 uninstall-nobase_installed_testDATA:
4069 @$(NORMAL_UNINSTALL)
4070 @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
4071 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
4072 dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
4073 install-gioincludeHEADERS: $(gioinclude_HEADERS)
4074 @$(NORMAL_INSTALL)
4075 @list='$(gioinclude_HEADERS)'; test -n "$(gioincludedir)" || list=; \
4076 if test -n "$$list"; then \
4077 echo " $(MKDIR_P) '$(DESTDIR)$(gioincludedir)'"; \
4078 $(MKDIR_P) "$(DESTDIR)$(gioincludedir)" || exit 1; \
4079 fi; \
4080 for p in $$list; do \
4081 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4082 echo "$$d$$p"; \
4083 done | $(am__base_list) | \
4084 while read files; do \
4085 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(gioincludedir)'"; \
4086 $(INSTALL_HEADER) $$files "$(DESTDIR)$(gioincludedir)" || exit $$?; \
4087 done
4088  
4089 uninstall-gioincludeHEADERS:
4090 @$(NORMAL_UNINSTALL)
4091 @list='$(gioinclude_HEADERS)'; test -n "$(gioincludedir)" || list=; \
4092 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4093 dir='$(DESTDIR)$(gioincludedir)'; $(am__uninstall_files_from_dir)
4094 install-giounixincludeHEADERS: $(giounixinclude_HEADERS)
4095 @$(NORMAL_INSTALL)
4096 @list='$(giounixinclude_HEADERS)'; test -n "$(giounixincludedir)" || list=; \
4097 if test -n "$$list"; then \
4098 echo " $(MKDIR_P) '$(DESTDIR)$(giounixincludedir)'"; \
4099 $(MKDIR_P) "$(DESTDIR)$(giounixincludedir)" || exit 1; \
4100 fi; \
4101 for p in $$list; do \
4102 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4103 echo "$$d$$p"; \
4104 done | $(am__base_list) | \
4105 while read files; do \
4106 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(giounixincludedir)'"; \
4107 $(INSTALL_HEADER) $$files "$(DESTDIR)$(giounixincludedir)" || exit $$?; \
4108 done
4109  
4110 uninstall-giounixincludeHEADERS:
4111 @$(NORMAL_UNINSTALL)
4112 @list='$(giounixinclude_HEADERS)'; test -n "$(giounixincludedir)" || list=; \
4113 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4114 dir='$(DESTDIR)$(giounixincludedir)'; $(am__uninstall_files_from_dir)
4115 install-giowin32includeHEADERS: $(giowin32include_HEADERS)
4116 @$(NORMAL_INSTALL)
4117 @list='$(giowin32include_HEADERS)'; test -n "$(giowin32includedir)" || list=; \
4118 if test -n "$$list"; then \
4119 echo " $(MKDIR_P) '$(DESTDIR)$(giowin32includedir)'"; \
4120 $(MKDIR_P) "$(DESTDIR)$(giowin32includedir)" || exit 1; \
4121 fi; \
4122 for p in $$list; do \
4123 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4124 echo "$$d$$p"; \
4125 done | $(am__base_list) | \
4126 while read files; do \
4127 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(giowin32includedir)'"; \
4128 $(INSTALL_HEADER) $$files "$(DESTDIR)$(giowin32includedir)" || exit $$?; \
4129 done
4130  
4131 uninstall-giowin32includeHEADERS:
4132 @$(NORMAL_UNINSTALL)
4133 @list='$(giowin32include_HEADERS)'; test -n "$(giowin32includedir)" || list=; \
4134 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4135 dir='$(DESTDIR)$(giowin32includedir)'; $(am__uninstall_files_from_dir)
4136 install-nodist_gioincludeHEADERS: $(nodist_gioinclude_HEADERS)
4137 @$(NORMAL_INSTALL)
4138 @list='$(nodist_gioinclude_HEADERS)'; test -n "$(gioincludedir)" || list=; \
4139 if test -n "$$list"; then \
4140 echo " $(MKDIR_P) '$(DESTDIR)$(gioincludedir)'"; \
4141 $(MKDIR_P) "$(DESTDIR)$(gioincludedir)" || exit 1; \
4142 fi; \
4143 for p in $$list; do \
4144 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4145 echo "$$d$$p"; \
4146 done | $(am__base_list) | \
4147 while read files; do \
4148 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(gioincludedir)'"; \
4149 $(INSTALL_HEADER) $$files "$(DESTDIR)$(gioincludedir)" || exit $$?; \
4150 done
4151  
4152 uninstall-nodist_gioincludeHEADERS:
4153 @$(NORMAL_UNINSTALL)
4154 @list='$(nodist_gioinclude_HEADERS)'; test -n "$(gioincludedir)" || list=; \
4155 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4156 dir='$(DESTDIR)$(gioincludedir)'; $(am__uninstall_files_from_dir)
4157  
4158 # This directory's subdirectories are mostly independent; you can cd
4159 # into them and run 'make' without going through this Makefile.
4160 # To change the values of 'make' variables: instead of editing Makefiles,
4161 # (1) if the variable is set in 'config.status', edit 'config.status'
4162 # (which will cause the Makefiles to be regenerated when you run 'make');
4163 # (2) otherwise, pass the desired values on the 'make' command line.
4164 $(am__recursive_targets):
4165 @fail=; \
4166 if $(am__make_keepgoing); then \
4167 failcom='fail=yes'; \
4168 else \
4169 failcom='exit 1'; \
4170 fi; \
4171 dot_seen=no; \
4172 target=`echo $@ | sed s/-recursive//`; \
4173 case "$@" in \
4174 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
4175 *) list='$(SUBDIRS)' ;; \
4176 esac; \
4177 for subdir in $$list; do \
4178 echo "Making $$target in $$subdir"; \
4179 if test "$$subdir" = "."; then \
4180 dot_seen=yes; \
4181 local_target="$$target-am"; \
4182 else \
4183 local_target="$$target"; \
4184 fi; \
4185 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
4186 || eval $$failcom; \
4187 done; \
4188 if test "$$dot_seen" = "no"; then \
4189 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
4190 fi; test -z "$$fail"
4191  
4192 ID: $(am__tagged_files)
4193 $(am__define_uniq_tagged_files); mkid -fID $$unique
4194 tags: tags-recursive
4195 TAGS: tags
4196  
4197 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4198 set x; \
4199 here=`pwd`; \
4200 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
4201 include_option=--etags-include; \
4202 empty_fix=.; \
4203 else \
4204 include_option=--include; \
4205 empty_fix=; \
4206 fi; \
4207 list='$(SUBDIRS)'; for subdir in $$list; do \
4208 if test "$$subdir" = .; then :; else \
4209 test ! -f $$subdir/TAGS || \
4210 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
4211 fi; \
4212 done; \
4213 $(am__define_uniq_tagged_files); \
4214 shift; \
4215 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
4216 test -n "$$unique" || unique=$$empty_fix; \
4217 if test $$# -gt 0; then \
4218 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4219 "$$@" $$unique; \
4220 else \
4221 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4222 $$unique; \
4223 fi; \
4224 fi
4225 ctags: ctags-recursive
4226  
4227 CTAGS: ctags
4228 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4229 $(am__define_uniq_tagged_files); \
4230 test -z "$(CTAGS_ARGS)$$unique" \
4231 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4232 $$unique
4233  
4234 GTAGS:
4235 here=`$(am__cd) $(top_builddir) && pwd` \
4236 && $(am__cd) $(top_srcdir) \
4237 && gtags -i $(GTAGS_ARGS) "$$here"
4238 cscopelist: cscopelist-recursive
4239  
4240 cscopelist-am: $(am__tagged_files)
4241 list='$(am__tagged_files)'; \
4242 case "$(srcdir)" in \
4243 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
4244 *) sdir=$(subdir)/$(srcdir) ;; \
4245 esac; \
4246 for i in $$list; do \
4247 if test -f "$$i"; then \
4248 echo "$(subdir)/$$i"; \
4249 else \
4250 echo "$$sdir/$$i"; \
4251 fi; \
4252 done >> $(top_builddir)/cscope.files
4253  
4254 distclean-tags:
4255 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
4256  
4257 # Recover from deleted '.trs' file; this should ensure that
4258 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
4259 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
4260 # to avoid problems with "make -n".
4261 .log.trs:
4262 rm -f $< $@
4263 $(MAKE) $(AM_MAKEFLAGS) $<
4264  
4265 # Leading 'am--fnord' is there to ensure the list of targets does not
4266 # expand to empty, as could happen e.g. with make check TESTS=''.
4267 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
4268 am--force-recheck:
4269 @:
4270  
4271 $(TEST_SUITE_LOG): $(TEST_LOGS)
4272 @$(am__set_TESTS_bases); \
4273 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
4274 redo_bases=`for i in $$bases; do \
4275 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
4276 done`; \
4277 if test -n "$$redo_bases"; then \
4278 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
4279 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
4280 if $(am__make_dryrun); then :; else \
4281 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
4282 fi; \
4283 fi; \
4284 if test -n "$$am__remaking_logs"; then \
4285 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
4286 "recursion detected" >&2; \
4287 elif test -n "$$redo_logs"; then \
4288 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
4289 fi; \
4290 if $(am__make_dryrun); then :; else \
4291 st=0; \
4292 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
4293 for i in $$redo_bases; do \
4294 test -f $$i.trs && test -r $$i.trs \
4295 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
4296 test -f $$i.log && test -r $$i.log \
4297 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
4298 done; \
4299 test $$st -eq 0 || exit 1; \
4300 fi
4301 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
4302 ws='[ ]'; \
4303 results=`for b in $$bases; do echo $$b.trs; done`; \
4304 test -n "$$results" || results=/dev/null; \
4305 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
4306 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
4307 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
4308 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
4309 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
4310 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
4311 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
4312 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
4313 success=true; \
4314 else \
4315 success=false; \
4316 fi; \
4317 br='==================='; br=$$br$$br$$br$$br; \
4318 result_count () \
4319 { \
4320 if test x"$$1" = x"--maybe-color"; then \
4321 maybe_colorize=yes; \
4322 elif test x"$$1" = x"--no-color"; then \
4323 maybe_colorize=no; \
4324 else \
4325 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
4326 fi; \
4327 shift; \
4328 desc=$$1 count=$$2; \
4329 if test $$maybe_colorize = yes && test $$count -gt 0; then \
4330 color_start=$$3 color_end=$$std; \
4331 else \
4332 color_start= color_end=; \
4333 fi; \
4334 echo "$${color_start}# $$desc $$count$${color_end}"; \
4335 }; \
4336 create_testsuite_report () \
4337 { \
4338 result_count $$1 "TOTAL:" $$all "$$brg"; \
4339 result_count $$1 "PASS: " $$pass "$$grn"; \
4340 result_count $$1 "SKIP: " $$skip "$$blu"; \
4341 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
4342 result_count $$1 "FAIL: " $$fail "$$red"; \
4343 result_count $$1 "XPASS:" $$xpass "$$red"; \
4344 result_count $$1 "ERROR:" $$error "$$mgn"; \
4345 }; \
4346 { \
4347 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
4348 $(am__rst_title); \
4349 create_testsuite_report --no-color; \
4350 echo; \
4351 echo ".. contents:: :depth: 2"; \
4352 echo; \
4353 for b in $$bases; do echo $$b; done \
4354 | $(am__create_global_log); \
4355 } >$(TEST_SUITE_LOG).tmp || exit 1; \
4356 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
4357 if $$success; then \
4358 col="$$grn"; \
4359 else \
4360 col="$$red"; \
4361 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
4362 fi; \
4363 echo "$${col}$$br$${std}"; \
4364 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
4365 echo "$${col}$$br$${std}"; \
4366 create_testsuite_report --maybe-color; \
4367 echo "$$col$$br$$std"; \
4368 if $$success; then :; else \
4369 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
4370 if test -n "$(PACKAGE_BUGREPORT)"; then \
4371 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
4372 fi; \
4373 echo "$$col$$br$$std"; \
4374 fi; \
4375 $$success || exit 1
4376  
4377 check-TESTS:
4378 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
4379 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
4380 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
4381 @set +e; $(am__set_TESTS_bases); \
4382 log_list=`for i in $$bases; do echo $$i.log; done`; \
4383 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
4384 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
4385 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
4386 exit $$?;
4387 recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)
4388 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
4389 @set +e; $(am__set_TESTS_bases); \
4390 bases=`for i in $$bases; do echo $$i; done \
4391 | $(am__list_recheck_tests)` || exit 1; \
4392 log_list=`for i in $$bases; do echo $$i.log; done`; \
4393 log_list=`echo $$log_list`; \
4394 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
4395 am__force_recheck=am--force-recheck \
4396 TEST_LOGS="$$log_list"; \
4397 exit $$?
4398 .test.log:
4399 @p='$<'; \
4400 $(am__set_b); \
4401 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
4402 --log-file $$b.log --trs-file $$b.trs \
4403 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
4404 "$$tst" $(AM_TESTS_FD_REDIRECT)
4405 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
4406 @am__EXEEXT_TRUE@ @p='$<'; \
4407 @am__EXEEXT_TRUE@ $(am__set_b); \
4408 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
4409 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
4410 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
4411 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
4412  
4413 distdir: $(DISTFILES)
4414 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4415 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4416 list='$(DISTFILES)'; \
4417 dist_files=`for file in $$list; do echo $$file; done | \
4418 sed -e "s|^$$srcdirstrip/||;t" \
4419 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
4420 case $$dist_files in \
4421 */*) $(MKDIR_P) `echo "$$dist_files" | \
4422 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
4423 sort -u` ;; \
4424 esac; \
4425 for file in $$dist_files; do \
4426 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
4427 if test -d $$d/$$file; then \
4428 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
4429 if test -d "$(distdir)/$$file"; then \
4430 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4431 fi; \
4432 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
4433 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
4434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4435 fi; \
4436 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
4437 else \
4438 test -f "$(distdir)/$$file" \
4439 || cp -p $$d/$$file "$(distdir)/$$file" \
4440 || exit 1; \
4441 fi; \
4442 done
4443 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
4444 if test "$$subdir" = .; then :; else \
4445 $(am__make_dryrun) \
4446 || test -d "$(distdir)/$$subdir" \
4447 || $(MKDIR_P) "$(distdir)/$$subdir" \
4448 || exit 1; \
4449 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
4450 $(am__relativize); \
4451 new_distdir=$$reldir; \
4452 dir1=$$subdir; dir2="$(top_distdir)"; \
4453 $(am__relativize); \
4454 new_top_distdir=$$reldir; \
4455 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
4456 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
4457 ($(am__cd) $$subdir && \
4458 $(MAKE) $(AM_MAKEFLAGS) \
4459 top_distdir="$$new_top_distdir" \
4460 distdir="$$new_distdir" \
4461 am__remove_distdir=: \
4462 am__skip_length_check=: \
4463 am__skip_mode_fix=: \
4464 distdir) \
4465 || exit 1; \
4466 fi; \
4467 done
4468 $(MAKE) $(AM_MAKEFLAGS) \
4469 top_distdir="$(top_distdir)" distdir="$(distdir)" \
4470 dist-hook
4471 check-am: all-am
4472 $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
4473 $(check_SCRIPTS) $(check_DATA)
4474 $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
4475 check: $(BUILT_SOURCES)
4476 $(MAKE) $(AM_MAKEFLAGS) check-recursive
4477 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
4478 $(HEADERS) all-local
4479 install-binPROGRAMS: install-libLTLIBRARIES
4480  
4481 installdirs: installdirs-recursive
4482 installdirs-am:
4483 for dir in "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(completiondir)" "$(DESTDIR)$(itsdir)" "$(DESTDIR)$(schemadir)" "$(DESTDIR)$(installed_test_metadir)" "$(DESTDIR)$(installed_testdir)" "$(DESTDIR)$(gioincludedir)" "$(DESTDIR)$(giounixincludedir)" "$(DESTDIR)$(giowin32includedir)" "$(DESTDIR)$(gioincludedir)"; do \
4484 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
4485 done
4486 install: $(BUILT_SOURCES)
4487 $(MAKE) $(AM_MAKEFLAGS) install-recursive
4488 install-exec: install-exec-recursive
4489 install-data: install-data-recursive
4490 uninstall: uninstall-recursive
4491  
4492 install-am: all-am
4493 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
4494  
4495 installcheck: installcheck-recursive
4496 install-strip:
4497 if test -z '$(STRIP)'; then \
4498 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4499 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4500 install; \
4501 else \
4502 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4503 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4504 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
4505 fi
4506 mostlyclean-generic:
4507 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
4508 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
4509 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
4510  
4511 clean-generic:
4512 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
4513  
4514 distclean-generic:
4515 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
4516 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
4517 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
4518  
4519 maintainer-clean-generic:
4520 @echo "This command is intended for maintainers to use"
4521 @echo "it deletes files that may require special tools to rebuild."
4522 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
4523 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
4524 @HAVE_GLIB_RUNTIME_LIBDIR_FALSE@install-data-hook:
4525 clean: clean-recursive
4526  
4527 clean-am: clean-binPROGRAMS clean-checkLTLIBRARIES clean-checkPROGRAMS \
4528 clean-generic clean-installed_testLTLIBRARIES \
4529 clean-installed_testPROGRAMS clean-libLTLIBRARIES \
4530 clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
4531 mostlyclean-am
4532  
4533 distclean: distclean-recursive
4534 -rm -rf ./$(DEPDIR)
4535 -rm -f Makefile
4536 distclean-am: clean-am distclean-compile distclean-generic \
4537 distclean-tags
4538  
4539 dvi: dvi-recursive
4540  
4541 dvi-am:
4542  
4543 html: html-recursive
4544  
4545 html-am:
4546  
4547 info: info-recursive
4548  
4549 info-am:
4550  
4551 install-data-am: install-completionDATA install-data-local \
4552 install-dist_itsDATA install-dist_schemaDATA \
4553 install-gioincludeHEADERS install-giounixincludeHEADERS \
4554 install-giowin32includeHEADERS \
4555 install-installed_testLTLIBRARIES \
4556 install-installed_testPROGRAMS install-installed_testSCRIPTS \
4557 install-installed_test_metaDATA \
4558 install-nobase_installed_testDATA \
4559 install-nodist_gioincludeHEADERS
4560 @$(NORMAL_INSTALL)
4561 $(MAKE) $(AM_MAKEFLAGS) install-data-hook
4562 install-dvi: install-dvi-recursive
4563  
4564 install-dvi-am:
4565  
4566 install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
4567  
4568 install-html: install-html-recursive
4569  
4570 install-html-am:
4571  
4572 install-info: install-info-recursive
4573  
4574 install-info-am:
4575  
4576 install-man:
4577  
4578 install-pdf: install-pdf-recursive
4579  
4580 install-pdf-am:
4581  
4582 install-ps: install-ps-recursive
4583  
4584 install-ps-am:
4585  
4586 installcheck-am:
4587  
4588 maintainer-clean: maintainer-clean-recursive
4589 -rm -rf ./$(DEPDIR)
4590 -rm -f Makefile
4591 maintainer-clean-am: distclean-am maintainer-clean-generic
4592  
4593 mostlyclean: mostlyclean-recursive
4594  
4595 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
4596 mostlyclean-libtool
4597  
4598 pdf: pdf-recursive
4599  
4600 pdf-am:
4601  
4602 ps: ps-recursive
4603  
4604 ps-am:
4605  
4606 uninstall-am: uninstall-binPROGRAMS uninstall-completionDATA \
4607 uninstall-dist_itsDATA uninstall-dist_schemaDATA \
4608 uninstall-gioincludeHEADERS uninstall-giounixincludeHEADERS \
4609 uninstall-giowin32includeHEADERS \
4610 uninstall-installed_testLTLIBRARIES \
4611 uninstall-installed_testPROGRAMS \
4612 uninstall-installed_testSCRIPTS \
4613 uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \
4614 uninstall-local uninstall-nobase_installed_testDATA \
4615 uninstall-nodist_gioincludeHEADERS
4616  
4617 .MAKE: $(am__recursive_targets) all check check-am install install-am \
4618 install-data-am install-strip
4619  
4620 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
4621 check check-TESTS check-am check-local clean clean-binPROGRAMS \
4622 clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
4623 clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
4624 clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
4625 clean-noinstPROGRAMS cscopelist-am ctags ctags-am dist-hook \
4626 distclean distclean-compile distclean-generic \
4627 distclean-libtool distclean-tags distdir dvi dvi-am html \
4628 html-am info info-am install install-am install-binPROGRAMS \
4629 install-completionDATA install-data install-data-am \
4630 install-data-hook install-data-local install-dist_itsDATA \
4631 install-dist_schemaDATA install-dvi install-dvi-am \
4632 install-exec install-exec-am install-gioincludeHEADERS \
4633 install-giounixincludeHEADERS install-giowin32includeHEADERS \
4634 install-html install-html-am install-info install-info-am \
4635 install-installed_testLTLIBRARIES \
4636 install-installed_testPROGRAMS install-installed_testSCRIPTS \
4637 install-installed_test_metaDATA install-libLTLIBRARIES \
4638 install-man install-nobase_installed_testDATA \
4639 install-nodist_gioincludeHEADERS install-pdf install-pdf-am \
4640 install-ps install-ps-am install-strip installcheck \
4641 installcheck-am installdirs installdirs-am maintainer-clean \
4642 maintainer-clean-generic mostlyclean mostlyclean-compile \
4643 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
4644 recheck tags tags-am uninstall uninstall-am \
4645 uninstall-binPROGRAMS uninstall-completionDATA \
4646 uninstall-dist_itsDATA uninstall-dist_schemaDATA \
4647 uninstall-gioincludeHEADERS uninstall-giounixincludeHEADERS \
4648 uninstall-giowin32includeHEADERS \
4649 uninstall-installed_testLTLIBRARIES \
4650 uninstall-installed_testPROGRAMS \
4651 uninstall-installed_testSCRIPTS \
4652 uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \
4653 uninstall-local uninstall-nobase_installed_testDATA \
4654 uninstall-nodist_gioincludeHEADERS
4655  
4656 .PRECIOUS: Makefile
4657  
4658  
4659 # test-nonrecursive: run tests only in cwd
4660 @OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
4661 @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}
4662 @OS_UNIX_FALSE@test-nonrecursive:
4663  
4664 .PHONY: test-nonrecursive
4665  
4666 .PHONY: lcov genlcov lcov-clean
4667 # use recursive makes in order to ignore errors during check
4668 lcov:
4669 -$(MAKE) $(AM_MAKEFLAGS) -k check
4670 $(MAKE) $(AM_MAKEFLAGS) genlcov
4671  
4672 # we have to massage the lcov.info file slightly to hide the effect of libtool
4673 # placing the objects files in the .libs/ directory separate from the *.c
4674 # we also have to delete tests/.libs/libmoduletestplugin_*.gcda
4675 genlcov:
4676 $(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \
4677 $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \
4678 $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\* gio/tests/gdbus-object-manager-example/\* ; \
4679 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
4680 @echo "file://$(abs_top_builddir)/glib-lcov/index.html"
4681  
4682 lcov-clean:
4683 if test -n "$(LTP)"; then \
4684 $(LTP) --quiet --directory $(top_builddir) -z; \
4685 fi
4686  
4687 # run tests in cwd as part of make check
4688 check-local: test-nonrecursive
4689  
4690 @ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
4691 @ENABLE_INSTALLED_TESTS_TRUE@ $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
4692 @ENABLE_INSTALLED_TESTS_TRUE@ echo 'Type=session' >> $@.tmp; \
4693 @ENABLE_INSTALLED_TESTS_TRUE@ echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
4694 @ENABLE_INSTALLED_TESTS_TRUE@ mv $@.tmp $@)
4695  
4696 install-ms-lib:
4697 $(install_ms_lib_cmd)
4698  
4699 uninstall-ms-lib:
4700 $(uninstall_ms_lib_cmd)
4701  
4702 gdbus-daemon-generated.h gdbus-daemon-generated.c: $(srcdir)/dbus-daemon.xml $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in
4703 $(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
4704 UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
4705 $(PYTHON) $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in \
4706 --interface-prefix org. \
4707 --generate-c-code gdbus-daemon-generated \
4708 --c-namespace _G \
4709 $(srcdir)/dbus-daemon.xml \
4710 $(NULL)
4711  
4712 install-data-local: install-ms-lib
4713 $(mkinstalldirs) $(DESTDIR)$(GIO_MODULE_DIR)
4714  
4715 uninstall-local: uninstall-ms-lib
4716  
4717 gio-win32-res.o: gio.rc
4718 $(WINDRES) gio.rc $@
4719  
4720 # This is read by gobject-introspection/misc/ and gtk-doc
4721 gio-public-headers.txt: Makefile
4722 $(AM_V_GEN) echo $(gioinclude_HEADERS) $(giowin32include_HEADERS) $(giounixinclude_HEADERS) > $@.tmp && mv $@.tmp $@
4723  
4724 all-local: gio-public-headers.txt
4725  
4726 gioenumtypes.h: $(gio_headers) gioenumtypes.h.template
4727 $(AM_V_GEN) $(top_builddir)/gobject/glib-mkenums --template $(filter %.template,$^) $(filter-out %.template,$^) > \
4728 gioenumtypes.h.tmp && mv gioenumtypes.h.tmp gioenumtypes.h
4729  
4730 gioenumtypes.c: $(gio_headers) gioenumtypes.c.template
4731 $(AM_V_GEN) $(top_builddir)/gobject/glib-mkenums --template $(filter %.template,$^) $(filter-out %.template,$^) > \
4732 gioenumtypes.c.tmp && mv gioenumtypes.c.tmp gioenumtypes.c
4733  
4734 gio.def: libgio-2.0.la
4735 $(AM_V_GEN) dumpbin.exe -exports .libs/libgio-2.0-0.dll | awk 'BEGIN { print "EXPORTS" } / +[[:digit:]]+ +[[:xdigit:]]+ +[[:xdigit:]]+/{ print $$4 }' > gio.def.tmp && mv gio.def.tmp gio.def
4736  
4737 gio-2.0.lib: libgio-2.0.la gio.def
4738 $(AM_V_GEN) lib.exe -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgio-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/gio.def -out:$@
4739  
4740 gconstructor_as_data.h: $(top_srcdir)/glib/gconstructor.h data-to-c.pl
4741 $(AM_V_GEN) $(srcdir)/data-to-c.pl $(top_srcdir)/glib/gconstructor.h gconstructor_code > $@.tmp && mv $@.tmp $@
4742  
4743 #
4744 # Creates Visual Studio 2008/2010 projects from items passed in from autotools files
4745 # $(1) - Base Name of the MSVC project files (outputs)
4746 #
4747  
4748 define msvcproj-builder
4749  
4750 $(top_builddir)/build/win32/vs10/$(1).vcxproj: $(top_builddir)/build/win32/vs9/$(1).vcproj
4751 $(top_builddir)/build/win32/vs10/$(1).vcxproj.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj
4752 $(1).sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj
4753 $(1).vs10.sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj
4754 $(1).vs10.sourcefiles.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj
4755  
4756 $(top_builddir)/build/win32/vs9/$(1).vcproj:
4757 -$(RM) $(top_builddir)/build/win32/vs9/$(1).vcproj
4758 -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj
4759 -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj.filters
4760  
4761 for F in $(_proj_files); do \
4762 case $$$$F in \
4763 $(_proj_filters)) \
4764 ;; \
4765 *.c|*.cpp|*.cc|*.cxx) \
4766 echo ' <File RelativePath="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).sourcefiles && \
4767 echo ' <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).vs10.sourcefiles && \
4768 echo ' <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'"><Filter>Source Files</Filter></ClCompile>' >>$(1).vs10.sourcefiles.filters \
4769 ;; \
4770 esac; \
4771 done
4772  
4773 $(CPP) -P - <$(top_srcdir)/build/win32/vs9/$(1).vcprojin >$(top_builddir)/build/win32/vs9/$(1).vcproj
4774 $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxprojin >$(top_builddir)/build/win32/vs10/$(1).vcxproj
4775 $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxproj.filtersin >$(top_builddir)/build/win32/vs10/$(1).vcxproj.filters
4776 $(RM) $(1).sourcefiles
4777 $(RM) $(1).vs10.sourcefiles
4778 $(RM) $(1).vs10.sourcefiles.filters
4779  
4780 $(top_builddir)/build/win32/vs10/$(1).vs10.headers: $(top_builddir)/build/win32/vs9/$(1).headers
4781  
4782 $(top_builddir)/build/win32/vs9/$(1).headers:
4783 -$(RM) $(top_builddir)/build/win32/vs9/$(1).headers
4784 -$(RM) $(top_builddir)/build/win32/vs10/$(1).vs10.headers
4785  
4786 for F in $(_proj_headers); do \
4787 case $$$$F in \
4788 $(_proj_headers_excludes)) \
4789 ;; \
4790 *.h|*.hpp|*.hh|*.hxx) \
4791 echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F'&#x0D;&#x0A;' >>$(top_builddir)/build/win32/vs9/$(1).headers && \
4792 echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F >>$(top_builddir)/build/win32/vs10/$(1).vs10.headers \
4793 ;; \
4794 esac; \
4795 done
4796  
4797 endef
4798  
4799 $(foreach proj,$(MSVCPROJS),$(eval $(call msvcproj-builder,$(proj))))
4800  
4801 dist-hook: \
4802 $(BUILT_EXTRA_DIST) \
4803 $(top_builddir)/build/win32/vs9/gio.vcproj \
4804 $(top_builddir)/build/win32/vs9/gio.headers \
4805 $(top_builddir)/build/win32/vs9/glib-compile-schemas.vcproj \
4806 $(top_builddir)/build/win32/vs9/glib-compile-resources.vcproj
4807 files='$(BUILT_EXTRA_DIST)'; \
4808 for f in $$files; do \
4809 if test -f $$f; then d=.; else d=$(srcdir); fi; \
4810 cp $$d/$$f $(distdir) || exit 1; done
4811  
4812 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@install-data-hook:
4813 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
4814 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgio-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
4815 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgio-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
4816 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ rm -f $(DESTDIR)$(libdir)/libgio-2.0.so
4817 @HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ ln -s $(GLIB_RUNTIME_LIBDIR)/libgio-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/libgio-2.0.so
4818  
4819 # Tell versions [3.59,3.63) of GNU make to not export all variables.
4820 # Otherwise a system limit (for SysV at least) may be exceeded.
4821 .NOEXPORT: