nexmon – Rev 1

Subversion Repositories:
Rev:
# Makefile.in generated by automake 1.15 from Makefile.am.
# @configure_input@

# Copyright (C) 1994-2014 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.

@SET_MAKE@

# GLIB - Library of useful C routines

# Author: Fan, Chun-wei
# Common Autotools file used to generate Visual Studio 2008+
# Projects from their templates

# This autotools file, from GLib, can be used in other projects
# that have Visual Studio build support, and is copied into
# $(srcroot)/build/.

# * Input variables:
#
#   MSVCPROJS - List of Projects that should be generated
#
# * Simple tutorial
#
# Add this to Makefile.am where your library/program is built:
#   include $(top_srcdir)/build/Makefile.msvcproj
#   MSVCPROJS = YourProject (can be multiple projects in a single srcdir)
#   YourProject_FILES = $(libyourlib_1_0_SOURCES)
#   YourProject_EXCLUDES = ... # list of sources to exclude, separated by '|', wildcards allowed; use random unsed value if none
#   YourProject_HEADERS_DIR = $(libyourlibincludedir)
#   YourProject_HEADERS_INST = $(libyourlib_1_0_HEADERS)
#   YourProject_HEADERS_EXCLUDES = ... # <list of headers to exclude from installation, separated by '|', wildcards allowed; use random unsed value if none>
#
#   dist-hook: \ # (or add to it if it is already there, note the vs9 items will also call the vs10 items in the process)
#       $(top_builddir)/build/win32/vs9/YourProject.vcproj      \
#       $(top_builddir)/build/win32/vs9/YourProject.headers

# Private functions





VPATH = @srcdir@
am__is_gnu_make = { \
  if test -z '$(MAKELEVEL)'; then \
    false; \
  elif test -n '$(MAKE_HOST)'; then \
    true; \
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    true; \
  else \
    false; \
  fi; \
}
am__make_running_with_option = \
  case $${target_option-} in \
      ?) ;; \
      *) echo "am__make_running_with_option: internal error: invalid" \
              "target option '$${target_option-}' specified" >&2; \
         exit 1;; \
  esac; \
  has_opt=no; \
  sane_makeflags=$$MAKEFLAGS; \
  if $(am__is_gnu_make); then \
    sane_makeflags=$$MFLAGS; \
  else \
    case $$MAKEFLAGS in \
      *\\[\ \   ]*) \
        bs=\\; \
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
    esac; \
  fi; \
  skip_next=no; \
  strip_trailopt () \
  { \
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  }; \
  for flg in $$sane_makeflags; do \
    test $$skip_next = yes && { skip_next=no; continue; }; \
    case $$flg in \
      *=*|--*) continue;; \
        -*I) strip_trailopt 'I'; skip_next=yes;; \
      -*I?*) strip_trailopt 'I';; \
        -*O) strip_trailopt 'O'; skip_next=yes;; \
      -*O?*) strip_trailopt 'O';; \
        -*l) strip_trailopt 'l'; skip_next=yes;; \
      -*l?*) strip_trailopt 'l';; \
      -[dEDm]) skip_next=yes;; \
      -[JT]) skip_next=yes;; \
    esac; \
    case $$flg in \
      *$$target_option*) has_opt=yes; break;; \
    esac; \
  done; \
  test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
installed_test_PROGRAMS = $(am__EXEEXT_2)
noinst_PROGRAMS = $(am__EXEEXT_4)
check_PROGRAMS = $(am__EXEEXT_3)
TESTS = $(am__EXEEXT_2)
@OS_WIN32_TRUE@am__append_1 = $(test_programs) $(test_scripts) $(uninstalled_test_programs) $(uninstalled_test_scripts) \
@OS_WIN32_TRUE@         $(dist_test_scripts) $(dist_uninstalled_test_scripts)

@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_2 = $(all_test_ltlibs)
@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_3 = $(all_test_programs)
@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_4 = $(all_test_scripts)
@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__append_5 = $(all_test_data)
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_6 = $(all_test_ltlibs)
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_7 = $(all_test_programs)
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_8 = $(all_test_scripts)
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__append_9 = $(all_test_data)
@ENABLE_INSTALLED_TESTS_TRUE@am__append_10 = $(test_programs) $(installed_test_programs) \
@ENABLE_INSTALLED_TESTS_TRUE@                          $(test_extra_programs) $(installed_test_extra_programs)

@ENABLE_INSTALLED_TESTS_TRUE@am__append_11 = $(test_scripts) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(installed_test_scripts) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(test_extra_scripts) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(test_installed_extra_scripts) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(dist_test_scripts) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(dist_test_extra_scripts) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(dist_installed_test_scripts) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(dist_installed_test_extra_scripts)
@ENABLE_INSTALLED_TESTS_TRUE@am__append_12 = $(test_data) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(installed_test_data) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(dist_test_data) \
@ENABLE_INSTALLED_TESTS_TRUE@   $(dist_installed_test_data)
@ENABLE_INSTALLED_TESTS_TRUE@am__append_13 = $(test_ltlibraries) $(installed_test_ltlibraries)
@ENABLE_INSTALLED_TESTS_TRUE@am__append_14 = $(installed_test_meta_DATA)
@OS_UNIX_TRUE@am__append_15 = xdgmime
@MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@am__append_16 = gio-2.0.lib
@OS_WIN32_TRUE@am__append_17 = \
@OS_WIN32_TRUE@ gregistrysettingsbackend.h      \
@OS_WIN32_TRUE@ gregistrysettingsbackend.c

@OS_COCOA_TRUE@am__append_18 = \
@OS_COCOA_TRUE@ gnextstepsettingsbackend.c

@HAVE_INOTIFY_TRUE@am__append_19 = inotify
@HAVE_INOTIFY_TRUE@am__append_20 = inotify/libinotify.la
@HAVE_INOTIFY_TRUE@am__append_21 = inotify/libinotify.la
@HAVE_KQUEUE_TRUE@am__append_22 = kqueue
@HAVE_KQUEUE_TRUE@am__append_23 = kqueue/libkqueue.la
@HAVE_KQUEUE_TRUE@am__append_24 = kqueue/libkqueue.la
@OS_WIN32_TRUE@am__append_25 = win32
@OS_WIN32_TRUE@am__append_26 = win32/libgiowin32.la
@OS_WIN32_TRUE@am__append_27 = win32/libgiowin32.la
@HAVE_FAM_TRUE@am__append_28 = fam
@OS_UNIX_TRUE@am__append_29 = gdesktopappinfo.c
@OS_UNIX_TRUE@am__append_30 = xdgmime/libxdgmime.la
@OS_UNIX_TRUE@am__append_31 = xdgmime/libxdgmime.la
@OS_COCOA_TRUE@@OS_UNIX_TRUE@am__append_32 = gcocoanotificationbackend.c
@HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@am__append_33 = \
@HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@       gnetworkmonitornetlink.c \
@HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@       gnetworkmonitornetlink.h \
@HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@       gnetworkmonitornm.c      \
@HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@       gnetworkmonitornm.h      \
@HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@       $(NULL)

@OS_WIN32_TRUE@am__append_34 = gwin32appinfo.c gwin32appinfo.h
@OS_WIN32_TRUE@am__append_35 = -lshlwapi -lws2_32 -ldnsapi -liphlpapi

# This is dumb.  The ObjC source file should be properly named .m
@OS_COCOA_TRUE@am__append_36 = -xobjective-c
@OS_COCOA_TRUE@am__append_37 = -Wl,-framework,Foundation -Wl,-framework,AppKit
bin_PROGRAMS = gio-querymodules$(EXEEXT) glib-compile-schemas$(EXEEXT) \
        glib-compile-resources$(EXEEXT) gsettings$(EXEEXT) \
        gdbus$(EXEEXT) $(am__EXEEXT_1) gresource$(EXEEXT)

# ------------------------------------------------------------------------
# gapplication(1) tool
@OS_UNIX_TRUE@am__append_38 = gapplication
subdir = gio
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
        $(top_srcdir)/m4macros/glibtests.m4 \
        $(top_srcdir)/m4macros/gtk-doc.m4 \
        $(top_srcdir)/m4macros/libtool.m4 \
        $(top_srcdir)/m4macros/ltoptions.m4 \
        $(top_srcdir)/m4macros/ltsugar.m4 \
        $(top_srcdir)/m4macros/ltversion.m4 \
        $(top_srcdir)/m4macros/lt~obsolete.m4 \
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
        $(top_srcdir)/glib/libcharset/codeset.m4 \
        $(top_srcdir)/glib/libcharset/glibc21.m4 \
        $(top_srcdir)/m4macros/glib-gettext.m4 \
        $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(dist_its_DATA) \
        $(dist_schema_DATA) $(gioinclude_HEADERS) \
        $(am__giounixinclude_HEADERS_DIST) \
        $(am__giowin32include_HEADERS_DIST) $(am__DIST_COMMON)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES = gnetworking.h gio.rc
CONFIG_CLEAN_VPATH_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    *) f=$$p;; \
  esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
  for p in $$list; do echo "$$p $$p"; done | \
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
    if (++n[$$2] == $(am__install_max)) \
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
    END { for (dir in files) print dir, files[dir] }'
am__base_list = \
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
  test -z "$$files" \
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
         $(am__cd) "$$dir" && rm -f $$files; }; \
  }
am__installdirs = "$(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)"
LTLIBRARIES = $(installed_test_LTLIBRARIES) $(lib_LTLIBRARIES) \
        $(noinst_LTLIBRARIES)
am__DEPENDENCIES_1 =
am__DEPENDENCIES_2 = $(am__append_20) $(am__append_23) \
        $(am__append_26) $(am__append_30) $(am__DEPENDENCIES_1)
am__libgio_2_0_la_SOURCES_DIST = gappinfo.c gappinfoprivate.h \
        gasynchelper.c gasynchelper.h gasyncinitable.c gasyncresult.c \
        gbufferedinputstream.c gbufferedoutputstream.c gbytesicon.c \
        gcancellable.c gcharsetconverter.c gcontextspecificgroup.c \
        gcontextspecificgroup.h gconverter.c gconverterinputstream.c \
        gconverteroutputstream.c gcredentials.c gcredentialsprivate.h \
        gdatagrambased.c gdatainputstream.c gdataoutputstream.c \
        gdrive.c gdummyfile.h gdummyfile.c gdummyproxyresolver.c \
        gdummyproxyresolver.h gdummytlsbackend.c gdummytlsbackend.h \
        gemblem.h gemblem.c gemblemedicon.h gemblemedicon.c gfile.c \
        gfileattribute.c gfileattribute-priv.h gfileenumerator.c \
        gfileicon.c gfileinfo.c gfileinfo-priv.h gfileinputstream.c \
        gfilemonitor.c gfilenamecompleter.c gfileoutputstream.c \
        gfileiostream.c gfilterinputstream.c gfilteroutputstream.c \
        gicon.c ginetaddress.c ginetaddressmask.c ginetsocketaddress.c \
        ginitable.c ginputstream.c gioenums.h gioerror.c giomodule.c \
        giomodule-priv.h gioscheduler.c giostream.c gioprivate.h \
        giowin32-priv.h gloadableicon.c gmount.c gmemoryinputstream.c \
        gmemoryoutputstream.c gmountoperation.c gnativevolumemonitor.c \
        gnativevolumemonitor.h gnativesocketaddress.c \
        gnativesocketaddress.h gnetworkaddress.c gnetworking.c \
        gnetworkingprivate.h gnetworkmonitor.c gnetworkmonitorbase.c \
        gnetworkmonitorbase.h gnetworkservice.c goutputstream.c \
        gpermission.c gpollableinputstream.c gpollableoutputstream.c \
        gpollableutils.c gpollfilemonitor.c gpollfilemonitor.h \
        gproxy.c gproxyaddress.c gproxyaddressenumerator.c \
        gproxyresolver.c gresolver.c gresource.c gresourcefile.c \
        gresourcefile.h gseekable.c gsimpleasyncresult.c \
        gsimpleiostream.c gsimplepermission.c gsocket.c \
        gsocketaddress.c gsocketaddressenumerator.c gsocketclient.c \
        gsocketconnectable.c gsocketconnection.c \
        gsocketcontrolmessage.c gsocketinputstream.c \
        gsocketinputstream.h gsocketlistener.c gsocketoutputstream.c \
        gsocketoutputstream.h gsubprocesslauncher.c gsubprocess.c \
        gsubprocesslauncher-private.h gsocketservice.c gsrvtarget.c \
        gsimpleproxyresolver.c gtask.c gtcpconnection.c \
        gtcpwrapperconnection.c gthreadedsocketservice.c gthemedicon.c \
        gthreadedresolver.c gthreadedresolver.h gtlsbackend.c \
        gtlscertificate.c gtlsclientconnection.c gtlsconnection.c \
        gtlsdatabase.c gtlsfiledatabase.c gtlsinteraction.c \
        gtlspassword.c gtlsserverconnection.c gdtlsconnection.c \
        gdtlsclientconnection.c gdtlsserverconnection.c \
        gunionvolumemonitor.c gunionvolumemonitor.h gvfs.c gvolume.c \
        gvolumemonitor.c gzlibcompressor.c gzlibdecompressor.c \
        gmountprivate.h gioenumtypes.h gioenumtypes.c glistmodel.c \
        gliststore.c gdesktopappinfo.c gwin32appinfo.c gwin32appinfo.h \
        gfiledescriptorbased.c gunixconnection.c \
        gunixcredentialsmessage.c gunixfdlist.c gunixfdmessage.c \
        gunixmount.c gunixmount.h gunixmounts.c gunixsocketaddress.c \
        gunixvolume.c gunixvolume.h gunixvolumemonitor.c \
        gunixvolumemonitor.h gunixinputstream.c gunixoutputstream.c \
        gcontenttype.c gcontenttypeprivate.h gfdonotificationbackend.c \
        ggtknotificationbackend.c gcocoanotificationbackend.c \
        gnetworkmonitornetlink.c gnetworkmonitornetlink.h \
        gnetworkmonitornm.c gnetworkmonitornm.h gdbusdaemon.c \
        gdbusdaemon.h gdbus-daemon-generated.c \
        gdbus-daemon-generated.h gwin32registrykey.c \
        gwin32registrykey.h gcontenttype-win32.c gwin32mount.c \
        gwin32mount.h gwin32volumemonitor.c gwin32volumemonitor.h \
        gwin32inputstream.c gwin32outputstream.c gwin32outputstream.h \
        gwin32networking.h gapplication.c gapplicationcommandline.c \
        gapplicationimpl-dbus.c gapplicationimpl.h gactiongroup.c \
        gactionmap.c gsimpleactiongroup.c gremoteactiongroup.c \
        gactiongroupexporter.c gdbusactiongroup-private.h \
        gdbusactiongroup.c gaction.c gpropertyaction.c gsimpleaction.c \
        gmenumodel.c gmenu.c gmenuexporter.c gdbusmenumodel.c \
        gnotification-private.h gnotificationbackend.h gnotification.c \
        gnotificationbackend.c gvdb/gvdb-format.h gvdb/gvdb-reader.h \
        gvdb/gvdb-reader.c gdelayedsettingsbackend.h \
        gdelayedsettingsbackend.c gkeyfilesettingsbackend.c \
        gmemorysettingsbackend.c gnullsettingsbackend.c \
        gsettingsbackendinternal.h gsettingsbackend.c \
        gsettingsschema.h gsettingsschema-internal.h gsettingsschema.c \
        gsettings-mapping.h gsettings-mapping.c gsettings.c \
        gregistrysettingsbackend.h gregistrysettingsbackend.c \
        gnextstepsettingsbackend.c gdbusutils.h gdbusutils.c \
        gdbusaddress.h gdbusaddress.c gdbusauthobserver.h \
        gdbusauthobserver.c gdbusauth.h gdbusauth.c \
        gdbusauthmechanism.h gdbusauthmechanism.c \
        gdbusauthmechanismanon.h gdbusauthmechanismanon.c \
        gdbusauthmechanismexternal.h gdbusauthmechanismexternal.c \
        gdbusauthmechanismsha1.h gdbusauthmechanismsha1.c gdbuserror.h \
        gdbuserror.c gdbusconnection.h gdbusconnection.c \
        gdbusmessage.h gdbusmessage.c gdbusnameowning.h \
        gdbusnameowning.c gdbusnamewatching.h gdbusnamewatching.c \
        gdbusproxy.h gdbusproxy.c gdbusprivate.h gdbusprivate.c \
        gdbusintrospection.h gdbusintrospection.c \
        gdbusmethodinvocation.h gdbusmethodinvocation.c gdbusserver.h \
        gdbusserver.c gdbusinterface.h gdbusinterface.c \
        gdbusinterfaceskeleton.h gdbusinterfaceskeleton.c \
        gdbusobject.h gdbusobject.c gdbusobjectskeleton.h \
        gdbusobjectskeleton.c gdbusobjectproxy.h gdbusobjectproxy.c \
        gdbusobjectmanager.h gdbusobjectmanager.c \
        gdbusobjectmanagerclient.h gdbusobjectmanagerclient.c \
        gdbusobjectmanagerserver.h gdbusobjectmanagerserver.c \
        gtestdbus.h gtestdbus.c ghttpproxy.c ghttpproxy.h glocalfile.c \
        glocalfile.h glocalfileenumerator.c glocalfileenumerator.h \
        glocalfileinfo.c glocalfileinfo.h glocalfileinputstream.c \
        glocalfileinputstream.h glocalfilemonitor.c \
        glocalfilemonitor.h glocalfileoutputstream.c \
        glocalfileoutputstream.h glocalfileiostream.c \
        glocalfileiostream.h glocalvfs.c glocalvfs.h gsocks4proxy.c \
        gsocks4proxy.h gsocks4aproxy.c gsocks4aproxy.h gsocks5proxy.c \
        gsocks5proxy.h thumbnail-verify.h thumbnail-verify.c
@OS_UNIX_TRUE@am__objects_1 = libgio_2_0_la-gdesktopappinfo.lo
@OS_WIN32_TRUE@am__objects_2 = libgio_2_0_la-gwin32appinfo.lo
am__objects_3 = $(am__objects_1) $(am__objects_2)
am__objects_4 =
@OS_COCOA_TRUE@@OS_UNIX_TRUE@am__objects_5 = libgio_2_0_la-gcocoanotificationbackend.lo
@HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@am__objects_6 = libgio_2_0_la-gnetworkmonitornetlink.lo \
@HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@       libgio_2_0_la-gnetworkmonitornm.lo \
@HAVE_NETLINK_TRUE@@OS_UNIX_TRUE@       $(am__objects_4)
@OS_UNIX_TRUE@am__objects_7 = libgio_2_0_la-gfiledescriptorbased.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixconnection.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixcredentialsmessage.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixfdlist.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixfdmessage.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixmount.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixmounts.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixsocketaddress.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixvolume.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixvolumemonitor.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixinputstream.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gunixoutputstream.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gcontenttype.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-gfdonotificationbackend.lo \
@OS_UNIX_TRUE@  libgio_2_0_la-ggtknotificationbackend.lo \
@OS_UNIX_TRUE@  $(am__objects_4) $(am__objects_5) \
@OS_UNIX_TRUE@  $(am__objects_6)
am__objects_8 = libgio_2_0_la-gdbusdaemon.lo \
        libgio_2_0_la-gdbus-daemon-generated.lo $(am__objects_4)
am__objects_9 = $(am__objects_8) libgio_2_0_la-gwin32registrykey.lo \
        libgio_2_0_la-gcontenttype-win32.lo \
        libgio_2_0_la-gwin32mount.lo \
        libgio_2_0_la-gwin32volumemonitor.lo \
        libgio_2_0_la-gwin32inputstream.lo \
        libgio_2_0_la-gwin32outputstream.lo $(am__objects_4)
@OS_WIN32_TRUE@am__objects_10 = $(am__objects_9)
am__objects_11 = libgio_2_0_la-gapplication.lo \
        libgio_2_0_la-gapplicationcommandline.lo \
        libgio_2_0_la-gapplicationimpl-dbus.lo \
        libgio_2_0_la-gactiongroup.lo libgio_2_0_la-gactionmap.lo \
        libgio_2_0_la-gsimpleactiongroup.lo \
        libgio_2_0_la-gremoteactiongroup.lo \
        libgio_2_0_la-gactiongroupexporter.lo \
        libgio_2_0_la-gdbusactiongroup.lo libgio_2_0_la-gaction.lo \
        libgio_2_0_la-gpropertyaction.lo \
        libgio_2_0_la-gsimpleaction.lo libgio_2_0_la-gmenumodel.lo \
        libgio_2_0_la-gmenu.lo libgio_2_0_la-gmenuexporter.lo \
        libgio_2_0_la-gdbusmenumodel.lo libgio_2_0_la-gnotification.lo \
        libgio_2_0_la-gnotificationbackend.lo $(am__objects_4)
@OS_WIN32_TRUE@am__objects_12 =  \
@OS_WIN32_TRUE@ libgio_2_0_la-gregistrysettingsbackend.lo
@OS_COCOA_TRUE@am__objects_13 =  \
@OS_COCOA_TRUE@ libgio_2_0_la-gnextstepsettingsbackend.lo
am__objects_14 = libgio_2_0_la-gvdb-reader.lo \
        libgio_2_0_la-gdelayedsettingsbackend.lo \
        libgio_2_0_la-gkeyfilesettingsbackend.lo \
        libgio_2_0_la-gmemorysettingsbackend.lo \
        libgio_2_0_la-gnullsettingsbackend.lo \
        libgio_2_0_la-gsettingsbackend.lo \
        libgio_2_0_la-gsettingsschema.lo \
        libgio_2_0_la-gsettings-mapping.lo libgio_2_0_la-gsettings.lo \
        $(am__objects_12) $(am__objects_13)
am__objects_15 = libgio_2_0_la-gdbusutils.lo \
        libgio_2_0_la-gdbusaddress.lo \
        libgio_2_0_la-gdbusauthobserver.lo libgio_2_0_la-gdbusauth.lo \
        libgio_2_0_la-gdbusauthmechanism.lo \
        libgio_2_0_la-gdbusauthmechanismanon.lo \
        libgio_2_0_la-gdbusauthmechanismexternal.lo \
        libgio_2_0_la-gdbusauthmechanismsha1.lo \
        libgio_2_0_la-gdbuserror.lo libgio_2_0_la-gdbusconnection.lo \
        libgio_2_0_la-gdbusmessage.lo libgio_2_0_la-gdbusnameowning.lo \
        libgio_2_0_la-gdbusnamewatching.lo libgio_2_0_la-gdbusproxy.lo \
        libgio_2_0_la-gdbusprivate.lo \
        libgio_2_0_la-gdbusintrospection.lo \
        libgio_2_0_la-gdbusmethodinvocation.lo \
        libgio_2_0_la-gdbusserver.lo libgio_2_0_la-gdbusinterface.lo \
        libgio_2_0_la-gdbusinterfaceskeleton.lo \
        libgio_2_0_la-gdbusobject.lo \
        libgio_2_0_la-gdbusobjectskeleton.lo \
        libgio_2_0_la-gdbusobjectproxy.lo \
        libgio_2_0_la-gdbusobjectmanager.lo \
        libgio_2_0_la-gdbusobjectmanagerclient.lo \
        libgio_2_0_la-gdbusobjectmanagerserver.lo \
        libgio_2_0_la-gtestdbus.lo $(am__objects_4)
am__objects_16 = libgio_2_0_la-ghttpproxy.lo \
        libgio_2_0_la-glocalfile.lo \
        libgio_2_0_la-glocalfileenumerator.lo \
        libgio_2_0_la-glocalfileinfo.lo \
        libgio_2_0_la-glocalfileinputstream.lo \
        libgio_2_0_la-glocalfilemonitor.lo \
        libgio_2_0_la-glocalfileoutputstream.lo \
        libgio_2_0_la-glocalfileiostream.lo libgio_2_0_la-glocalvfs.lo \
        libgio_2_0_la-gsocks4proxy.lo libgio_2_0_la-gsocks4aproxy.lo \
        libgio_2_0_la-gsocks5proxy.lo \
        libgio_2_0_la-thumbnail-verify.lo $(am__objects_4)
am_libgio_2_0_la_OBJECTS = libgio_2_0_la-gappinfo.lo \
        libgio_2_0_la-gasynchelper.lo libgio_2_0_la-gasyncinitable.lo \
        libgio_2_0_la-gasyncresult.lo \
        libgio_2_0_la-gbufferedinputstream.lo \
        libgio_2_0_la-gbufferedoutputstream.lo \
        libgio_2_0_la-gbytesicon.lo libgio_2_0_la-gcancellable.lo \
        libgio_2_0_la-gcharsetconverter.lo \
        libgio_2_0_la-gcontextspecificgroup.lo \
        libgio_2_0_la-gconverter.lo \
        libgio_2_0_la-gconverterinputstream.lo \
        libgio_2_0_la-gconverteroutputstream.lo \
        libgio_2_0_la-gcredentials.lo libgio_2_0_la-gdatagrambased.lo \
        libgio_2_0_la-gdatainputstream.lo \
        libgio_2_0_la-gdataoutputstream.lo libgio_2_0_la-gdrive.lo \
        libgio_2_0_la-gdummyfile.lo \
        libgio_2_0_la-gdummyproxyresolver.lo \
        libgio_2_0_la-gdummytlsbackend.lo libgio_2_0_la-gemblem.lo \
        libgio_2_0_la-gemblemedicon.lo libgio_2_0_la-gfile.lo \
        libgio_2_0_la-gfileattribute.lo \
        libgio_2_0_la-gfileenumerator.lo libgio_2_0_la-gfileicon.lo \
        libgio_2_0_la-gfileinfo.lo libgio_2_0_la-gfileinputstream.lo \
        libgio_2_0_la-gfilemonitor.lo \
        libgio_2_0_la-gfilenamecompleter.lo \
        libgio_2_0_la-gfileoutputstream.lo \
        libgio_2_0_la-gfileiostream.lo \
        libgio_2_0_la-gfilterinputstream.lo \
        libgio_2_0_la-gfilteroutputstream.lo libgio_2_0_la-gicon.lo \
        libgio_2_0_la-ginetaddress.lo \
        libgio_2_0_la-ginetaddressmask.lo \
        libgio_2_0_la-ginetsocketaddress.lo libgio_2_0_la-ginitable.lo \
        libgio_2_0_la-ginputstream.lo libgio_2_0_la-gioerror.lo \
        libgio_2_0_la-giomodule.lo libgio_2_0_la-gioscheduler.lo \
        libgio_2_0_la-giostream.lo libgio_2_0_la-gloadableicon.lo \
        libgio_2_0_la-gmount.lo libgio_2_0_la-gmemoryinputstream.lo \
        libgio_2_0_la-gmemoryoutputstream.lo \
        libgio_2_0_la-gmountoperation.lo \
        libgio_2_0_la-gnativevolumemonitor.lo \
        libgio_2_0_la-gnativesocketaddress.lo \
        libgio_2_0_la-gnetworkaddress.lo libgio_2_0_la-gnetworking.lo \
        libgio_2_0_la-gnetworkmonitor.lo \
        libgio_2_0_la-gnetworkmonitorbase.lo \
        libgio_2_0_la-gnetworkservice.lo \
        libgio_2_0_la-goutputstream.lo libgio_2_0_la-gpermission.lo \
        libgio_2_0_la-gpollableinputstream.lo \
        libgio_2_0_la-gpollableoutputstream.lo \
        libgio_2_0_la-gpollableutils.lo \
        libgio_2_0_la-gpollfilemonitor.lo libgio_2_0_la-gproxy.lo \
        libgio_2_0_la-gproxyaddress.lo \
        libgio_2_0_la-gproxyaddressenumerator.lo \
        libgio_2_0_la-gproxyresolver.lo libgio_2_0_la-gresolver.lo \
        libgio_2_0_la-gresource.lo libgio_2_0_la-gresourcefile.lo \
        libgio_2_0_la-gseekable.lo libgio_2_0_la-gsimpleasyncresult.lo \
        libgio_2_0_la-gsimpleiostream.lo \
        libgio_2_0_la-gsimplepermission.lo libgio_2_0_la-gsocket.lo \
        libgio_2_0_la-gsocketaddress.lo \
        libgio_2_0_la-gsocketaddressenumerator.lo \
        libgio_2_0_la-gsocketclient.lo \
        libgio_2_0_la-gsocketconnectable.lo \
        libgio_2_0_la-gsocketconnection.lo \
        libgio_2_0_la-gsocketcontrolmessage.lo \
        libgio_2_0_la-gsocketinputstream.lo \
        libgio_2_0_la-gsocketlistener.lo \
        libgio_2_0_la-gsocketoutputstream.lo \
        libgio_2_0_la-gsubprocesslauncher.lo \
        libgio_2_0_la-gsubprocess.lo libgio_2_0_la-gsocketservice.lo \
        libgio_2_0_la-gsrvtarget.lo \
        libgio_2_0_la-gsimpleproxyresolver.lo libgio_2_0_la-gtask.lo \
        libgio_2_0_la-gtcpconnection.lo \
        libgio_2_0_la-gtcpwrapperconnection.lo \
        libgio_2_0_la-gthreadedsocketservice.lo \
        libgio_2_0_la-gthemedicon.lo \
        libgio_2_0_la-gthreadedresolver.lo \
        libgio_2_0_la-gtlsbackend.lo libgio_2_0_la-gtlscertificate.lo \
        libgio_2_0_la-gtlsclientconnection.lo \
        libgio_2_0_la-gtlsconnection.lo libgio_2_0_la-gtlsdatabase.lo \
        libgio_2_0_la-gtlsfiledatabase.lo \
        libgio_2_0_la-gtlsinteraction.lo libgio_2_0_la-gtlspassword.lo \
        libgio_2_0_la-gtlsserverconnection.lo \
        libgio_2_0_la-gdtlsconnection.lo \
        libgio_2_0_la-gdtlsclientconnection.lo \
        libgio_2_0_la-gdtlsserverconnection.lo \
        libgio_2_0_la-gunionvolumemonitor.lo libgio_2_0_la-gvfs.lo \
        libgio_2_0_la-gvolume.lo libgio_2_0_la-gvolumemonitor.lo \
        libgio_2_0_la-gzlibcompressor.lo \
        libgio_2_0_la-gzlibdecompressor.lo \
        libgio_2_0_la-gioenumtypes.lo libgio_2_0_la-glistmodel.lo \
        libgio_2_0_la-gliststore.lo $(am__objects_3) $(am__objects_7) \
        $(am__objects_10) $(am__objects_11) $(am__objects_14) \
        $(am__objects_15) $(am__objects_16) $(am__objects_4)
libgio_2_0_la_OBJECTS = $(am_libgio_2_0_la_OBJECTS)
AM_V_lt = $(am__v_lt_@AM_V@)
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
am__v_lt_1 = 
libgio_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libgio_2_0_la_CFLAGS) \
        $(CFLAGS) $(libgio_2_0_la_LDFLAGS) $(LDFLAGS) -o $@
@OS_UNIX_TRUE@am__EXEEXT_1 = gapplication$(EXEEXT)
am__EXEEXT_2 =
@ENABLE_ALWAYS_BUILD_TESTS_FALSE@am__EXEEXT_3 = $(am__EXEEXT_2)
@ENABLE_ALWAYS_BUILD_TESTS_TRUE@am__EXEEXT_4 = $(am__EXEEXT_2)
PROGRAMS = $(bin_PROGRAMS) $(installed_test_PROGRAMS) \
        $(noinst_PROGRAMS)
am__gapplication_SOURCES_DIST = gapplication-tool.c
@OS_UNIX_TRUE@am_gapplication_OBJECTS = gapplication-tool.$(OBJEXT)
gapplication_OBJECTS = $(am_gapplication_OBJECTS)
@OS_UNIX_TRUE@gapplication_DEPENDENCIES = libgio-2.0.la \
@OS_UNIX_TRUE@  $(top_builddir)/gobject/libgobject-2.0.la \
@OS_UNIX_TRUE@  $(top_builddir)/gmodule/libgmodule-2.0.la \
@OS_UNIX_TRUE@  $(top_builddir)/glib/libglib-2.0.la \
@OS_UNIX_TRUE@  $(am__DEPENDENCIES_1)
am_gdbus_OBJECTS = gdbus-tool.$(OBJEXT)
gdbus_OBJECTS = $(am_gdbus_OBJECTS)
gdbus_DEPENDENCIES = libgio-2.0.la \
        $(top_builddir)/gobject/libgobject-2.0.la \
        $(top_builddir)/gmodule/libgmodule-2.0.la \
        $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
am_gio_querymodules_OBJECTS = gio-querymodules.$(OBJEXT)
gio_querymodules_OBJECTS = $(am_gio_querymodules_OBJECTS)
gio_querymodules_DEPENDENCIES = libgio-2.0.la \
        $(top_builddir)/gobject/libgobject-2.0.la \
        $(top_builddir)/gmodule/libgmodule-2.0.la \
        $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
am_glib_compile_resources_OBJECTS = gvdb-builder.$(OBJEXT) \
        glib-compile-resources.$(OBJEXT)
glib_compile_resources_OBJECTS = $(am_glib_compile_resources_OBJECTS)
glib_compile_resources_DEPENDENCIES = libgio-2.0.la \
        $(top_builddir)/gobject/libgobject-2.0.la \
        $(top_builddir)/gmodule/libgmodule-2.0.la \
        $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
am_glib_compile_schemas_OBJECTS = gvdb-builder.$(OBJEXT) \
        glib-compile-schemas.$(OBJEXT)
glib_compile_schemas_OBJECTS = $(am_glib_compile_schemas_OBJECTS)
glib_compile_schemas_DEPENDENCIES =  \
        $(top_builddir)/glib/libglib-2.0.la
am_gresource_OBJECTS = gresource-gresource-tool.$(OBJEXT)
gresource_OBJECTS = $(am_gresource_OBJECTS)
gresource_DEPENDENCIES = libgio-2.0.la \
        $(top_builddir)/gobject/libgobject-2.0.la \
        $(top_builddir)/gmodule/libgmodule-2.0.la \
        $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
am_gsettings_OBJECTS = gsettings-tool.$(OBJEXT)
gsettings_OBJECTS = $(am_gsettings_OBJECTS)
gsettings_DEPENDENCIES = libgio-2.0.la \
        $(top_builddir)/gobject/libgobject-2.0.la \
        $(top_builddir)/gmodule/libgmodule-2.0.la \
        $(top_builddir)/glib/libglib-2.0.la $(am__DEPENDENCIES_1)
SCRIPTS = $(installed_test_SCRIPTS) $(noinst_SCRIPTS)
AM_V_P = $(am__v_P_@AM_V@)
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_@AM_V@)
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_@AM_V@)
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
am__v_at_0 = @
am__v_at_1 = 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
        $(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_@AM_V@)
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
am__v_CC_0 = @echo "  CC      " $@;
am__v_CC_1 = 
CCLD = $(CC)
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
am__v_CCLD_0 = @echo "  CCLD    " $@;
am__v_CCLD_1 = 
SOURCES = $(libgio_2_0_la_SOURCES) $(gapplication_SOURCES) \
        $(gdbus_SOURCES) $(gio_querymodules_SOURCES) \
        $(glib_compile_resources_SOURCES) \
        $(glib_compile_schemas_SOURCES) $(gresource_SOURCES) \
        $(gsettings_SOURCES)
DIST_SOURCES = $(am__libgio_2_0_la_SOURCES_DIST) \
        $(am__gapplication_SOURCES_DIST) $(gdbus_SOURCES) \
        $(gio_querymodules_SOURCES) $(glib_compile_resources_SOURCES) \
        $(glib_compile_schemas_SOURCES) $(gresource_SOURCES) \
        $(gsettings_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
        ctags-recursive dvi-recursive html-recursive info-recursive \
        install-data-recursive install-dvi-recursive \
        install-exec-recursive install-html-recursive \
        install-info-recursive install-pdf-recursive \
        install-ps-recursive install-recursive installcheck-recursive \
        installdirs-recursive pdf-recursive ps-recursive \
        tags-recursive uninstall-recursive
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
DATA = $(completion_DATA) $(dist_its_DATA) $(dist_schema_DATA) \
        $(installed_test_meta_DATA) $(nobase_installed_test_DATA) \
        $(noinst_DATA)
am__giounixinclude_HEADERS_DIST = gdesktopappinfo.h \
        gfiledescriptorbased.h gunixconnection.h \
        gunixcredentialsmessage.h gunixmounts.h gunixfdlist.h \
        gunixfdmessage.h gunixinputstream.h gunixoutputstream.h \
        gunixsocketaddress.h
am__giowin32include_HEADERS_DIST = gwin32inputstream.h \
        gwin32outputstream.h
HEADERS = $(gioinclude_HEADERS) $(giounixinclude_HEADERS) \
        $(giowin32include_HEADERS) $(nodist_gioinclude_HEADERS)
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
  $(RECURSIVE_TARGETS) \
  $(RECURSIVE_CLEAN_TARGETS) \
  $(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        check recheck distdir
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates.  Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
  BEGIN { nonempty = 0; } \
  { items[$$0] = 1; nonempty = 1; } \
  END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique.  This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
  list='$(am__tagged_files)'; \
  unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
am__tty_colors_dummy = \
  mgn= red= grn= lgn= blu= brg= std=; \
  am__color_tests=no
am__tty_colors = { \
  $(am__tty_colors_dummy); \
  if test "X$(AM_COLOR_TESTS)" = Xno; then \
    am__color_tests=no; \
  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
    am__color_tests=yes; \
  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
    am__color_tests=yes; \
  fi; \
  if test $$am__color_tests = yes; then \
    red=''; \
    grn=''; \
    lgn=''; \
    blu=''; \
    mgn=''; \
    brg=''; \
    std=''; \
  fi; \
}
am__recheck_rx = ^[     ]*:recheck:[    ]*
am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
# A command that, given a newline-separated list of test names on the
# standard input, print the name of the tests that are to be re-run
# upon "make recheck".
am__list_recheck_tests = $(AWK) '{ \
  recheck = 1; \
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    { \
      if (rc < 0) \
        { \
          if ((getline line2 < ($$0 ".log")) < 0) \
            recheck = 0; \
          break; \
        } \
      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
        { \
          recheck = 0; \
          break; \
        } \
      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
        { \
          break; \
        } \
    }; \
  if (recheck) \
    print $$0; \
  close ($$0 ".trs"); \
  close ($$0 ".log"); \
}'
# A command that, given a newline-separated list of test names on the
# standard input, create the global log from their .trs and .log files.
am__create_global_log = $(AWK) ' \
function fatal(msg) \
{ \
  print "fatal: making $@: " msg | "cat >&2"; \
  exit 1; \
} \
function rst_section(header) \
{ \
  print header; \
  len = length(header); \
  for (i = 1; i <= len; i = i + 1) \
    printf "="; \
  printf "\n\n"; \
} \
{ \
  copy_in_global_log = 1; \
  global_test_result = "RUN"; \
  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
    { \
      if (rc < 0) \
         fatal("failed to read from " $$0 ".trs"); \
      if (line ~ /$(am__global_test_result_rx)/) \
        { \
          sub("$(am__global_test_result_rx)", "", line); \
          sub("[        ]*$$", "", line); \
          global_test_result = line; \
        } \
      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
        copy_in_global_log = 0; \
    }; \
  if (copy_in_global_log) \
    { \
      rst_section(global_test_result ": " $$0); \
      while ((rc = (getline line < ($$0 ".log"))) != 0) \
      { \
        if (rc < 0) \
          fatal("failed to read from " $$0 ".log"); \
        print line; \
      }; \
      printf "\n"; \
    }; \
  close ($$0 ".trs"); \
  close ($$0 ".log"); \
}'
# Restructured Text title.
am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
# Solaris 10 'make', and several other traditional 'make' implementations,
# pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
# by disabling -e (using the XSI extension "set +e") if it's set.
am__sh_e_setup = case $$- in *e*) set +e;; esac
# Default flags passed to test drivers.
am__common_driver_flags = \
  --color-tests "$$am__color_tests" \
  --enable-hard-errors "$$am__enable_hard_errors" \
  --expect-failure "$$am__expect_failure"
# To be inserted before the command running the test.  Creates the
# directory for the log if needed.  Stores in $dir the directory
# containing $f, in $tst the test, in $log the log.  Executes the
# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
# will run the test scripts (or their associated LOG_COMPILER, if
# thy have one).
am__check_pre = \
$(am__sh_e_setup);                                      \
$(am__vpath_adj_setup) $(am__vpath_adj)                 \
$(am__tty_colors);                                      \
srcdir=$(srcdir); export srcdir;                        \
case "$@" in                                            \
  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
    *) am__odir=.;;                                     \
esac;                                                   \
test "x$$am__odir" = x"." || test -d "$$am__odir"       \
  || $(MKDIR_P) "$$am__odir" || exit $$?;               \
if test -f "./$$f"; then dir=./;                        \
elif test -f "$$f"; then dir=;                          \
else dir="$(srcdir)/"; fi;                              \
tst=$$dir$$f; log='$@';                                 \
if test -n '$(DISABLE_HARD_ERRORS)'; then               \
  am__enable_hard_errors=no;                            \
else                                                    \
  am__enable_hard_errors=yes;                           \
fi;                                                     \
case " $(XFAIL_TESTS) " in                              \
  *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
    am__expect_failure=yes;;                            \
  *)                                                    \
    am__expect_failure=no;;                             \
esac;                                                   \
$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
# A shell command to get the names of the tests scripts with any registered
# extension removed (i.e., equivalently, the names of the test logs, with
# the '.log' extension removed).  The result is saved in the shell variable
# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
# since that might cause problem with VPATH rewrites for suffix-less tests.
# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
am__set_TESTS_bases = \
  bases='$(TEST_LOGS)'; \
  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
  bases=`echo $$bases`
RECHECK_LOGS = $(TEST_LOGS)
TEST_SUITE_LOG = test-suite.log
TEST_EXTENSIONS = @EXEEXT@ .test
am__test_logs1 = $(TESTS:=.log)
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
TEST_LOGS = $(am__test_logs2:.test.log=.log)
TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
        $(TEST_LOG_FLAGS)
am__set_b = \
  case '$@' in \
    */*) \
      case '$*' in \
        */*) b='$*';; \
          *) b=`echo '$@' | sed 's/\.log$$//'`; \
       esac;; \
    *) \
      b='$*';; \
  esac
DIST_SUBDIRS = gdbus-2.0/codegen xdgmime inotify kqueue win32 . tests \
        fam
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gio.rc.in \
        $(srcdir)/gnetworking.h.in \
        $(top_srcdir)/build/Makefile.msvcproj $(top_srcdir)/depcomp \
        $(top_srcdir)/glib.mk $(top_srcdir)/test-driver ChangeLog
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
  dir0=`pwd`; \
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  sed_rest='s,^[^/]*/*,,'; \
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  sed_butlast='s,/*[^/]*$$,,'; \
  while test -n "$$dir1"; do \
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    if test "$$first" != "."; then \
      if test "$$first" = ".."; then \
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
      else \
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        if test "$$first2" = "$$first"; then \
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        else \
          dir2="../$$dir2"; \
        fi; \
        dir0="$$dir0"/"$$first"; \
      fi; \
    fi; \
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  done; \
  reldir="$$dir2"
ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
ACLOCAL = @ACLOCAL@
ALLOCA = @ALLOCA@
AMTAR = @AMTAR@
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
AR = @AR@
AS = @AS@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
CARBON_LIBS = @CARBON_LIBS@
CATALOGS = @CATALOGS@
CATOBJEXT = @CATOBJEXT@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
COCOA_LIBS = @COCOA_LIBS@
CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CXX = @CXX@
CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
DATADIRNAME = @DATADIRNAME@
DBUS1_CFLAGS = @DBUS1_CFLAGS@
DBUS1_LIBS = @DBUS1_LIBS@
DBUS_DAEMON = @DBUS_DAEMON@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DLLTOOL = @DLLTOOL@
DSYMUTIL = @DSYMUTIL@
DTRACE = @DTRACE@
DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
FAM_LIBS = @FAM_LIBS@
FGREP = @FGREP@
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
GIO = @GIO@
GIO_MODULE_DIR = @GIO_MODULE_DIR@
GLIBC21 = @GLIBC21@
GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
GLIB_VERSION = @GLIB_VERSION@
GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
GMOFILES = @GMOFILES@
GMSGFMT = @GMSGFMT@
GREP = @GREP@
GSPAWN = @GSPAWN@
GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
GTKDOC_CHECK = @GTKDOC_CHECK@
GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
GTKDOC_MKPDF = @GTKDOC_MKPDF@
GTKDOC_REBASE = @GTKDOC_REBASE@
G_LIBS_EXTRA = @G_LIBS_EXTRA@
G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
G_MODULE_IMPL = @G_MODULE_IMPL@
G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
G_MODULE_LIBS = @G_MODULE_LIBS@
G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
G_THREAD_LIBS = @G_THREAD_LIBS@
G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
HTML_DIR = @HTML_DIR@
ICONV_LIBS = @ICONV_LIBS@
INDENT = @INDENT@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTOBJEXT = @INSTOBJEXT@
INTLLIBS = @INTLLIBS@
LD = @LD@
LDFLAGS = @LDFLAGS@
LIBELF_CFLAGS = @LIBELF_CFLAGS@
LIBELF_LIBS = @LIBELF_LIBS@
LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
LIBFFI_LIBS = @LIBFFI_LIBS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
LTP = @LTP@
LTP_GENHTML = @LTP_GENHTML@
LT_AGE = @LT_AGE@
LT_CURRENT = @LT_CURRENT@
LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
LT_RELEASE = @LT_RELEASE@
LT_REVISION = @LT_REVISION@
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MANIFEST_TOOL = @MANIFEST_TOOL@
MKDIR_P = @MKDIR_P@
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
MSGFMT_OPTS = @MSGFMT_OPTS@
NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
NETWORK_LIBS = @NETWORK_LIBS@
NM = @NM@
NMEDIT = @NMEDIT@
OBJDUMP = @OBJDUMP@
OBJEXT = @OBJEXT@
OTOOL = @OTOOL@
OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PCRE_CFLAGS = @PCRE_CFLAGS@
PCRE_LIBS = @PCRE_LIBS@
PCRE_REQUIRES = @PCRE_REQUIRES@
PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
PERL = @PERL@
PERL_PATH = @PERL_PATH@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
PLATFORMDEP = @PLATFORMDEP@
POFILES = @POFILES@
POSUB = @POSUB@
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
PYTHON = @PYTHON@
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
PYTHON_PLATFORM = @PYTHON_PLATFORM@
PYTHON_PREFIX = @PYTHON_PREFIX@
PYTHON_VERSION = @PYTHON_VERSION@
RANLIB = @RANLIB@
REBUILD = @REBUILD@
SED = @SED@
SELINUX_LIBS = @SELINUX_LIBS@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SHTOOL = @SHTOOL@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
WINDRES = @WINDRES@
WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
XATTR_LIBS = @XATTR_LIBS@
XGETTEXT = @XGETTEXT@
XMLCATALOG = @XMLCATALOG@
XML_CATALOG_FILE = @XML_CATALOG_FILE@
XSLTPROC = @XSLTPROC@
ZLIB_CFLAGS = @ZLIB_CFLAGS@
ZLIB_LIBS = @ZLIB_LIBS@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_AR = @ac_ct_AR@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
builddir = @builddir@
config_h_INCLUDES = @config_h_INCLUDES@
datadir = @datadir@
datarootdir = @datarootdir@
docdir = @docdir@
dvidir = @dvidir@
exec_prefix = @exec_prefix@
gio_INCLUDES = @gio_INCLUDES@
glib_INCLUDES = @glib_INCLUDES@
gmodule_INCLUDES = @gmodule_INCLUDES@
gobject_INCLUDES = @gobject_INCLUDES@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
installed_test_metadir = @installed_test_metadir@
installed_testdir = @installed_testdir@
libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
ms_librarian = @ms_librarian@
oldincludedir = @oldincludedir@
pdfdir = @pdfdir@
pkgpyexecdir = @pkgpyexecdir@
pkgpythondir = @pkgpythondir@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
pyexecdir = @pyexecdir@
pythondir = @pythondir@
runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@

#GTESTER = gtester                      # for non-GLIB packages
#GTESTER_REPORT = gtester-report        # for non-GLIB packages
GTESTER = $(top_builddir)/glib/gtester                  # for the GLIB package
GTESTER_REPORT = $(top_builddir)/glib/gtester-report    # for the GLIB package
NULL = 

# initialize variables for unconditional += appending

# these sources (also mentioned above) are generated.
BUILT_SOURCES = gconstructor_as_data.h gioenumtypes.h gioenumtypes.c \
        gdbus-daemon-generated.c gdbus-daemon-generated.h \
        gnetworking.h $(NULL)
BUILT_EXTRA_DIST = gio.rc
CLEANFILES = *.log *.trs $(am__append_14) gdbus-daemon-generated.c \
        gdbus-daemon-generated.h gio-public-headers.txt \
        gconstructor_as_data.h
DISTCLEANFILES = gioenumtypes.h gioenumtypes.c
MAINTAINERCLEANFILES = 

# These are not built into the library yet
EXTRA_DIST = $(all_dist_test_scripts) $(all_dist_test_data) \
        gdbusdaemon.c gdbusdaemon.h dbus-daemon.xml strinfo.c \
        data-to-c.pl gioenumtypes.h.template gioenumtypes.c.template \
        makefile.msc gio.rc.in gschema.dtd gconstructor_as_data.h \
        gnetworking.h.win32 $(NULL) $(completion_DATA)

# We support a fairly large range of possible variables.  It is expected that all types of files in a test suite
# will belong in exactly one of the following variables.
#
# First, we support the usual automake suffixes, but in lowercase, with the customary meaning:
#
#   test_programs, test_scripts, test_data, test_ltlibraries
#
# The above are used to list files that are involved in both uninstalled and installed testing.  The
# test_programs and test_scripts are taken to be actual testcases and will be run as part of the test suite.
# Note that _data is always used with the nobase_ automake variable name to ensure that installed test data is
# installed in the same way as it appears in the package layout.
#
# In order to mark a particular file as being only for one type of testing, use 'installed' or 'uninstalled',
# like so:
#
#   installed_test_programs, uninstalled_test_programs
#   installed_test_scripts, uninstalled_test_scripts
#   installed_test_data, uninstalled_test_data
#   installed_test_ltlibraries, uninstalled_test_ltlibraries
#
# Additionally, we support 'extra' infixes for programs and scripts.  This is used for support programs/scripts
# that should not themselves be run as testcases (but exist to be used from other testcases):
#
#   test_extra_programs, installed_test_extra_programs, uninstalled_test_extra_programs
#   test_extra_scripts, installed_test_extra_scripts, uninstalled_test_extra_scripts
#
# Additionally, for _scripts and _data, we support the customary dist_ prefix so that the named script or data
# file automatically end up in the tarball.
#
#   dist_test_scripts, dist_test_data, dist_test_extra_scripts
#   dist_installed_test_scripts, dist_installed_test_data, dist_installed_test_extra_scripts
#   dist_uninstalled_test_scripts, dist_uninstalled_test_data, dist_uninstalled_test_extra_scripts
#
# Note that no file is automatically disted unless it appears in one of the dist_ variables.  This follows the
# standard automake convention of not disting programs scripts or data by default.
#
# test_programs, test_scripts, uninstalled_test_programs and uninstalled_test_scripts (as well as their disted
# variants) will be run as part of the in-tree 'make check'.  These are all assumed to be runnable under
# gtester.  That's a bit strange for scripts, but it's possible.

# we use test -z "$(TEST_PROGS)" above, so make sure we have no extra whitespace...
TEST_PROGS = $(strip $(test_programs) $(test_scripts) \
        $(uninstalled_test_programs) $(uninstalled_test_scripts) \
        $(dist_test_scripts) $(dist_uninstalled_test_scripts))
installed_test_LTLIBRARIES = $(am__append_13)
installed_test_SCRIPTS = $(am__append_11)
nobase_installed_test_DATA = $(am__append_12)
noinst_LTLIBRARIES = $(am__append_2)
noinst_SCRIPTS = $(am__append_4)
noinst_DATA = $(am__append_5) $(am__append_16)
check_LTLIBRARIES = $(am__append_6)
check_SCRIPTS = $(am__append_8)
check_DATA = $(am__append_9)

# Note: build even the installed-only targets during 'make check' to ensure that they still work.
# We need to do a bit of trickery here and manage disting via EXTRA_DIST instead of using dist_ prefixes to
# prevent automake from mistreating gmake functions like $(wildcard ...) and $(addprefix ...) as if they were
# filenames, including removing duplicate instances of the opening part before the space, eg. '$(addprefix'.
all_test_programs = $(test_programs) $(uninstalled_test_programs) $(installed_test_programs) \
                        $(test_extra_programs) $(uninstalled_test_extra_programs) $(installed_test_extra_programs)

all_test_scripts = $(test_scripts) $(uninstalled_test_scripts) \
        $(installed_test_scripts) $(test_extra_scripts) \
        $(uninstalled_test_extra_scripts) \
        $(installed_test_extra_scripts) $(all_dist_test_scripts)
all_dist_test_scripts = $(dist_test_scripts) $(dist_uninstalled_test_scripts) $(dist_installed_test_scripts) \
                        $(dist_test_extra_scripts) $(dist_uninstalled_test_extra_scripts) $(dist_installed_test_extra_scripts)

all_test_data = $(test_data) $(uninstalled_test_data) \
        $(installed_test_data) $(all_dist_test_data)
all_dist_test_data = $(dist_test_data) $(dist_uninstalled_test_data) $(dist_installed_test_data)
all_test_ltlibs = $(test_ltlibraries) $(uninstalled_test_ltlibraries) $(installed_test_ltlibraries)
@ENABLE_INSTALLED_TESTS_TRUE@installed_testcases = $(test_programs) $(installed_test_programs) \
@ENABLE_INSTALLED_TESTS_TRUE@                      $(test_scripts) $(installed_test_scripts) \
@ENABLE_INSTALLED_TESTS_TRUE@                      $(dist_test_scripts) $(dist_installed_test_scripts)

@ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test)
SUBDIRS = gdbus-2.0/codegen $(am__append_15) $(am__append_19) \
        $(am__append_22) $(am__append_25) . tests $(am__append_28)
@MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@install_ms_lib_cmd = $(INSTALL) gio-2.0.lib $(DESTDIR)$(libdir)
@MS_LIB_AVAILABLE_TRUE@@OS_WIN32_AND_DLL_COMPILATION_TRUE@uninstall_ms_lib_cmd = -rm $(DESTDIR)$(libdir)/gio-2.0.lib
AM_CPPFLAGS = \
        -DG_LOG_DOMAIN=\"GLib-GIO\"                     \
        $(gmodule_INCLUDES)                             \
        $(GLIB_DEBUG_FLAGS)                             \
        -DGIO_COMPILATION                               \
        -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\"  

AM_CFLAGS = $(GLIB_WARN_CFLAGS)
lib_LTLIBRARIES = libgio-2.0.la
gdbus_headers = \
        gdbusauthobserver.h             \
        gcredentials.h                  \
        gdbusutils.h                    \
        gdbuserror.h                    \
        gdbusaddress.h                  \
        gdbusconnection.h               \
        gdbusmessage.h                  \
        gdbusnameowning.h               \
        gdbusnamewatching.h             \
        gdbusproxy.h                    \
        gdbusintrospection.h            \
        gdbusmethodinvocation.h         \
        gdbusserver.h                   \
        gdbusinterface.h                \
        gdbusinterfaceskeleton.h        \
        gdbusobject.h                   \
        gdbusobjectskeleton.h           \
        gdbusobjectproxy.h              \
        gdbusobjectmanager.h            \
        gdbusobjectmanagerclient.h      \
        gdbusobjectmanagerserver.h      \
        gtestdbus.h                     \
        $(NULL)

gdbus_sources = \
        gdbusutils.h                    gdbusutils.c                    \
        gdbusaddress.h                  gdbusaddress.c                  \
        gdbusauthobserver.h             gdbusauthobserver.c             \
        gdbusauth.h                     gdbusauth.c                     \
        gdbusauthmechanism.h            gdbusauthmechanism.c            \
        gdbusauthmechanismanon.h        gdbusauthmechanismanon.c        \
        gdbusauthmechanismexternal.h    gdbusauthmechanismexternal.c    \
        gdbusauthmechanismsha1.h        gdbusauthmechanismsha1.c        \
        gdbuserror.h                    gdbuserror.c                    \
        gdbusconnection.h               gdbusconnection.c               \
        gdbusmessage.h                  gdbusmessage.c                  \
        gdbusnameowning.h               gdbusnameowning.c               \
        gdbusnamewatching.h             gdbusnamewatching.c             \
        gdbusproxy.h                    gdbusproxy.c                    \
        gdbusprivate.h                  gdbusprivate.c                  \
        gdbusintrospection.h            gdbusintrospection.c            \
        gdbusmethodinvocation.h         gdbusmethodinvocation.c         \
        gdbusserver.h                   gdbusserver.c                   \
        gdbusinterface.h                gdbusinterface.c                \
        gdbusinterfaceskeleton.h        gdbusinterfaceskeleton.c        \
        gdbusobject.h                   gdbusobject.c                   \
        gdbusobjectskeleton.h           gdbusobjectskeleton.c           \
        gdbusobjectproxy.h              gdbusobjectproxy.c              \
        gdbusobjectmanager.h            gdbusobjectmanager.c            \
        gdbusobjectmanagerclient.h      gdbusobjectmanagerclient.c      \
        gdbusobjectmanagerserver.h      gdbusobjectmanagerserver.c      \
        gtestdbus.h                     gtestdbus.c                     \
        $(NULL)

settings_headers = \
        gsettingsbackend.h              \
        gsettingsschema.h               \
        gsettings.h

settings_sources = gvdb/gvdb-format.h gvdb/gvdb-reader.h \
        gvdb/gvdb-reader.c gdelayedsettingsbackend.h \
        gdelayedsettingsbackend.c gkeyfilesettingsbackend.c \
        gmemorysettingsbackend.c gnullsettingsbackend.c \
        gsettingsbackendinternal.h gsettingsbackend.c \
        gsettingsschema.h gsettingsschema-internal.h gsettingsschema.c \
        gsettings-mapping.h gsettings-mapping.c gsettings.c \
        $(am__append_17) $(am__append_18)
application_headers = \
        gapplication.h                  \
        gapplicationcommandline.h       \
                                        \
        gactiongroup.h                  \
        gactionmap.h                    \
        gsimpleactiongroup.h            \
        gremoteactiongroup.h            \
        gactiongroupexporter.h          \
        gdbusactiongroup.h              \
        gaction.h                       \
        gpropertyaction.h               \
        gsimpleaction.h                 \
                                        \
        gmenumodel.h                    \
        gmenu.h                         \
        gmenuexporter.h                 \
        gdbusmenumodel.h                \
        gnotification.h                 \
        $(NULL)

application_sources = \
        gapplication.c                          \
        gapplicationcommandline.c               \
        gapplicationimpl-dbus.c                 \
        gapplicationimpl.h                      \
                                                \
        gactiongroup.c                          \
        gactionmap.c                            \
        gsimpleactiongroup.c                    \
        gremoteactiongroup.c                    \
        gactiongroupexporter.c                  \
        gdbusactiongroup-private.h              \
        gdbusactiongroup.c                      \
        gaction.c                               \
        gpropertyaction.c                       \
        gsimpleaction.c                         \
                                                \
        gmenumodel.c                            \
        gmenu.c                                 \
        gmenuexporter.c                         \
        gdbusmenumodel.c                        \
        gnotification-private.h                 \
        gnotificationbackend.h                  \
        gnotification.c                         \
        gnotificationbackend.c                  \
        $(NULL)

local_sources = \
        ghttpproxy.c                    \
        ghttpproxy.h                    \
        glocalfile.c                    \
        glocalfile.h                    \
        glocalfileenumerator.c          \
        glocalfileenumerator.h          \
        glocalfileinfo.c                \
        glocalfileinfo.h                \
        glocalfileinputstream.c         \
        glocalfileinputstream.h         \
        glocalfilemonitor.c             \
        glocalfilemonitor.h             \
        glocalfileoutputstream.c        \
        glocalfileoutputstream.h        \
        glocalfileiostream.c            \
        glocalfileiostream.h            \
        glocalvfs.c                     \
        glocalvfs.h                     \
        gsocks4proxy.c                  \
        gsocks4proxy.h                  \
        gsocks4aproxy.c                 \
        gsocks4aproxy.h                 \
        gsocks5proxy.c                  \
        gsocks5proxy.h                  \
        thumbnail-verify.h              \
        thumbnail-verify.c              \
        $(NULL)

platform_libadd = $(am__append_20) $(am__append_23) $(am__append_26) \
        $(am__append_30) $(am__append_35)
platform_deps = $(am__append_21) $(am__append_24) $(am__append_27) \
        $(am__append_31)
appinfo_sources = $(am__append_29) $(am__append_34)
@OS_UNIX_TRUE@unix_sources = gfiledescriptorbased.c gunixconnection.c \
@OS_UNIX_TRUE@  gunixcredentialsmessage.c gunixfdlist.c \
@OS_UNIX_TRUE@  gunixfdmessage.c gunixmount.c gunixmount.h \
@OS_UNIX_TRUE@  gunixmounts.c gunixsocketaddress.c gunixvolume.c \
@OS_UNIX_TRUE@  gunixvolume.h gunixvolumemonitor.c \
@OS_UNIX_TRUE@  gunixvolumemonitor.h gunixinputstream.c \
@OS_UNIX_TRUE@  gunixoutputstream.c gcontenttype.c \
@OS_UNIX_TRUE@  gcontenttypeprivate.h gfdonotificationbackend.c \
@OS_UNIX_TRUE@  ggtknotificationbackend.c $(NULL) \
@OS_UNIX_TRUE@  $(am__append_32) $(am__append_33)
@OS_UNIX_TRUE@giounixincludedir = $(includedir)/gio-unix-2.0/gio
@OS_UNIX_TRUE@giounixinclude_HEADERS = \
@OS_UNIX_TRUE@  gdesktopappinfo.h       \
@OS_UNIX_TRUE@  gfiledescriptorbased.h  \
@OS_UNIX_TRUE@  gunixconnection.h       \
@OS_UNIX_TRUE@  gunixcredentialsmessage.h       \
@OS_UNIX_TRUE@  gunixmounts.h           \
@OS_UNIX_TRUE@  gunixfdlist.h           \
@OS_UNIX_TRUE@  gunixfdmessage.h        \
@OS_UNIX_TRUE@  gunixinputstream.h      \
@OS_UNIX_TRUE@  gunixoutputstream.h     \
@OS_UNIX_TRUE@  gunixsocketaddress.h    \
@OS_UNIX_TRUE@  $(NULL)

gdbus_daemon_sources = \
        gdbusdaemon.c \
        gdbusdaemon.h \
        gdbus-daemon-generated.c \
        gdbus-daemon-generated.h \
        $(NULL)

win32_actual_sources = \
        $(gdbus_daemon_sources) \
        gwin32registrykey.c \
        gwin32registrykey.h \
        gcontenttype-win32.c \
        gwin32mount.c \
        gwin32mount.h \
        gwin32volumemonitor.c \
        gwin32volumemonitor.h \
        gwin32inputstream.c \
        gwin32outputstream.c \
        gwin32outputstream.h \
        gwin32networking.h \
        $(NULL)

win32_more_sources_for_vcproj = \
        gwin32appinfo.c \
        gregistrysettingsbackend.c \
        win32/gwinhttpfile.c \
        win32/gwinhttpfileinputstream.c \
        win32/gwinhttpfileoutputstream.c \
        win32/gwinhttpvfs.c \
        win32/gwin32fsmonitorutils.c \
        win32/gwin32filemonitor.c

@OS_WIN32_TRUE@win32_sources = $(win32_actual_sources)
@OS_WIN32_TRUE@giowin32includedir = $(includedir)/gio-win32-2.0/gio
@OS_WIN32_TRUE@giowin32include_HEADERS = \
@OS_WIN32_TRUE@ gwin32inputstream.h \
@OS_WIN32_TRUE@ gwin32outputstream.h \
@OS_WIN32_TRUE@ $(NULL)

libgio_2_0_la_SOURCES = \
        gappinfo.c              \
        gappinfoprivate.h       \
        gasynchelper.c          \
        gasynchelper.h          \
        gasyncinitable.c        \
        gasyncresult.c          \
        gbufferedinputstream.c  \
        gbufferedoutputstream.c \
        gbytesicon.c            \
        gcancellable.c          \
        gcharsetconverter.c     \
        gcontextspecificgroup.c \
        gcontextspecificgroup.h \
        gconverter.c            \
        gconverterinputstream.c \
        gconverteroutputstream.c        \
        gcredentials.c          \
        gcredentialsprivate.h   \
        gdatagrambased.c        \
        gdatainputstream.c      \
        gdataoutputstream.c     \
        gdrive.c                \
        gdummyfile.h            \
        gdummyfile.c            \
        gdummyproxyresolver.c   \
        gdummyproxyresolver.h   \
        gdummytlsbackend.c      \
        gdummytlsbackend.h      \
        gemblem.h               \
        gemblem.c               \
        gemblemedicon.h         \
        gemblemedicon.c         \
        gfile.c                 \
        gfileattribute.c        \
        gfileattribute-priv.h   \
        gfileenumerator.c       \
        gfileicon.c             \
        gfileinfo.c             \
        gfileinfo-priv.h        \
        gfileinputstream.c      \
        gfilemonitor.c          \
        gfilenamecompleter.c    \
        gfileoutputstream.c     \
        gfileiostream.c         \
        gfilterinputstream.c    \
        gfilteroutputstream.c   \
        gicon.c                 \
        ginetaddress.c          \
        ginetaddressmask.c      \
        ginetsocketaddress.c    \
        ginitable.c             \
        ginputstream.c          \
        gioenums.h              \
        gioerror.c              \
        giomodule.c             \
        giomodule-priv.h        \
        gioscheduler.c          \
        giostream.c             \
        gioprivate.h            \
        giowin32-priv.h         \
        gloadableicon.c         \
        gmount.c                \
        gmemoryinputstream.c    \
        gmemoryoutputstream.c   \
        gmountoperation.c       \
        gnativevolumemonitor.c  \
        gnativevolumemonitor.h  \
        gnativesocketaddress.c  \
        gnativesocketaddress.h  \
        gnetworkaddress.c       \
        gnetworking.c           \
        gnetworkingprivate.h    \
        gnetworkmonitor.c       \
        gnetworkmonitorbase.c   \
        gnetworkmonitorbase.h   \
        gnetworkservice.c       \
        goutputstream.c         \
        gpermission.c           \
        gpollableinputstream.c  \
        gpollableoutputstream.c \
        gpollableutils.c        \
        gpollfilemonitor.c      \
        gpollfilemonitor.h      \
        gproxy.c                \
        gproxyaddress.c         \
        gproxyaddressenumerator.c \
        gproxyresolver.c        \
        gresolver.c             \
        gresource.c             \
        gresourcefile.c         \
        gresourcefile.h         \
        gseekable.c             \
        gsimpleasyncresult.c    \
        gsimpleiostream.c       \
        gsimplepermission.c     \
        gsocket.c               \
        gsocketaddress.c        \
        gsocketaddressenumerator.c \
        gsocketclient.c         \
        gsocketconnectable.c    \
        gsocketconnection.c     \
        gsocketcontrolmessage.c \
        gsocketinputstream.c    \
        gsocketinputstream.h    \
        gsocketlistener.c       \
        gsocketoutputstream.c   \
        gsocketoutputstream.h   \
        gsubprocesslauncher.c   \
        gsubprocess.c           \
        gsubprocesslauncher-private.h   \
        gsocketservice.c        \
        gsrvtarget.c            \
        gsimpleproxyresolver.c  \
        gtask.c                 \
        gtcpconnection.c        \
        gtcpwrapperconnection.c \
        gthreadedsocketservice.c\
        gthemedicon.c           \
        gthreadedresolver.c     \
        gthreadedresolver.h     \
        gtlsbackend.c           \
        gtlscertificate.c       \
        gtlsclientconnection.c  \
        gtlsconnection.c        \
        gtlsdatabase.c          \
        gtlsfiledatabase.c      \
        gtlsinteraction.c       \
        gtlspassword.c          \
        gtlsserverconnection.c  \
        gdtlsconnection.c       \
        gdtlsclientconnection.c \
        gdtlsserverconnection.c \
        gunionvolumemonitor.c   \
        gunionvolumemonitor.h   \
        gvfs.c                  \
        gvolume.c               \
        gvolumemonitor.c        \
        gzlibcompressor.c       \
        gzlibdecompressor.c     \
        gmountprivate.h         \
        gioenumtypes.h          \
        gioenumtypes.c          \
        glistmodel.c            \
        gliststore.c            \
        $(appinfo_sources)      \
        $(unix_sources)         \
        $(win32_sources)        \
        $(application_sources)  \
        $(settings_sources)     \
        $(gdbus_sources)        \
        $(local_sources)        \
        $(NULL)

libgio_2_0_la_LIBADD = \
        $(top_builddir)/gobject/libgobject-2.0.la       \
        $(top_builddir)/gmodule/libgmodule-2.0.la       \
        $(top_builddir)/glib/libglib-2.0.la             \
        $(platform_libadd)                              \
        $(ZLIB_LIBS)                                    \
        $(SELINUX_LIBS)                                 \
        $(GLIB_LIBS)                                    \
        $(XATTR_LIBS)                                   \
        $(NETWORK_LIBS)                                 \
        $(NULL)

libgio_2_0_la_CPPFLAGS = $(ZLIB_CFLAGS) $(AM_CPPFLAGS)
@PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
@OS_WIN32_AND_DLL_COMPILATION_TRUE@gio_win32_res = gio-win32-res.o
@OS_WIN32_AND_DLL_COMPILATION_TRUE@gio_win32_res_ldflag = -Wl,$(gio_win32_res)
libgio_2_0_la_CFLAGS = $(AM_CFLAGS) $(GLIB_HIDDEN_VISIBILITY_CFLAGS) \
        $(am__append_36)
libgio_2_0_la_LDFLAGS = $(GLIB_LINK_FLAGS) $(gio_win32_res_ldflag) \
        -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
        -export-dynamic $(no_undefined) $(am__append_37)
libgio_2_0_la_DEPENDENCIES = $(gio_win32_res) $(gio_def) $(platform_deps)
gio_headers = \
        gappinfo.h              \
        gasyncinitable.h        \
        gasyncresult.h          \
        gbufferedinputstream.h  \
        gbufferedoutputstream.h \
        gbytesicon.h            \
        gcancellable.h          \
        gcontenttype.h          \
        gcharsetconverter.h     \
        gconverter.h            \
        gconverterinputstream.h \
        gconverteroutputstream.h        \
        gdatagrambased.h        \
        gdatainputstream.h      \
        gdataoutputstream.h     \
        gdrive.h                \
        gemblem.h               \
        gemblemedicon.h         \
        gfile.h                 \
        gfileattribute.h        \
        gfileenumerator.h       \
        gfileicon.h             \
        gfileinfo.h             \
        gfileinputstream.h      \
        gfilemonitor.h          \
        gfilenamecompleter.h    \
        gfileoutputstream.h     \
        gfileiostream.h         \
        gfilterinputstream.h    \
        gfilteroutputstream.h   \
        gicon.h                 \
        ginetaddress.h          \
        ginetaddressmask.h      \
        ginetsocketaddress.h    \
        ginputstream.h          \
        ginitable.h             \
        gio.h                   \
        gio-autocleanups.h      \
        giotypes.h              \
        gioenums.h              \
        gioerror.h              \
        giomodule.h             \
        gioscheduler.h          \
        giostream.h             \
        gloadableicon.h         \
        gmount.h                \
        gmemoryinputstream.h    \
        gmemoryoutputstream.h   \
        gmountoperation.h       \
        gnativevolumemonitor.h  \
        gnetworkaddress.h       \
        gnetworkmonitor.h       \
        gnetworkservice.h       \
        goutputstream.h         \
        gpermission.h           \
        gpollableinputstream.h  \
        gpollableoutputstream.h \
        gpollableutils.h        \
        gproxyaddress.h         \
        gproxy.h                \
        gproxyaddressenumerator.h \
        gproxyresolver.h        \
        gresolver.h             \
        gresource.h             \
        gseekable.h             \
        gsimpleasyncresult.h    \
        gsimpleiostream.h       \
        gsimplepermission.h     \
        gsocket.h               \
        gsocketaddress.h        \
        gsocketaddressenumerator.h \
        gsocketclient.h         \
        gsocketconnectable.h    \
        gsocketconnection.h     \
        gsocketcontrolmessage.h \
        gsocketlistener.h       \
        gsocketservice.h        \
        gsrvtarget.h            \
        gsimpleproxyresolver.h  \
        gtask.h                 \
        gsubprocess.h           \
        gsubprocesslauncher.h   \
        gtcpconnection.h        \
        gtcpwrapperconnection.h \
        gthreadedsocketservice.h\
        gthemedicon.h           \
        gtlsbackend.h           \
        gtlscertificate.h       \
        gtlsclientconnection.h  \
        gtlsconnection.h        \
        gtlsdatabase.h          \
        gtlsfiledatabase.h      \
        gtlsinteraction.h       \
        gtlspassword.h          \
        gtlsserverconnection.h  \
        gdtlsconnection.h       \
        gdtlsclientconnection.h \
        gdtlsserverconnection.h \
        gvfs.h                  \
        gvolume.h               \
        gvolumemonitor.h        \
        gzlibcompressor.h       \
        gzlibdecompressor.h     \
        glistmodel.h            \
        gliststore.h            \
        $(application_headers)  \
        $(settings_headers)     \
        $(gdbus_headers)        \
        $(NULL)

gioincludedir = $(includedir)/glib-2.0/gio/
gioinclude_HEADERS = \
        $(gio_headers)          \
        gioenumtypes.h

nodist_gioinclude_HEADERS = \
        gnetworking.h           \
        $(NULL)

glib_compile_resources_LDADD = libgio-2.0.la            \
        $(top_builddir)/gobject/libgobject-2.0.la       \
        $(top_builddir)/gmodule/libgmodule-2.0.la       \
        $(top_builddir)/glib/libglib-2.0.la             \
        $(NULL)

glib_compile_resources_SOURCES = \
        gvdb/gvdb-format.h              \
        gvdb/gvdb-builder.h             \
        gvdb/gvdb-builder.c             \
        glib-compile-resources.c

gio_querymodules_SOURCES = gio-querymodules.c
gio_querymodules_LDADD = libgio-2.0.la          \
        $(top_builddir)/gobject/libgobject-2.0.la       \
        $(top_builddir)/gmodule/libgmodule-2.0.la       \
        $(top_builddir)/glib/libglib-2.0.la             \
        $(NULL)

glib_compile_schemas_LDADD = $(top_builddir)/glib/libglib-2.0.la
glib_compile_schemas_SOURCES = \
        gconstructor_as_data.h \
        gvdb/gvdb-format.h              \
        gvdb/gvdb-builder.h             \
        gvdb/gvdb-builder.c             \
        glib-compile-schemas.c

gsettings_LDADD = libgio-2.0.la                         \
        $(top_builddir)/gobject/libgobject-2.0.la       \
        $(top_builddir)/gmodule/libgmodule-2.0.la       \
        $(top_builddir)/glib/libglib-2.0.la             \
        $(NULL)

gsettings_SOURCES = gsettings-tool.c
schemadir = $(datadir)/glib-2.0/schemas
dist_schema_DATA = gschema.dtd
itsdir = $(datadir)/gettext/its
dist_its_DATA = gschema.loc gschema.its
gdbus_SOURCES = gdbus-tool.c
gdbus_LDADD = libgio-2.0.la                             \
        $(top_builddir)/gobject/libgobject-2.0.la       \
        $(top_builddir)/gmodule/libgmodule-2.0.la       \
        $(top_builddir)/glib/libglib-2.0.la             \
        $(NULL)

@OS_UNIX_TRUE@gapplication_SOURCES = gapplication-tool.c
@OS_UNIX_TRUE@gapplication_LDADD = libgio-2.0.la                        \
@OS_UNIX_TRUE@  $(top_builddir)/gobject/libgobject-2.0.la       \
@OS_UNIX_TRUE@  $(top_builddir)/gmodule/libgmodule-2.0.la       \
@OS_UNIX_TRUE@  $(top_builddir)/glib/libglib-2.0.la             \
@OS_UNIX_TRUE@  $(NULL)

completiondir = $(datadir)/bash-completion/completions
completion_DATA = \
        completion/gapplication                         \
        completion/gdbus                                \
        completion/gsettings                            \
        completion/gresource

gresource_SOURCES = gresource-tool.c
gresource_CPPFLAGS = $(LIBELF_CFLAGS) $(AM_CPPFLAGS)
gresource_LDADD = libgio-2.0.la                         \
        $(top_builddir)/gobject/libgobject-2.0.la       \
        $(top_builddir)/gmodule/libgmodule-2.0.la       \
        $(top_builddir)/glib/libglib-2.0.la             \
        $(LIBELF_LIBS)


# ------------------------------------------------------------------------
# ------ MSVC Project File Generation ------
MSVCPROJS = gio glib-compile-resources glib-compile-schemas
gio_FILES = $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_more_sources_for_vcproj)
gio_EXCLUDES = gunix*.c|gdesktopappinfo.c|gnetworkmonitornetlink.c|gcontenttype.c|gnetworkmonitornm.c
gio_HEADERS_DIR = $(includedir)/glib-2.0/gio
gio_HEADERS_INST = $(gioinclude_HEADERS) $(nodist_gioinclude_HEADERS)
gio_HEADERS_EXCLUDES = dummy
glib_compile_resources_FILES = $(glib_compile_resources_SOURCES)
glib_compile_resources_EXCLUDES = dummy
glib_compile_schemas_FILES = $(glib_compile_schemas_SOURCES)
glib_compile_schemas_EXCLUDES = dummy
_proj_name = $(subst /,_,$(subst -,_,$(subst .,_,$(1))))
_proj_path_raw := $(subst $(abs_top_srcdir),,$(abs_srcdir))
_proj_path = $(subst /,\\,$(_proj_path_raw))
_proj_subdir_int = $(subst \\\\,\\,\\$(_proj_path)\\)
_proj_subdir = $(subst \\.\\,\\,$(_proj_subdir_int))
_proj_files_raw = $(subst /,\\,$($(_proj_name)_FILES))
_proj_files = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_files_raw))))
_proj_filters = $($(_proj_name)_EXCLUDES)
_proj_headers_raw = $(subst /,\\,$($(_proj_name)_HEADERS_INST))
_proj_headers = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_proj_path)\\,\\,$(_proj_headers_raw))))
_proj_headers_excludes = $($(_proj_name)_HEADERS_EXCLUDES)
_headers_dest_posix = $(subst $(includedir),,$($(_proj_name)_HEADERS_DIR))
_headers_destdir = $(subst /,\\,$(_headers_dest_posix))
@HAVE_GLIB_RUNTIME_LIBDIR_FALSE@ABS_GLIB_RUNTIME_LIBDIR = $(libdir)
@HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ABS_GLIB_RUNTIME_LIBDIR = $(realpath $(libdir)/$(GLIB_RUNTIME_LIBDIR))
all: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) all-recursive

.SUFFIXES:
.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__configure_deps)
        @for dep in $?; do \
          case '$(am__configure_deps)' in \
            *$$dep*) \
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                && { if test -f $@; then exit 0; else break; fi; }; \
              exit 1;; \
          esac; \
        done; \
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu gio/Makefile'; \
        $(am__cd) $(top_srcdir) && \
          $(AUTOMAKE) --gnu gio/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
          *config.status*) \
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
          *) \
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
        esac;
$(top_srcdir)/glib.mk $(top_srcdir)/build/Makefile.msvcproj $(am__empty):

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
gnetworking.h: $(top_builddir)/config.status $(srcdir)/gnetworking.h.in
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
gio.rc: $(top_builddir)/config.status $(srcdir)/gio.rc.in
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@

clean-checkLTLIBRARIES:
        -test -z "$(check_LTLIBRARIES)" || rm -f $(check_LTLIBRARIES)
        @list='$(check_LTLIBRARIES)'; \
        locs=`for p in $$list; do echo $$p; done | \
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
              sort -u`; \
        test -z "$$locs" || { \
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }

install-installed_testLTLIBRARIES: $(installed_test_LTLIBRARIES)
        @$(NORMAL_INSTALL)
        @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
        list2=; for p in $$list; do \
          if test -f $$p; then \
            list2="$$list2 $$p"; \
          else :; fi; \
        done; \
        test -z "$$list2" || { \
          echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(installed_testdir)'"; \
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(installed_testdir)"; \
        }

uninstall-installed_testLTLIBRARIES:
        @$(NORMAL_UNINSTALL)
        @list='$(installed_test_LTLIBRARIES)'; test -n "$(installed_testdir)" || list=; \
        for p in $$list; do \
          $(am__strip_dir) \
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(installed_testdir)/$$f'"; \
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(installed_testdir)/$$f"; \
        done

clean-installed_testLTLIBRARIES:
        -test -z "$(installed_test_LTLIBRARIES)" || rm -f $(installed_test_LTLIBRARIES)
        @list='$(installed_test_LTLIBRARIES)'; \
        locs=`for p in $$list; do echo $$p; done | \
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
              sort -u`; \
        test -z "$$locs" || { \
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }

install-libLTLIBRARIES: $(lib_LTLIBRARIES)
        @$(NORMAL_INSTALL)
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
        list2=; for p in $$list; do \
          if test -f $$p; then \
            list2="$$list2 $$p"; \
          else :; fi; \
        done; \
        test -z "$$list2" || { \
          echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
        }

uninstall-libLTLIBRARIES:
        @$(NORMAL_UNINSTALL)
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
        for p in $$list; do \
          $(am__strip_dir) \
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
        done

clean-libLTLIBRARIES:
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
        @list='$(lib_LTLIBRARIES)'; \
        locs=`for p in $$list; do echo $$p; done | \
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
              sort -u`; \
        test -z "$$locs" || { \
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }

clean-noinstLTLIBRARIES:
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
        @list='$(noinst_LTLIBRARIES)'; \
        locs=`for p in $$list; do echo $$p; done | \
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
              sort -u`; \
        test -z "$$locs" || { \
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }

libgio-2.0.la: $(libgio_2_0_la_OBJECTS) $(libgio_2_0_la_DEPENDENCIES) $(EXTRA_libgio_2_0_la_DEPENDENCIES) 
        $(AM_V_CCLD)$(libgio_2_0_la_LINK) -rpath $(libdir) $(libgio_2_0_la_OBJECTS) $(libgio_2_0_la_LIBADD) $(LIBS)
install-binPROGRAMS: $(bin_PROGRAMS)
        @$(NORMAL_INSTALL)
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
        fi; \
        for p in $$list; do echo "$$p $$p"; done | \
        sed 's/$(EXEEXT)$$//' | \
        while read p p1; do if test -f $$p \
         || test -f $$p1 \
          ; then echo "$$p"; echo "$$p"; else :; fi; \
        done | \
        sed -e 'p;s,.*/,,;n;h' \
            -e 's|.*|.|' \
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
        sed 'N;N;N;s,\n, ,g' | \
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
            else { print "f", $$3 "/" $$4, $$1; } } \
          END { for (d in files) print "f", d, files[d] }' | \
        while read type dir files; do \
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
            test -z "$$files" || { \
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
            } \
        ; done

uninstall-binPROGRAMS:
        @$(NORMAL_UNINSTALL)
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
        files=`for p in $$list; do echo "$$p"; done | \
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
              -e 's/$$/$(EXEEXT)/' \
        `; \
        test -n "$$list" || exit 0; \
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
        cd "$(DESTDIR)$(bindir)" && rm -f $$files

clean-binPROGRAMS:
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
        echo " rm -f" $$list; \
        rm -f $$list || exit $$?; \
        test -n "$(EXEEXT)" || exit 0; \
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
        echo " rm -f" $$list; \
        rm -f $$list

clean-checkPROGRAMS:
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
        echo " rm -f" $$list; \
        rm -f $$list || exit $$?; \
        test -n "$(EXEEXT)" || exit 0; \
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
        echo " rm -f" $$list; \
        rm -f $$list
install-installed_testPROGRAMS: $(installed_test_PROGRAMS)
        @$(NORMAL_INSTALL)
        @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
        fi; \
        for p in $$list; do echo "$$p $$p"; done | \
        sed 's/$(EXEEXT)$$//' | \
        while read p p1; do if test -f $$p \
         || test -f $$p1 \
          ; then echo "$$p"; echo "$$p"; else :; fi; \
        done | \
        sed -e 'p;s,.*/,,;n;h' \
            -e 's|.*|.|' \
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
        sed 'N;N;N;s,\n, ,g' | \
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
            else { print "f", $$3 "/" $$4, $$1; } } \
          END { for (d in files) print "f", d, files[d] }' | \
        while read type dir files; do \
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
            test -z "$$files" || { \
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
            } \
        ; done

uninstall-installed_testPROGRAMS:
        @$(NORMAL_UNINSTALL)
        @list='$(installed_test_PROGRAMS)'; test -n "$(installed_testdir)" || list=; \
        files=`for p in $$list; do echo "$$p"; done | \
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
              -e 's/$$/$(EXEEXT)/' \
        `; \
        test -n "$$list" || exit 0; \
        echo " ( cd '$(DESTDIR)$(installed_testdir)' && rm -f" $$files ")"; \
        cd "$(DESTDIR)$(installed_testdir)" && rm -f $$files

clean-installed_testPROGRAMS:
        @list='$(installed_test_PROGRAMS)'; test -n "$$list" || exit 0; \
        echo " rm -f" $$list; \
        rm -f $$list || exit $$?; \
        test -n "$(EXEEXT)" || exit 0; \
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
        echo " rm -f" $$list; \
        rm -f $$list

clean-noinstPROGRAMS:
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
        echo " rm -f" $$list; \
        rm -f $$list || exit $$?; \
        test -n "$(EXEEXT)" || exit 0; \
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
        echo " rm -f" $$list; \
        rm -f $$list

gapplication$(EXEEXT): $(gapplication_OBJECTS) $(gapplication_DEPENDENCIES) $(EXTRA_gapplication_DEPENDENCIES) 
        @rm -f gapplication$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(gapplication_OBJECTS) $(gapplication_LDADD) $(LIBS)

gdbus$(EXEEXT): $(gdbus_OBJECTS) $(gdbus_DEPENDENCIES) $(EXTRA_gdbus_DEPENDENCIES) 
        @rm -f gdbus$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(gdbus_OBJECTS) $(gdbus_LDADD) $(LIBS)

gio-querymodules$(EXEEXT): $(gio_querymodules_OBJECTS) $(gio_querymodules_DEPENDENCIES) $(EXTRA_gio_querymodules_DEPENDENCIES) 
        @rm -f gio-querymodules$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(gio_querymodules_OBJECTS) $(gio_querymodules_LDADD) $(LIBS)

glib-compile-resources$(EXEEXT): $(glib_compile_resources_OBJECTS) $(glib_compile_resources_DEPENDENCIES) $(EXTRA_glib_compile_resources_DEPENDENCIES) 
        @rm -f glib-compile-resources$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(glib_compile_resources_OBJECTS) $(glib_compile_resources_LDADD) $(LIBS)

glib-compile-schemas$(EXEEXT): $(glib_compile_schemas_OBJECTS) $(glib_compile_schemas_DEPENDENCIES) $(EXTRA_glib_compile_schemas_DEPENDENCIES) 
        @rm -f glib-compile-schemas$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(glib_compile_schemas_OBJECTS) $(glib_compile_schemas_LDADD) $(LIBS)

gresource$(EXEEXT): $(gresource_OBJECTS) $(gresource_DEPENDENCIES) $(EXTRA_gresource_DEPENDENCIES) 
        @rm -f gresource$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(gresource_OBJECTS) $(gresource_LDADD) $(LIBS)

gsettings$(EXEEXT): $(gsettings_OBJECTS) $(gsettings_DEPENDENCIES) $(EXTRA_gsettings_DEPENDENCIES) 
        @rm -f gsettings$(EXEEXT)
        $(AM_V_CCLD)$(LINK) $(gsettings_OBJECTS) $(gsettings_LDADD) $(LIBS)
install-installed_testSCRIPTS: $(installed_test_SCRIPTS)
        @$(NORMAL_INSTALL)
        @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
        fi; \
        for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
        done | \
        sed -e 'p;s,.*/,,;n' \
            -e 'h;s|.*|.|' \
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
              if (++n[d] == $(am__install_max)) { \
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
            else { print "f", d "/" $$4, $$1 } } \
          END { for (d in files) print "f", d, files[d] }' | \
        while read type dir files; do \
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
             test -z "$$files" || { \
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(installed_testdir)$$dir'"; \
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(installed_testdir)$$dir" || exit $$?; \
             } \
        ; done

uninstall-installed_testSCRIPTS:
        @$(NORMAL_UNINSTALL)
        @list='$(installed_test_SCRIPTS)'; test -n "$(installed_testdir)" || exit 0; \
        files=`for p in $$list; do echo "$$p"; done | \
               sed -e 's,.*/,,;$(transform)'`; \
        dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)

mostlyclean-compile:
        -rm -f *.$(OBJEXT)

distclean-compile:
        -rm -f *.tab.c

@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gapplication-tool.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdbus-tool.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gio-querymodules.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-compile-resources.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/glib-compile-schemas.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gresource-gresource-tool.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsettings-tool.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvdb-builder.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gaction.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gactiongroup.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gactiongroupexporter.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gactionmap.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gappinfo.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gapplication.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gapplicationcommandline.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gapplicationimpl-dbus.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gasynchelper.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gasyncinitable.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gasyncresult.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gbufferedinputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gbufferedoutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gbytesicon.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcancellable.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcharsetconverter.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcocoanotificationbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcontenttype-win32.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcontenttype.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcontextspecificgroup.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gconverter.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gconverterinputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gconverteroutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gcredentials.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdatagrambased.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdatainputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdataoutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbus-daemon-generated.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusactiongroup.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusaddress.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauth.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthmechanism.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthmechanismanon.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthmechanismexternal.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthmechanismsha1.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusauthobserver.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusdaemon.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbuserror.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusinterface.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusinterfaceskeleton.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusintrospection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusmenumodel.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusmessage.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusmethodinvocation.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusnameowning.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusnamewatching.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobject.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectmanager.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerclient.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerserver.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectproxy.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusobjectskeleton.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusprivate.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusproxy.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusserver.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdbusutils.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdelayedsettingsbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdesktopappinfo.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdrive.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdtlsclientconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdtlsconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdtlsserverconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdummyfile.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdummyproxyresolver.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gdummytlsbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gemblem.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gemblemedicon.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfdonotificationbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfile.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileattribute.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfiledescriptorbased.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileenumerator.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileicon.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileinfo.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileinputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileiostream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfilemonitor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfilenamecompleter.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfileoutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfilterinputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gfilteroutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ggtknotificationbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ghttpproxy.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gicon.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginetaddress.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginetaddressmask.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginetsocketaddress.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginitable.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-ginputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gioenumtypes.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gioerror.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-giomodule.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gioscheduler.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-giostream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gkeyfilesettingsbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glistmodel.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gliststore.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gloadableicon.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfile.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileenumerator.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileinfo.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileinputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileiostream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfilemonitor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalfileoutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-glocalvfs.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmemoryinputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmemoryoutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmemorysettingsbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmenu.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmenuexporter.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmenumodel.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmount.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gmountoperation.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnativesocketaddress.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnativevolumemonitor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkaddress.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworking.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkmonitor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkmonitorbase.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkmonitornetlink.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkmonitornm.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnetworkservice.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnextstepsettingsbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnotification.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnotificationbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gnullsettingsbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-goutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpermission.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpollableinputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpollableoutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpollableutils.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpollfilemonitor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gpropertyaction.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gproxy.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gproxyaddress.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gproxyaddressenumerator.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gproxyresolver.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gregistrysettingsbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gremoteactiongroup.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gresolver.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gresource.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gresourcefile.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gseekable.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsettings-mapping.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsettings.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsettingsbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsettingsschema.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleaction.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleactiongroup.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleasyncresult.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleiostream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimplepermission.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsimpleproxyresolver.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocket.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketaddress.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketaddressenumerator.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketclient.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketconnectable.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketcontrolmessage.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketinputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketlistener.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketoutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocketservice.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocks4aproxy.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocks4proxy.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsocks5proxy.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsrvtarget.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsubprocess.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gsubprocesslauncher.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtask.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtcpconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtcpwrapperconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtestdbus.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gthemedicon.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gthreadedresolver.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gthreadedsocketservice.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsbackend.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlscertificate.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsclientconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsdatabase.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsfiledatabase.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsinteraction.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlspassword.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gtlsserverconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunionvolumemonitor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixconnection.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixcredentialsmessage.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixfdlist.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixfdmessage.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixinputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixmount.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixmounts.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixoutputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixsocketaddress.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixvolume.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gunixvolumemonitor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gvdb-reader.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gvfs.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gvolume.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gvolumemonitor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32appinfo.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32inputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32mount.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32outputstream.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32registrykey.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gwin32volumemonitor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gzlibcompressor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-gzlibdecompressor.Plo@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgio_2_0_la-thumbnail-verify.Plo@am__quote@

.c.o:
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<

.c.obj:
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.c.lo:
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<

libgio_2_0_la-gappinfo.lo: gappinfo.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gappinfo.Tpo $(DEPDIR)/libgio_2_0_la-gappinfo.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gappinfo.c' object='libgio_2_0_la-gappinfo.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gasynchelper.lo: gasynchelper.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gasynchelper.Tpo $(DEPDIR)/libgio_2_0_la-gasynchelper.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gasynchelper.c' object='libgio_2_0_la-gasynchelper.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gasyncinitable.lo: gasyncinitable.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gasyncinitable.Tpo $(DEPDIR)/libgio_2_0_la-gasyncinitable.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gasyncinitable.c' object='libgio_2_0_la-gasyncinitable.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gasyncresult.lo: gasyncresult.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gasyncresult.Tpo $(DEPDIR)/libgio_2_0_la-gasyncresult.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gasyncresult.c' object='libgio_2_0_la-gasyncresult.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gbufferedinputstream.lo: gbufferedinputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gbufferedinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gbufferedinputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gbufferedinputstream.c' object='libgio_2_0_la-gbufferedinputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gbufferedoutputstream.lo: gbufferedoutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gbufferedoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gbufferedoutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gbufferedoutputstream.c' object='libgio_2_0_la-gbufferedoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gbytesicon.lo: gbytesicon.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gbytesicon.Tpo $(DEPDIR)/libgio_2_0_la-gbytesicon.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gbytesicon.c' object='libgio_2_0_la-gbytesicon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gcancellable.lo: gcancellable.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcancellable.Tpo $(DEPDIR)/libgio_2_0_la-gcancellable.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gcancellable.c' object='libgio_2_0_la-gcancellable.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gcharsetconverter.lo: gcharsetconverter.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcharsetconverter.Tpo $(DEPDIR)/libgio_2_0_la-gcharsetconverter.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gcharsetconverter.c' object='libgio_2_0_la-gcharsetconverter.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gcontextspecificgroup.lo: gcontextspecificgroup.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcontextspecificgroup.Tpo $(DEPDIR)/libgio_2_0_la-gcontextspecificgroup.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gcontextspecificgroup.c' object='libgio_2_0_la-gcontextspecificgroup.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gconverter.lo: gconverter.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gconverter.Tpo $(DEPDIR)/libgio_2_0_la-gconverter.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gconverter.c' object='libgio_2_0_la-gconverter.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gconverterinputstream.lo: gconverterinputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gconverterinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gconverterinputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gconverterinputstream.c' object='libgio_2_0_la-gconverterinputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gconverteroutputstream.lo: gconverteroutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gconverteroutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gconverteroutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gconverteroutputstream.c' object='libgio_2_0_la-gconverteroutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gcredentials.lo: gcredentials.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcredentials.Tpo $(DEPDIR)/libgio_2_0_la-gcredentials.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gcredentials.c' object='libgio_2_0_la-gcredentials.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdatagrambased.lo: gdatagrambased.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdatagrambased.Tpo $(DEPDIR)/libgio_2_0_la-gdatagrambased.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdatagrambased.c' object='libgio_2_0_la-gdatagrambased.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdatainputstream.lo: gdatainputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdatainputstream.Tpo $(DEPDIR)/libgio_2_0_la-gdatainputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdatainputstream.c' object='libgio_2_0_la-gdatainputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdataoutputstream.lo: gdataoutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdataoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gdataoutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdataoutputstream.c' object='libgio_2_0_la-gdataoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdrive.lo: gdrive.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdrive.Tpo $(DEPDIR)/libgio_2_0_la-gdrive.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdrive.c' object='libgio_2_0_la-gdrive.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdummyfile.lo: gdummyfile.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdummyfile.Tpo $(DEPDIR)/libgio_2_0_la-gdummyfile.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdummyfile.c' object='libgio_2_0_la-gdummyfile.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdummyproxyresolver.lo: gdummyproxyresolver.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdummyproxyresolver.Tpo $(DEPDIR)/libgio_2_0_la-gdummyproxyresolver.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdummyproxyresolver.c' object='libgio_2_0_la-gdummyproxyresolver.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdummytlsbackend.lo: gdummytlsbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdummytlsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gdummytlsbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdummytlsbackend.c' object='libgio_2_0_la-gdummytlsbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gemblem.lo: gemblem.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gemblem.Tpo $(DEPDIR)/libgio_2_0_la-gemblem.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gemblem.c' object='libgio_2_0_la-gemblem.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gemblemedicon.lo: gemblemedicon.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gemblemedicon.Tpo $(DEPDIR)/libgio_2_0_la-gemblemedicon.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gemblemedicon.c' object='libgio_2_0_la-gemblemedicon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfile.lo: gfile.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfile.Tpo $(DEPDIR)/libgio_2_0_la-gfile.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfile.c' object='libgio_2_0_la-gfile.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfileattribute.lo: gfileattribute.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileattribute.Tpo $(DEPDIR)/libgio_2_0_la-gfileattribute.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfileattribute.c' object='libgio_2_0_la-gfileattribute.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfileenumerator.lo: gfileenumerator.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileenumerator.Tpo $(DEPDIR)/libgio_2_0_la-gfileenumerator.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfileenumerator.c' object='libgio_2_0_la-gfileenumerator.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfileicon.lo: gfileicon.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileicon.Tpo $(DEPDIR)/libgio_2_0_la-gfileicon.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfileicon.c' object='libgio_2_0_la-gfileicon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfileinfo.lo: gfileinfo.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileinfo.Tpo $(DEPDIR)/libgio_2_0_la-gfileinfo.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfileinfo.c' object='libgio_2_0_la-gfileinfo.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfileinputstream.lo: gfileinputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gfileinputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfileinputstream.c' object='libgio_2_0_la-gfileinputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfilemonitor.lo: gfilemonitor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfilemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gfilemonitor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfilemonitor.c' object='libgio_2_0_la-gfilemonitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfilenamecompleter.lo: gfilenamecompleter.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfilenamecompleter.Tpo $(DEPDIR)/libgio_2_0_la-gfilenamecompleter.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfilenamecompleter.c' object='libgio_2_0_la-gfilenamecompleter.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfileoutputstream.lo: gfileoutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gfileoutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfileoutputstream.c' object='libgio_2_0_la-gfileoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfileiostream.lo: gfileiostream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfileiostream.Tpo $(DEPDIR)/libgio_2_0_la-gfileiostream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfileiostream.c' object='libgio_2_0_la-gfileiostream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfilterinputstream.lo: gfilterinputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfilterinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gfilterinputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfilterinputstream.c' object='libgio_2_0_la-gfilterinputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfilteroutputstream.lo: gfilteroutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfilteroutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gfilteroutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfilteroutputstream.c' object='libgio_2_0_la-gfilteroutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gicon.lo: gicon.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gicon.Tpo $(DEPDIR)/libgio_2_0_la-gicon.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gicon.c' object='libgio_2_0_la-gicon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-ginetaddress.lo: ginetaddress.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginetaddress.Tpo $(DEPDIR)/libgio_2_0_la-ginetaddress.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ginetaddress.c' object='libgio_2_0_la-ginetaddress.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-ginetaddressmask.lo: ginetaddressmask.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginetaddressmask.Tpo $(DEPDIR)/libgio_2_0_la-ginetaddressmask.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ginetaddressmask.c' object='libgio_2_0_la-ginetaddressmask.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-ginetsocketaddress.lo: ginetsocketaddress.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginetsocketaddress.Tpo $(DEPDIR)/libgio_2_0_la-ginetsocketaddress.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ginetsocketaddress.c' object='libgio_2_0_la-ginetsocketaddress.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-ginitable.lo: ginitable.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginitable.Tpo $(DEPDIR)/libgio_2_0_la-ginitable.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ginitable.c' object='libgio_2_0_la-ginitable.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-ginputstream.lo: ginputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ginputstream.Tpo $(DEPDIR)/libgio_2_0_la-ginputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ginputstream.c' object='libgio_2_0_la-ginputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gioerror.lo: gioerror.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gioerror.Tpo $(DEPDIR)/libgio_2_0_la-gioerror.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gioerror.c' object='libgio_2_0_la-gioerror.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-giomodule.lo: giomodule.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-giomodule.Tpo $(DEPDIR)/libgio_2_0_la-giomodule.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='giomodule.c' object='libgio_2_0_la-giomodule.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gioscheduler.lo: gioscheduler.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gioscheduler.Tpo $(DEPDIR)/libgio_2_0_la-gioscheduler.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gioscheduler.c' object='libgio_2_0_la-gioscheduler.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-giostream.lo: giostream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-giostream.Tpo $(DEPDIR)/libgio_2_0_la-giostream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='giostream.c' object='libgio_2_0_la-giostream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gloadableicon.lo: gloadableicon.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gloadableicon.Tpo $(DEPDIR)/libgio_2_0_la-gloadableicon.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gloadableicon.c' object='libgio_2_0_la-gloadableicon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gmount.lo: gmount.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmount.Tpo $(DEPDIR)/libgio_2_0_la-gmount.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmount.c' object='libgio_2_0_la-gmount.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gmemoryinputstream.lo: gmemoryinputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmemoryinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gmemoryinputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmemoryinputstream.c' object='libgio_2_0_la-gmemoryinputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gmemoryoutputstream.lo: gmemoryoutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmemoryoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gmemoryoutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmemoryoutputstream.c' object='libgio_2_0_la-gmemoryoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gmountoperation.lo: gmountoperation.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmountoperation.Tpo $(DEPDIR)/libgio_2_0_la-gmountoperation.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmountoperation.c' object='libgio_2_0_la-gmountoperation.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnativevolumemonitor.lo: gnativevolumemonitor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnativevolumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gnativevolumemonitor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnativevolumemonitor.c' object='libgio_2_0_la-gnativevolumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnativesocketaddress.lo: gnativesocketaddress.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnativesocketaddress.Tpo $(DEPDIR)/libgio_2_0_la-gnativesocketaddress.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnativesocketaddress.c' object='libgio_2_0_la-gnativesocketaddress.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnetworkaddress.lo: gnetworkaddress.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkaddress.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkaddress.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnetworkaddress.c' object='libgio_2_0_la-gnetworkaddress.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnetworking.lo: gnetworking.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworking.Tpo $(DEPDIR)/libgio_2_0_la-gnetworking.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnetworking.c' object='libgio_2_0_la-gnetworking.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnetworkmonitor.lo: gnetworkmonitor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkmonitor.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkmonitor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnetworkmonitor.c' object='libgio_2_0_la-gnetworkmonitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnetworkmonitorbase.lo: gnetworkmonitorbase.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkmonitorbase.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkmonitorbase.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnetworkmonitorbase.c' object='libgio_2_0_la-gnetworkmonitorbase.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnetworkservice.lo: gnetworkservice.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkservice.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkservice.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnetworkservice.c' object='libgio_2_0_la-gnetworkservice.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-goutputstream.lo: goutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-goutputstream.Tpo $(DEPDIR)/libgio_2_0_la-goutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='goutputstream.c' object='libgio_2_0_la-goutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gpermission.lo: gpermission.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpermission.Tpo $(DEPDIR)/libgio_2_0_la-gpermission.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpermission.c' object='libgio_2_0_la-gpermission.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gpollableinputstream.lo: gpollableinputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpollableinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gpollableinputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpollableinputstream.c' object='libgio_2_0_la-gpollableinputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gpollableoutputstream.lo: gpollableoutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpollableoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gpollableoutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpollableoutputstream.c' object='libgio_2_0_la-gpollableoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gpollableutils.lo: gpollableutils.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpollableutils.Tpo $(DEPDIR)/libgio_2_0_la-gpollableutils.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpollableutils.c' object='libgio_2_0_la-gpollableutils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gpollfilemonitor.lo: gpollfilemonitor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpollfilemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gpollfilemonitor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpollfilemonitor.c' object='libgio_2_0_la-gpollfilemonitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gproxy.lo: gproxy.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gproxy.Tpo $(DEPDIR)/libgio_2_0_la-gproxy.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gproxy.c' object='libgio_2_0_la-gproxy.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gproxyaddress.lo: gproxyaddress.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gproxyaddress.Tpo $(DEPDIR)/libgio_2_0_la-gproxyaddress.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gproxyaddress.c' object='libgio_2_0_la-gproxyaddress.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gproxyaddressenumerator.lo: gproxyaddressenumerator.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gproxyaddressenumerator.Tpo $(DEPDIR)/libgio_2_0_la-gproxyaddressenumerator.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gproxyaddressenumerator.c' object='libgio_2_0_la-gproxyaddressenumerator.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gproxyresolver.lo: gproxyresolver.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gproxyresolver.Tpo $(DEPDIR)/libgio_2_0_la-gproxyresolver.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gproxyresolver.c' object='libgio_2_0_la-gproxyresolver.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gresolver.lo: gresolver.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gresolver.Tpo $(DEPDIR)/libgio_2_0_la-gresolver.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gresolver.c' object='libgio_2_0_la-gresolver.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gresource.lo: gresource.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gresource.Tpo $(DEPDIR)/libgio_2_0_la-gresource.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gresource.c' object='libgio_2_0_la-gresource.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gresourcefile.lo: gresourcefile.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gresourcefile.Tpo $(DEPDIR)/libgio_2_0_la-gresourcefile.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gresourcefile.c' object='libgio_2_0_la-gresourcefile.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gseekable.lo: gseekable.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gseekable.Tpo $(DEPDIR)/libgio_2_0_la-gseekable.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gseekable.c' object='libgio_2_0_la-gseekable.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsimpleasyncresult.lo: gsimpleasyncresult.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleasyncresult.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleasyncresult.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsimpleasyncresult.c' object='libgio_2_0_la-gsimpleasyncresult.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsimpleiostream.lo: gsimpleiostream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleiostream.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleiostream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsimpleiostream.c' object='libgio_2_0_la-gsimpleiostream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsimplepermission.lo: gsimplepermission.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimplepermission.Tpo $(DEPDIR)/libgio_2_0_la-gsimplepermission.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsimplepermission.c' object='libgio_2_0_la-gsimplepermission.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocket.lo: gsocket.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocket.Tpo $(DEPDIR)/libgio_2_0_la-gsocket.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocket.c' object='libgio_2_0_la-gsocket.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketaddress.lo: gsocketaddress.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketaddress.Tpo $(DEPDIR)/libgio_2_0_la-gsocketaddress.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketaddress.c' object='libgio_2_0_la-gsocketaddress.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketaddressenumerator.lo: gsocketaddressenumerator.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketaddressenumerator.Tpo $(DEPDIR)/libgio_2_0_la-gsocketaddressenumerator.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketaddressenumerator.c' object='libgio_2_0_la-gsocketaddressenumerator.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketclient.lo: gsocketclient.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketclient.Tpo $(DEPDIR)/libgio_2_0_la-gsocketclient.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketclient.c' object='libgio_2_0_la-gsocketclient.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketconnectable.lo: gsocketconnectable.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketconnectable.Tpo $(DEPDIR)/libgio_2_0_la-gsocketconnectable.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketconnectable.c' object='libgio_2_0_la-gsocketconnectable.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketconnection.lo: gsocketconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketconnection.Tpo $(DEPDIR)/libgio_2_0_la-gsocketconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketconnection.c' object='libgio_2_0_la-gsocketconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketcontrolmessage.lo: gsocketcontrolmessage.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketcontrolmessage.Tpo $(DEPDIR)/libgio_2_0_la-gsocketcontrolmessage.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketcontrolmessage.c' object='libgio_2_0_la-gsocketcontrolmessage.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketinputstream.lo: gsocketinputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gsocketinputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketinputstream.c' object='libgio_2_0_la-gsocketinputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketlistener.lo: gsocketlistener.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketlistener.Tpo $(DEPDIR)/libgio_2_0_la-gsocketlistener.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketlistener.c' object='libgio_2_0_la-gsocketlistener.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketoutputstream.lo: gsocketoutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gsocketoutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketoutputstream.c' object='libgio_2_0_la-gsocketoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsubprocesslauncher.lo: gsubprocesslauncher.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsubprocesslauncher.Tpo $(DEPDIR)/libgio_2_0_la-gsubprocesslauncher.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsubprocesslauncher.c' object='libgio_2_0_la-gsubprocesslauncher.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsubprocess.lo: gsubprocess.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsubprocess.Tpo $(DEPDIR)/libgio_2_0_la-gsubprocess.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsubprocess.c' object='libgio_2_0_la-gsubprocess.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocketservice.lo: gsocketservice.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocketservice.Tpo $(DEPDIR)/libgio_2_0_la-gsocketservice.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocketservice.c' object='libgio_2_0_la-gsocketservice.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsrvtarget.lo: gsrvtarget.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsrvtarget.Tpo $(DEPDIR)/libgio_2_0_la-gsrvtarget.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsrvtarget.c' object='libgio_2_0_la-gsrvtarget.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsimpleproxyresolver.lo: gsimpleproxyresolver.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleproxyresolver.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleproxyresolver.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsimpleproxyresolver.c' object='libgio_2_0_la-gsimpleproxyresolver.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtask.lo: gtask.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtask.Tpo $(DEPDIR)/libgio_2_0_la-gtask.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtask.c' object='libgio_2_0_la-gtask.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtcpconnection.lo: gtcpconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtcpconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtcpconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtcpconnection.c' object='libgio_2_0_la-gtcpconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtcpwrapperconnection.lo: gtcpwrapperconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtcpwrapperconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtcpwrapperconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtcpwrapperconnection.c' object='libgio_2_0_la-gtcpwrapperconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gthreadedsocketservice.lo: gthreadedsocketservice.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gthreadedsocketservice.Tpo $(DEPDIR)/libgio_2_0_la-gthreadedsocketservice.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gthreadedsocketservice.c' object='libgio_2_0_la-gthreadedsocketservice.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gthemedicon.lo: gthemedicon.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gthemedicon.Tpo $(DEPDIR)/libgio_2_0_la-gthemedicon.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gthemedicon.c' object='libgio_2_0_la-gthemedicon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gthreadedresolver.lo: gthreadedresolver.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gthreadedresolver.Tpo $(DEPDIR)/libgio_2_0_la-gthreadedresolver.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gthreadedresolver.c' object='libgio_2_0_la-gthreadedresolver.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtlsbackend.lo: gtlsbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gtlsbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtlsbackend.c' object='libgio_2_0_la-gtlsbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtlscertificate.lo: gtlscertificate.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlscertificate.Tpo $(DEPDIR)/libgio_2_0_la-gtlscertificate.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtlscertificate.c' object='libgio_2_0_la-gtlscertificate.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtlsclientconnection.lo: gtlsclientconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsclientconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtlsclientconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtlsclientconnection.c' object='libgio_2_0_la-gtlsclientconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtlsconnection.lo: gtlsconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtlsconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtlsconnection.c' object='libgio_2_0_la-gtlsconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtlsdatabase.lo: gtlsdatabase.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsdatabase.Tpo $(DEPDIR)/libgio_2_0_la-gtlsdatabase.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtlsdatabase.c' object='libgio_2_0_la-gtlsdatabase.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtlsfiledatabase.lo: gtlsfiledatabase.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsfiledatabase.Tpo $(DEPDIR)/libgio_2_0_la-gtlsfiledatabase.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtlsfiledatabase.c' object='libgio_2_0_la-gtlsfiledatabase.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtlsinteraction.lo: gtlsinteraction.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsinteraction.Tpo $(DEPDIR)/libgio_2_0_la-gtlsinteraction.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtlsinteraction.c' object='libgio_2_0_la-gtlsinteraction.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtlspassword.lo: gtlspassword.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlspassword.Tpo $(DEPDIR)/libgio_2_0_la-gtlspassword.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtlspassword.c' object='libgio_2_0_la-gtlspassword.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtlsserverconnection.lo: gtlsserverconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtlsserverconnection.Tpo $(DEPDIR)/libgio_2_0_la-gtlsserverconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtlsserverconnection.c' object='libgio_2_0_la-gtlsserverconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdtlsconnection.lo: gdtlsconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdtlsconnection.Tpo $(DEPDIR)/libgio_2_0_la-gdtlsconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdtlsconnection.c' object='libgio_2_0_la-gdtlsconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdtlsclientconnection.lo: gdtlsclientconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdtlsclientconnection.Tpo $(DEPDIR)/libgio_2_0_la-gdtlsclientconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdtlsclientconnection.c' object='libgio_2_0_la-gdtlsclientconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdtlsserverconnection.lo: gdtlsserverconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdtlsserverconnection.Tpo $(DEPDIR)/libgio_2_0_la-gdtlsserverconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdtlsserverconnection.c' object='libgio_2_0_la-gdtlsserverconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunionvolumemonitor.lo: gunionvolumemonitor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunionvolumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gunionvolumemonitor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunionvolumemonitor.c' object='libgio_2_0_la-gunionvolumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gvfs.lo: gvfs.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gvfs.Tpo $(DEPDIR)/libgio_2_0_la-gvfs.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvfs.c' object='libgio_2_0_la-gvfs.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gvolume.lo: gvolume.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gvolume.Tpo $(DEPDIR)/libgio_2_0_la-gvolume.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvolume.c' object='libgio_2_0_la-gvolume.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gvolumemonitor.lo: gvolumemonitor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gvolumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gvolumemonitor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvolumemonitor.c' object='libgio_2_0_la-gvolumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gzlibcompressor.lo: gzlibcompressor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gzlibcompressor.Tpo $(DEPDIR)/libgio_2_0_la-gzlibcompressor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gzlibcompressor.c' object='libgio_2_0_la-gzlibcompressor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gzlibdecompressor.lo: gzlibdecompressor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gzlibdecompressor.Tpo $(DEPDIR)/libgio_2_0_la-gzlibdecompressor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gzlibdecompressor.c' object='libgio_2_0_la-gzlibdecompressor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gioenumtypes.lo: gioenumtypes.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gioenumtypes.Tpo $(DEPDIR)/libgio_2_0_la-gioenumtypes.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gioenumtypes.c' object='libgio_2_0_la-gioenumtypes.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-glistmodel.lo: glistmodel.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glistmodel.Tpo $(DEPDIR)/libgio_2_0_la-glistmodel.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glistmodel.c' object='libgio_2_0_la-glistmodel.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gliststore.lo: gliststore.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gliststore.Tpo $(DEPDIR)/libgio_2_0_la-gliststore.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gliststore.c' object='libgio_2_0_la-gliststore.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdesktopappinfo.lo: gdesktopappinfo.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdesktopappinfo.Tpo $(DEPDIR)/libgio_2_0_la-gdesktopappinfo.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdesktopappinfo.c' object='libgio_2_0_la-gdesktopappinfo.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gwin32appinfo.lo: gwin32appinfo.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32appinfo.Tpo $(DEPDIR)/libgio_2_0_la-gwin32appinfo.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gwin32appinfo.c' object='libgio_2_0_la-gwin32appinfo.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfiledescriptorbased.lo: gfiledescriptorbased.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfiledescriptorbased.Tpo $(DEPDIR)/libgio_2_0_la-gfiledescriptorbased.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfiledescriptorbased.c' object='libgio_2_0_la-gfiledescriptorbased.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixconnection.lo: gunixconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixconnection.Tpo $(DEPDIR)/libgio_2_0_la-gunixconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixconnection.c' object='libgio_2_0_la-gunixconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixcredentialsmessage.lo: gunixcredentialsmessage.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixcredentialsmessage.Tpo $(DEPDIR)/libgio_2_0_la-gunixcredentialsmessage.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixcredentialsmessage.c' object='libgio_2_0_la-gunixcredentialsmessage.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixfdlist.lo: gunixfdlist.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixfdlist.Tpo $(DEPDIR)/libgio_2_0_la-gunixfdlist.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixfdlist.c' object='libgio_2_0_la-gunixfdlist.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixfdmessage.lo: gunixfdmessage.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixfdmessage.Tpo $(DEPDIR)/libgio_2_0_la-gunixfdmessage.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixfdmessage.c' object='libgio_2_0_la-gunixfdmessage.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixmount.lo: gunixmount.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixmount.Tpo $(DEPDIR)/libgio_2_0_la-gunixmount.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixmount.c' object='libgio_2_0_la-gunixmount.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixmounts.lo: gunixmounts.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixmounts.Tpo $(DEPDIR)/libgio_2_0_la-gunixmounts.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixmounts.c' object='libgio_2_0_la-gunixmounts.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixsocketaddress.lo: gunixsocketaddress.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixsocketaddress.Tpo $(DEPDIR)/libgio_2_0_la-gunixsocketaddress.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixsocketaddress.c' object='libgio_2_0_la-gunixsocketaddress.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixvolume.lo: gunixvolume.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixvolume.Tpo $(DEPDIR)/libgio_2_0_la-gunixvolume.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixvolume.c' object='libgio_2_0_la-gunixvolume.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixvolumemonitor.lo: gunixvolumemonitor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixvolumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gunixvolumemonitor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixvolumemonitor.c' object='libgio_2_0_la-gunixvolumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixinputstream.lo: gunixinputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixinputstream.Tpo $(DEPDIR)/libgio_2_0_la-gunixinputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixinputstream.c' object='libgio_2_0_la-gunixinputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gunixoutputstream.lo: gunixoutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gunixoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-gunixoutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gunixoutputstream.c' object='libgio_2_0_la-gunixoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gcontenttype.lo: gcontenttype.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcontenttype.Tpo $(DEPDIR)/libgio_2_0_la-gcontenttype.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gcontenttype.c' object='libgio_2_0_la-gcontenttype.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gfdonotificationbackend.lo: gfdonotificationbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gfdonotificationbackend.Tpo $(DEPDIR)/libgio_2_0_la-gfdonotificationbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gfdonotificationbackend.c' object='libgio_2_0_la-gfdonotificationbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-ggtknotificationbackend.lo: ggtknotificationbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ggtknotificationbackend.Tpo $(DEPDIR)/libgio_2_0_la-ggtknotificationbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ggtknotificationbackend.c' object='libgio_2_0_la-ggtknotificationbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gcocoanotificationbackend.lo: gcocoanotificationbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcocoanotificationbackend.Tpo $(DEPDIR)/libgio_2_0_la-gcocoanotificationbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gcocoanotificationbackend.c' object='libgio_2_0_la-gcocoanotificationbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnetworkmonitornetlink.lo: gnetworkmonitornetlink.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkmonitornetlink.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkmonitornetlink.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnetworkmonitornetlink.c' object='libgio_2_0_la-gnetworkmonitornetlink.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnetworkmonitornm.lo: gnetworkmonitornm.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnetworkmonitornm.Tpo $(DEPDIR)/libgio_2_0_la-gnetworkmonitornm.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnetworkmonitornm.c' object='libgio_2_0_la-gnetworkmonitornm.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusdaemon.lo: gdbusdaemon.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusdaemon.Tpo $(DEPDIR)/libgio_2_0_la-gdbusdaemon.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusdaemon.c' object='libgio_2_0_la-gdbusdaemon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbus-daemon-generated.lo: gdbus-daemon-generated.c
@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
@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
@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@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gwin32registrykey.lo: gwin32registrykey.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32registrykey.Tpo $(DEPDIR)/libgio_2_0_la-gwin32registrykey.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gwin32registrykey.c' object='libgio_2_0_la-gwin32registrykey.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gcontenttype-win32.lo: gcontenttype-win32.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gcontenttype-win32.Tpo $(DEPDIR)/libgio_2_0_la-gcontenttype-win32.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gcontenttype-win32.c' object='libgio_2_0_la-gcontenttype-win32.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gwin32mount.lo: gwin32mount.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32mount.Tpo $(DEPDIR)/libgio_2_0_la-gwin32mount.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gwin32mount.c' object='libgio_2_0_la-gwin32mount.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gwin32volumemonitor.lo: gwin32volumemonitor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32volumemonitor.Tpo $(DEPDIR)/libgio_2_0_la-gwin32volumemonitor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gwin32volumemonitor.c' object='libgio_2_0_la-gwin32volumemonitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gwin32inputstream.lo: gwin32inputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32inputstream.Tpo $(DEPDIR)/libgio_2_0_la-gwin32inputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gwin32inputstream.c' object='libgio_2_0_la-gwin32inputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gwin32outputstream.lo: gwin32outputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gwin32outputstream.Tpo $(DEPDIR)/libgio_2_0_la-gwin32outputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gwin32outputstream.c' object='libgio_2_0_la-gwin32outputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gapplication.lo: gapplication.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gapplication.Tpo $(DEPDIR)/libgio_2_0_la-gapplication.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gapplication.c' object='libgio_2_0_la-gapplication.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gapplicationcommandline.lo: gapplicationcommandline.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gapplicationcommandline.Tpo $(DEPDIR)/libgio_2_0_la-gapplicationcommandline.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gapplicationcommandline.c' object='libgio_2_0_la-gapplicationcommandline.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gapplicationimpl-dbus.lo: gapplicationimpl-dbus.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gapplicationimpl-dbus.Tpo $(DEPDIR)/libgio_2_0_la-gapplicationimpl-dbus.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gapplicationimpl-dbus.c' object='libgio_2_0_la-gapplicationimpl-dbus.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gactiongroup.lo: gactiongroup.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gactiongroup.Tpo $(DEPDIR)/libgio_2_0_la-gactiongroup.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gactiongroup.c' object='libgio_2_0_la-gactiongroup.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gactionmap.lo: gactionmap.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gactionmap.Tpo $(DEPDIR)/libgio_2_0_la-gactionmap.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gactionmap.c' object='libgio_2_0_la-gactionmap.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsimpleactiongroup.lo: gsimpleactiongroup.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleactiongroup.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleactiongroup.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsimpleactiongroup.c' object='libgio_2_0_la-gsimpleactiongroup.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gremoteactiongroup.lo: gremoteactiongroup.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gremoteactiongroup.Tpo $(DEPDIR)/libgio_2_0_la-gremoteactiongroup.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gremoteactiongroup.c' object='libgio_2_0_la-gremoteactiongroup.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gactiongroupexporter.lo: gactiongroupexporter.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gactiongroupexporter.Tpo $(DEPDIR)/libgio_2_0_la-gactiongroupexporter.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gactiongroupexporter.c' object='libgio_2_0_la-gactiongroupexporter.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusactiongroup.lo: gdbusactiongroup.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusactiongroup.Tpo $(DEPDIR)/libgio_2_0_la-gdbusactiongroup.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusactiongroup.c' object='libgio_2_0_la-gdbusactiongroup.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gaction.lo: gaction.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gaction.Tpo $(DEPDIR)/libgio_2_0_la-gaction.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gaction.c' object='libgio_2_0_la-gaction.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gpropertyaction.lo: gpropertyaction.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gpropertyaction.Tpo $(DEPDIR)/libgio_2_0_la-gpropertyaction.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gpropertyaction.c' object='libgio_2_0_la-gpropertyaction.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsimpleaction.lo: gsimpleaction.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsimpleaction.Tpo $(DEPDIR)/libgio_2_0_la-gsimpleaction.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsimpleaction.c' object='libgio_2_0_la-gsimpleaction.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gmenumodel.lo: gmenumodel.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmenumodel.Tpo $(DEPDIR)/libgio_2_0_la-gmenumodel.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmenumodel.c' object='libgio_2_0_la-gmenumodel.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gmenu.lo: gmenu.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmenu.Tpo $(DEPDIR)/libgio_2_0_la-gmenu.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmenu.c' object='libgio_2_0_la-gmenu.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gmenuexporter.lo: gmenuexporter.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmenuexporter.Tpo $(DEPDIR)/libgio_2_0_la-gmenuexporter.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmenuexporter.c' object='libgio_2_0_la-gmenuexporter.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusmenumodel.lo: gdbusmenumodel.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusmenumodel.Tpo $(DEPDIR)/libgio_2_0_la-gdbusmenumodel.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusmenumodel.c' object='libgio_2_0_la-gdbusmenumodel.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnotification.lo: gnotification.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnotification.Tpo $(DEPDIR)/libgio_2_0_la-gnotification.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnotification.c' object='libgio_2_0_la-gnotification.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnotificationbackend.lo: gnotificationbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnotificationbackend.Tpo $(DEPDIR)/libgio_2_0_la-gnotificationbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnotificationbackend.c' object='libgio_2_0_la-gnotificationbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gvdb-reader.lo: gvdb/gvdb-reader.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gvdb-reader.Tpo $(DEPDIR)/libgio_2_0_la-gvdb-reader.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvdb/gvdb-reader.c' object='libgio_2_0_la-gvdb-reader.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdelayedsettingsbackend.lo: gdelayedsettingsbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdelayedsettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gdelayedsettingsbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdelayedsettingsbackend.c' object='libgio_2_0_la-gdelayedsettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gkeyfilesettingsbackend.lo: gkeyfilesettingsbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gkeyfilesettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gkeyfilesettingsbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gkeyfilesettingsbackend.c' object='libgio_2_0_la-gkeyfilesettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gmemorysettingsbackend.lo: gmemorysettingsbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gmemorysettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gmemorysettingsbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gmemorysettingsbackend.c' object='libgio_2_0_la-gmemorysettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnullsettingsbackend.lo: gnullsettingsbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnullsettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gnullsettingsbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnullsettingsbackend.c' object='libgio_2_0_la-gnullsettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsettingsbackend.lo: gsettingsbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gsettingsbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsettingsbackend.c' object='libgio_2_0_la-gsettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsettingsschema.lo: gsettingsschema.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsettingsschema.Tpo $(DEPDIR)/libgio_2_0_la-gsettingsschema.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsettingsschema.c' object='libgio_2_0_la-gsettingsschema.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsettings-mapping.lo: gsettings-mapping.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsettings-mapping.Tpo $(DEPDIR)/libgio_2_0_la-gsettings-mapping.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsettings-mapping.c' object='libgio_2_0_la-gsettings-mapping.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsettings.lo: gsettings.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsettings.Tpo $(DEPDIR)/libgio_2_0_la-gsettings.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsettings.c' object='libgio_2_0_la-gsettings.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gregistrysettingsbackend.lo: gregistrysettingsbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gregistrysettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gregistrysettingsbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gregistrysettingsbackend.c' object='libgio_2_0_la-gregistrysettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gnextstepsettingsbackend.lo: gnextstepsettingsbackend.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gnextstepsettingsbackend.Tpo $(DEPDIR)/libgio_2_0_la-gnextstepsettingsbackend.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gnextstepsettingsbackend.c' object='libgio_2_0_la-gnextstepsettingsbackend.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusutils.lo: gdbusutils.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusutils.Tpo $(DEPDIR)/libgio_2_0_la-gdbusutils.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusutils.c' object='libgio_2_0_la-gdbusutils.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusaddress.lo: gdbusaddress.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusaddress.Tpo $(DEPDIR)/libgio_2_0_la-gdbusaddress.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusaddress.c' object='libgio_2_0_la-gdbusaddress.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusauthobserver.lo: gdbusauthobserver.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthobserver.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthobserver.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusauthobserver.c' object='libgio_2_0_la-gdbusauthobserver.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusauth.lo: gdbusauth.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauth.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauth.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusauth.c' object='libgio_2_0_la-gdbusauth.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusauthmechanism.lo: gdbusauthmechanism.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthmechanism.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthmechanism.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusauthmechanism.c' object='libgio_2_0_la-gdbusauthmechanism.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusauthmechanismanon.lo: gdbusauthmechanismanon.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismanon.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismanon.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusauthmechanismanon.c' object='libgio_2_0_la-gdbusauthmechanismanon.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusauthmechanismexternal.lo: gdbusauthmechanismexternal.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismexternal.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismexternal.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusauthmechanismexternal.c' object='libgio_2_0_la-gdbusauthmechanismexternal.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusauthmechanismsha1.lo: gdbusauthmechanismsha1.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismsha1.Tpo $(DEPDIR)/libgio_2_0_la-gdbusauthmechanismsha1.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusauthmechanismsha1.c' object='libgio_2_0_la-gdbusauthmechanismsha1.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbuserror.lo: gdbuserror.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbuserror.Tpo $(DEPDIR)/libgio_2_0_la-gdbuserror.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbuserror.c' object='libgio_2_0_la-gdbuserror.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusconnection.lo: gdbusconnection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusconnection.Tpo $(DEPDIR)/libgio_2_0_la-gdbusconnection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusconnection.c' object='libgio_2_0_la-gdbusconnection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusmessage.lo: gdbusmessage.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusmessage.Tpo $(DEPDIR)/libgio_2_0_la-gdbusmessage.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusmessage.c' object='libgio_2_0_la-gdbusmessage.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusnameowning.lo: gdbusnameowning.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusnameowning.Tpo $(DEPDIR)/libgio_2_0_la-gdbusnameowning.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusnameowning.c' object='libgio_2_0_la-gdbusnameowning.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusnamewatching.lo: gdbusnamewatching.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusnamewatching.Tpo $(DEPDIR)/libgio_2_0_la-gdbusnamewatching.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusnamewatching.c' object='libgio_2_0_la-gdbusnamewatching.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusproxy.lo: gdbusproxy.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusproxy.Tpo $(DEPDIR)/libgio_2_0_la-gdbusproxy.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusproxy.c' object='libgio_2_0_la-gdbusproxy.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusprivate.lo: gdbusprivate.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusprivate.Tpo $(DEPDIR)/libgio_2_0_la-gdbusprivate.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusprivate.c' object='libgio_2_0_la-gdbusprivate.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusintrospection.lo: gdbusintrospection.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusintrospection.Tpo $(DEPDIR)/libgio_2_0_la-gdbusintrospection.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusintrospection.c' object='libgio_2_0_la-gdbusintrospection.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusmethodinvocation.lo: gdbusmethodinvocation.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusmethodinvocation.Tpo $(DEPDIR)/libgio_2_0_la-gdbusmethodinvocation.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusmethodinvocation.c' object='libgio_2_0_la-gdbusmethodinvocation.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusserver.lo: gdbusserver.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusserver.Tpo $(DEPDIR)/libgio_2_0_la-gdbusserver.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusserver.c' object='libgio_2_0_la-gdbusserver.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusinterface.lo: gdbusinterface.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusinterface.Tpo $(DEPDIR)/libgio_2_0_la-gdbusinterface.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusinterface.c' object='libgio_2_0_la-gdbusinterface.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusinterfaceskeleton.lo: gdbusinterfaceskeleton.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusinterfaceskeleton.Tpo $(DEPDIR)/libgio_2_0_la-gdbusinterfaceskeleton.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusinterfaceskeleton.c' object='libgio_2_0_la-gdbusinterfaceskeleton.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusobject.lo: gdbusobject.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobject.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobject.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusobject.c' object='libgio_2_0_la-gdbusobject.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusobjectskeleton.lo: gdbusobjectskeleton.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectskeleton.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectskeleton.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusobjectskeleton.c' object='libgio_2_0_la-gdbusobjectskeleton.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusobjectproxy.lo: gdbusobjectproxy.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectproxy.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectproxy.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusobjectproxy.c' object='libgio_2_0_la-gdbusobjectproxy.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusobjectmanager.lo: gdbusobjectmanager.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectmanager.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectmanager.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusobjectmanager.c' object='libgio_2_0_la-gdbusobjectmanager.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusobjectmanagerclient.lo: gdbusobjectmanagerclient.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerclient.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerclient.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusobjectmanagerclient.c' object='libgio_2_0_la-gdbusobjectmanagerclient.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gdbusobjectmanagerserver.lo: gdbusobjectmanagerserver.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerserver.Tpo $(DEPDIR)/libgio_2_0_la-gdbusobjectmanagerserver.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gdbusobjectmanagerserver.c' object='libgio_2_0_la-gdbusobjectmanagerserver.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gtestdbus.lo: gtestdbus.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gtestdbus.Tpo $(DEPDIR)/libgio_2_0_la-gtestdbus.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gtestdbus.c' object='libgio_2_0_la-gtestdbus.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-ghttpproxy.lo: ghttpproxy.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-ghttpproxy.Tpo $(DEPDIR)/libgio_2_0_la-ghttpproxy.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='ghttpproxy.c' object='libgio_2_0_la-ghttpproxy.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-glocalfile.lo: glocalfile.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfile.Tpo $(DEPDIR)/libgio_2_0_la-glocalfile.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glocalfile.c' object='libgio_2_0_la-glocalfile.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-glocalfileenumerator.lo: glocalfileenumerator.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileenumerator.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileenumerator.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glocalfileenumerator.c' object='libgio_2_0_la-glocalfileenumerator.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-glocalfileinfo.lo: glocalfileinfo.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileinfo.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileinfo.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glocalfileinfo.c' object='libgio_2_0_la-glocalfileinfo.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-glocalfileinputstream.lo: glocalfileinputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileinputstream.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileinputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glocalfileinputstream.c' object='libgio_2_0_la-glocalfileinputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-glocalfilemonitor.lo: glocalfilemonitor.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfilemonitor.Tpo $(DEPDIR)/libgio_2_0_la-glocalfilemonitor.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glocalfilemonitor.c' object='libgio_2_0_la-glocalfilemonitor.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-glocalfileoutputstream.lo: glocalfileoutputstream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileoutputstream.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileoutputstream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glocalfileoutputstream.c' object='libgio_2_0_la-glocalfileoutputstream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-glocalfileiostream.lo: glocalfileiostream.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalfileiostream.Tpo $(DEPDIR)/libgio_2_0_la-glocalfileiostream.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glocalfileiostream.c' object='libgio_2_0_la-glocalfileiostream.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-glocalvfs.lo: glocalvfs.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-glocalvfs.Tpo $(DEPDIR)/libgio_2_0_la-glocalvfs.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='glocalvfs.c' object='libgio_2_0_la-glocalvfs.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocks4proxy.lo: gsocks4proxy.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocks4proxy.Tpo $(DEPDIR)/libgio_2_0_la-gsocks4proxy.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocks4proxy.c' object='libgio_2_0_la-gsocks4proxy.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocks4aproxy.lo: gsocks4aproxy.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocks4aproxy.Tpo $(DEPDIR)/libgio_2_0_la-gsocks4aproxy.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocks4aproxy.c' object='libgio_2_0_la-gsocks4aproxy.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-gsocks5proxy.lo: gsocks5proxy.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-gsocks5proxy.Tpo $(DEPDIR)/libgio_2_0_la-gsocks5proxy.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gsocks5proxy.c' object='libgio_2_0_la-gsocks5proxy.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

libgio_2_0_la-thumbnail-verify.lo: thumbnail-verify.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libgio_2_0_la-thumbnail-verify.Tpo $(DEPDIR)/libgio_2_0_la-thumbnail-verify.Plo
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='thumbnail-verify.c' object='libgio_2_0_la-thumbnail-verify.lo' libtool=yes @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

gvdb-builder.o: gvdb/gvdb-builder.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gvdb-builder.Tpo $(DEPDIR)/gvdb-builder.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvdb/gvdb-builder.c' object='gvdb-builder.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

gvdb-builder.obj: gvdb/gvdb-builder.c
@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`
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gvdb-builder.Tpo $(DEPDIR)/gvdb-builder.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gvdb/gvdb-builder.c' object='gvdb-builder.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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`

gresource-gresource-tool.o: gresource-tool.c
@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
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gresource-gresource-tool.Tpo $(DEPDIR)/gresource-gresource-tool.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gresource-tool.c' object='gresource-gresource-tool.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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

gresource-gresource-tool.obj: gresource-tool.c
@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`
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/gresource-gresource-tool.Tpo $(DEPDIR)/gresource-gresource-tool.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='gresource-tool.c' object='gresource-gresource-tool.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@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`

mostlyclean-libtool:
        -rm -f *.lo

clean-libtool:
        -rm -rf .libs _libs
install-completionDATA: $(completion_DATA)
        @$(NORMAL_INSTALL)
        @list='$(completion_DATA)'; test -n "$(completiondir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(completiondir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(completiondir)" || exit 1; \
        fi; \
        for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          echo "$$d$$p"; \
        done | $(am__base_list) | \
        while read files; do \
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(completiondir)'"; \
          $(INSTALL_DATA) $$files "$(DESTDIR)$(completiondir)" || exit $$?; \
        done

uninstall-completionDATA:
        @$(NORMAL_UNINSTALL)
        @list='$(completion_DATA)'; test -n "$(completiondir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(completiondir)'; $(am__uninstall_files_from_dir)
install-dist_itsDATA: $(dist_its_DATA)
        @$(NORMAL_INSTALL)
        @list='$(dist_its_DATA)'; test -n "$(itsdir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(itsdir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(itsdir)" || exit 1; \
        fi; \
        for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          echo "$$d$$p"; \
        done | $(am__base_list) | \
        while read files; do \
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(itsdir)'"; \
          $(INSTALL_DATA) $$files "$(DESTDIR)$(itsdir)" || exit $$?; \
        done

uninstall-dist_itsDATA:
        @$(NORMAL_UNINSTALL)
        @list='$(dist_its_DATA)'; test -n "$(itsdir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(itsdir)'; $(am__uninstall_files_from_dir)
install-dist_schemaDATA: $(dist_schema_DATA)
        @$(NORMAL_INSTALL)
        @list='$(dist_schema_DATA)'; test -n "$(schemadir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(schemadir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(schemadir)" || exit 1; \
        fi; \
        for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          echo "$$d$$p"; \
        done | $(am__base_list) | \
        while read files; do \
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemadir)'"; \
          $(INSTALL_DATA) $$files "$(DESTDIR)$(schemadir)" || exit $$?; \
        done

uninstall-dist_schemaDATA:
        @$(NORMAL_UNINSTALL)
        @list='$(dist_schema_DATA)'; test -n "$(schemadir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(schemadir)'; $(am__uninstall_files_from_dir)
install-installed_test_metaDATA: $(installed_test_meta_DATA)
        @$(NORMAL_INSTALL)
        @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(installed_test_metadir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(installed_test_metadir)" || exit 1; \
        fi; \
        for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          echo "$$d$$p"; \
        done | $(am__base_list) | \
        while read files; do \
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(installed_test_metadir)'"; \
          $(INSTALL_DATA) $$files "$(DESTDIR)$(installed_test_metadir)" || exit $$?; \
        done

uninstall-installed_test_metaDATA:
        @$(NORMAL_UNINSTALL)
        @list='$(installed_test_meta_DATA)'; test -n "$(installed_test_metadir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(installed_test_metadir)'; $(am__uninstall_files_from_dir)
install-nobase_installed_testDATA: $(nobase_installed_test_DATA)
        @$(NORMAL_INSTALL)
        @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(installed_testdir)" || exit 1; \
        fi; \
        $(am__nobase_list) | while read dir files; do \
          xfiles=; for file in $$files; do \
            if test -f "$$file"; then xfiles="$$xfiles $$file"; \
            else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \
          test -z "$$xfiles" || { \
            test "x$$dir" = x. || { \
              echo " $(MKDIR_P) '$(DESTDIR)$(installed_testdir)/$$dir'"; \
              $(MKDIR_P) "$(DESTDIR)$(installed_testdir)/$$dir"; }; \
            echo " $(INSTALL_DATA) $$xfiles '$(DESTDIR)$(installed_testdir)/$$dir'"; \
            $(INSTALL_DATA) $$xfiles "$(DESTDIR)$(installed_testdir)/$$dir" || exit $$?; }; \
        done

uninstall-nobase_installed_testDATA:
        @$(NORMAL_UNINSTALL)
        @list='$(nobase_installed_test_DATA)'; test -n "$(installed_testdir)" || list=; \
        $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
        dir='$(DESTDIR)$(installed_testdir)'; $(am__uninstall_files_from_dir)
install-gioincludeHEADERS: $(gioinclude_HEADERS)
        @$(NORMAL_INSTALL)
        @list='$(gioinclude_HEADERS)'; test -n "$(gioincludedir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(gioincludedir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(gioincludedir)" || exit 1; \
        fi; \
        for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          echo "$$d$$p"; \
        done | $(am__base_list) | \
        while read files; do \
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(gioincludedir)'"; \
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(gioincludedir)" || exit $$?; \
        done

uninstall-gioincludeHEADERS:
        @$(NORMAL_UNINSTALL)
        @list='$(gioinclude_HEADERS)'; test -n "$(gioincludedir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(gioincludedir)'; $(am__uninstall_files_from_dir)
install-giounixincludeHEADERS: $(giounixinclude_HEADERS)
        @$(NORMAL_INSTALL)
        @list='$(giounixinclude_HEADERS)'; test -n "$(giounixincludedir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(giounixincludedir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(giounixincludedir)" || exit 1; \
        fi; \
        for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          echo "$$d$$p"; \
        done | $(am__base_list) | \
        while read files; do \
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(giounixincludedir)'"; \
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(giounixincludedir)" || exit $$?; \
        done

uninstall-giounixincludeHEADERS:
        @$(NORMAL_UNINSTALL)
        @list='$(giounixinclude_HEADERS)'; test -n "$(giounixincludedir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(giounixincludedir)'; $(am__uninstall_files_from_dir)
install-giowin32includeHEADERS: $(giowin32include_HEADERS)
        @$(NORMAL_INSTALL)
        @list='$(giowin32include_HEADERS)'; test -n "$(giowin32includedir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(giowin32includedir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(giowin32includedir)" || exit 1; \
        fi; \
        for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          echo "$$d$$p"; \
        done | $(am__base_list) | \
        while read files; do \
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(giowin32includedir)'"; \
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(giowin32includedir)" || exit $$?; \
        done

uninstall-giowin32includeHEADERS:
        @$(NORMAL_UNINSTALL)
        @list='$(giowin32include_HEADERS)'; test -n "$(giowin32includedir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(giowin32includedir)'; $(am__uninstall_files_from_dir)
install-nodist_gioincludeHEADERS: $(nodist_gioinclude_HEADERS)
        @$(NORMAL_INSTALL)
        @list='$(nodist_gioinclude_HEADERS)'; test -n "$(gioincludedir)" || list=; \
        if test -n "$$list"; then \
          echo " $(MKDIR_P) '$(DESTDIR)$(gioincludedir)'"; \
          $(MKDIR_P) "$(DESTDIR)$(gioincludedir)" || exit 1; \
        fi; \
        for p in $$list; do \
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
          echo "$$d$$p"; \
        done | $(am__base_list) | \
        while read files; do \
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(gioincludedir)'"; \
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(gioincludedir)" || exit $$?; \
        done

uninstall-nodist_gioincludeHEADERS:
        @$(NORMAL_UNINSTALL)
        @list='$(nodist_gioinclude_HEADERS)'; test -n "$(gioincludedir)" || list=; \
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        dir='$(DESTDIR)$(gioincludedir)'; $(am__uninstall_files_from_dir)

# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in 'config.status', edit 'config.status'
#     (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(am__recursive_targets):
        @fail=; \
        if $(am__make_keepgoing); then \
          failcom='fail=yes'; \
        else \
          failcom='exit 1'; \
        fi; \
        dot_seen=no; \
        target=`echo $@ | sed s/-recursive//`; \
        case "$@" in \
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
          *) list='$(SUBDIRS)' ;; \
        esac; \
        for subdir in $$list; do \
          echo "Making $$target in $$subdir"; \
          if test "$$subdir" = "."; then \
            dot_seen=yes; \
            local_target="$$target-am"; \
          else \
            local_target="$$target"; \
          fi; \
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
          || eval $$failcom; \
        done; \
        if test "$$dot_seen" = "no"; then \
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        fi; test -z "$$fail"

ID: $(am__tagged_files)
        $(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-recursive
TAGS: tags

tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        set x; \
        here=`pwd`; \
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
          include_option=--etags-include; \
          empty_fix=.; \
        else \
          include_option=--include; \
          empty_fix=; \
        fi; \
        list='$(SUBDIRS)'; for subdir in $$list; do \
          if test "$$subdir" = .; then :; else \
            test ! -f $$subdir/TAGS || \
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
          fi; \
        done; \
        $(am__define_uniq_tagged_files); \
        shift; \
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
          test -n "$$unique" || unique=$$empty_fix; \
          if test $$# -gt 0; then \
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
              "$$@" $$unique; \
          else \
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
              $$unique; \
          fi; \
        fi
ctags: ctags-recursive

CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
        $(am__define_uniq_tagged_files); \
        test -z "$(CTAGS_ARGS)$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$unique

GTAGS:
        here=`$(am__cd) $(top_builddir) && pwd` \
          && $(am__cd) $(top_srcdir) \
          && gtags -i $(GTAGS_ARGS) "$$here"
cscopelist: cscopelist-recursive

cscopelist-am: $(am__tagged_files)
        list='$(am__tagged_files)'; \
        case "$(srcdir)" in \
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
          *) sdir=$(subdir)/$(srcdir) ;; \
        esac; \
        for i in $$list; do \
          if test -f "$$i"; then \
            echo "$(subdir)/$$i"; \
          else \
            echo "$$sdir/$$i"; \
          fi; \
        done >> $(top_builddir)/cscope.files

distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

# Recover from deleted '.trs' file; this should ensure that
# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
# to avoid problems with "make -n".
.log.trs:
        rm -f $< $@
        $(MAKE) $(AM_MAKEFLAGS) $<

# Leading 'am--fnord' is there to ensure the list of targets does not
# expand to empty, as could happen e.g. with make check TESTS=''.
am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
am--force-recheck:
        @:

$(TEST_SUITE_LOG): $(TEST_LOGS)
        @$(am__set_TESTS_bases); \
        am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
        redo_bases=`for i in $$bases; do \
                      am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
                    done`; \
        if test -n "$$redo_bases"; then \
          redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
          redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
          if $(am__make_dryrun); then :; else \
            rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
          fi; \
        fi; \
        if test -n "$$am__remaking_logs"; then \
          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
               "recursion detected" >&2; \
        elif test -n "$$redo_logs"; then \
          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
        fi; \
        if $(am__make_dryrun); then :; else \
          st=0;  \
          errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
          for i in $$redo_bases; do \
            test -f $$i.trs && test -r $$i.trs \
              || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
            test -f $$i.log && test -r $$i.log \
              || { echo "$$errmsg $$i.log" >&2; st=1; }; \
          done; \
          test $$st -eq 0 || exit 1; \
        fi
        @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
        ws='[   ]'; \
        results=`for b in $$bases; do echo $$b.trs; done`; \
        test -n "$$results" || results=/dev/null; \
        all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
        pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
        fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
        skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
        xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
        xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
        error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
        if test `expr $$fail + $$xpass + $$error` -eq 0; then \
          success=true; \
        else \
          success=false; \
        fi; \
        br='==================='; br=$$br$$br$$br$$br; \
        result_count () \
        { \
            if test x"$$1" = x"--maybe-color"; then \
              maybe_colorize=yes; \
            elif test x"$$1" = x"--no-color"; then \
              maybe_colorize=no; \
            else \
              echo "$@: invalid 'result_count' usage" >&2; exit 4; \
            fi; \
            shift; \
            desc=$$1 count=$$2; \
            if test $$maybe_colorize = yes && test $$count -gt 0; then \
              color_start=$$3 color_end=$$std; \
            else \
              color_start= color_end=; \
            fi; \
            echo "$${color_start}# $$desc $$count$${color_end}"; \
        }; \
        create_testsuite_report () \
        { \
          result_count $$1 "TOTAL:" $$all   "$$brg"; \
          result_count $$1 "PASS: " $$pass  "$$grn"; \
          result_count $$1 "SKIP: " $$skip  "$$blu"; \
          result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
          result_count $$1 "FAIL: " $$fail  "$$red"; \
          result_count $$1 "XPASS:" $$xpass "$$red"; \
          result_count $$1 "ERROR:" $$error "$$mgn"; \
        }; \
        {                                                               \
          echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
            $(am__rst_title);                                           \
          create_testsuite_report --no-color;                           \
          echo;                                                         \
          echo ".. contents:: :depth: 2";                               \
          echo;                                                         \
          for b in $$bases; do echo $$b; done                           \
            | $(am__create_global_log);                                 \
        } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
        mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
        if $$success; then                                              \
          col="$$grn";                                                  \
         else                                                           \
          col="$$red";                                                  \
          test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
        fi;                                                             \
        echo "$${col}$$br$${std}";                                      \
        echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
        echo "$${col}$$br$${std}";                                      \
        create_testsuite_report --maybe-color;                          \
        echo "$$col$$br$$std";                                          \
        if $$success; then :; else                                      \
          echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
          if test -n "$(PACKAGE_BUGREPORT)"; then                       \
            echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
          fi;                                                           \
          echo "$$col$$br$$std";                                        \
        fi;                                                             \
        $$success || exit 1

check-TESTS:
        @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
        @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
        @set +e; $(am__set_TESTS_bases); \
        log_list=`for i in $$bases; do echo $$i.log; done`; \
        trs_list=`for i in $$bases; do echo $$i.trs; done`; \
        log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
        exit $$?;
recheck: all $(check_LTLIBRARIES) $(check_PROGRAMS) $(check_SCRIPTS) $(check_DATA)
        @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
        @set +e; $(am__set_TESTS_bases); \
        bases=`for i in $$bases; do echo $$i; done \
                 | $(am__list_recheck_tests)` || exit 1; \
        log_list=`for i in $$bases; do echo $$i.log; done`; \
        log_list=`echo $$log_list`; \
        $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
                am__force_recheck=am--force-recheck \
                TEST_LOGS="$$log_list"; \
        exit $$?
.test.log:
        @p='$<'; \
        $(am__set_b); \
        $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
        --log-file $$b.log --trs-file $$b.trs \
        $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
        "$$tst" $(AM_TESTS_FD_REDIRECT)
@am__EXEEXT_TRUE@.test$(EXEEXT).log:
@am__EXEEXT_TRUE@       @p='$<'; \
@am__EXEEXT_TRUE@       $(am__set_b); \
@am__EXEEXT_TRUE@       $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
@am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
@am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
@am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)

distdir: $(DISTFILES)
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        list='$(DISTFILES)'; \
          dist_files=`for file in $$list; do echo $$file; done | \
          sed -e "s|^$$srcdirstrip/||;t" \
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        case $$dist_files in \
          */*) $(MKDIR_P) `echo "$$dist_files" | \
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                           sort -u` ;; \
        esac; \
        for file in $$dist_files; do \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          if test -d $$d/$$file; then \
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
            if test -d "$(distdir)/$$file"; then \
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
            fi; \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
            fi; \
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
          else \
            test -f "$(distdir)/$$file" \
            || cp -p $$d/$$file "$(distdir)/$$file" \
            || exit 1; \
          fi; \
        done
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
          if test "$$subdir" = .; then :; else \
            $(am__make_dryrun) \
              || test -d "$(distdir)/$$subdir" \
              || $(MKDIR_P) "$(distdir)/$$subdir" \
              || exit 1; \
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
            $(am__relativize); \
            new_distdir=$$reldir; \
            dir1=$$subdir; dir2="$(top_distdir)"; \
            $(am__relativize); \
            new_top_distdir=$$reldir; \
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
            ($(am__cd) $$subdir && \
              $(MAKE) $(AM_MAKEFLAGS) \
                top_distdir="$$new_top_distdir" \
                distdir="$$new_distdir" \
                am__remove_distdir=: \
                am__skip_length_check=: \
                am__skip_mode_fix=: \
                distdir) \
              || exit 1; \
          fi; \
        done
        $(MAKE) $(AM_MAKEFLAGS) \
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
          dist-hook
check-am: all-am
        $(MAKE) $(AM_MAKEFLAGS) $(check_LTLIBRARIES) $(check_PROGRAMS) \
          $(check_SCRIPTS) $(check_DATA)
        $(MAKE) $(AM_MAKEFLAGS) check-TESTS check-local
check: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \
                $(HEADERS) all-local
install-binPROGRAMS: install-libLTLIBRARIES

installdirs: installdirs-recursive
installdirs-am:
        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 \
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        done
install: $(BUILT_SOURCES)
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive

install-am: all-am
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-recursive
install-strip:
        if test -z '$(STRIP)'; then \
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
              install; \
        else \
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
        fi
mostlyclean-generic:
        -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
        -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
        -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)

clean-generic:
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)

maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
@HAVE_GLIB_RUNTIME_LIBDIR_FALSE@install-data-hook:
clean: clean-recursive

clean-am: clean-binPROGRAMS clean-checkLTLIBRARIES clean-checkPROGRAMS \
        clean-generic clean-installed_testLTLIBRARIES \
        clean-installed_testPROGRAMS clean-libLTLIBRARIES \
        clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
        mostlyclean-am

distclean: distclean-recursive
        -rm -rf ./$(DEPDIR)
        -rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
        distclean-tags

dvi: dvi-recursive

dvi-am:

html: html-recursive

html-am:

info: info-recursive

info-am:

install-data-am: install-completionDATA install-data-local \
        install-dist_itsDATA install-dist_schemaDATA \
        install-gioincludeHEADERS install-giounixincludeHEADERS \
        install-giowin32includeHEADERS \
        install-installed_testLTLIBRARIES \
        install-installed_testPROGRAMS install-installed_testSCRIPTS \
        install-installed_test_metaDATA \
        install-nobase_installed_testDATA \
        install-nodist_gioincludeHEADERS
        @$(NORMAL_INSTALL)
        $(MAKE) $(AM_MAKEFLAGS) install-data-hook
install-dvi: install-dvi-recursive

install-dvi-am:

install-exec-am: install-binPROGRAMS install-libLTLIBRARIES

install-html: install-html-recursive

install-html-am:

install-info: install-info-recursive

install-info-am:

install-man:

install-pdf: install-pdf-recursive

install-pdf-am:

install-ps: install-ps-recursive

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-recursive
        -rm -rf ./$(DEPDIR)
        -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-recursive

mostlyclean-am: mostlyclean-compile mostlyclean-generic \
        mostlyclean-libtool

pdf: pdf-recursive

pdf-am:

ps: ps-recursive

ps-am:

uninstall-am: uninstall-binPROGRAMS uninstall-completionDATA \
        uninstall-dist_itsDATA uninstall-dist_schemaDATA \
        uninstall-gioincludeHEADERS uninstall-giounixincludeHEADERS \
        uninstall-giowin32includeHEADERS \
        uninstall-installed_testLTLIBRARIES \
        uninstall-installed_testPROGRAMS \
        uninstall-installed_testSCRIPTS \
        uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \
        uninstall-local uninstall-nobase_installed_testDATA \
        uninstall-nodist_gioincludeHEADERS

.MAKE: $(am__recursive_targets) all check check-am install install-am \
        install-data-am install-strip

.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
        check check-TESTS check-am check-local clean clean-binPROGRAMS \
        clean-checkLTLIBRARIES clean-checkPROGRAMS clean-generic \
        clean-installed_testLTLIBRARIES clean-installed_testPROGRAMS \
        clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
        clean-noinstPROGRAMS cscopelist-am ctags ctags-am dist-hook \
        distclean distclean-compile distclean-generic \
        distclean-libtool distclean-tags distdir dvi dvi-am html \
        html-am info info-am install install-am install-binPROGRAMS \
        install-completionDATA install-data install-data-am \
        install-data-hook install-data-local install-dist_itsDATA \
        install-dist_schemaDATA install-dvi install-dvi-am \
        install-exec install-exec-am install-gioincludeHEADERS \
        install-giounixincludeHEADERS install-giowin32includeHEADERS \
        install-html install-html-am install-info install-info-am \
        install-installed_testLTLIBRARIES \
        install-installed_testPROGRAMS install-installed_testSCRIPTS \
        install-installed_test_metaDATA install-libLTLIBRARIES \
        install-man install-nobase_installed_testDATA \
        install-nodist_gioincludeHEADERS install-pdf install-pdf-am \
        install-ps install-ps-am install-strip installcheck \
        installcheck-am installdirs installdirs-am maintainer-clean \
        maintainer-clean-generic mostlyclean mostlyclean-compile \
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
        recheck tags tags-am uninstall uninstall-am \
        uninstall-binPROGRAMS uninstall-completionDATA \
        uninstall-dist_itsDATA uninstall-dist_schemaDATA \
        uninstall-gioincludeHEADERS uninstall-giounixincludeHEADERS \
        uninstall-giowin32includeHEADERS \
        uninstall-installed_testLTLIBRARIES \
        uninstall-installed_testPROGRAMS \
        uninstall-installed_testSCRIPTS \
        uninstall-installed_test_metaDATA uninstall-libLTLIBRARIES \
        uninstall-local uninstall-nobase_installed_testDATA \
        uninstall-nodist_gioincludeHEADERS

.PRECIOUS: Makefile


# test-nonrecursive: run tests only in cwd
@OS_UNIX_TRUE@test-nonrecursive: ${TEST_PROGS}
@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}
@OS_UNIX_FALSE@test-nonrecursive:

.PHONY: test-nonrecursive

.PHONY: lcov genlcov lcov-clean
# use recursive makes in order to ignore errors during check
lcov:
        -$(MAKE) $(AM_MAKEFLAGS) -k check
        $(MAKE) $(AM_MAKEFLAGS) genlcov

# we have to massage the lcov.info file slightly to hide the effect of libtool
# placing the objects files in the .libs/ directory separate from the *.c
# we also have to delete tests/.libs/libmoduletestplugin_*.gcda
genlcov:
        $(AM_V_GEN) rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda; \
          $(LTP) --quiet --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool --ignore-errors source; \
          $(LTP) --quiet --output-file glib-lcov.info --remove glib-lcov.info docs/reference/\* /tmp/\*  gio/tests/gdbus-object-manager-example/\* ; \
          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
        @echo "file://$(abs_top_builddir)/glib-lcov/index.html"

lcov-clean:
        if test -n "$(LTP)"; then \
          $(LTP) --quiet --directory $(top_builddir) -z; \
        fi

# run tests in cwd as part of make check
check-local: test-nonrecursive

@ENABLE_INSTALLED_TESTS_TRUE@%.test: %$(EXEEXT) Makefile
@ENABLE_INSTALLED_TESTS_TRUE@   $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
@ENABLE_INSTALLED_TESTS_TRUE@   echo 'Type=session' >> $@.tmp; \
@ENABLE_INSTALLED_TESTS_TRUE@   echo 'Exec=$(installed_testdir)/$(notdir $<)' >> $@.tmp; \
@ENABLE_INSTALLED_TESTS_TRUE@   mv $@.tmp $@)

install-ms-lib:
        $(install_ms_lib_cmd)

uninstall-ms-lib:
        $(uninstall_ms_lib_cmd)

gdbus-daemon-generated.h gdbus-daemon-generated.c: $(srcdir)/dbus-daemon.xml $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in
        $(AM_V_GEN) UNINSTALLED_GLIB_SRCDIR=$(top_srcdir) \
                UNINSTALLED_GLIB_BUILDDIR=$(top_builddir) \
                $(PYTHON) $(srcdir)/gdbus-2.0/codegen/gdbus-codegen.in \
                --interface-prefix org. \
                --generate-c-code gdbus-daemon-generated \
                --c-namespace _G \
                $(srcdir)/dbus-daemon.xml \
                $(NULL)

install-data-local: install-ms-lib
        $(mkinstalldirs) $(DESTDIR)$(GIO_MODULE_DIR)

uninstall-local: uninstall-ms-lib

gio-win32-res.o: gio.rc
        $(WINDRES) gio.rc $@

# This is read by gobject-introspection/misc/ and gtk-doc
gio-public-headers.txt: Makefile
        $(AM_V_GEN) echo $(gioinclude_HEADERS) $(giowin32include_HEADERS) $(giounixinclude_HEADERS) > $@.tmp && mv $@.tmp $@

all-local: gio-public-headers.txt

gioenumtypes.h: $(gio_headers) gioenumtypes.h.template
        $(AM_V_GEN) $(top_builddir)/gobject/glib-mkenums --template $(filter %.template,$^) $(filter-out %.template,$^) > \
            gioenumtypes.h.tmp && mv gioenumtypes.h.tmp gioenumtypes.h

gioenumtypes.c: $(gio_headers) gioenumtypes.c.template
        $(AM_V_GEN) $(top_builddir)/gobject/glib-mkenums --template $(filter %.template,$^) $(filter-out %.template,$^) > \
            gioenumtypes.c.tmp && mv gioenumtypes.c.tmp gioenumtypes.c

gio.def: libgio-2.0.la
        $(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

gio-2.0.lib: libgio-2.0.la gio.def
        $(AM_V_GEN) lib.exe -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgio-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(builddir)/gio.def -out:$@

gconstructor_as_data.h: $(top_srcdir)/glib/gconstructor.h data-to-c.pl
        $(AM_V_GEN) $(srcdir)/data-to-c.pl $(top_srcdir)/glib/gconstructor.h gconstructor_code > $@.tmp && mv $@.tmp $@

#
# Creates Visual Studio 2008/2010 projects from items passed in from autotools files
# $(1) - Base Name of the MSVC project files (outputs)
#

define msvcproj-builder

$(top_builddir)/build/win32/vs10/$(1).vcxproj: $(top_builddir)/build/win32/vs9/$(1).vcproj
$(top_builddir)/build/win32/vs10/$(1).vcxproj.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj
$(1).sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj
$(1).vs10.sourcefiles: $(top_builddir)/build/win32/vs9/$(1).vcproj
$(1).vs10.sourcefiles.filters: $(top_builddir)/build/win32/vs9/$(1).vcproj

$(top_builddir)/build/win32/vs9/$(1).vcproj:
        -$(RM) $(top_builddir)/build/win32/vs9/$(1).vcproj
        -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj
        -$(RM) $(top_builddir)/build/win32/vs10/$(1).vcxproj.filters

        for F in $(_proj_files); do \
                case $$$$F in \
                $(_proj_filters)) \
                        ;; \
                *.c|*.cpp|*.cc|*.cxx) \
                        echo '   <File RelativePath="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).sourcefiles && \
                        echo '   <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'" />' >>$(1).vs10.sourcefiles && \
                        echo '   <ClCompile Include="..\..\..'$(_proj_subdir)$$$$F'"><Filter>Source Files</Filter></ClCompile>' >>$(1).vs10.sourcefiles.filters \
                        ;; \
                esac;   \
        done

        $(CPP) -P - <$(top_srcdir)/build/win32/vs9/$(1).vcprojin >$(top_builddir)/build/win32/vs9/$(1).vcproj
        $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxprojin >$(top_builddir)/build/win32/vs10/$(1).vcxproj
        $(CPP) -P - <$(top_srcdir)/build/win32/vs10/$(1).vcxproj.filtersin >$(top_builddir)/build/win32/vs10/$(1).vcxproj.filters
        $(RM) $(1).sourcefiles
        $(RM) $(1).vs10.sourcefiles
        $(RM) $(1).vs10.sourcefiles.filters

$(top_builddir)/build/win32/vs10/$(1).vs10.headers: $(top_builddir)/build/win32/vs9/$(1).headers

$(top_builddir)/build/win32/vs9/$(1).headers:
        -$(RM) $(top_builddir)/build/win32/vs9/$(1).headers
        -$(RM) $(top_builddir)/build/win32/vs10/$(1).vs10.headers

        for F in $(_proj_headers); do \
                case $$$$F in \
                $(_proj_headers_excludes)) \
                        ;; \
                *.h|*.hpp|*.hh|*.hxx) \
                        echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F'&#x0D;&#x0A;' >>$(top_builddir)/build/win32/vs9/$(1).headers && \
                        echo 'copy ..\..\..'$(_proj_subdir)$$$$F' $$$$(CopyDir)\include'$(_headers_destdir)'\'$$$$F >>$(top_builddir)/build/win32/vs10/$(1).vs10.headers \
                        ;; \
                esac;   \
        done

endef

$(foreach proj,$(MSVCPROJS),$(eval $(call msvcproj-builder,$(proj))))

dist-hook: \
        $(BUILT_EXTRA_DIST)     \
        $(top_builddir)/build/win32/vs9/gio.vcproj      \
        $(top_builddir)/build/win32/vs9/gio.headers     \
        $(top_builddir)/build/win32/vs9/glib-compile-schemas.vcproj     \
        $(top_builddir)/build/win32/vs9/glib-compile-resources.vcproj
        files='$(BUILT_EXTRA_DIST)'; \
        for f in $$files; do \
          if test -f $$f; then d=.; else d=$(srcdir); fi; \
          cp $$d/$$f $(distdir) || exit 1; done

@HAVE_GLIB_RUNTIME_LIBDIR_TRUE@install-data-hook:
@HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mkdir -p $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
@HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgio-2.0.so.0 $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
@HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ mv $(DESTDIR)$(libdir)/libgio-2.0.so.0.$(LT_CURRENT).$(LT_REVISION) $(DESTDIR)$(libdir)/$(GLIB_RUNTIME_LIBDIR)
@HAVE_GLIB_RUNTIME_LIBDIR_TRUE@ rm -f $(DESTDIR)$(libdir)/libgio-2.0.so
@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

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: