# Makefile.in generated by automake 1.15.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2017 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@ # GTK+ - The GIMP Toolkit # 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 = ... # # # 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 # Author: Fan, Chun-wei # Common autotools file for constructing the g-ir-scanner and # g-ir-compiler command lines for Visual Studio builds. # This is copied from $(srcroot)/build from the gobject-introspection # project, which may be included in projects that support both # Visual Studio builds and introspection. # * Input variables: # # MSVC_INTROSPECT_GIRS - List of .gir's that should be built # in the NMake Makefiles # # * Simple tutorial # # Add this to Makefile.am where your library/program is built: # (Either YourLib_1_0_gir_MSVC_LIBS or YourLib_1_0_gir_MSVC_PROGRAM # is required unless --headers-only is specified in # YourLib_1_0_gir__MSVC_SCANNERFLAGS) # # include $(top_srcdir)/build/Makefile.msvc-introspection # MSVC_INTROSPECT_GIRS = YourLib-1.0.gir # YourLib_1_0_gir_NAMESPACE = YourLib # This is optional # YourLib_1_0_gir_VERSION = 1.0 # This is optional # YourLib_1_0_gir_MSVC_LIBS = yourlib-1.0 # YourLib_1_0_gir_MSVC_FILES = $(libyourlib_1_0_SOURCES) # YourLib_1_0_gir_MSVC_PROGRAM = YourProgram # YourLib_1_0_gir_MSVC_PACKAGES = (Dependent .pc files) # YourLib_1_0_gir_MSVC_INCLUDE_GIRS = (Dependent external .gir's) # YourLiv_1_0_gir_MSVC_EXPORT_PACKAGES = (Packages exported by this .gir) # 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@ @OS_LINUX_TRUE@am__append_1 = abicheck.sh pltcheck.sh @HAVE_INCLUDED_IMMMODULES_TRUE@am__append_2 = $(INCLUDED_IMMODULE_OBJ) @HAVE_INCLUDED_IMMMODULES_TRUE@am__append_3 = $(INCLUDED_IMMODULE_OBJ) @OS_UNIX_TRUE@am__append_4 = \ @OS_UNIX_TRUE@ gtkiconcachevalidator.h \ @OS_UNIX_TRUE@ gtkprintbackend.h \ @OS_UNIX_TRUE@ gtkprinter-private.h \ @OS_UNIX_TRUE@ gtkprinteroption.h \ @OS_UNIX_TRUE@ gtkprinteroptionset.h \ @OS_UNIX_TRUE@ gtkprinteroptionwidget.h \ @OS_UNIX_TRUE@ gtksearchenginebeagle.h \ @OS_UNIX_TRUE@ gtksearchenginetracker.h @OS_UNIX_TRUE@am__append_5 = $(gtk_os_unix_c_sources) @OS_WIN32_TRUE@am__append_6 = gtkprint-win32.h @OS_WIN32_TRUE@am__append_7 = $(gtk_os_win32_c_sources) @USE_X11_TRUE@am__append_8 = gtkxembed.h gtktrayicon.h xembed.h @USE_X11_TRUE@am__append_9 = $(gtk_use_x11_c_sources) @USE_WIN32_TRUE@@USE_X11_FALSE@am__append_10 = gtkwin32embed.h gtkwin32embedwidget.h @USE_WIN32_TRUE@@USE_X11_FALSE@am__append_11 = $(gtk_use_win32_c_sources) @USE_QUARTZ_TRUE@@USE_WIN32_FALSE@@USE_X11_FALSE@am__append_12 = gtksearchenginequartz.h @USE_QUARTZ_TRUE@@USE_WIN32_FALSE@@USE_X11_FALSE@am__append_13 = $(gtk_use_quartz_c_sources) @USE_QUARTZ_FALSE@@USE_WIN32_FALSE@@USE_X11_FALSE@am__append_14 = $(gtk_use_stub_c_sources) @HAVE_INTROSPECTION_TRUE@@USE_X11_TRUE@am__append_15 = --add-include-path=$(top_builddir)/gdk/x11 @HAVE_INTROSPECTION_TRUE@am__append_16 = Gtk-2.0.gir @HAVE_INTROSPECTION_TRUE@am__append_17 = $(gir_DATA) $(typelibs_DATA) bin_PROGRAMS = gtk-query-immodules-2.0$(EXEEXT) \ gtk-update-icon-cache$(EXEEXT) subdir = gtk ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \ $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(gtkinclude_HEADERS) \ $(am__gtkunixprintinclude_HEADERS_DIST) $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = makefile.msc gtkversion.h gtk-win32.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)$(libdir)" "$(DESTDIR)$(bindir)" \ "$(DESTDIR)$(bindir)" "$(DESTDIR)$(girdir)" \ "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(gtkincludedir)" \ "$(DESTDIR)$(gtkunixprintincludedir)" LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = @HAVE_INCLUDED_IMMMODULES_TRUE@am__DEPENDENCIES_2 = \ @HAVE_INCLUDED_IMMMODULES_TRUE@ $(am__DEPENDENCIES_1) am__DEPENDENCIES_3 = $(top_builddir)/gdk/$(gdktargetlib) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_2) am__libgtk_directfb_2_0_la_SOURCES_DIST = gtkquery.c gtksearchengine.c \ gtksearchenginesimple.c fnmatch.c gtkaboutdialog.c \ gtkaccelgroup.c gtkaccellabel.c gtkaccelmap.c gtkaccessible.c \ gtkaction.c gtkactiongroup.c gtkactivatable.c gtkadjustment.c \ gtkalignment.c gtkarrow.c gtkaspectframe.c gtkassistant.c \ gtkbbox.c gtkbin.c gtkbindings.c gtkbox.c gtkbuildable.c \ gtkbuilder.c gtkbuilderparser.c gtkbutton.c gtkcalendar.c \ gtkcelleditable.c gtkcelllayout.c gtkcellrenderer.c \ gtkcellrendereraccel.c gtkcellrenderercombo.c \ gtkcellrendererpixbuf.c gtkcellrendererprogress.c \ gtkcellrendererspin.c gtkcellrendererspinner.c \ gtkcellrenderertext.c gtkcellrenderertoggle.c gtkcellview.c \ gtkcheckbutton.c gtkcheckmenuitem.c gtkcolorbutton.c \ gtkcolorsel.c gtkcolorseldialog.c gtkcombobox.c \ gtkcomboboxentry.c gtkcomboboxtext.c gtkcontainer.c \ gtkdialog.c gtkdrawingarea.c gtkeditable.c gtkentry.c \ gtkentrybuffer.c gtkentrycompletion.c gtkeventbox.c \ gtkexpander.c gtkfilechooser.c gtkfilechooserbutton.c \ gtkfilechooserdefault.c gtkfilechooserdialog.c \ gtkfilechooserembed.c gtkfilechooserentry.c \ gtkfilechoosersettings.c gtkfilechooserutils.c \ gtkfilechooserwidget.c gtkfilefilter.c gtkfilesystem.c \ gtkfilesystemmodel.c gtkfixed.c gtkfontbutton.c gtkfontsel.c \ gtkframe.c gtkgc.c gtkhandlebox.c gtkhbbox.c gtkhbox.c \ gtkhpaned.c gtkhruler.c gtkhscale.c gtkhscrollbar.c \ gtkhseparator.c gtkhsv.c gtkiconcache.c \ gtkiconcachevalidator.c gtkiconfactory.c gtkicontheme.c \ gtkiconview.c gtkimage.c gtkimagemenuitem.c gtkimcontext.c \ gtkimcontextsimple.c gtkimmodule.c gtkimmulticontext.c \ gtkinfobar.c gtkinputdialog.c gtkinvisible.c gtkitem.c \ gtkkeyhash.c gtklabel.c gtklayout.c gtklinkbutton.c \ gtkliststore.c gtkmain.c gtkmarshal.c gtkmarshalers.c \ gtkmenu.c gtkmenubar.c gtkmenuitem.c gtkmenushell.c \ gtkmenutoolbutton.c gtkmessagedialog.c gtkmisc.c \ gtkmnemonichash.c gtkmodules.c gtkmountoperation.c \ gtknotebook.c gtkobject.c gtkoffscreenwindow.c gtkorientable.c \ gtkpagesetup.c gtkpaned.c gtkpango.c gtkpapersize.c \ gtkpathbar.c gtkplug.c gtkprintcontext.c gtkprintoperation.c \ gtkprintoperationpreview.c gtkprintsettings.c gtkprintutils.c \ gtkprogressbar.c gtkradioaction.c gtkradiobutton.c \ gtkradiomenuitem.c gtkradiotoolbutton.c gtkrange.c gtkrbtree.c \ gtkrc.c gtkrecentaction.c gtkrecentchooserdefault.c \ gtkrecentchooserdialog.c gtkrecentchoosermenu.c \ gtkrecentchooserwidget.c gtkrecentchooserutils.c \ gtkrecentchooser.c gtkrecentfilter.c gtkrecentmanager.c \ gtkruler.c gtkscale.c gtkscalebutton.c gtkscrollbar.c \ gtkscrolledwindow.c gtkselection.c gtkseparator.c \ gtkseparatormenuitem.c gtkseparatortoolitem.c gtksettings.c \ gtksizegroup.c gtkshow.c gtksocket.c gtkspinbutton.c \ gtkspinner.c gtkstatusbar.c gtkstatusicon.c gtkstock.c \ gtkstyle.c gtktable.c gtktearoffmenuitem.c gtktestutils.c \ gtktextbtree.c gtktextbuffer.c gtktextbufferrichtext.c \ gtktextbufferserialize.c gtktextchild.c gtktextdisplay.c \ gtktextiter.c gtktextlayout.c gtktextmark.c gtktextsegment.c \ gtktexttag.c gtktexttagtable.c gtktexttypes.c gtktextutil.c \ gtktextview.c gtkthemes.c gtktoggleaction.c gtktogglebutton.c \ gtktoggletoolbutton.c gtktoolbar.c gtktoolbutton.c \ gtktoolitem.c gtktoolitemgroup.c gtktoolpalette.c \ gtktoolshell.c gtktooltip.c gtktreedatalist.c gtktreednd.c \ gtktreemodel.c gtktreemodelfilter.c gtktreemodelsort.c \ gtktreeselection.c gtktreesortable.c gtktreestore.c \ gtktreeview.c gtktreeviewcolumn.c gtktypebuiltins.c \ gtktypeutils.c gtkuimanager.c gtkvbbox.c gtkvbox.c \ gtkvolumebutton.c gtkviewport.c gtkvpaned.c gtkvruler.c \ gtkvscale.c gtkvscrollbar.c gtkvseparator.c gtkwidget.c \ gtkwindow-decorate.c gtkwindow.c gtkclipboard.c gtkdnd.c \ gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c gtktext.c \ gtktree.c gtktreeitem.c gtkclist.c gtkcombo.c gtkctree.c \ gtkcurve.c gtkfilesel.c gtkgamma.c gtkitemfactory.c gtklist.c \ gtklistitem.c gtkoldeditable.c gtkoptionmenu.c gtkpixmap.c \ gtkpreview.c gtkprogress.c gtksignal.c gtktipsquery.c \ gtktooltips.c gtkcustompaperunixdialog.c \ gtkpagesetupunixdialog.c gtkprinter.c gtkprinteroption.c \ gtkprinteroptionset.c gtkprinteroptionwidget.c gtkprintjob.c \ gtkprintoperation-unix.c gtkprintunixdialog.c \ gtkprintbackend.c gtksearchenginebeagle.c \ gtksearchenginetracker.c gtkprint-win32.c \ gtkprintoperation-win32.c gtkplug-x11.c gtksocket-x11.c \ gtkxembed.c gtktrayicon-x11.c gtkmountoperation-x11.c \ gtkplug-win32.c gtksocket-win32.c gtkwin32embed.c \ gtkwin32embedwidget.c gtkmountoperation-stub.c \ gtksearchenginequartz.c gtkplug-stub.c gtksocket-stub.c @USE_QUARTZ_FALSE@am__objects_1 = gtkclipboard.lo gtkdnd.lo @USE_QUARTZ_TRUE@am__objects_1 = gtkclipboard-quartz.lo \ @USE_QUARTZ_TRUE@ gtkdnd-quartz.lo gtkquartz.lo am__objects_2 = gtkquery.lo gtksearchengine.lo \ gtksearchenginesimple.lo fnmatch.lo gtkaboutdialog.lo \ gtkaccelgroup.lo gtkaccellabel.lo gtkaccelmap.lo \ gtkaccessible.lo gtkaction.lo gtkactiongroup.lo \ gtkactivatable.lo gtkadjustment.lo gtkalignment.lo gtkarrow.lo \ gtkaspectframe.lo gtkassistant.lo gtkbbox.lo gtkbin.lo \ gtkbindings.lo gtkbox.lo gtkbuildable.lo gtkbuilder.lo \ gtkbuilderparser.lo gtkbutton.lo gtkcalendar.lo \ gtkcelleditable.lo gtkcelllayout.lo gtkcellrenderer.lo \ gtkcellrendereraccel.lo gtkcellrenderercombo.lo \ gtkcellrendererpixbuf.lo gtkcellrendererprogress.lo \ gtkcellrendererspin.lo gtkcellrendererspinner.lo \ gtkcellrenderertext.lo gtkcellrenderertoggle.lo gtkcellview.lo \ gtkcheckbutton.lo gtkcheckmenuitem.lo gtkcolorbutton.lo \ gtkcolorsel.lo gtkcolorseldialog.lo gtkcombobox.lo \ gtkcomboboxentry.lo gtkcomboboxtext.lo gtkcontainer.lo \ gtkdialog.lo gtkdrawingarea.lo gtkeditable.lo gtkentry.lo \ gtkentrybuffer.lo gtkentrycompletion.lo gtkeventbox.lo \ gtkexpander.lo gtkfilechooser.lo gtkfilechooserbutton.lo \ gtkfilechooserdefault.lo gtkfilechooserdialog.lo \ gtkfilechooserembed.lo gtkfilechooserentry.lo \ gtkfilechoosersettings.lo gtkfilechooserutils.lo \ gtkfilechooserwidget.lo gtkfilefilter.lo gtkfilesystem.lo \ gtkfilesystemmodel.lo gtkfixed.lo gtkfontbutton.lo \ gtkfontsel.lo gtkframe.lo gtkgc.lo gtkhandlebox.lo gtkhbbox.lo \ gtkhbox.lo gtkhpaned.lo gtkhruler.lo gtkhscale.lo \ gtkhscrollbar.lo gtkhseparator.lo gtkhsv.lo gtkiconcache.lo \ gtkiconcachevalidator.lo gtkiconfactory.lo gtkicontheme.lo \ gtkiconview.lo gtkimage.lo gtkimagemenuitem.lo gtkimcontext.lo \ gtkimcontextsimple.lo gtkimmodule.lo gtkimmulticontext.lo \ gtkinfobar.lo gtkinputdialog.lo gtkinvisible.lo gtkitem.lo \ gtkkeyhash.lo gtklabel.lo gtklayout.lo gtklinkbutton.lo \ gtkliststore.lo gtkmain.lo gtkmarshal.lo gtkmarshalers.lo \ gtkmenu.lo gtkmenubar.lo gtkmenuitem.lo gtkmenushell.lo \ gtkmenutoolbutton.lo gtkmessagedialog.lo gtkmisc.lo \ gtkmnemonichash.lo gtkmodules.lo gtkmountoperation.lo \ gtknotebook.lo gtkobject.lo gtkoffscreenwindow.lo \ gtkorientable.lo gtkpagesetup.lo gtkpaned.lo gtkpango.lo \ gtkpapersize.lo gtkpathbar.lo gtkplug.lo gtkprintcontext.lo \ gtkprintoperation.lo gtkprintoperationpreview.lo \ gtkprintsettings.lo gtkprintutils.lo gtkprogressbar.lo \ gtkradioaction.lo gtkradiobutton.lo gtkradiomenuitem.lo \ gtkradiotoolbutton.lo gtkrange.lo gtkrbtree.lo gtkrc.lo \ gtkrecentaction.lo gtkrecentchooserdefault.lo \ gtkrecentchooserdialog.lo gtkrecentchoosermenu.lo \ gtkrecentchooserwidget.lo gtkrecentchooserutils.lo \ gtkrecentchooser.lo gtkrecentfilter.lo gtkrecentmanager.lo \ gtkruler.lo gtkscale.lo gtkscalebutton.lo gtkscrollbar.lo \ gtkscrolledwindow.lo gtkselection.lo gtkseparator.lo \ gtkseparatormenuitem.lo gtkseparatortoolitem.lo gtksettings.lo \ gtksizegroup.lo gtkshow.lo gtksocket.lo gtkspinbutton.lo \ gtkspinner.lo gtkstatusbar.lo gtkstatusicon.lo gtkstock.lo \ gtkstyle.lo gtktable.lo gtktearoffmenuitem.lo gtktestutils.lo \ gtktextbtree.lo gtktextbuffer.lo gtktextbufferrichtext.lo \ gtktextbufferserialize.lo gtktextchild.lo gtktextdisplay.lo \ gtktextiter.lo gtktextlayout.lo gtktextmark.lo \ gtktextsegment.lo gtktexttag.lo gtktexttagtable.lo \ gtktexttypes.lo gtktextutil.lo gtktextview.lo gtkthemes.lo \ gtktoggleaction.lo gtktogglebutton.lo gtktoggletoolbutton.lo \ gtktoolbar.lo gtktoolbutton.lo gtktoolitem.lo \ gtktoolitemgroup.lo gtktoolpalette.lo gtktoolshell.lo \ gtktooltip.lo gtktreedatalist.lo gtktreednd.lo gtktreemodel.lo \ gtktreemodelfilter.lo gtktreemodelsort.lo gtktreeselection.lo \ gtktreesortable.lo gtktreestore.lo gtktreeview.lo \ gtktreeviewcolumn.lo gtktypebuiltins.lo gtktypeutils.lo \ gtkuimanager.lo gtkvbbox.lo gtkvbox.lo gtkvolumebutton.lo \ gtkviewport.lo gtkvpaned.lo gtkvruler.lo gtkvscale.lo \ gtkvscrollbar.lo gtkvseparator.lo gtkwidget.lo \ gtkwindow-decorate.lo gtkwindow.lo $(am__objects_1) gtktext.lo \ gtktree.lo gtktreeitem.lo gtkclist.lo gtkcombo.lo gtkctree.lo \ gtkcurve.lo gtkfilesel.lo gtkgamma.lo gtkitemfactory.lo \ gtklist.lo gtklistitem.lo gtkoldeditable.lo gtkoptionmenu.lo \ gtkpixmap.lo gtkpreview.lo gtkprogress.lo gtksignal.lo \ gtktipsquery.lo gtktooltips.lo am__objects_3 = gtkcustompaperunixdialog.lo gtkpagesetupunixdialog.lo \ gtkprinter.lo gtkprinteroption.lo gtkprinteroptionset.lo \ gtkprinteroptionwidget.lo gtkprintjob.lo \ gtkprintoperation-unix.lo gtkprintunixdialog.lo \ gtkprintbackend.lo gtksearchenginebeagle.lo \ gtksearchenginetracker.lo @OS_UNIX_TRUE@am__objects_4 = $(am__objects_3) am__objects_5 = gtkprint-win32.lo gtkprintoperation-win32.lo @OS_WIN32_TRUE@am__objects_6 = $(am__objects_5) am__objects_7 = gtkplug-x11.lo gtksocket-x11.lo gtkxembed.lo \ gtktrayicon-x11.lo gtkmountoperation-x11.lo @USE_X11_TRUE@am__objects_8 = $(am__objects_7) am__objects_9 = gtkplug-win32.lo gtksocket-win32.lo gtkwin32embed.lo \ gtkwin32embedwidget.lo gtkmountoperation-stub.lo @USE_WIN32_TRUE@@USE_X11_FALSE@am__objects_10 = $(am__objects_9) am__objects_11 = gtksearchenginequartz.lo gtkplug-stub.lo \ gtksocket-stub.lo gtkmountoperation-stub.lo @USE_QUARTZ_TRUE@@USE_WIN32_FALSE@@USE_X11_FALSE@am__objects_12 = $(am__objects_11) am__objects_13 = gtkplug-stub.lo gtksocket-stub.lo \ gtkmountoperation-stub.lo @USE_QUARTZ_FALSE@@USE_WIN32_FALSE@@USE_X11_FALSE@am__objects_14 = $(am__objects_13) am__objects_15 = $(am__objects_2) $(am__objects_4) $(am__objects_6) \ $(am__objects_8) $(am__objects_10) $(am__objects_12) \ $(am__objects_14) am_libgtk_directfb_2_0_la_OBJECTS = $(am__objects_15) libgtk_directfb_2_0_la_OBJECTS = $(am_libgtk_directfb_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 = libgtk_directfb_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(libgtk_directfb_2_0_la_LDFLAGS) \ $(LDFLAGS) -o $@ am__libgtk_quartz_2_0_la_SOURCES_DIST = gtkquery.c gtksearchengine.c \ gtksearchenginesimple.c fnmatch.c gtkaboutdialog.c \ gtkaccelgroup.c gtkaccellabel.c gtkaccelmap.c gtkaccessible.c \ gtkaction.c gtkactiongroup.c gtkactivatable.c gtkadjustment.c \ gtkalignment.c gtkarrow.c gtkaspectframe.c gtkassistant.c \ gtkbbox.c gtkbin.c gtkbindings.c gtkbox.c gtkbuildable.c \ gtkbuilder.c gtkbuilderparser.c gtkbutton.c gtkcalendar.c \ gtkcelleditable.c gtkcelllayout.c gtkcellrenderer.c \ gtkcellrendereraccel.c gtkcellrenderercombo.c \ gtkcellrendererpixbuf.c gtkcellrendererprogress.c \ gtkcellrendererspin.c gtkcellrendererspinner.c \ gtkcellrenderertext.c gtkcellrenderertoggle.c gtkcellview.c \ gtkcheckbutton.c gtkcheckmenuitem.c gtkcolorbutton.c \ gtkcolorsel.c gtkcolorseldialog.c gtkcombobox.c \ gtkcomboboxentry.c gtkcomboboxtext.c gtkcontainer.c \ gtkdialog.c gtkdrawingarea.c gtkeditable.c gtkentry.c \ gtkentrybuffer.c gtkentrycompletion.c gtkeventbox.c \ gtkexpander.c gtkfilechooser.c gtkfilechooserbutton.c \ gtkfilechooserdefault.c gtkfilechooserdialog.c \ gtkfilechooserembed.c gtkfilechooserentry.c \ gtkfilechoosersettings.c gtkfilechooserutils.c \ gtkfilechooserwidget.c gtkfilefilter.c gtkfilesystem.c \ gtkfilesystemmodel.c gtkfixed.c gtkfontbutton.c gtkfontsel.c \ gtkframe.c gtkgc.c gtkhandlebox.c gtkhbbox.c gtkhbox.c \ gtkhpaned.c gtkhruler.c gtkhscale.c gtkhscrollbar.c \ gtkhseparator.c gtkhsv.c gtkiconcache.c \ gtkiconcachevalidator.c gtkiconfactory.c gtkicontheme.c \ gtkiconview.c gtkimage.c gtkimagemenuitem.c gtkimcontext.c \ gtkimcontextsimple.c gtkimmodule.c gtkimmulticontext.c \ gtkinfobar.c gtkinputdialog.c gtkinvisible.c gtkitem.c \ gtkkeyhash.c gtklabel.c gtklayout.c gtklinkbutton.c \ gtkliststore.c gtkmain.c gtkmarshal.c gtkmarshalers.c \ gtkmenu.c gtkmenubar.c gtkmenuitem.c gtkmenushell.c \ gtkmenutoolbutton.c gtkmessagedialog.c gtkmisc.c \ gtkmnemonichash.c gtkmodules.c gtkmountoperation.c \ gtknotebook.c gtkobject.c gtkoffscreenwindow.c gtkorientable.c \ gtkpagesetup.c gtkpaned.c gtkpango.c gtkpapersize.c \ gtkpathbar.c gtkplug.c gtkprintcontext.c gtkprintoperation.c \ gtkprintoperationpreview.c gtkprintsettings.c gtkprintutils.c \ gtkprogressbar.c gtkradioaction.c gtkradiobutton.c \ gtkradiomenuitem.c gtkradiotoolbutton.c gtkrange.c gtkrbtree.c \ gtkrc.c gtkrecentaction.c gtkrecentchooserdefault.c \ gtkrecentchooserdialog.c gtkrecentchoosermenu.c \ gtkrecentchooserwidget.c gtkrecentchooserutils.c \ gtkrecentchooser.c gtkrecentfilter.c gtkrecentmanager.c \ gtkruler.c gtkscale.c gtkscalebutton.c gtkscrollbar.c \ gtkscrolledwindow.c gtkselection.c gtkseparator.c \ gtkseparatormenuitem.c gtkseparatortoolitem.c gtksettings.c \ gtksizegroup.c gtkshow.c gtksocket.c gtkspinbutton.c \ gtkspinner.c gtkstatusbar.c gtkstatusicon.c gtkstock.c \ gtkstyle.c gtktable.c gtktearoffmenuitem.c gtktestutils.c \ gtktextbtree.c gtktextbuffer.c gtktextbufferrichtext.c \ gtktextbufferserialize.c gtktextchild.c gtktextdisplay.c \ gtktextiter.c gtktextlayout.c gtktextmark.c gtktextsegment.c \ gtktexttag.c gtktexttagtable.c gtktexttypes.c gtktextutil.c \ gtktextview.c gtkthemes.c gtktoggleaction.c gtktogglebutton.c \ gtktoggletoolbutton.c gtktoolbar.c gtktoolbutton.c \ gtktoolitem.c gtktoolitemgroup.c gtktoolpalette.c \ gtktoolshell.c gtktooltip.c gtktreedatalist.c gtktreednd.c \ gtktreemodel.c gtktreemodelfilter.c gtktreemodelsort.c \ gtktreeselection.c gtktreesortable.c gtktreestore.c \ gtktreeview.c gtktreeviewcolumn.c gtktypebuiltins.c \ gtktypeutils.c gtkuimanager.c gtkvbbox.c gtkvbox.c \ gtkvolumebutton.c gtkviewport.c gtkvpaned.c gtkvruler.c \ gtkvscale.c gtkvscrollbar.c gtkvseparator.c gtkwidget.c \ gtkwindow-decorate.c gtkwindow.c gtkclipboard.c gtkdnd.c \ gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c gtktext.c \ gtktree.c gtktreeitem.c gtkclist.c gtkcombo.c gtkctree.c \ gtkcurve.c gtkfilesel.c gtkgamma.c gtkitemfactory.c gtklist.c \ gtklistitem.c gtkoldeditable.c gtkoptionmenu.c gtkpixmap.c \ gtkpreview.c gtkprogress.c gtksignal.c gtktipsquery.c \ gtktooltips.c gtkcustompaperunixdialog.c \ gtkpagesetupunixdialog.c gtkprinter.c gtkprinteroption.c \ gtkprinteroptionset.c gtkprinteroptionwidget.c gtkprintjob.c \ gtkprintoperation-unix.c gtkprintunixdialog.c \ gtkprintbackend.c gtksearchenginebeagle.c \ gtksearchenginetracker.c gtkprint-win32.c \ gtkprintoperation-win32.c gtkplug-x11.c gtksocket-x11.c \ gtkxembed.c gtktrayicon-x11.c gtkmountoperation-x11.c \ gtkplug-win32.c gtksocket-win32.c gtkwin32embed.c \ gtkwin32embedwidget.c gtkmountoperation-stub.c \ gtksearchenginequartz.c gtkplug-stub.c gtksocket-stub.c @USE_QUARTZ_FALSE@am__objects_16 = \ @USE_QUARTZ_FALSE@ libgtk_quartz_2_0_la-gtkclipboard.lo \ @USE_QUARTZ_FALSE@ libgtk_quartz_2_0_la-gtkdnd.lo @USE_QUARTZ_TRUE@am__objects_16 = \ @USE_QUARTZ_TRUE@ libgtk_quartz_2_0_la-gtkclipboard-quartz.lo \ @USE_QUARTZ_TRUE@ libgtk_quartz_2_0_la-gtkdnd-quartz.lo \ @USE_QUARTZ_TRUE@ libgtk_quartz_2_0_la-gtkquartz.lo am__objects_17 = libgtk_quartz_2_0_la-gtkquery.lo \ libgtk_quartz_2_0_la-gtksearchengine.lo \ libgtk_quartz_2_0_la-gtksearchenginesimple.lo \ libgtk_quartz_2_0_la-fnmatch.lo \ libgtk_quartz_2_0_la-gtkaboutdialog.lo \ libgtk_quartz_2_0_la-gtkaccelgroup.lo \ libgtk_quartz_2_0_la-gtkaccellabel.lo \ libgtk_quartz_2_0_la-gtkaccelmap.lo \ libgtk_quartz_2_0_la-gtkaccessible.lo \ libgtk_quartz_2_0_la-gtkaction.lo \ libgtk_quartz_2_0_la-gtkactiongroup.lo \ libgtk_quartz_2_0_la-gtkactivatable.lo \ libgtk_quartz_2_0_la-gtkadjustment.lo \ libgtk_quartz_2_0_la-gtkalignment.lo \ libgtk_quartz_2_0_la-gtkarrow.lo \ libgtk_quartz_2_0_la-gtkaspectframe.lo \ libgtk_quartz_2_0_la-gtkassistant.lo \ libgtk_quartz_2_0_la-gtkbbox.lo libgtk_quartz_2_0_la-gtkbin.lo \ libgtk_quartz_2_0_la-gtkbindings.lo \ libgtk_quartz_2_0_la-gtkbox.lo \ libgtk_quartz_2_0_la-gtkbuildable.lo \ libgtk_quartz_2_0_la-gtkbuilder.lo \ libgtk_quartz_2_0_la-gtkbuilderparser.lo \ libgtk_quartz_2_0_la-gtkbutton.lo \ libgtk_quartz_2_0_la-gtkcalendar.lo \ libgtk_quartz_2_0_la-gtkcelleditable.lo \ libgtk_quartz_2_0_la-gtkcelllayout.lo \ libgtk_quartz_2_0_la-gtkcellrenderer.lo \ libgtk_quartz_2_0_la-gtkcellrendereraccel.lo \ libgtk_quartz_2_0_la-gtkcellrenderercombo.lo \ libgtk_quartz_2_0_la-gtkcellrendererpixbuf.lo \ libgtk_quartz_2_0_la-gtkcellrendererprogress.lo \ libgtk_quartz_2_0_la-gtkcellrendererspin.lo \ libgtk_quartz_2_0_la-gtkcellrendererspinner.lo \ libgtk_quartz_2_0_la-gtkcellrenderertext.lo \ libgtk_quartz_2_0_la-gtkcellrenderertoggle.lo \ libgtk_quartz_2_0_la-gtkcellview.lo \ libgtk_quartz_2_0_la-gtkcheckbutton.lo \ libgtk_quartz_2_0_la-gtkcheckmenuitem.lo \ libgtk_quartz_2_0_la-gtkcolorbutton.lo \ libgtk_quartz_2_0_la-gtkcolorsel.lo \ libgtk_quartz_2_0_la-gtkcolorseldialog.lo \ libgtk_quartz_2_0_la-gtkcombobox.lo \ libgtk_quartz_2_0_la-gtkcomboboxentry.lo \ libgtk_quartz_2_0_la-gtkcomboboxtext.lo \ libgtk_quartz_2_0_la-gtkcontainer.lo \ libgtk_quartz_2_0_la-gtkdialog.lo \ libgtk_quartz_2_0_la-gtkdrawingarea.lo \ libgtk_quartz_2_0_la-gtkeditable.lo \ libgtk_quartz_2_0_la-gtkentry.lo \ libgtk_quartz_2_0_la-gtkentrybuffer.lo \ libgtk_quartz_2_0_la-gtkentrycompletion.lo \ libgtk_quartz_2_0_la-gtkeventbox.lo \ libgtk_quartz_2_0_la-gtkexpander.lo \ libgtk_quartz_2_0_la-gtkfilechooser.lo \ libgtk_quartz_2_0_la-gtkfilechooserbutton.lo \ libgtk_quartz_2_0_la-gtkfilechooserdefault.lo \ libgtk_quartz_2_0_la-gtkfilechooserdialog.lo \ libgtk_quartz_2_0_la-gtkfilechooserembed.lo \ libgtk_quartz_2_0_la-gtkfilechooserentry.lo \ libgtk_quartz_2_0_la-gtkfilechoosersettings.lo \ libgtk_quartz_2_0_la-gtkfilechooserutils.lo \ libgtk_quartz_2_0_la-gtkfilechooserwidget.lo \ libgtk_quartz_2_0_la-gtkfilefilter.lo \ libgtk_quartz_2_0_la-gtkfilesystem.lo \ libgtk_quartz_2_0_la-gtkfilesystemmodel.lo \ libgtk_quartz_2_0_la-gtkfixed.lo \ libgtk_quartz_2_0_la-gtkfontbutton.lo \ libgtk_quartz_2_0_la-gtkfontsel.lo \ libgtk_quartz_2_0_la-gtkframe.lo libgtk_quartz_2_0_la-gtkgc.lo \ libgtk_quartz_2_0_la-gtkhandlebox.lo \ libgtk_quartz_2_0_la-gtkhbbox.lo \ libgtk_quartz_2_0_la-gtkhbox.lo \ libgtk_quartz_2_0_la-gtkhpaned.lo \ libgtk_quartz_2_0_la-gtkhruler.lo \ libgtk_quartz_2_0_la-gtkhscale.lo \ libgtk_quartz_2_0_la-gtkhscrollbar.lo \ libgtk_quartz_2_0_la-gtkhseparator.lo \ libgtk_quartz_2_0_la-gtkhsv.lo \ libgtk_quartz_2_0_la-gtkiconcache.lo \ libgtk_quartz_2_0_la-gtkiconcachevalidator.lo \ libgtk_quartz_2_0_la-gtkiconfactory.lo \ libgtk_quartz_2_0_la-gtkicontheme.lo \ libgtk_quartz_2_0_la-gtkiconview.lo \ libgtk_quartz_2_0_la-gtkimage.lo \ libgtk_quartz_2_0_la-gtkimagemenuitem.lo \ libgtk_quartz_2_0_la-gtkimcontext.lo \ libgtk_quartz_2_0_la-gtkimcontextsimple.lo \ libgtk_quartz_2_0_la-gtkimmodule.lo \ libgtk_quartz_2_0_la-gtkimmulticontext.lo \ libgtk_quartz_2_0_la-gtkinfobar.lo \ libgtk_quartz_2_0_la-gtkinputdialog.lo \ libgtk_quartz_2_0_la-gtkinvisible.lo \ libgtk_quartz_2_0_la-gtkitem.lo \ libgtk_quartz_2_0_la-gtkkeyhash.lo \ libgtk_quartz_2_0_la-gtklabel.lo \ libgtk_quartz_2_0_la-gtklayout.lo \ libgtk_quartz_2_0_la-gtklinkbutton.lo \ libgtk_quartz_2_0_la-gtkliststore.lo \ libgtk_quartz_2_0_la-gtkmain.lo \ libgtk_quartz_2_0_la-gtkmarshal.lo \ libgtk_quartz_2_0_la-gtkmarshalers.lo \ libgtk_quartz_2_0_la-gtkmenu.lo \ libgtk_quartz_2_0_la-gtkmenubar.lo \ libgtk_quartz_2_0_la-gtkmenuitem.lo \ libgtk_quartz_2_0_la-gtkmenushell.lo \ libgtk_quartz_2_0_la-gtkmenutoolbutton.lo \ libgtk_quartz_2_0_la-gtkmessagedialog.lo \ libgtk_quartz_2_0_la-gtkmisc.lo \ libgtk_quartz_2_0_la-gtkmnemonichash.lo \ libgtk_quartz_2_0_la-gtkmodules.lo \ libgtk_quartz_2_0_la-gtkmountoperation.lo \ libgtk_quartz_2_0_la-gtknotebook.lo \ libgtk_quartz_2_0_la-gtkobject.lo \ libgtk_quartz_2_0_la-gtkoffscreenwindow.lo \ libgtk_quartz_2_0_la-gtkorientable.lo \ libgtk_quartz_2_0_la-gtkpagesetup.lo \ libgtk_quartz_2_0_la-gtkpaned.lo \ libgtk_quartz_2_0_la-gtkpango.lo \ libgtk_quartz_2_0_la-gtkpapersize.lo \ libgtk_quartz_2_0_la-gtkpathbar.lo \ libgtk_quartz_2_0_la-gtkplug.lo \ libgtk_quartz_2_0_la-gtkprintcontext.lo \ libgtk_quartz_2_0_la-gtkprintoperation.lo \ libgtk_quartz_2_0_la-gtkprintoperationpreview.lo \ libgtk_quartz_2_0_la-gtkprintsettings.lo \ libgtk_quartz_2_0_la-gtkprintutils.lo \ libgtk_quartz_2_0_la-gtkprogressbar.lo \ libgtk_quartz_2_0_la-gtkradioaction.lo \ libgtk_quartz_2_0_la-gtkradiobutton.lo \ libgtk_quartz_2_0_la-gtkradiomenuitem.lo \ libgtk_quartz_2_0_la-gtkradiotoolbutton.lo \ libgtk_quartz_2_0_la-gtkrange.lo \ libgtk_quartz_2_0_la-gtkrbtree.lo \ libgtk_quartz_2_0_la-gtkrc.lo \ libgtk_quartz_2_0_la-gtkrecentaction.lo \ libgtk_quartz_2_0_la-gtkrecentchooserdefault.lo \ libgtk_quartz_2_0_la-gtkrecentchooserdialog.lo \ libgtk_quartz_2_0_la-gtkrecentchoosermenu.lo \ libgtk_quartz_2_0_la-gtkrecentchooserwidget.lo \ libgtk_quartz_2_0_la-gtkrecentchooserutils.lo \ libgtk_quartz_2_0_la-gtkrecentchooser.lo \ libgtk_quartz_2_0_la-gtkrecentfilter.lo \ libgtk_quartz_2_0_la-gtkrecentmanager.lo \ libgtk_quartz_2_0_la-gtkruler.lo \ libgtk_quartz_2_0_la-gtkscale.lo \ libgtk_quartz_2_0_la-gtkscalebutton.lo \ libgtk_quartz_2_0_la-gtkscrollbar.lo \ libgtk_quartz_2_0_la-gtkscrolledwindow.lo \ libgtk_quartz_2_0_la-gtkselection.lo \ libgtk_quartz_2_0_la-gtkseparator.lo \ libgtk_quartz_2_0_la-gtkseparatormenuitem.lo \ libgtk_quartz_2_0_la-gtkseparatortoolitem.lo \ libgtk_quartz_2_0_la-gtksettings.lo \ libgtk_quartz_2_0_la-gtksizegroup.lo \ libgtk_quartz_2_0_la-gtkshow.lo \ libgtk_quartz_2_0_la-gtksocket.lo \ libgtk_quartz_2_0_la-gtkspinbutton.lo \ libgtk_quartz_2_0_la-gtkspinner.lo \ libgtk_quartz_2_0_la-gtkstatusbar.lo \ libgtk_quartz_2_0_la-gtkstatusicon.lo \ libgtk_quartz_2_0_la-gtkstock.lo \ libgtk_quartz_2_0_la-gtkstyle.lo \ libgtk_quartz_2_0_la-gtktable.lo \ libgtk_quartz_2_0_la-gtktearoffmenuitem.lo \ libgtk_quartz_2_0_la-gtktestutils.lo \ libgtk_quartz_2_0_la-gtktextbtree.lo \ libgtk_quartz_2_0_la-gtktextbuffer.lo \ libgtk_quartz_2_0_la-gtktextbufferrichtext.lo \ libgtk_quartz_2_0_la-gtktextbufferserialize.lo \ libgtk_quartz_2_0_la-gtktextchild.lo \ libgtk_quartz_2_0_la-gtktextdisplay.lo \ libgtk_quartz_2_0_la-gtktextiter.lo \ libgtk_quartz_2_0_la-gtktextlayout.lo \ libgtk_quartz_2_0_la-gtktextmark.lo \ libgtk_quartz_2_0_la-gtktextsegment.lo \ libgtk_quartz_2_0_la-gtktexttag.lo \ libgtk_quartz_2_0_la-gtktexttagtable.lo \ libgtk_quartz_2_0_la-gtktexttypes.lo \ libgtk_quartz_2_0_la-gtktextutil.lo \ libgtk_quartz_2_0_la-gtktextview.lo \ libgtk_quartz_2_0_la-gtkthemes.lo \ libgtk_quartz_2_0_la-gtktoggleaction.lo \ libgtk_quartz_2_0_la-gtktogglebutton.lo \ libgtk_quartz_2_0_la-gtktoggletoolbutton.lo \ libgtk_quartz_2_0_la-gtktoolbar.lo \ libgtk_quartz_2_0_la-gtktoolbutton.lo \ libgtk_quartz_2_0_la-gtktoolitem.lo \ libgtk_quartz_2_0_la-gtktoolitemgroup.lo \ libgtk_quartz_2_0_la-gtktoolpalette.lo \ libgtk_quartz_2_0_la-gtktoolshell.lo \ libgtk_quartz_2_0_la-gtktooltip.lo \ libgtk_quartz_2_0_la-gtktreedatalist.lo \ libgtk_quartz_2_0_la-gtktreednd.lo \ libgtk_quartz_2_0_la-gtktreemodel.lo \ libgtk_quartz_2_0_la-gtktreemodelfilter.lo \ libgtk_quartz_2_0_la-gtktreemodelsort.lo \ libgtk_quartz_2_0_la-gtktreeselection.lo \ libgtk_quartz_2_0_la-gtktreesortable.lo \ libgtk_quartz_2_0_la-gtktreestore.lo \ libgtk_quartz_2_0_la-gtktreeview.lo \ libgtk_quartz_2_0_la-gtktreeviewcolumn.lo \ libgtk_quartz_2_0_la-gtktypebuiltins.lo \ libgtk_quartz_2_0_la-gtktypeutils.lo \ libgtk_quartz_2_0_la-gtkuimanager.lo \ libgtk_quartz_2_0_la-gtkvbbox.lo \ libgtk_quartz_2_0_la-gtkvbox.lo \ libgtk_quartz_2_0_la-gtkvolumebutton.lo \ libgtk_quartz_2_0_la-gtkviewport.lo \ libgtk_quartz_2_0_la-gtkvpaned.lo \ libgtk_quartz_2_0_la-gtkvruler.lo \ libgtk_quartz_2_0_la-gtkvscale.lo \ libgtk_quartz_2_0_la-gtkvscrollbar.lo \ libgtk_quartz_2_0_la-gtkvseparator.lo \ libgtk_quartz_2_0_la-gtkwidget.lo \ libgtk_quartz_2_0_la-gtkwindow-decorate.lo \ libgtk_quartz_2_0_la-gtkwindow.lo $(am__objects_16) \ libgtk_quartz_2_0_la-gtktext.lo \ libgtk_quartz_2_0_la-gtktree.lo \ libgtk_quartz_2_0_la-gtktreeitem.lo \ libgtk_quartz_2_0_la-gtkclist.lo \ libgtk_quartz_2_0_la-gtkcombo.lo \ libgtk_quartz_2_0_la-gtkctree.lo \ libgtk_quartz_2_0_la-gtkcurve.lo \ libgtk_quartz_2_0_la-gtkfilesel.lo \ libgtk_quartz_2_0_la-gtkgamma.lo \ libgtk_quartz_2_0_la-gtkitemfactory.lo \ libgtk_quartz_2_0_la-gtklist.lo \ libgtk_quartz_2_0_la-gtklistitem.lo \ libgtk_quartz_2_0_la-gtkoldeditable.lo \ libgtk_quartz_2_0_la-gtkoptionmenu.lo \ libgtk_quartz_2_0_la-gtkpixmap.lo \ libgtk_quartz_2_0_la-gtkpreview.lo \ libgtk_quartz_2_0_la-gtkprogress.lo \ libgtk_quartz_2_0_la-gtksignal.lo \ libgtk_quartz_2_0_la-gtktipsquery.lo \ libgtk_quartz_2_0_la-gtktooltips.lo am__objects_18 = libgtk_quartz_2_0_la-gtkcustompaperunixdialog.lo \ libgtk_quartz_2_0_la-gtkpagesetupunixdialog.lo \ libgtk_quartz_2_0_la-gtkprinter.lo \ libgtk_quartz_2_0_la-gtkprinteroption.lo \ libgtk_quartz_2_0_la-gtkprinteroptionset.lo \ libgtk_quartz_2_0_la-gtkprinteroptionwidget.lo \ libgtk_quartz_2_0_la-gtkprintjob.lo \ libgtk_quartz_2_0_la-gtkprintoperation-unix.lo \ libgtk_quartz_2_0_la-gtkprintunixdialog.lo \ libgtk_quartz_2_0_la-gtkprintbackend.lo \ libgtk_quartz_2_0_la-gtksearchenginebeagle.lo \ libgtk_quartz_2_0_la-gtksearchenginetracker.lo @OS_UNIX_TRUE@am__objects_19 = $(am__objects_18) am__objects_20 = libgtk_quartz_2_0_la-gtkprint-win32.lo \ libgtk_quartz_2_0_la-gtkprintoperation-win32.lo @OS_WIN32_TRUE@am__objects_21 = $(am__objects_20) am__objects_22 = libgtk_quartz_2_0_la-gtkplug-x11.lo \ libgtk_quartz_2_0_la-gtksocket-x11.lo \ libgtk_quartz_2_0_la-gtkxembed.lo \ libgtk_quartz_2_0_la-gtktrayicon-x11.lo \ libgtk_quartz_2_0_la-gtkmountoperation-x11.lo @USE_X11_TRUE@am__objects_23 = $(am__objects_22) am__objects_24 = libgtk_quartz_2_0_la-gtkplug-win32.lo \ libgtk_quartz_2_0_la-gtksocket-win32.lo \ libgtk_quartz_2_0_la-gtkwin32embed.lo \ libgtk_quartz_2_0_la-gtkwin32embedwidget.lo \ libgtk_quartz_2_0_la-gtkmountoperation-stub.lo @USE_WIN32_TRUE@@USE_X11_FALSE@am__objects_25 = $(am__objects_24) am__objects_26 = libgtk_quartz_2_0_la-gtksearchenginequartz.lo \ libgtk_quartz_2_0_la-gtkplug-stub.lo \ libgtk_quartz_2_0_la-gtksocket-stub.lo \ libgtk_quartz_2_0_la-gtkmountoperation-stub.lo @USE_QUARTZ_TRUE@@USE_WIN32_FALSE@@USE_X11_FALSE@am__objects_27 = $(am__objects_26) am__objects_28 = libgtk_quartz_2_0_la-gtkplug-stub.lo \ libgtk_quartz_2_0_la-gtksocket-stub.lo \ libgtk_quartz_2_0_la-gtkmountoperation-stub.lo @USE_QUARTZ_FALSE@@USE_WIN32_FALSE@@USE_X11_FALSE@am__objects_29 = $(am__objects_28) am__objects_30 = $(am__objects_17) $(am__objects_19) $(am__objects_21) \ $(am__objects_23) $(am__objects_25) $(am__objects_27) \ $(am__objects_29) am_libgtk_quartz_2_0_la_OBJECTS = $(am__objects_30) libgtk_quartz_2_0_la_OBJECTS = $(am_libgtk_quartz_2_0_la_OBJECTS) libgtk_quartz_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) \ $(libgtk_quartz_2_0_la_LDFLAGS) $(LDFLAGS) -o $@ am__libgtk_win32_2_0_la_SOURCES_DIST = gtkquery.c gtksearchengine.c \ gtksearchenginesimple.c fnmatch.c gtkaboutdialog.c \ gtkaccelgroup.c gtkaccellabel.c gtkaccelmap.c gtkaccessible.c \ gtkaction.c gtkactiongroup.c gtkactivatable.c gtkadjustment.c \ gtkalignment.c gtkarrow.c gtkaspectframe.c gtkassistant.c \ gtkbbox.c gtkbin.c gtkbindings.c gtkbox.c gtkbuildable.c \ gtkbuilder.c gtkbuilderparser.c gtkbutton.c gtkcalendar.c \ gtkcelleditable.c gtkcelllayout.c gtkcellrenderer.c \ gtkcellrendereraccel.c gtkcellrenderercombo.c \ gtkcellrendererpixbuf.c gtkcellrendererprogress.c \ gtkcellrendererspin.c gtkcellrendererspinner.c \ gtkcellrenderertext.c gtkcellrenderertoggle.c gtkcellview.c \ gtkcheckbutton.c gtkcheckmenuitem.c gtkcolorbutton.c \ gtkcolorsel.c gtkcolorseldialog.c gtkcombobox.c \ gtkcomboboxentry.c gtkcomboboxtext.c gtkcontainer.c \ gtkdialog.c gtkdrawingarea.c gtkeditable.c gtkentry.c \ gtkentrybuffer.c gtkentrycompletion.c gtkeventbox.c \ gtkexpander.c gtkfilechooser.c gtkfilechooserbutton.c \ gtkfilechooserdefault.c gtkfilechooserdialog.c \ gtkfilechooserembed.c gtkfilechooserentry.c \ gtkfilechoosersettings.c gtkfilechooserutils.c \ gtkfilechooserwidget.c gtkfilefilter.c gtkfilesystem.c \ gtkfilesystemmodel.c gtkfixed.c gtkfontbutton.c gtkfontsel.c \ gtkframe.c gtkgc.c gtkhandlebox.c gtkhbbox.c gtkhbox.c \ gtkhpaned.c gtkhruler.c gtkhscale.c gtkhscrollbar.c \ gtkhseparator.c gtkhsv.c gtkiconcache.c \ gtkiconcachevalidator.c gtkiconfactory.c gtkicontheme.c \ gtkiconview.c gtkimage.c gtkimagemenuitem.c gtkimcontext.c \ gtkimcontextsimple.c gtkimmodule.c gtkimmulticontext.c \ gtkinfobar.c gtkinputdialog.c gtkinvisible.c gtkitem.c \ gtkkeyhash.c gtklabel.c gtklayout.c gtklinkbutton.c \ gtkliststore.c gtkmain.c gtkmarshal.c gtkmarshalers.c \ gtkmenu.c gtkmenubar.c gtkmenuitem.c gtkmenushell.c \ gtkmenutoolbutton.c gtkmessagedialog.c gtkmisc.c \ gtkmnemonichash.c gtkmodules.c gtkmountoperation.c \ gtknotebook.c gtkobject.c gtkoffscreenwindow.c gtkorientable.c \ gtkpagesetup.c gtkpaned.c gtkpango.c gtkpapersize.c \ gtkpathbar.c gtkplug.c gtkprintcontext.c gtkprintoperation.c \ gtkprintoperationpreview.c gtkprintsettings.c gtkprintutils.c \ gtkprogressbar.c gtkradioaction.c gtkradiobutton.c \ gtkradiomenuitem.c gtkradiotoolbutton.c gtkrange.c gtkrbtree.c \ gtkrc.c gtkrecentaction.c gtkrecentchooserdefault.c \ gtkrecentchooserdialog.c gtkrecentchoosermenu.c \ gtkrecentchooserwidget.c gtkrecentchooserutils.c \ gtkrecentchooser.c gtkrecentfilter.c gtkrecentmanager.c \ gtkruler.c gtkscale.c gtkscalebutton.c gtkscrollbar.c \ gtkscrolledwindow.c gtkselection.c gtkseparator.c \ gtkseparatormenuitem.c gtkseparatortoolitem.c gtksettings.c \ gtksizegroup.c gtkshow.c gtksocket.c gtkspinbutton.c \ gtkspinner.c gtkstatusbar.c gtkstatusicon.c gtkstock.c \ gtkstyle.c gtktable.c gtktearoffmenuitem.c gtktestutils.c \ gtktextbtree.c gtktextbuffer.c gtktextbufferrichtext.c \ gtktextbufferserialize.c gtktextchild.c gtktextdisplay.c \ gtktextiter.c gtktextlayout.c gtktextmark.c gtktextsegment.c \ gtktexttag.c gtktexttagtable.c gtktexttypes.c gtktextutil.c \ gtktextview.c gtkthemes.c gtktoggleaction.c gtktogglebutton.c \ gtktoggletoolbutton.c gtktoolbar.c gtktoolbutton.c \ gtktoolitem.c gtktoolitemgroup.c gtktoolpalette.c \ gtktoolshell.c gtktooltip.c gtktreedatalist.c gtktreednd.c \ gtktreemodel.c gtktreemodelfilter.c gtktreemodelsort.c \ gtktreeselection.c gtktreesortable.c gtktreestore.c \ gtktreeview.c gtktreeviewcolumn.c gtktypebuiltins.c \ gtktypeutils.c gtkuimanager.c gtkvbbox.c gtkvbox.c \ gtkvolumebutton.c gtkviewport.c gtkvpaned.c gtkvruler.c \ gtkvscale.c gtkvscrollbar.c gtkvseparator.c gtkwidget.c \ gtkwindow-decorate.c gtkwindow.c gtkclipboard.c gtkdnd.c \ gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c gtktext.c \ gtktree.c gtktreeitem.c gtkclist.c gtkcombo.c gtkctree.c \ gtkcurve.c gtkfilesel.c gtkgamma.c gtkitemfactory.c gtklist.c \ gtklistitem.c gtkoldeditable.c gtkoptionmenu.c gtkpixmap.c \ gtkpreview.c gtkprogress.c gtksignal.c gtktipsquery.c \ gtktooltips.c gtkcustompaperunixdialog.c \ gtkpagesetupunixdialog.c gtkprinter.c gtkprinteroption.c \ gtkprinteroptionset.c gtkprinteroptionwidget.c gtkprintjob.c \ gtkprintoperation-unix.c gtkprintunixdialog.c \ gtkprintbackend.c gtksearchenginebeagle.c \ gtksearchenginetracker.c gtkprint-win32.c \ gtkprintoperation-win32.c gtkplug-x11.c gtksocket-x11.c \ gtkxembed.c gtktrayicon-x11.c gtkmountoperation-x11.c \ gtkplug-win32.c gtksocket-win32.c gtkwin32embed.c \ gtkwin32embedwidget.c gtkmountoperation-stub.c \ gtksearchenginequartz.c gtkplug-stub.c gtksocket-stub.c am_libgtk_win32_2_0_la_OBJECTS = $(am__objects_15) libgtk_win32_2_0_la_OBJECTS = $(am_libgtk_win32_2_0_la_OBJECTS) libgtk_win32_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(libgtk_win32_2_0_la_LDFLAGS) \ $(LDFLAGS) -o $@ am__libgtk_x11_2_0_la_SOURCES_DIST = gtkquery.c gtksearchengine.c \ gtksearchenginesimple.c fnmatch.c gtkaboutdialog.c \ gtkaccelgroup.c gtkaccellabel.c gtkaccelmap.c gtkaccessible.c \ gtkaction.c gtkactiongroup.c gtkactivatable.c gtkadjustment.c \ gtkalignment.c gtkarrow.c gtkaspectframe.c gtkassistant.c \ gtkbbox.c gtkbin.c gtkbindings.c gtkbox.c gtkbuildable.c \ gtkbuilder.c gtkbuilderparser.c gtkbutton.c gtkcalendar.c \ gtkcelleditable.c gtkcelllayout.c gtkcellrenderer.c \ gtkcellrendereraccel.c gtkcellrenderercombo.c \ gtkcellrendererpixbuf.c gtkcellrendererprogress.c \ gtkcellrendererspin.c gtkcellrendererspinner.c \ gtkcellrenderertext.c gtkcellrenderertoggle.c gtkcellview.c \ gtkcheckbutton.c gtkcheckmenuitem.c gtkcolorbutton.c \ gtkcolorsel.c gtkcolorseldialog.c gtkcombobox.c \ gtkcomboboxentry.c gtkcomboboxtext.c gtkcontainer.c \ gtkdialog.c gtkdrawingarea.c gtkeditable.c gtkentry.c \ gtkentrybuffer.c gtkentrycompletion.c gtkeventbox.c \ gtkexpander.c gtkfilechooser.c gtkfilechooserbutton.c \ gtkfilechooserdefault.c gtkfilechooserdialog.c \ gtkfilechooserembed.c gtkfilechooserentry.c \ gtkfilechoosersettings.c gtkfilechooserutils.c \ gtkfilechooserwidget.c gtkfilefilter.c gtkfilesystem.c \ gtkfilesystemmodel.c gtkfixed.c gtkfontbutton.c gtkfontsel.c \ gtkframe.c gtkgc.c gtkhandlebox.c gtkhbbox.c gtkhbox.c \ gtkhpaned.c gtkhruler.c gtkhscale.c gtkhscrollbar.c \ gtkhseparator.c gtkhsv.c gtkiconcache.c \ gtkiconcachevalidator.c gtkiconfactory.c gtkicontheme.c \ gtkiconview.c gtkimage.c gtkimagemenuitem.c gtkimcontext.c \ gtkimcontextsimple.c gtkimmodule.c gtkimmulticontext.c \ gtkinfobar.c gtkinputdialog.c gtkinvisible.c gtkitem.c \ gtkkeyhash.c gtklabel.c gtklayout.c gtklinkbutton.c \ gtkliststore.c gtkmain.c gtkmarshal.c gtkmarshalers.c \ gtkmenu.c gtkmenubar.c gtkmenuitem.c gtkmenushell.c \ gtkmenutoolbutton.c gtkmessagedialog.c gtkmisc.c \ gtkmnemonichash.c gtkmodules.c gtkmountoperation.c \ gtknotebook.c gtkobject.c gtkoffscreenwindow.c gtkorientable.c \ gtkpagesetup.c gtkpaned.c gtkpango.c gtkpapersize.c \ gtkpathbar.c gtkplug.c gtkprintcontext.c gtkprintoperation.c \ gtkprintoperationpreview.c gtkprintsettings.c gtkprintutils.c \ gtkprogressbar.c gtkradioaction.c gtkradiobutton.c \ gtkradiomenuitem.c gtkradiotoolbutton.c gtkrange.c gtkrbtree.c \ gtkrc.c gtkrecentaction.c gtkrecentchooserdefault.c \ gtkrecentchooserdialog.c gtkrecentchoosermenu.c \ gtkrecentchooserwidget.c gtkrecentchooserutils.c \ gtkrecentchooser.c gtkrecentfilter.c gtkrecentmanager.c \ gtkruler.c gtkscale.c gtkscalebutton.c gtkscrollbar.c \ gtkscrolledwindow.c gtkselection.c gtkseparator.c \ gtkseparatormenuitem.c gtkseparatortoolitem.c gtksettings.c \ gtksizegroup.c gtkshow.c gtksocket.c gtkspinbutton.c \ gtkspinner.c gtkstatusbar.c gtkstatusicon.c gtkstock.c \ gtkstyle.c gtktable.c gtktearoffmenuitem.c gtktestutils.c \ gtktextbtree.c gtktextbuffer.c gtktextbufferrichtext.c \ gtktextbufferserialize.c gtktextchild.c gtktextdisplay.c \ gtktextiter.c gtktextlayout.c gtktextmark.c gtktextsegment.c \ gtktexttag.c gtktexttagtable.c gtktexttypes.c gtktextutil.c \ gtktextview.c gtkthemes.c gtktoggleaction.c gtktogglebutton.c \ gtktoggletoolbutton.c gtktoolbar.c gtktoolbutton.c \ gtktoolitem.c gtktoolitemgroup.c gtktoolpalette.c \ gtktoolshell.c gtktooltip.c gtktreedatalist.c gtktreednd.c \ gtktreemodel.c gtktreemodelfilter.c gtktreemodelsort.c \ gtktreeselection.c gtktreesortable.c gtktreestore.c \ gtktreeview.c gtktreeviewcolumn.c gtktypebuiltins.c \ gtktypeutils.c gtkuimanager.c gtkvbbox.c gtkvbox.c \ gtkvolumebutton.c gtkviewport.c gtkvpaned.c gtkvruler.c \ gtkvscale.c gtkvscrollbar.c gtkvseparator.c gtkwidget.c \ gtkwindow-decorate.c gtkwindow.c gtkclipboard.c gtkdnd.c \ gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c gtktext.c \ gtktree.c gtktreeitem.c gtkclist.c gtkcombo.c gtkctree.c \ gtkcurve.c gtkfilesel.c gtkgamma.c gtkitemfactory.c gtklist.c \ gtklistitem.c gtkoldeditable.c gtkoptionmenu.c gtkpixmap.c \ gtkpreview.c gtkprogress.c gtksignal.c gtktipsquery.c \ gtktooltips.c gtkcustompaperunixdialog.c \ gtkpagesetupunixdialog.c gtkprinter.c gtkprinteroption.c \ gtkprinteroptionset.c gtkprinteroptionwidget.c gtkprintjob.c \ gtkprintoperation-unix.c gtkprintunixdialog.c \ gtkprintbackend.c gtksearchenginebeagle.c \ gtksearchenginetracker.c gtkprint-win32.c \ gtkprintoperation-win32.c gtkplug-x11.c gtksocket-x11.c \ gtkxembed.c gtktrayicon-x11.c gtkmountoperation-x11.c \ gtkplug-win32.c gtksocket-win32.c gtkwin32embed.c \ gtkwin32embedwidget.c gtkmountoperation-stub.c \ gtksearchenginequartz.c gtkplug-stub.c gtksocket-stub.c am_libgtk_x11_2_0_la_OBJECTS = $(am__objects_15) libgtk_x11_2_0_la_OBJECTS = $(am_libgtk_x11_2_0_la_OBJECTS) libgtk_x11_2_0_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(libgtk_x11_2_0_la_LDFLAGS) $(LDFLAGS) \ -o $@ PROGRAMS = $(bin_PROGRAMS) am_gtk_query_immodules_2_0_OBJECTS = queryimmodules.$(OBJEXT) gtk_query_immodules_2_0_OBJECTS = \ $(am_gtk_query_immodules_2_0_OBJECTS) am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1) \ $(top_builddir)/gdk/$(gdktargetlib) $(am__DEPENDENCIES_1) am_gtk_update_icon_cache_OBJECTS = updateiconcache.$(OBJEXT) gtk_update_icon_cache_OBJECTS = $(am_gtk_update_icon_cache_OBJECTS) SCRIPTS = $(bin_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 = $(libgtk_directfb_2_0_la_SOURCES) \ $(libgtk_quartz_2_0_la_SOURCES) $(libgtk_win32_2_0_la_SOURCES) \ $(libgtk_x11_2_0_la_SOURCES) \ $(gtk_query_immodules_2_0_SOURCES) \ $(gtk_update_icon_cache_SOURCES) DIST_SOURCES = $(am__libgtk_directfb_2_0_la_SOURCES_DIST) \ $(am__libgtk_quartz_2_0_la_SOURCES_DIST) \ $(am__libgtk_win32_2_0_la_SOURCES_DIST) \ $(am__libgtk_x11_2_0_la_SOURCES_DIST) \ $(gtk_query_immodules_2_0_SOURCES) \ $(gtk_update_icon_cache_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 = $(gir_DATA) $(noinst_DATA) $(typelibs_DATA) am__gtkunixprintinclude_HEADERS_DIST = gtkpagesetupunixdialog.h \ gtkprintunixdialog.h gtkprinter.h gtkprintjob.h gtkunixprint.h HEADERS = $(gtkinclude_HEADERS) $(gtkunixprintinclude_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 LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) am__set_b = \ case '$@' in \ */*) \ case '$*' in \ */*) b='$*';; \ *) b=`echo '$@' | sed 's/\.log$$//'`; \ esac;; \ *) \ b='$*';; \ esac 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__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gtk-win32.rc.in \ $(srcdir)/gtkversion.h.in $(srcdir)/makefile.msc.in \ $(top_srcdir)/Makefile.decl \ $(top_srcdir)/build/Makefile.msvc-introspection \ $(top_srcdir)/build/Makefile.msvcproj $(top_srcdir)/depcomp \ $(top_srcdir)/test-driver 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" ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ ATK_PREFIX = @ATK_PREFIX@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ BASE_DEPENDENCIES_CFLAGS = @BASE_DEPENDENCIES_CFLAGS@ BASE_DEPENDENCIES_LIBS = @BASE_DEPENDENCIES_LIBS@ CAIRO_BACKEND_CFLAGS = @CAIRO_BACKEND_CFLAGS@ CAIRO_BACKEND_LIBS = @CAIRO_BACKEND_LIBS@ CAIRO_PREFIX = @CAIRO_PREFIX@ CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ CCAS = @CCAS@ CCASDEPMODE = @CCASDEPMODE@ CCASFLAGS = @CCASFLAGS@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CUPS_API_MAJOR = @CUPS_API_MAJOR@ CUPS_API_MINOR = @CUPS_API_MINOR@ CUPS_CFLAGS = @CUPS_CFLAGS@ CUPS_CONFIG = @CUPS_CONFIG@ CUPS_LIBS = @CUPS_LIBS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DATADIRNAME = @DATADIRNAME@ DB2HTML = @DB2HTML@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@ DIRECTFB_LIBS = @DIRECTFB_LIBS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ EXE_MANIFEST_ARCHITECTURE = @EXE_MANIFEST_ARCHITECTURE@ FGREP = @FGREP@ GAIL_INET_LIBS = @GAIL_INET_LIBS@ GAIL_LT_CURRENT_MINUS_AGE = @GAIL_LT_CURRENT_MINUS_AGE@ GAIL_LT_VERSION_INFO = @GAIL_LT_VERSION_INFO@ GDK_DEP_CFLAGS = @GDK_DEP_CFLAGS@ GDK_DEP_LIBS = @GDK_DEP_LIBS@ GDK_EXTRA_CFLAGS = @GDK_EXTRA_CFLAGS@ GDK_EXTRA_LIBS = @GDK_EXTRA_LIBS@ GDK_PACKAGES = @GDK_PACKAGES@ GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@ GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@ GDK_WLIBS = @GDK_WLIBS@ GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ GLIB_LIBS = @GLIB_LIBS@ GLIB_MKENUMS = @GLIB_MKENUMS@ GLIB_PREFIX = @GLIB_PREFIX@ GMODULE_CFLAGS = @GMODULE_CFLAGS@ GMODULE_LIBS = @GMODULE_LIBS@ GMOFILES = @GMOFILES@ GMSGFMT = @GMSGFMT@ GOBJECT_QUERY = @GOBJECT_QUERY@ GREP = @GREP@ 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@ GTK_API_VERSION = @GTK_API_VERSION@ GTK_BINARY_AGE = @GTK_BINARY_AGE@ GTK_BINARY_VERSION = @GTK_BINARY_VERSION@ GTK_DEBUG_FLAGS = @GTK_DEBUG_FLAGS@ GTK_DEP_CFLAGS = @GTK_DEP_CFLAGS@ GTK_DEP_LIBS = @GTK_DEP_LIBS@ GTK_EXTRA_CFLAGS = @GTK_EXTRA_CFLAGS@ GTK_EXTRA_LIBS = @GTK_EXTRA_LIBS@ GTK_INTERFACE_AGE = @GTK_INTERFACE_AGE@ GTK_MAJOR_VERSION = @GTK_MAJOR_VERSION@ GTK_MICRO_VERSION = @GTK_MICRO_VERSION@ GTK_MINOR_VERSION = @GTK_MINOR_VERSION@ GTK_PACKAGES = @GTK_PACKAGES@ GTK_UPDATE_ICON_CACHE = @GTK_UPDATE_ICON_CACHE@ GTK_VERSION = @GTK_VERSION@ GTK_XIM_FLAGS = @GTK_XIM_FLAGS@ HAVE_HTTP_AUTHSTRING = @HAVE_HTTP_AUTHSTRING@ HTML_DIR = @HTML_DIR@ INCLUDED_IMMODULE_DEFINE = @INCLUDED_IMMODULE_DEFINE@ INCLUDED_IMMODULE_OBJ = @INCLUDED_IMMODULE_OBJ@ 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@ INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@ INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@ INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@ INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@ INTROSPECTION_LIBS = @INTROSPECTION_LIBS@ INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@ INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@ INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIBTOOL_EXPORT_OPTIONS = @LIBTOOL_EXPORT_OPTIONS@ LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ LT_VERSION_INFO = @LT_VERSION_INFO@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MATH_LIB = @MATH_LIB@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ MSGFMT = @MSGFMT@ MSGFMT_OPTS = @MSGFMT_OPTS@ 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@ PANGO_PREFIX = @PANGO_PREFIX@ PATH_SEPARATOR = @PATH_SEPARATOR@ PERL = @PERL@ PKG_CONFIG = @PKG_CONFIG@ PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POSUB = @POSUB@ PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@ PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@ RANLIB = @RANLIB@ REBUILD = @REBUILD@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ STRIP = @STRIP@ USE_NLS = @USE_NLS@ VERSION = @VERSION@ WINDRES = @WINDRES@ XGETTEXT = @XGETTEXT@ XMKMF = @XMKMF@ XMLCATALOG = @XMLCATALOG@ XML_CATALOG_FILE = @XML_CATALOG_FILE@ XSLTPROC = @XSLTPROC@ X_CFLAGS = @X_CFLAGS@ X_EXTRA_LIBS = @X_EXTRA_LIBS@ X_LIBS = @X_LIBS@ X_PRE_LIBS = @X_PRE_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@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ gdktarget = @gdktarget@ gdktargetlib = @gdktargetlib@ gtktargetlib = @gtktargetlib@ 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@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ ms_librarian = @ms_librarian@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ 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 # in $PATH for non-GLIB packages GTESTER_REPORT = gtester-report # in $PATH for non-GLIB packages # initialize variables for unconditional += appending EXTRA_DIST = gtkquartz.h $(gtk_private_h_sources) $(gtk_extra_sources) \ $(gtk_built_sources) $(STOCK_ICONS) $(STOCK_ICONS) \ $(GENERATED_ICONS) line-arrow.xbm line-wrap.xbm tree_plus.xbm \ tree_minus.xbm tree_minus.xpm tree_plus.xpm gtk.def \ gtk-builder-convert gtk-win32.rc gtk-win32.rc.in \ gtkwin32embed.h gtkwin32embedwidget.h gtkwin32embedwidget.c \ gtkprint-win32.h gtkprint-win32.c gtksearchenginequartz.h \ gtkrc.default gtkrc.key.default gtkrc.key.emacs gtkrc.key.mac \ makefile.msc makefile.msc.in makegtkalias.pl \ aliasfilescheck.sh abicheck.sh pltcheck.sh \ gtktypebuiltins.c.template gtktypebuiltins.h.template TEST_PROGS = ### testing rules # Xvfb based test rules XVFB = Xvfb -ac -noreset -screen 0 800x600x16 XIDS = 101 102 103 104 105 106 107 197 199 211 223 227 293 307 308 309 310 311 \ 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 \ 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 \ 1008 1009 4703 4721 4723 4729 4733 4751 9973 9974 9975 9976 9977 9978 9979 \ 9980 9981 9982 9983 9984 9985 9986 9987 9988 9989 9990 9991 9992 9993 9994 \ 9995 9996 9997 9998 9999 SKIP_GDKTARGET = \ test "$(gdktarget)" != "x11" \ && echo "Gtk+Tests:INFO: Skipping GUI tests for non-X11 target." XVFB_START = \ ${XVFB} -help 2>/dev/null 1>&2 \ && XID=`for id in $(XIDS) ; do test -e /tmp/.X$$id-lock || { echo $$id; exit 0; }; done; exit 1` \ && { ${XVFB} :$$XID -screen 0 800x600x16 -nolisten tcp -auth /dev/null >/dev/null 2>&1 & \ trap "kill -15 $$! " 0 HUP INT QUIT TRAP USR1 PIPE TERM ; } \ || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } \ && DISPLAY=:$$XID && export DISPLAY INTROSPECTION_GIRS = $(am__append_16) INTROSPECTION_SCANNER_ARGS = \ --warn-all \ --add-include-path=../gdk INTROSPECTION_COMPILER_ARGS = \ --includedir=$(srcdir) \ --includedir=. \ --includedir=../gdk @USE_QUARTZ_FALSE@GTK_PRINT_PREVIEW_COMMAND = "evince --unlink-tempfile --preview --print-settings %s %f" @USE_QUARTZ_TRUE@GTK_PRINT_PREVIEW_COMMAND = "open -a /Applications/Preview.app %f" SUBDIRS = theme-bits . tests DIST_SUBDIRS = theme-bits tests @HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_FALSE@GTK_PRINT_BACKENDS = file,lpr @HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_TRUE@GTK_PRINT_BACKENDS = file,papi @HAVE_CUPS_TRUE@@HAVE_PAPI_CUPS_FALSE@GTK_PRINT_BACKENDS = file,cups @HAVE_PAPI_CUPS_TRUE@GTK_PRINT_BACKENDS = file,papi,cups GTK_BASE_CFLAGS_DEFINES = \ -DG_LOG_DOMAIN=\"Gtk\" \ -DGTK_VERSION=\"$(GTK_VERSION)\" \ -DGTK_BINARY_VERSION=\"$(GTK_BINARY_VERSION)\" \ -DGTK_COMPILATION \ -DGTK_DISABLE_DEPRECATED \ -DGTK_FILE_SYSTEM_ENABLE_UNSUPPORTED \ -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED GTK_PLAT_CFLAGS_DEFINES = \ -DGTK_LIBDIR=\"$(libdir)\" \ -DGTK_DATADIR=\"$(datadir)\" \ -DGTK_DATA_PREFIX=\"$(prefix)\" \ -DGTK_SYSCONFDIR=\"$(sysconfdir)\" \ -DGTK_HOST=\"$(host)\" \ -DGTK_PRINT_BACKENDS=\"$(GTK_PRINT_BACKENDS)\" \ -DGTK_PRINT_PREVIEW_COMMAND=\"$(GTK_PRINT_PREVIEW_COMMAND)\" INCLUDES = \ $(GTK_BASE_CFLAGS_DEFINES) \ $(GTK_PLAT_CFLAGS_DEFINES) \ -I$(top_builddir) \ -I$(top_builddir)/gtk \ -I$(top_srcdir) -I../gdk \ -I$(top_srcdir)/gdk \ $(GMODULE_CFLAGS) \ $(GTK_DEBUG_FLAGS) \ $(GTK_DEP_CFLAGS) \ $(INCLUDED_IMMODULE_DEFINE) gtarget = $(gdktarget) @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined @OS_WIN32_TRUE@gtk_def = gtk.def @OS_WIN32_TRUE@gtk_win32_symbols = -export-symbols $(srcdir)/gtk.def @OS_WIN32_TRUE@gtk_win32_res = gtk-win32-res.o @OS_WIN32_TRUE@gtk_win32_res_ldflag = -Wl,gtk-win32-res.o @MS_LIB_AVAILABLE_TRUE@noinst_DATA = gtk-win32-$(GTK_API_VERSION).lib TESTS_ENVIRONMENT = srcdir="$(srcdir)" gtk_all_c_sources="$(gtk_all_c_sources)" TESTS = aliasfilescheck.sh $(am__append_1) libgtkincludedir = $(includedir)/gtk-2.0/gtk libadd = $(top_builddir)/gdk/$(gdktargetlib) $(GMODULE_LIBS) \ $(GTK_DEP_LIBS) $(am__append_2) deps = $(am__append_3) # libtool stuff: set version and export symbols for resolving # since automake doesn't support conditionalized libsomething_la_LDFLAGS # we use the general approach here libtool_opts = \ -version-info $(LT_VERSION_INFO) \ -export-dynamic $(no_undefined) $(LIBTOOL_EXPORT_OPTIONS) \ -rpath $(libdir) $(libgtk_target_ldflags) # # setup source file variables # # GTK+ header files for public installation (non-generated, or generated # by configure) # Broken # Deprecated gtk_public_h_sources = gtk.h gtkaboutdialog.h gtkaccelgroup.h \ gtkaccellabel.h gtkaccelmap.h gtkaccessible.h gtkaction.h \ gtkactiongroup.h gtkactivatable.h gtkadjustment.h \ gtkalignment.h gtkarrow.h gtkaspectframe.h gtkassistant.h \ gtkbbox.h gtkbin.h gtkbindings.h gtkbox.h gtkbuilder.h \ gtkbuildable.h gtkbutton.h gtkcalendar.h gtkcelleditable.h \ gtkcelllayout.h gtkcellrenderer.h gtkcellrendereraccel.h \ gtkcellrenderercombo.h gtkcellrendererpixbuf.h \ gtkcellrendererprogress.h gtkcellrendererspin.h \ gtkcellrendererspinner.h gtkcellrenderertext.h \ gtkcellrenderertoggle.h gtkcellview.h gtkcheckbutton.h \ gtkcheckmenuitem.h gtkclipboard.h gtkcolorbutton.h \ gtkcolorsel.h gtkcolorseldialog.h gtkcombobox.h \ gtkcomboboxentry.h gtkcomboboxtext.h gtkcontainer.h gtkdebug.h \ gtkdialog.h gtkdnd.h gtkdrawingarea.h gtkeditable.h gtkentry.h \ gtkentrybuffer.h gtkentrycompletion.h gtkenums.h gtkeventbox.h \ gtkexpander.h gtkfilechooser.h gtkfilechooserbutton.h \ gtkfilechooserdialog.h gtkfilechooserwidget.h gtkfilefilter.h \ gtkfixed.h gtkfontbutton.h gtkfontsel.h gtkframe.h gtkgc.h \ gtkhandlebox.h gtkhbbox.h gtkhbox.h gtkhpaned.h gtkhruler.h \ gtkhscale.h gtkhscrollbar.h gtkhseparator.h gtkhsv.h \ gtkiconfactory.h gtkicontheme.h gtkiconview.h gtkimage.h \ gtkimagemenuitem.h gtkimcontext.h gtkimcontextsimple.h \ gtkimmodule.h gtkimmulticontext.h gtkinfobar.h gtkinvisible.h \ gtkitem.h gtklabel.h gtklayout.h gtklinkbutton.h \ gtkliststore.h gtkmain.h gtkmenu.h gtkmenubar.h gtkmenuitem.h \ gtkmenushell.h gtkmenutoolbutton.h gtkmessagedialog.h \ gtkmisc.h gtkmodules.h gtkmountoperation.h gtknotebook.h \ gtkobject.h gtkoffscreenwindow.h gtkorientable.h \ gtkpagesetup.h gtkpaned.h gtkpapersize.h gtkplug.h \ gtkprintcontext.h gtkprintoperation.h \ gtkprintoperationpreview.h gtkprintsettings.h gtkprivate.h \ gtkprogressbar.h gtkradioaction.h gtkradiobutton.h \ gtkradiomenuitem.h gtkradiotoolbutton.h gtkrange.h gtkrc.h \ gtkrecentaction.h gtkrecentchooser.h gtkrecentchooserdialog.h \ gtkrecentchoosermenu.h gtkrecentchooserwidget.h \ gtkrecentfilter.h gtkrecentmanager.h gtkruler.h gtkscale.h \ gtkscalebutton.h gtkscrollbar.h gtkscrolledwindow.h \ gtkselection.h gtkseparator.h gtkseparatormenuitem.h \ gtkseparatortoolitem.h gtkshow.h gtksettings.h gtksizegroup.h \ gtksocket.h gtkspinbutton.h gtkspinner.h gtkstatusbar.h \ gtkstatusicon.h gtkstock.h gtkstyle.h gtktable.h \ gtktearoffmenuitem.h gtktestutils.h gtktextbuffer.h \ gtktextbufferrichtext.h gtktextchild.h gtktextdisplay.h \ gtktextiter.h gtktextmark.h gtktexttag.h gtktexttagtable.h \ gtktextview.h gtktoggleaction.h gtktogglebutton.h \ gtktoggletoolbutton.h gtktoolbar.h gtktoolbutton.h \ gtktoolitem.h gtktoolitemgroup.h gtktoolpalette.h \ gtktoolshell.h gtktooltip.h gtktreednd.h gtktreemodel.h \ gtktreemodelfilter.h gtktreemodelsort.h gtktreeselection.h \ gtktreesortable.h gtktreestore.h gtktreeview.h \ gtktreeviewcolumn.h gtktypeutils.h gtkuimanager.h gtkvbbox.h \ gtkvbox.h gtkviewport.h gtkvolumebutton.h gtkvpaned.h \ gtkvruler.h gtkvscale.h gtkvscrollbar.h gtkvseparator.h \ gtkwidget.h gtkwindow.h gtktext.h gtktree.h gtktreeitem.h \ gtkclist.h gtkcombo.h gtkctree.h gtkcurve.h gtkfilesel.h \ gtkgamma.h gtkinputdialog.h gtkitemfactory.h gtklist.h \ gtklistitem.h gtkoldeditable.h gtkoptionmenu.h gtkpixmap.h \ gtkpreview.h gtkprogress.h gtksignal.h gtktipsquery.h \ gtktooltips.h @OS_UNIX_TRUE@gtk_unix_print_public_h_sources = \ @OS_UNIX_TRUE@ gtkpagesetupunixdialog.h \ @OS_UNIX_TRUE@ gtkprintunixdialog.h \ @OS_UNIX_TRUE@ gtkprinter.h \ @OS_UNIX_TRUE@ gtkprintjob.h \ @OS_UNIX_TRUE@ gtkunixprint.h # Installed header files without compatibility guarantees # that are not included in gtk/gtk.h gtk_semi_private_h_sources = \ gtktextlayout.h # GTK+ header files that don't get installed gtk_private_h_sources = gtkquery.h gtksearchengine.h \ gtksearchenginesimple.h gtkdndcursors.h gtkentryprivate.h \ gtkbuilderprivate.h gtkcustompaperunixdialog.h \ gtkfilechooserdefault.h gtkfilechooserembed.h \ gtkfilechooserentry.h gtkfilechooserprivate.h \ gtkfilechoosersettings.h gtkfilechooserutils.h gtkfilesystem.h \ gtkfilesystemmodel.h gtkiconcache.h gtkimcontextsimpleseqs.h \ gtkintl.h gtkkeyhash.h gtkmnemonichash.h \ gtkmountoperationprivate.h gtkpango.h gtkpathbar.h \ gtkplugprivate.h gtkprintoperation-private.h gtkprintutils.h \ gtkrbtree.h gtkrecentchooserdefault.h \ gtkrecentchooserprivate.h gtkrecentchooserutils.h \ gtksocketprivate.h gtktextbtree.h gtktextbufferserialize.h \ gtktextchildprivate.h gtktextiterprivate.h \ gtktextmarkprivate.h gtktextsegment.h gtktexttagprivate.h \ gtktexttypes.h gtktextutil.h gtkthemes.h \ gtktoggleactionprivate.h gtktoolpaletteprivate.h \ gtktreedatalist.h gtktreeprivate.h gtkwindow-decorate.h \ $(gtk_clipboard_dnd_h_sources) $(am__append_4) $(am__append_6) \ $(am__append_8) $(am__append_10) $(am__append_12) # GTK+ C sources to build the library from gtk_base_c_sources = gtkquery.c gtksearchengine.c \ gtksearchenginesimple.c fnmatch.c gtkaboutdialog.c \ gtkaccelgroup.c gtkaccellabel.c gtkaccelmap.c gtkaccessible.c \ gtkaction.c gtkactiongroup.c gtkactivatable.c gtkadjustment.c \ gtkalignment.c gtkarrow.c gtkaspectframe.c gtkassistant.c \ gtkbbox.c gtkbin.c gtkbindings.c gtkbox.c gtkbuildable.c \ gtkbuilder.c gtkbuilderparser.c gtkbutton.c gtkcalendar.c \ gtkcelleditable.c gtkcelllayout.c gtkcellrenderer.c \ gtkcellrendereraccel.c gtkcellrenderercombo.c \ gtkcellrendererpixbuf.c gtkcellrendererprogress.c \ gtkcellrendererspin.c gtkcellrendererspinner.c \ gtkcellrenderertext.c gtkcellrenderertoggle.c gtkcellview.c \ gtkcheckbutton.c gtkcheckmenuitem.c gtkcolorbutton.c \ gtkcolorsel.c gtkcolorseldialog.c gtkcombobox.c \ gtkcomboboxentry.c gtkcomboboxtext.c gtkcontainer.c \ gtkdialog.c gtkdrawingarea.c gtkeditable.c gtkentry.c \ gtkentrybuffer.c gtkentrycompletion.c gtkeventbox.c \ gtkexpander.c gtkfilechooser.c gtkfilechooserbutton.c \ gtkfilechooserdefault.c gtkfilechooserdialog.c \ gtkfilechooserembed.c gtkfilechooserentry.c \ gtkfilechoosersettings.c gtkfilechooserutils.c \ gtkfilechooserwidget.c gtkfilefilter.c gtkfilesystem.c \ gtkfilesystemmodel.c gtkfixed.c gtkfontbutton.c gtkfontsel.c \ gtkframe.c gtkgc.c gtkhandlebox.c gtkhbbox.c gtkhbox.c \ gtkhpaned.c gtkhruler.c gtkhscale.c gtkhscrollbar.c \ gtkhseparator.c gtkhsv.c gtkiconcache.c \ gtkiconcachevalidator.c gtkiconfactory.c gtkicontheme.c \ gtkiconview.c gtkimage.c gtkimagemenuitem.c gtkimcontext.c \ gtkimcontextsimple.c gtkimmodule.c gtkimmulticontext.c \ gtkinfobar.c gtkinputdialog.c gtkinvisible.c gtkitem.c \ gtkkeyhash.c gtklabel.c gtklayout.c gtklinkbutton.c \ gtkliststore.c gtkmain.c gtkmarshal.c gtkmarshalers.c \ gtkmenu.c gtkmenubar.c gtkmenuitem.c gtkmenushell.c \ gtkmenutoolbutton.c gtkmessagedialog.c gtkmisc.c \ gtkmnemonichash.c gtkmodules.c gtkmountoperation.c \ gtknotebook.c gtkobject.c gtkoffscreenwindow.c gtkorientable.c \ gtkpagesetup.c gtkpaned.c gtkpango.c gtkpapersize.c \ gtkpathbar.c gtkplug.c gtkprintcontext.c gtkprintoperation.c \ gtkprintoperationpreview.c gtkprintsettings.c gtkprintutils.c \ gtkprogressbar.c gtkradioaction.c gtkradiobutton.c \ gtkradiomenuitem.c gtkradiotoolbutton.c gtkrange.c gtkrbtree.c \ gtkrc.c gtkrecentaction.c gtkrecentchooserdefault.c \ gtkrecentchooserdialog.c gtkrecentchoosermenu.c \ gtkrecentchooserwidget.c gtkrecentchooserutils.c \ gtkrecentchooser.c gtkrecentfilter.c gtkrecentmanager.c \ gtkruler.c gtkscale.c gtkscalebutton.c gtkscrollbar.c \ gtkscrolledwindow.c gtkselection.c gtkseparator.c \ gtkseparatormenuitem.c gtkseparatortoolitem.c gtksettings.c \ gtksizegroup.c gtkshow.c gtksocket.c gtkspinbutton.c \ gtkspinner.c gtkstatusbar.c gtkstatusicon.c gtkstock.c \ gtkstyle.c gtktable.c gtktearoffmenuitem.c gtktestutils.c \ gtktextbtree.c gtktextbuffer.c gtktextbufferrichtext.c \ gtktextbufferserialize.c gtktextchild.c gtktextdisplay.c \ gtktextiter.c gtktextlayout.c gtktextmark.c gtktextsegment.c \ gtktexttag.c gtktexttagtable.c gtktexttypes.c gtktextutil.c \ gtktextview.c gtkthemes.c gtktoggleaction.c gtktogglebutton.c \ gtktoggletoolbutton.c gtktoolbar.c gtktoolbutton.c \ gtktoolitem.c gtktoolitemgroup.c gtktoolpalette.c \ gtktoolshell.c gtktooltip.c gtktreedatalist.c gtktreednd.c \ gtktreemodel.c gtktreemodelfilter.c gtktreemodelsort.c \ gtktreeselection.c gtktreesortable.c gtktreestore.c \ gtktreeview.c gtktreeviewcolumn.c gtktypebuiltins.c \ gtktypeutils.c gtkuimanager.c gtkvbbox.c gtkvbox.c \ gtkvolumebutton.c gtkviewport.c gtkvpaned.c gtkvruler.c \ gtkvscale.c gtkvscrollbar.c gtkvseparator.c gtkwidget.c \ gtkwindow-decorate.c gtkwindow.c \ $(gtk_clipboard_dnd_c_sources) gtktext.c gtktree.c \ gtktreeitem.c gtkclist.c gtkcombo.c gtkctree.c gtkcurve.c \ gtkfilesel.c gtkgamma.c gtkitemfactory.c gtklist.c \ gtklistitem.c gtkoldeditable.c gtkoptionmenu.c gtkpixmap.c \ gtkpreview.c gtkprogress.c gtksignal.c gtktipsquery.c \ gtktooltips.c gtk_c_sources = $(gtk_base_c_sources) $(am__append_5) $(am__append_7) \ $(am__append_9) $(am__append_11) $(am__append_13) \ $(am__append_14) gtk_all_c_sources = $(gtk_base_c_sources) $(gtk_os_unix_c_sources) \ $(gtk_os_win32_c_sources) $(gtk_use_x11_c_sources) \ $(gtk_use_win32_c_sources) $(gtk_use_stub_c_sources) gtk_os_unix_c_sources = \ gtkcustompaperunixdialog.c \ gtkpagesetupunixdialog.c \ gtkprinter.c \ gtkprinteroption.c \ gtkprinteroptionset.c \ gtkprinteroptionwidget.c \ gtkprintjob.c \ gtkprintoperation-unix.c \ gtkprintunixdialog.c \ gtkprintbackend.c \ gtksearchenginebeagle.c \ gtksearchenginetracker.c gtk_os_win32_c_sources = \ gtkprint-win32.c \ gtkprintoperation-win32.c gtk_use_x11_c_sources = \ gtkplug-x11.c \ gtksocket-x11.c \ gtkxembed.c \ gtktrayicon-x11.c \ gtkmountoperation-x11.c gtk_use_win32_c_sources = \ gtkplug-win32.c \ gtksocket-win32.c \ gtkwin32embed.c \ gtkwin32embedwidget.c \ gtkmountoperation-stub.c gtk_use_quartz_c_sources = \ gtksearchenginequartz.c \ gtkplug-stub.c \ gtksocket-stub.c \ gtkmountoperation-stub.c gtk_use_stub_c_sources = \ gtkplug-stub.c \ gtksocket-stub.c \ gtkmountoperation-stub.c @USE_QUARTZ_TRUE@@USE_WIN32_FALSE@@USE_X11_FALSE@libgtk_quartz_2_0_la_CFLAGS = "-xobjective-c" @USE_QUARTZ_FALSE@gtk_clipboard_dnd_c_sources = gtkclipboard.c gtkdnd.c @USE_QUARTZ_TRUE@gtk_clipboard_dnd_c_sources = gtkclipboard-quartz.c gtkdnd-quartz.c gtkquartz.c @USE_QUARTZ_TRUE@gtk_clipboard_dnd_h_sources = gtkquartz.h # we use our own built_sources variable rules to avoid automake's # BUILT_SOURCES oddities # we generate frequently rebuild files piggyback on a stamp file, so sources # depending on them only get rebuild when the built source actually changed # content # built sources that get installed with the header files gtk_built_public_sources = \ gtkmarshal.h \ gtktypebuiltins.h # built headers that don't get installed gtk_built_private_headers = \ gtkalias.h \ gtkmarshalers.h \ gtkbuiltincache.h gtk_built_sources = \ gtkaliasdef.c \ gtktypebuiltins.c \ gtktypefuncs.c \ gtkmarshalers.c \ gtkmarshal.c \ ${gtk_built_private_headers} \ ${gtk_built_public_sources} stamp_files = \ stamp-gtkmarshalers.h \ stamp-gtkmarshal.h \ stamp-gtktypebuiltins.h \ stamp-icons # non-header sources (headers should be specified in the above variables) # that don't serve as direct make target sources, i.e. they don't have # their own .lo rules and don't get publically installed gtk_extra_sources = \ paper_names.c \ paper_names_offsets.c \ gen-paper-names.c \ gtkstatusicon-quartz.c \ gtk.symbols \ gtkversion.h.in \ gtkmarshalers.list \ gtkmarshal.list # # setup GTK+ sources and their dependencies # MAINTAINERCLEANFILES = $(gtk_built_sources) $(stamp_files) $(GENERATED_ICONS) stock-icons/icon-theme.cache EXTRA_HEADERS = # # rules to generate built sources # # setup autogeneration dependencies gen_sources = xgen-gdef xgen-gtbh xgen-gtic xgen-gmh xgen-gmc xgen-gmlh xgen-gmlc xgen-gtfsrc.c xgen-gtf CLEANFILES = $(gen_sources) $(am__append_17) BUILT_SOURCES = $(gtk_built_sources) # target platform: lib_LTLIBRARIES = $(gtktargetlib) gtkincludedir = $(includedir)/gtk-2.0/gtk gtkinclude_HEADERS = $(gtk_public_h_sources) $(gtk_semi_private_h_sources) $(gtk_built_public_sources) gtkversion.h gtkunixprintincludedir = $(includedir)/gtk-unix-print-2.0/gtk gtkunixprintinclude_HEADERS = $(gtk_unix_print_public_h_sources) libgtk_x11_2_0_la_SOURCES = $(gtk_c_sources) libgtk_win32_2_0_la_SOURCES = $(gtk_c_sources) libgtk_quartz_2_0_la_SOURCES = $(gtk_c_sources) libgtk_directfb_2_0_la_SOURCES = $(gtk_c_sources) libgtk_x11_2_0_la_LDFLAGS = $(libtool_opts) libgtk_win32_2_0_la_LDFLAGS = $(libtool_opts) -Wl,-luuid libgtk_quartz_2_0_la_LDFLAGS = $(libtool_opts) libgtk_directfb_2_0_la_LDFLAGS = $(libtool_opts) libgtk_x11_2_0_la_LIBADD = $(libadd) libgtk_win32_2_0_la_LIBADD = $(libadd) -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 libgtk_quartz_2_0_la_LIBADD = $(libadd) libgtk_directfb_2_0_la_LIBADD = $(libadd) libgtk_x11_2_0_la_DEPENDENCIES = $(deps) libgtk_win32_2_0_la_DEPENDENCIES = $(gtk_def) $(gtk_win32_res) $(deps) libgtk_quartz_2_0_la_DEPENDENCIES = $(deps) libgtk_directfb_2_0_la_DEPENDENCIES = $(deps) @USE_WIN32_TRUE@libgtk_target_ldflags = $(gtk_win32_res_ldflag) $(gtk_win32_symbols) EXTRA_LTLIBRARIES = libgtk-x11-2.0.la libgtk-win32-2.0.la libgtk-quartz-2.0.la libgtk-directfb-2.0.la # -------------- MSVC Projects ---------------- MSVCPROJS = gtk gtk_FILES = $(gtk_base_c_sources) $(gtk_os_win32_c_sources) $(gtk_use_win32_c_sources) gtk_EXCLUDES = gtkdummy gtk_HEADERS_DIR = $(libgtkincludedir) gtk_HEADERS_INST = $(gtkinclude_HEADERS) gtk_HEADERS_EXCLUDES = gtkdummy _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)) # Introspection Items for MSVC @HAVE_INTROSPECTION_TRUE@MSVC_INTROSPECT_GIRS = Gtk-2.0.gir @HAVE_INTROSPECTION_TRUE@GTK_MSVC_GIR_CFLAGS = \ @HAVE_INTROSPECTION_TRUE@ $(GTK_BASE_CFLAGS_DEFINES) \ @HAVE_INTROSPECTION_TRUE@ -DGTK_LIBDIR=\\\"/dummy/lib\\\" \ @HAVE_INTROSPECTION_TRUE@ -DGTK_DATADIR=\\\"/dummy/share\\\" \ @HAVE_INTROSPECTION_TRUE@ -DGTK_DATA_PREFIX=\\\"/dummy\\\" \ @HAVE_INTROSPECTION_TRUE@ -DGTK_SYSCONFDIR=\\\"/dummy/etc\\\" \ @HAVE_INTROSPECTION_TRUE@ -DGTK_HOST=\\\"'$$$$(AT_PLAT)'-pc-vs'$$$$(VSVER)'\\\" \ @HAVE_INTROSPECTION_TRUE@ -DGTK_PRINT_BACKENDS=\\\"file\\\" \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_am_et \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_cedilla \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_cyrillic_translit \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_ime \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_inuktitu \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_ipa \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_multipress \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_thai \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_ti_er \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_ti_et \ @HAVE_INTROSPECTION_TRUE@ -DINCLUDE_IM_viqr \ @HAVE_INTROSPECTION_TRUE@ -UGDK_DISABLE_DEPRECATED \ @HAVE_INTROSPECTION_TRUE@ -UGTK_DISABLE_DEPRECATED \ @HAVE_INTROSPECTION_TRUE@ -DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API \ @HAVE_INTROSPECTION_TRUE@ -I../.. -I../../gtk -I../../gdk @HAVE_INTROSPECTION_FALSE@INTROSPECTION_INTERMEDIATE_ITEMS = @HAVE_INTROSPECTION_TRUE@INTROSPECTION_INTERMEDIATE_ITEMS = \ @HAVE_INTROSPECTION_TRUE@ $(top_builddir)/build/win32/Gtk-2.0.gir.msvc.introspect \ @HAVE_INTROSPECTION_TRUE@ $(top_builddir)/build/win32/Gtk_2_0_gir_list @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_MSVC_FILES = \ @HAVE_INTROSPECTION_TRUE@ $(gtkinclude_HEADERS) \ @HAVE_INTROSPECTION_TRUE@ $(gtk_base_c_sources) \ @HAVE_INTROSPECTION_TRUE@ $(gtk_os_win32_c_sources) \ @HAVE_INTROSPECTION_TRUE@ $(gtk_use_win32_c_sources) \ @HAVE_INTROSPECTION_TRUE@ gtktypebuiltins.h \ @HAVE_INTROSPECTION_TRUE@ gtktypebuiltins.c @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_MSVC_EXPORT_PACKAGES = $(Gtk_2_0_gir_EXPORT_PACKAGES) @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_MSVC_INCLUDE_GIRS = Atk-1.0 @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_MSVC_LIBS = gtk-win32-2.0 gdk-win32-2.0 @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_MSVC_CFLAGS = $(GTK_MSVC_GIR_CFLAGS) @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_MSVC_SCANNERFLAGS = --warn-all --add-include-path=. --include-uninstalled=./Gdk-2.0.gir @HAVE_INTROSPECTION_TRUE@_gir_name = $(subst /,_,$(subst -,_,$(subst .,_,$(1)))) # Namespace and Version is either fetched from the gir filename # or the _NAMESPACE/_VERSION variable combo @HAVE_INTROSPECTION_TRUE@_gir_namespace_msvc = $(or $($(_gir_name)_NAMESPACE),$(firstword $(subst -, ,$(notdir $(1))))) @HAVE_INTROSPECTION_TRUE@_gir_version_msvc = $(or $($(_gir_name)_VERSION),$(lastword $(subst -, ,$(1:.gir=)))) @HAVE_INTROSPECTION_TRUE@_typelib_basename_msvc = $(_gir_namespace_msvc)'-'$(_gir_version_msvc) # _PROGRAM is an optional variable which needs its own --program argument @HAVE_INTROSPECTION_TRUE@_gir_program_msvc = $(if $($(_gir_name)_MSVC_PROGRAM),--program=$($(_gir_name)_MSVC_PROGRAM)) # Deduce the sub-folder from $(srcroot) where the sources reside in @HAVE_INTROSPECTION_TRUE@_gir_source_path_raw_msvc := $(subst $(abs_top_srcdir),,$(abs_srcdir)) @HAVE_INTROSPECTION_TRUE@_gir_source_path_msvc = $(subst /,\\,$(_gir_source_path_raw_msvc)) @HAVE_INTROSPECTION_TRUE@_gir_source_subdir_int_msvc = $(subst \\\\,\\,\\$(_gir_source_path_msvc)\\) @HAVE_INTROSPECTION_TRUE@_gir_source_subdir_msvc = $(subst \\.\\,\\,$(_gir_source_subdir_int_msvc)) @HAVE_INTROSPECTION_TRUE@_gir_files_raw_msvc = $(subst /,\\,$($(_gir_name)_MSVC_FILES)) @HAVE_INTROSPECTION_TRUE@_gir_files_msvc = $(subst $(srcdir)\\,,$(subst $(builddir)\\,,$(subst $(top_builddir)\\$(_gir_source_path_msvc)\\,\\,$(_gir_files_raw_msvc)))) # Create a list of items for: # - Libraries # - Packages # - GIRs to include # - packages to export @HAVE_INTROSPECTION_TRUE@_gir_libraries_msvc = $(foreach lib,$($(_gir_name)_MSVC_LIBS),--library=$(lib)) @HAVE_INTROSPECTION_TRUE@_gir_packages_msvc = $(foreach pkg,$($(_gir_name)_MSVC_PACKAGES),--pkg=$(pkg)) @HAVE_INTROSPECTION_TRUE@_gir_includes_msvc = $(foreach include,$($(_gir_name)_MSVC_INCLUDE_GIRS),--include=$(include)) @HAVE_INTROSPECTION_TRUE@_gir_export_packages_msvc = $(foreach pkg,$($(_gir_name)_MSVC_EXPORT_PACKAGES),--pkg-export=$(pkg)) DEPS = $(gtktargetlib) $(top_builddir)/gdk/$(gdktargetlib) TEST_DEPS = $(DEPS) immodules.cache LDADDS = \ $(gtktargetlib) \ $(top_builddir)/gdk/$(gdktargetlib) \ $(GTK_DEP_LIBS) @HAVE_INTROSPECTION_TRUE@introspection_files = \ @HAVE_INTROSPECTION_TRUE@ $(gtkinclude_HEADERS) \ @HAVE_INTROSPECTION_TRUE@ $(gtk_all_c_sources) \ @HAVE_INTROSPECTION_TRUE@ gtktypebuiltins.h \ @HAVE_INTROSPECTION_TRUE@ gtktypebuiltins.c @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_SCANNERFLAGS = --include-uninstalled=$(top_builddir)/gdk/Gdk-2.0.gir \ @HAVE_INTROSPECTION_TRUE@ $(am__append_15) @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_INCLUDES = Atk-1.0 @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_CFLAGS = \ @HAVE_INTROSPECTION_TRUE@ $(INCLUDES) \ @HAVE_INTROSPECTION_TRUE@ -UGDK_DISABLE_DEPRECATED \ @HAVE_INTROSPECTION_TRUE@ -UGTK_DISABLE_DEPRECATED \ @HAVE_INTROSPECTION_TRUE@ -DGTK_TEXT_USE_INTERNAL_UNSUPPORTED_API @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_LIBS = $(gtktargetlib) @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_FILES = $(introspection_files) @HAVE_INTROSPECTION_TRUE@Gtk_2_0_gir_EXPORT_PACKAGES = gtk+-2.0 @HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0 @HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS) @HAVE_INTROSPECTION_TRUE@typelibsdir = $(libdir)/girepository-1.0 @HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) bin_SCRIPTS = gtk-builder-convert # Workaround for UAC silliness: programs with "update" in their name # are believed to be installers and require elevated privileges to be # used... Embed a manifest file into executable to tell Windows that # gtk-update-icon-cache.exe doesn't require any special privileges. @OS_WIN32_TRUE@GTK_UPDATE_ICON_CACHE_MANIFEST = gtk-update-icon-cache.exe.manifest @OS_WIN32_TRUE@GTK_UPDATE_ICON_CACHE_RC = gtk-update-icon-cache.rc @OS_WIN32_TRUE@GTK_UPDATE_ICON_CACHE_MANIFEST_OBJECT = gtk-update-icon-cache_manifest.o gtk_query_immodules_2_0_DEPENDENCIES = $(DEPS) gtk_query_immodules_2_0_LDADD = $(LDADDS) $(GMODULE_LIBS) gtk_query_immodules_2_0_SOURCES = queryimmodules.c gtk_update_icon_cache_DEPENDENCIES = $(GTK_UPDATE_ICON_CACHE_MANIFEST_OBJECT) gtk_update_icon_cache_LDADD = $(GDK_PIXBUF_LIBS) $(GTK_UPDATE_ICON_CACHE_MANIFEST_OBJECT) gtk_update_icon_cache_SOURCES = updateiconcache.c STOCK_ICONS = \ stock-icons/16/application-exit.png \ stock-icons/16/dialog-information.png \ stock-icons/16/document-new.png \ stock-icons/16/document-open.png \ stock-icons/16/document-open-recent.png \ stock-icons/16/document-print.png \ stock-icons/16/document-print-preview.png \ stock-icons/16/document-properties.png \ stock-icons/16/document-revert-ltr.png \ stock-icons/16/document-revert-rtl.png \ stock-icons/16/document-save-as.png \ stock-icons/16/drive-harddisk.png \ stock-icons/16/edit-clear.png \ stock-icons/16/edit-copy.png \ stock-icons/16/edit-cut.png \ stock-icons/16/edit-delete.png \ stock-icons/16/edit-find.png \ stock-icons/16/edit-find-replace.png \ stock-icons/16/edit-paste.png \ stock-icons/16/edit-redo-ltr.png \ stock-icons/16/edit-redo-rtl.png \ stock-icons/16/edit-select-all.png \ stock-icons/16/edit-undo-ltr.png \ stock-icons/16/edit-undo-rtl.png \ stock-icons/16/folder.png \ stock-icons/16/format-indent-less-ltr.png \ stock-icons/16/format-indent-less-rtl.png \ stock-icons/16/format-indent-more-ltr.png \ stock-icons/16/format-indent-more-rtl.png \ stock-icons/16/format-justify-center.png \ stock-icons/16/format-justify-fill.png \ stock-icons/16/format-justify-left.png \ stock-icons/16/format-justify-right.png \ stock-icons/16/format-text-bold.png \ stock-icons/16/format-text-italic.png \ stock-icons/16/format-text-strikethrough.png \ stock-icons/16/format-text-underline.png \ stock-icons/16/go-previous-ltr.png \ stock-icons/16/go-bottom.png \ stock-icons/16/go-down.png \ stock-icons/16/go-first-ltr.png \ stock-icons/16/go-home.png \ stock-icons/16/go-jump-ltr.png \ stock-icons/16/go-jump-rtl.png \ stock-icons/16/go-last-ltr.png \ stock-icons/16/go-next-ltr.png \ stock-icons/16/go-previous-ltr.png \ stock-icons/16/go-top.png \ stock-icons/16/go-up.png \ stock-icons/16/gtk-caps-lock-warning.png \ stock-icons/16/gtk-color-picker.png \ stock-icons/16/gtk-connect.png \ stock-icons/16/gtk-convert.png \ stock-icons/16/gtk-disconnect.png \ stock-icons/16/gtk-edit.png \ stock-icons/16/gtk-font.png \ stock-icons/16/gtk-index.png \ stock-icons/16/gtk-orientation-landscape.png \ stock-icons/16/gtk-orientation-portrait.png \ stock-icons/16/gtk-orientation-reverse-landscape.png \ stock-icons/16/gtk-orientation-reverse-portrait.png \ stock-icons/16/gtk-page-setup.png \ stock-icons/16/gtk-preferences.png \ stock-icons/16/gtk-select-color.png \ stock-icons/16/gtk-select-font.png \ stock-icons/16/gtk-undelete-ltr.png \ stock-icons/16/gtk-undelete-rtl.png \ stock-icons/16/help-about.png \ stock-icons/16/help-contents.png \ stock-icons/16/image-missing.png \ stock-icons/16/list-add.png \ stock-icons/16/list-remove.png \ stock-icons/16/media-floppy.png \ stock-icons/16/media-optical.png \ stock-icons/16/media-playback-pause.png \ stock-icons/16/media-playback-start-ltr.png \ stock-icons/16/media-playback-start-rtl.png \ stock-icons/16/media-playback-stop.png \ stock-icons/16/media-record.png \ stock-icons/16/media-seek-backward-ltr.png \ stock-icons/16/media-seek-forward-ltr.png \ stock-icons/16/media-skip-backward-ltr.png \ stock-icons/16/media-skip-forward-ltr.png \ stock-icons/16/network-idle.png \ stock-icons/16/printer-error.png \ stock-icons/16/printer-info.png \ stock-icons/16/printer-paused.png \ stock-icons/16/printer-warning.png \ stock-icons/16/process-stop.png \ stock-icons/16/system-run.png \ stock-icons/16/text-x-generic.png \ stock-icons/16/tools-check-spelling.png \ stock-icons/16/view-fullscreen.png \ stock-icons/16/view-refresh.png \ stock-icons/16/view-restore.png \ stock-icons/16/view-sort-ascending.png \ stock-icons/16/view-sort-descending.png \ stock-icons/16/window-close.png \ stock-icons/16/zoom-fit-best.png \ stock-icons/16/zoom-in.png \ stock-icons/16/zoom-original.png \ stock-icons/16/zoom-out.png \ \ stock-icons/20/gtk-apply.png \ stock-icons/20/gtk-cancel.png \ stock-icons/20/gtk-no.png \ stock-icons/20/gtk-ok.png \ stock-icons/20/gtk-yes.png \ stock-icons/20/window-close.png \ \ stock-icons/24/application-exit.png \ stock-icons/24/audio-volume-high.png \ stock-icons/24/audio-volume-low.png \ stock-icons/24/audio-volume-medium.png \ stock-icons/24/audio-volume-muted.png \ stock-icons/24/dialog-information.png \ stock-icons/24/document-new.png \ stock-icons/24/document-open.png \ stock-icons/24/document-open-recent.png \ stock-icons/24/document-print.png \ stock-icons/24/document-print-preview.png \ stock-icons/24/document-properties.png \ stock-icons/24/document-revert-ltr.png \ stock-icons/24/document-revert-rtl.png \ stock-icons/24/document-save-as.png \ stock-icons/24/drive-harddisk.png \ stock-icons/24/edit-clear.png \ stock-icons/24/edit-copy.png \ stock-icons/24/edit-cut.png \ stock-icons/24/edit-delete.png \ stock-icons/24/edit-find.png \ stock-icons/24/edit-find-replace.png \ stock-icons/24/edit-paste.png \ stock-icons/24/edit-redo-ltr.png \ stock-icons/24/edit-redo-rtl.png \ stock-icons/24/edit-select-all.png \ stock-icons/24/edit-undo-ltr.png \ stock-icons/24/edit-undo-rtl.png \ stock-icons/24/folder.png \ stock-icons/24/format-indent-less-ltr.png \ stock-icons/24/format-indent-less-rtl.png \ stock-icons/24/format-indent-more-ltr.png \ stock-icons/24/format-indent-more-rtl.png \ stock-icons/24/format-justify-center.png \ stock-icons/24/format-justify-fill.png \ stock-icons/24/format-justify-left.png \ stock-icons/24/format-justify-right.png \ stock-icons/24/format-text-bold.png \ stock-icons/24/format-text-italic.png \ stock-icons/24/format-text-strikethrough.png \ stock-icons/24/format-text-underline.png \ stock-icons/24/go-bottom.png \ stock-icons/24/go-down.png \ stock-icons/24/go-first-ltr.png \ stock-icons/24/go-home.png \ stock-icons/24/go-jump-ltr.png \ stock-icons/24/go-jump-rtl.png \ stock-icons/24/go-last-ltr.png \ stock-icons/24/go-next-ltr.png \ stock-icons/24/go-previous-ltr.png \ stock-icons/24/go-top.png \ stock-icons/24/go-up.png \ stock-icons/24/gtk-caps-lock-warning.png \ stock-icons/24/gtk-color-picker.png \ stock-icons/24/gtk-connect.png \ stock-icons/24/gtk-convert.png \ stock-icons/24/gtk-disconnect.png \ stock-icons/24/gtk-edit.png \ stock-icons/24/gtk-font.png \ stock-icons/24/gtk-index.png \ stock-icons/24/gtk-orientation-landscape.png \ stock-icons/24/gtk-orientation-portrait.png \ stock-icons/24/gtk-orientation-reverse-landscape.png \ stock-icons/24/gtk-orientation-reverse-portrait.png \ stock-icons/24/gtk-page-setup.png \ stock-icons/24/gtk-preferences.png \ stock-icons/24/gtk-select-color.png \ stock-icons/24/gtk-select-font.png \ stock-icons/24/gtk-undelete-ltr.png \ stock-icons/24/gtk-undelete-rtl.png \ stock-icons/24/help-about.png \ stock-icons/24/help-contents.png \ stock-icons/24/image-missing.png \ stock-icons/24/list-add.png \ stock-icons/24/list-remove.png \ stock-icons/24/media-floppy.png \ stock-icons/24/media-optical.png \ stock-icons/24/media-playback-pause.png \ stock-icons/24/media-playback-start-ltr.png \ stock-icons/24/media-playback-start-rtl.png \ stock-icons/24/media-playback-stop.png \ stock-icons/24/media-record.png \ stock-icons/24/media-seek-backward-ltr.png \ stock-icons/24/media-seek-forward-ltr.png \ stock-icons/24/media-skip-backward-ltr.png \ stock-icons/24/media-skip-forward-ltr.png \ stock-icons/24/network-idle.png \ stock-icons/24/printer-error.png \ stock-icons/24/printer-info.png \ stock-icons/24/printer-paused.png \ stock-icons/24/printer-warning.png \ stock-icons/24/process-stop.png \ stock-icons/24/system-run.png \ stock-icons/24/text-x-generic.png \ stock-icons/24/tools-check-spelling.png \ stock-icons/24/view-fullscreen.png \ stock-icons/24/view-refresh.png \ stock-icons/24/view-restore.png \ stock-icons/24/view-sort-ascending.png \ stock-icons/24/view-sort-descending.png \ stock-icons/24/window-close.png \ stock-icons/24/zoom-fit-best.png \ stock-icons/24/zoom-in.png \ stock-icons/24/zoom-original.png \ stock-icons/24/zoom-out.png \ \ stock-icons/32/gtk-dnd-multiple.png \ stock-icons/32/gtk-dnd.png \ \ stock-icons/48/dialog-error.png \ stock-icons/48/dialog-information.png \ stock-icons/48/dialog-password.png \ stock-icons/48/dialog-question.png \ stock-icons/48/dialog-warning.png GENERATED_ICONS = \ stock-icons/16/go-previous-rtl.png \ stock-icons/16/go-next-rtl.png \ stock-icons/16/go-first-rtl.png \ stock-icons/16/go-last-rtl.png \ stock-icons/16/media-seek-forward-rtl.png \ stock-icons/16/media-skip-forward-rtl.png \ stock-icons/16/media-skip-backward-rtl.png \ stock-icons/16/media-seek-backward-rtl.png \ stock-icons/16/document-save.png \ stock-icons/16/folder-remote.png \ stock-icons/16/user-home.png \ stock-icons/16/user-desktop.png \ stock-icons/24/go-previous-rtl.png \ stock-icons/24/go-next-rtl.png \ stock-icons/24/go-first-rtl.png \ stock-icons/24/go-last-rtl.png \ stock-icons/24/media-seek-forward-rtl.png \ stock-icons/24/media-skip-forward-rtl.png \ stock-icons/24/media-skip-backward-rtl.png \ stock-icons/24/media-seek-backward-rtl.png \ stock-icons/24/document-save.png \ stock-icons/24/folder-remote.png \ stock-icons/24/user-home.png \ stock-icons/24/user-desktop.png @CROSS_COMPILING_FALSE@gtk_update_icon_cache_program = \ @CROSS_COMPILING_FALSE@ ./gtk-update-icon-cache @CROSS_COMPILING_TRUE@gtk_update_icon_cache_program = $(GTK_UPDATE_ICON_CACHE) 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)/Makefile.decl $(top_srcdir)/build/Makefile.msvcproj $(top_srcdir)/build/Makefile.msvc-introspection $(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 gtk/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu gtk/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)/Makefile.decl $(top_srcdir)/build/Makefile.msvcproj $(top_srcdir)/build/Makefile.msvc-introspection $(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): makefile.msc: $(top_builddir)/config.status $(srcdir)/makefile.msc.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ gtkversion.h: $(top_builddir)/config.status $(srcdir)/gtkversion.h.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ gtk-win32.rc: $(top_builddir)/config.status $(srcdir)/gtk-win32.rc.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 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}; \ } libgtk-directfb-2.0.la: $(libgtk_directfb_2_0_la_OBJECTS) $(libgtk_directfb_2_0_la_DEPENDENCIES) $(EXTRA_libgtk_directfb_2_0_la_DEPENDENCIES) $(AM_V_CCLD)$(libgtk_directfb_2_0_la_LINK) $(libgtk_directfb_2_0_la_OBJECTS) $(libgtk_directfb_2_0_la_LIBADD) $(LIBS) libgtk-quartz-2.0.la: $(libgtk_quartz_2_0_la_OBJECTS) $(libgtk_quartz_2_0_la_DEPENDENCIES) $(EXTRA_libgtk_quartz_2_0_la_DEPENDENCIES) $(AM_V_CCLD)$(libgtk_quartz_2_0_la_LINK) $(libgtk_quartz_2_0_la_OBJECTS) $(libgtk_quartz_2_0_la_LIBADD) $(LIBS) libgtk-win32-2.0.la: $(libgtk_win32_2_0_la_OBJECTS) $(libgtk_win32_2_0_la_DEPENDENCIES) $(EXTRA_libgtk_win32_2_0_la_DEPENDENCIES) $(AM_V_CCLD)$(libgtk_win32_2_0_la_LINK) $(libgtk_win32_2_0_la_OBJECTS) $(libgtk_win32_2_0_la_LIBADD) $(LIBS) libgtk-x11-2.0.la: $(libgtk_x11_2_0_la_OBJECTS) $(libgtk_x11_2_0_la_DEPENDENCIES) $(EXTRA_libgtk_x11_2_0_la_DEPENDENCIES) $(AM_V_CCLD)$(libgtk_x11_2_0_la_LINK) $(libgtk_x11_2_0_la_OBJECTS) $(libgtk_x11_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 gtk-query-immodules-2.0$(EXEEXT): $(gtk_query_immodules_2_0_OBJECTS) $(gtk_query_immodules_2_0_DEPENDENCIES) $(EXTRA_gtk_query_immodules_2_0_DEPENDENCIES) @rm -f gtk-query-immodules-2.0$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gtk_query_immodules_2_0_OBJECTS) $(gtk_query_immodules_2_0_LDADD) $(LIBS) gtk-update-icon-cache$(EXEEXT): $(gtk_update_icon_cache_OBJECTS) $(gtk_update_icon_cache_DEPENDENCIES) $(EXTRA_gtk_update_icon_cache_DEPENDENCIES) @rm -f gtk-update-icon-cache$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gtk_update_icon_cache_OBJECTS) $(gtk_update_icon_cache_LDADD) $(LIBS) install-binSCRIPTS: $(bin_SCRIPTS) @$(NORMAL_INSTALL) @list='$(bin_SCRIPTS)'; 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 \ 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)$(bindir)$$dir'"; \ $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binSCRIPTS: @$(NORMAL_UNINSTALL) @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 's,.*/,,;$(transform)'`; \ dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fnmatch.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkaboutdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkaccelgroup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkaccellabel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkaccelmap.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkaccessible.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkaction.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkactiongroup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkactivatable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkadjustment.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkalignment.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkarrow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkaspectframe.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkassistant.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkbbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkbin.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkbindings.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkbuildable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkbuilder.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkbuilderparser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcalendar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcelleditable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcelllayout.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrenderer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrendereraccel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrenderercombo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrendererpixbuf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrendererprogress.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrendererspin.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrendererspinner.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrenderertext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellrenderertoggle.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcellview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcheckbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcheckmenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkclipboard-quartz.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkclipboard.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkclist.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcolorbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcolorsel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcolorseldialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcombo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcombobox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcomboboxentry.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcomboboxtext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcontainer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkctree.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcurve.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkcustompaperunixdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdnd-quartz.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdnd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdrawingarea.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkeditable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkentry.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkentrybuffer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkentrycompletion.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkeventbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkexpander.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilechooser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilechooserbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilechooserdefault.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilechooserdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilechooserembed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilechooserentry.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilechoosersettings.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilechooserutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilechooserwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilefilter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilesel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilesystem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfilesystemmodel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfixed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfontbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkfontsel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkframe.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkgamma.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkgc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkhandlebox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkhbbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkhbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkhpaned.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkhruler.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkhscale.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkhscrollbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkhseparator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkhsv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkiconcache.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkiconcachevalidator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkiconfactory.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkicontheme.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkiconview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkimage.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkimagemenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkimcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkimcontextsimple.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkimmodule.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkimmulticontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkinfobar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkinputdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkinvisible.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkitemfactory.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkkeyhash.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtklabel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtklayout.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtklinkbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtklist.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtklistitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkliststore.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmain.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmarshal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmarshalers.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmenu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmenubar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmenushell.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmenutoolbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmessagedialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmisc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmnemonichash.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmodules.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmountoperation-stub.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmountoperation-x11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkmountoperation.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtknotebook.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkobject.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkoffscreenwindow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkoldeditable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkoptionmenu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkorientable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkpagesetup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkpagesetupunixdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkpaned.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkpango.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkpapersize.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkpathbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkpixmap.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkplug-stub.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkplug-win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkplug-x11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkplug.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkpreview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprint-win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintbackend.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprinter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprinteroption.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprinteroptionset.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprinteroptionwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintjob.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintoperation-unix.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintoperation-win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintoperation.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintoperationpreview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintsettings.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintunixdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprintutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprogress.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkprogressbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkquartz.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkquery.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkradioaction.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkradiobutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkradiomenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkradiotoolbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrange.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrbtree.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrecentaction.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrecentchooser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrecentchooserdefault.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrecentchooserdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrecentchoosermenu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrecentchooserutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrecentchooserwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrecentfilter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkrecentmanager.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkruler.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkscale.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkscalebutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkscrollbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkscrolledwindow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksearchengine.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksearchenginebeagle.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksearchenginequartz.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksearchenginesimple.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksearchenginetracker.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkselection.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkseparator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkseparatormenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkseparatortoolitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksettings.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkshow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksignal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksizegroup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksocket-stub.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksocket-win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksocket-x11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksocket.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkspinbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkspinner.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkstatusbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkstatusicon.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkstock.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkstyle.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktearoffmenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktestutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextbtree.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextbuffer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextbufferrichtext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextbufferserialize.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextchild.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextdisplay.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextiter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextlayout.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextmark.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextsegment.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktexttag.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktexttagtable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktexttypes.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextutil.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkthemes.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktipsquery.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktoggleaction.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktogglebutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktoggletoolbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktoolbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktoolbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktoolitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktoolitemgroup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktoolpalette.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktoolshell.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktooltip.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktooltips.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktrayicon-x11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktree.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreedatalist.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreednd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreeitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreemodel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreemodelfilter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreemodelsort.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreeselection.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreesortable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreestore.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreeview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktreeviewcolumn.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktypebuiltins.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktypeutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkuimanager.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkvbbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkvbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkviewport.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkvolumebutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkvpaned.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkvruler.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkvscale.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkvscrollbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkvseparator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkwin32embed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkwin32embedwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkwindow-decorate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkwindow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkxembed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-fnmatch.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkaboutdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkaccelgroup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkaccellabel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkaccelmap.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkaccessible.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkaction.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkactiongroup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkactivatable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkadjustment.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkalignment.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkarrow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkaspectframe.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkassistant.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkbbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkbin.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkbindings.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkbuildable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkbuilder.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkbuilderparser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcalendar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcelleditable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcelllayout.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendereraccel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderercombo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererpixbuf.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererprogress.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererspin.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererspinner.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderertext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderertoggle.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcellview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcheckbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcheckmenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkclipboard-quartz.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkclipboard.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkclist.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorsel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorseldialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcombo.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcombobox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcomboboxentry.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcomboboxtext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcontainer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkctree.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcurve.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkcustompaperunixdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkdnd-quartz.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkdnd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkdrawingarea.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkeditable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkentry.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkentrybuffer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkentrycompletion.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkeventbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkexpander.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserdefault.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserembed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserentry.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechoosersettings.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilefilter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesystem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesystemmodel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfixed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfontbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkfontsel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkframe.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkgamma.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkgc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkhandlebox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkhbbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkhbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkhpaned.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkhruler.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkhscale.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkhscrollbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkhseparator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkhsv.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkiconcache.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkiconcachevalidator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkiconfactory.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkicontheme.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkiconview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkimage.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkimagemenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkimcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkimcontextsimple.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkimmodule.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkimmulticontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkinfobar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkinputdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkinvisible.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkitemfactory.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkkeyhash.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtklabel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtklayout.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtklinkbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtklist.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtklistitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkliststore.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmain.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmarshal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmarshalers.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmenu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmenubar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmenushell.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmenutoolbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmessagedialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmisc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmnemonichash.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmodules.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation-stub.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation-x11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtknotebook.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkobject.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkoffscreenwindow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkoldeditable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkoptionmenu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkorientable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkpagesetup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkpagesetupunixdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkpaned.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkpango.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkpapersize.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkpathbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkpixmap.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-stub.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-x11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkplug.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkpreview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprint-win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintbackend.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintcontext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprinter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroption.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroptionset.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroptionwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintjob.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation-unix.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation-win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperationpreview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintsettings.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintunixdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprintutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprogress.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkprogressbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkquartz.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkquery.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkradioaction.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkradiobutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkradiomenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkradiotoolbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrange.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrbtree.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrc.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentaction.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooser.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserdefault.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserdialog.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchoosermenu.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentfilter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentmanager.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkruler.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkscale.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkscalebutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkscrollbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkscrolledwindow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksearchengine.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginebeagle.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginequartz.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginesimple.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginetracker.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkselection.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkseparator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkseparatormenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkseparatortoolitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksettings.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkshow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksignal.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksizegroup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-stub.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-win32.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-x11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtksocket.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkspinbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkspinner.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkstatusbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkstatusicon.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkstock.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkstyle.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktearoffmenuitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktestutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextbtree.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextbuffer.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextbufferrichtext.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextbufferserialize.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextchild.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextdisplay.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextiter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextlayout.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextmark.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextsegment.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktexttag.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktexttagtable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktexttypes.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextutil.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktextview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkthemes.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktipsquery.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktoggleaction.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktogglebutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktoggletoolbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktoolbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktoolbutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktoolitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktoolitemgroup.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktoolpalette.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktoolshell.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktooltip.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktooltips.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktrayicon-x11.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktree.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreedatalist.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreednd.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreeitem.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodel.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodelfilter.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodelsort.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreeselection.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreesortable.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreestore.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreeview.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktreeviewcolumn.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktypebuiltins.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtktypeutils.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkuimanager.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkvbbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkvbox.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkviewport.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkvolumebutton.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkvpaned.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkvruler.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkvscale.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkvscrollbar.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkvseparator.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkwin32embed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkwin32embedwidget.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkwindow-decorate.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkwindow.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgtk_quartz_2_0_la-gtkxembed.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queryimmodules.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/updateiconcache.Po@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 $@ $< libgtk_quartz_2_0_la-gtkquery.lo: gtkquery.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkquery.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkquery.Tpo -c -o libgtk_quartz_2_0_la-gtkquery.lo `test -f 'gtkquery.c' || echo '$(srcdir)/'`gtkquery.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkquery.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkquery.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkquery.c' object='libgtk_quartz_2_0_la-gtkquery.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkquery.lo `test -f 'gtkquery.c' || echo '$(srcdir)/'`gtkquery.c libgtk_quartz_2_0_la-gtksearchengine.lo: gtksearchengine.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksearchengine.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchengine.Tpo -c -o libgtk_quartz_2_0_la-gtksearchengine.lo `test -f 'gtksearchengine.c' || echo '$(srcdir)/'`gtksearchengine.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchengine.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchengine.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksearchengine.c' object='libgtk_quartz_2_0_la-gtksearchengine.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksearchengine.lo `test -f 'gtksearchengine.c' || echo '$(srcdir)/'`gtksearchengine.c libgtk_quartz_2_0_la-gtksearchenginesimple.lo: gtksearchenginesimple.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksearchenginesimple.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginesimple.Tpo -c -o libgtk_quartz_2_0_la-gtksearchenginesimple.lo `test -f 'gtksearchenginesimple.c' || echo '$(srcdir)/'`gtksearchenginesimple.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginesimple.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginesimple.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksearchenginesimple.c' object='libgtk_quartz_2_0_la-gtksearchenginesimple.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksearchenginesimple.lo `test -f 'gtksearchenginesimple.c' || echo '$(srcdir)/'`gtksearchenginesimple.c libgtk_quartz_2_0_la-fnmatch.lo: fnmatch.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-fnmatch.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-fnmatch.Tpo -c -o libgtk_quartz_2_0_la-fnmatch.lo `test -f 'fnmatch.c' || echo '$(srcdir)/'`fnmatch.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-fnmatch.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-fnmatch.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fnmatch.c' object='libgtk_quartz_2_0_la-fnmatch.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-fnmatch.lo `test -f 'fnmatch.c' || echo '$(srcdir)/'`fnmatch.c libgtk_quartz_2_0_la-gtkaboutdialog.lo: gtkaboutdialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkaboutdialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkaboutdialog.Tpo -c -o libgtk_quartz_2_0_la-gtkaboutdialog.lo `test -f 'gtkaboutdialog.c' || echo '$(srcdir)/'`gtkaboutdialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkaboutdialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkaboutdialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkaboutdialog.c' object='libgtk_quartz_2_0_la-gtkaboutdialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkaboutdialog.lo `test -f 'gtkaboutdialog.c' || echo '$(srcdir)/'`gtkaboutdialog.c libgtk_quartz_2_0_la-gtkaccelgroup.lo: gtkaccelgroup.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkaccelgroup.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccelgroup.Tpo -c -o libgtk_quartz_2_0_la-gtkaccelgroup.lo `test -f 'gtkaccelgroup.c' || echo '$(srcdir)/'`gtkaccelgroup.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccelgroup.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccelgroup.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkaccelgroup.c' object='libgtk_quartz_2_0_la-gtkaccelgroup.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkaccelgroup.lo `test -f 'gtkaccelgroup.c' || echo '$(srcdir)/'`gtkaccelgroup.c libgtk_quartz_2_0_la-gtkaccellabel.lo: gtkaccellabel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkaccellabel.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccellabel.Tpo -c -o libgtk_quartz_2_0_la-gtkaccellabel.lo `test -f 'gtkaccellabel.c' || echo '$(srcdir)/'`gtkaccellabel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccellabel.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccellabel.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkaccellabel.c' object='libgtk_quartz_2_0_la-gtkaccellabel.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkaccellabel.lo `test -f 'gtkaccellabel.c' || echo '$(srcdir)/'`gtkaccellabel.c libgtk_quartz_2_0_la-gtkaccelmap.lo: gtkaccelmap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkaccelmap.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccelmap.Tpo -c -o libgtk_quartz_2_0_la-gtkaccelmap.lo `test -f 'gtkaccelmap.c' || echo '$(srcdir)/'`gtkaccelmap.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccelmap.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccelmap.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkaccelmap.c' object='libgtk_quartz_2_0_la-gtkaccelmap.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkaccelmap.lo `test -f 'gtkaccelmap.c' || echo '$(srcdir)/'`gtkaccelmap.c libgtk_quartz_2_0_la-gtkaccessible.lo: gtkaccessible.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkaccessible.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccessible.Tpo -c -o libgtk_quartz_2_0_la-gtkaccessible.lo `test -f 'gtkaccessible.c' || echo '$(srcdir)/'`gtkaccessible.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccessible.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkaccessible.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkaccessible.c' object='libgtk_quartz_2_0_la-gtkaccessible.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkaccessible.lo `test -f 'gtkaccessible.c' || echo '$(srcdir)/'`gtkaccessible.c libgtk_quartz_2_0_la-gtkaction.lo: gtkaction.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkaction.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkaction.Tpo -c -o libgtk_quartz_2_0_la-gtkaction.lo `test -f 'gtkaction.c' || echo '$(srcdir)/'`gtkaction.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkaction.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkaction.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkaction.c' object='libgtk_quartz_2_0_la-gtkaction.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkaction.lo `test -f 'gtkaction.c' || echo '$(srcdir)/'`gtkaction.c libgtk_quartz_2_0_la-gtkactiongroup.lo: gtkactiongroup.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkactiongroup.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkactiongroup.Tpo -c -o libgtk_quartz_2_0_la-gtkactiongroup.lo `test -f 'gtkactiongroup.c' || echo '$(srcdir)/'`gtkactiongroup.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkactiongroup.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkactiongroup.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkactiongroup.c' object='libgtk_quartz_2_0_la-gtkactiongroup.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkactiongroup.lo `test -f 'gtkactiongroup.c' || echo '$(srcdir)/'`gtkactiongroup.c libgtk_quartz_2_0_la-gtkactivatable.lo: gtkactivatable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkactivatable.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkactivatable.Tpo -c -o libgtk_quartz_2_0_la-gtkactivatable.lo `test -f 'gtkactivatable.c' || echo '$(srcdir)/'`gtkactivatable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkactivatable.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkactivatable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkactivatable.c' object='libgtk_quartz_2_0_la-gtkactivatable.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkactivatable.lo `test -f 'gtkactivatable.c' || echo '$(srcdir)/'`gtkactivatable.c libgtk_quartz_2_0_la-gtkadjustment.lo: gtkadjustment.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkadjustment.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkadjustment.Tpo -c -o libgtk_quartz_2_0_la-gtkadjustment.lo `test -f 'gtkadjustment.c' || echo '$(srcdir)/'`gtkadjustment.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkadjustment.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkadjustment.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkadjustment.c' object='libgtk_quartz_2_0_la-gtkadjustment.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkadjustment.lo `test -f 'gtkadjustment.c' || echo '$(srcdir)/'`gtkadjustment.c libgtk_quartz_2_0_la-gtkalignment.lo: gtkalignment.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkalignment.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkalignment.Tpo -c -o libgtk_quartz_2_0_la-gtkalignment.lo `test -f 'gtkalignment.c' || echo '$(srcdir)/'`gtkalignment.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkalignment.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkalignment.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkalignment.c' object='libgtk_quartz_2_0_la-gtkalignment.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkalignment.lo `test -f 'gtkalignment.c' || echo '$(srcdir)/'`gtkalignment.c libgtk_quartz_2_0_la-gtkarrow.lo: gtkarrow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkarrow.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkarrow.Tpo -c -o libgtk_quartz_2_0_la-gtkarrow.lo `test -f 'gtkarrow.c' || echo '$(srcdir)/'`gtkarrow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkarrow.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkarrow.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkarrow.c' object='libgtk_quartz_2_0_la-gtkarrow.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkarrow.lo `test -f 'gtkarrow.c' || echo '$(srcdir)/'`gtkarrow.c libgtk_quartz_2_0_la-gtkaspectframe.lo: gtkaspectframe.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkaspectframe.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkaspectframe.Tpo -c -o libgtk_quartz_2_0_la-gtkaspectframe.lo `test -f 'gtkaspectframe.c' || echo '$(srcdir)/'`gtkaspectframe.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkaspectframe.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkaspectframe.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkaspectframe.c' object='libgtk_quartz_2_0_la-gtkaspectframe.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkaspectframe.lo `test -f 'gtkaspectframe.c' || echo '$(srcdir)/'`gtkaspectframe.c libgtk_quartz_2_0_la-gtkassistant.lo: gtkassistant.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkassistant.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkassistant.Tpo -c -o libgtk_quartz_2_0_la-gtkassistant.lo `test -f 'gtkassistant.c' || echo '$(srcdir)/'`gtkassistant.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkassistant.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkassistant.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkassistant.c' object='libgtk_quartz_2_0_la-gtkassistant.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkassistant.lo `test -f 'gtkassistant.c' || echo '$(srcdir)/'`gtkassistant.c libgtk_quartz_2_0_la-gtkbbox.lo: gtkbbox.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkbbox.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkbbox.Tpo -c -o libgtk_quartz_2_0_la-gtkbbox.lo `test -f 'gtkbbox.c' || echo '$(srcdir)/'`gtkbbox.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkbbox.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkbbox.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkbbox.c' object='libgtk_quartz_2_0_la-gtkbbox.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkbbox.lo `test -f 'gtkbbox.c' || echo '$(srcdir)/'`gtkbbox.c libgtk_quartz_2_0_la-gtkbin.lo: gtkbin.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkbin.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkbin.Tpo -c -o libgtk_quartz_2_0_la-gtkbin.lo `test -f 'gtkbin.c' || echo '$(srcdir)/'`gtkbin.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkbin.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkbin.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkbin.c' object='libgtk_quartz_2_0_la-gtkbin.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkbin.lo `test -f 'gtkbin.c' || echo '$(srcdir)/'`gtkbin.c libgtk_quartz_2_0_la-gtkbindings.lo: gtkbindings.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkbindings.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkbindings.Tpo -c -o libgtk_quartz_2_0_la-gtkbindings.lo `test -f 'gtkbindings.c' || echo '$(srcdir)/'`gtkbindings.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkbindings.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkbindings.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkbindings.c' object='libgtk_quartz_2_0_la-gtkbindings.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkbindings.lo `test -f 'gtkbindings.c' || echo '$(srcdir)/'`gtkbindings.c libgtk_quartz_2_0_la-gtkbox.lo: gtkbox.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkbox.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkbox.Tpo -c -o libgtk_quartz_2_0_la-gtkbox.lo `test -f 'gtkbox.c' || echo '$(srcdir)/'`gtkbox.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkbox.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkbox.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkbox.c' object='libgtk_quartz_2_0_la-gtkbox.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkbox.lo `test -f 'gtkbox.c' || echo '$(srcdir)/'`gtkbox.c libgtk_quartz_2_0_la-gtkbuildable.lo: gtkbuildable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkbuildable.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkbuildable.Tpo -c -o libgtk_quartz_2_0_la-gtkbuildable.lo `test -f 'gtkbuildable.c' || echo '$(srcdir)/'`gtkbuildable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkbuildable.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkbuildable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkbuildable.c' object='libgtk_quartz_2_0_la-gtkbuildable.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkbuildable.lo `test -f 'gtkbuildable.c' || echo '$(srcdir)/'`gtkbuildable.c libgtk_quartz_2_0_la-gtkbuilder.lo: gtkbuilder.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkbuilder.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkbuilder.Tpo -c -o libgtk_quartz_2_0_la-gtkbuilder.lo `test -f 'gtkbuilder.c' || echo '$(srcdir)/'`gtkbuilder.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkbuilder.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkbuilder.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkbuilder.c' object='libgtk_quartz_2_0_la-gtkbuilder.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkbuilder.lo `test -f 'gtkbuilder.c' || echo '$(srcdir)/'`gtkbuilder.c libgtk_quartz_2_0_la-gtkbuilderparser.lo: gtkbuilderparser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkbuilderparser.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkbuilderparser.Tpo -c -o libgtk_quartz_2_0_la-gtkbuilderparser.lo `test -f 'gtkbuilderparser.c' || echo '$(srcdir)/'`gtkbuilderparser.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkbuilderparser.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkbuilderparser.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkbuilderparser.c' object='libgtk_quartz_2_0_la-gtkbuilderparser.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkbuilderparser.lo `test -f 'gtkbuilderparser.c' || echo '$(srcdir)/'`gtkbuilderparser.c libgtk_quartz_2_0_la-gtkbutton.lo: gtkbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkbutton.Tpo -c -o libgtk_quartz_2_0_la-gtkbutton.lo `test -f 'gtkbutton.c' || echo '$(srcdir)/'`gtkbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkbutton.c' object='libgtk_quartz_2_0_la-gtkbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkbutton.lo `test -f 'gtkbutton.c' || echo '$(srcdir)/'`gtkbutton.c libgtk_quartz_2_0_la-gtkcalendar.lo: gtkcalendar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcalendar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcalendar.Tpo -c -o libgtk_quartz_2_0_la-gtkcalendar.lo `test -f 'gtkcalendar.c' || echo '$(srcdir)/'`gtkcalendar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcalendar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcalendar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcalendar.c' object='libgtk_quartz_2_0_la-gtkcalendar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcalendar.lo `test -f 'gtkcalendar.c' || echo '$(srcdir)/'`gtkcalendar.c libgtk_quartz_2_0_la-gtkcelleditable.lo: gtkcelleditable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcelleditable.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcelleditable.Tpo -c -o libgtk_quartz_2_0_la-gtkcelleditable.lo `test -f 'gtkcelleditable.c' || echo '$(srcdir)/'`gtkcelleditable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcelleditable.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcelleditable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcelleditable.c' object='libgtk_quartz_2_0_la-gtkcelleditable.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcelleditable.lo `test -f 'gtkcelleditable.c' || echo '$(srcdir)/'`gtkcelleditable.c libgtk_quartz_2_0_la-gtkcelllayout.lo: gtkcelllayout.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcelllayout.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcelllayout.Tpo -c -o libgtk_quartz_2_0_la-gtkcelllayout.lo `test -f 'gtkcelllayout.c' || echo '$(srcdir)/'`gtkcelllayout.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcelllayout.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcelllayout.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcelllayout.c' object='libgtk_quartz_2_0_la-gtkcelllayout.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcelllayout.lo `test -f 'gtkcelllayout.c' || echo '$(srcdir)/'`gtkcelllayout.c libgtk_quartz_2_0_la-gtkcellrenderer.lo: gtkcellrenderer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellrenderer.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderer.Tpo -c -o libgtk_quartz_2_0_la-gtkcellrenderer.lo `test -f 'gtkcellrenderer.c' || echo '$(srcdir)/'`gtkcellrenderer.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderer.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderer.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellrenderer.c' object='libgtk_quartz_2_0_la-gtkcellrenderer.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellrenderer.lo `test -f 'gtkcellrenderer.c' || echo '$(srcdir)/'`gtkcellrenderer.c libgtk_quartz_2_0_la-gtkcellrendereraccel.lo: gtkcellrendereraccel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellrendereraccel.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendereraccel.Tpo -c -o libgtk_quartz_2_0_la-gtkcellrendereraccel.lo `test -f 'gtkcellrendereraccel.c' || echo '$(srcdir)/'`gtkcellrendereraccel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendereraccel.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendereraccel.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellrendereraccel.c' object='libgtk_quartz_2_0_la-gtkcellrendereraccel.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellrendereraccel.lo `test -f 'gtkcellrendereraccel.c' || echo '$(srcdir)/'`gtkcellrendereraccel.c libgtk_quartz_2_0_la-gtkcellrenderercombo.lo: gtkcellrenderercombo.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellrenderercombo.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderercombo.Tpo -c -o libgtk_quartz_2_0_la-gtkcellrenderercombo.lo `test -f 'gtkcellrenderercombo.c' || echo '$(srcdir)/'`gtkcellrenderercombo.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderercombo.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderercombo.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellrenderercombo.c' object='libgtk_quartz_2_0_la-gtkcellrenderercombo.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellrenderercombo.lo `test -f 'gtkcellrenderercombo.c' || echo '$(srcdir)/'`gtkcellrenderercombo.c libgtk_quartz_2_0_la-gtkcellrendererpixbuf.lo: gtkcellrendererpixbuf.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellrendererpixbuf.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererpixbuf.Tpo -c -o libgtk_quartz_2_0_la-gtkcellrendererpixbuf.lo `test -f 'gtkcellrendererpixbuf.c' || echo '$(srcdir)/'`gtkcellrendererpixbuf.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererpixbuf.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererpixbuf.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellrendererpixbuf.c' object='libgtk_quartz_2_0_la-gtkcellrendererpixbuf.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellrendererpixbuf.lo `test -f 'gtkcellrendererpixbuf.c' || echo '$(srcdir)/'`gtkcellrendererpixbuf.c libgtk_quartz_2_0_la-gtkcellrendererprogress.lo: gtkcellrendererprogress.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellrendererprogress.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererprogress.Tpo -c -o libgtk_quartz_2_0_la-gtkcellrendererprogress.lo `test -f 'gtkcellrendererprogress.c' || echo '$(srcdir)/'`gtkcellrendererprogress.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererprogress.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererprogress.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellrendererprogress.c' object='libgtk_quartz_2_0_la-gtkcellrendererprogress.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellrendererprogress.lo `test -f 'gtkcellrendererprogress.c' || echo '$(srcdir)/'`gtkcellrendererprogress.c libgtk_quartz_2_0_la-gtkcellrendererspin.lo: gtkcellrendererspin.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellrendererspin.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererspin.Tpo -c -o libgtk_quartz_2_0_la-gtkcellrendererspin.lo `test -f 'gtkcellrendererspin.c' || echo '$(srcdir)/'`gtkcellrendererspin.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererspin.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererspin.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellrendererspin.c' object='libgtk_quartz_2_0_la-gtkcellrendererspin.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellrendererspin.lo `test -f 'gtkcellrendererspin.c' || echo '$(srcdir)/'`gtkcellrendererspin.c libgtk_quartz_2_0_la-gtkcellrendererspinner.lo: gtkcellrendererspinner.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellrendererspinner.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererspinner.Tpo -c -o libgtk_quartz_2_0_la-gtkcellrendererspinner.lo `test -f 'gtkcellrendererspinner.c' || echo '$(srcdir)/'`gtkcellrendererspinner.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererspinner.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrendererspinner.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellrendererspinner.c' object='libgtk_quartz_2_0_la-gtkcellrendererspinner.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellrendererspinner.lo `test -f 'gtkcellrendererspinner.c' || echo '$(srcdir)/'`gtkcellrendererspinner.c libgtk_quartz_2_0_la-gtkcellrenderertext.lo: gtkcellrenderertext.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellrenderertext.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderertext.Tpo -c -o libgtk_quartz_2_0_la-gtkcellrenderertext.lo `test -f 'gtkcellrenderertext.c' || echo '$(srcdir)/'`gtkcellrenderertext.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderertext.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderertext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellrenderertext.c' object='libgtk_quartz_2_0_la-gtkcellrenderertext.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellrenderertext.lo `test -f 'gtkcellrenderertext.c' || echo '$(srcdir)/'`gtkcellrenderertext.c libgtk_quartz_2_0_la-gtkcellrenderertoggle.lo: gtkcellrenderertoggle.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellrenderertoggle.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderertoggle.Tpo -c -o libgtk_quartz_2_0_la-gtkcellrenderertoggle.lo `test -f 'gtkcellrenderertoggle.c' || echo '$(srcdir)/'`gtkcellrenderertoggle.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderertoggle.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellrenderertoggle.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellrenderertoggle.c' object='libgtk_quartz_2_0_la-gtkcellrenderertoggle.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellrenderertoggle.lo `test -f 'gtkcellrenderertoggle.c' || echo '$(srcdir)/'`gtkcellrenderertoggle.c libgtk_quartz_2_0_la-gtkcellview.lo: gtkcellview.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcellview.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellview.Tpo -c -o libgtk_quartz_2_0_la-gtkcellview.lo `test -f 'gtkcellview.c' || echo '$(srcdir)/'`gtkcellview.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellview.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcellview.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcellview.c' object='libgtk_quartz_2_0_la-gtkcellview.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcellview.lo `test -f 'gtkcellview.c' || echo '$(srcdir)/'`gtkcellview.c libgtk_quartz_2_0_la-gtkcheckbutton.lo: gtkcheckbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcheckbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcheckbutton.Tpo -c -o libgtk_quartz_2_0_la-gtkcheckbutton.lo `test -f 'gtkcheckbutton.c' || echo '$(srcdir)/'`gtkcheckbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcheckbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcheckbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcheckbutton.c' object='libgtk_quartz_2_0_la-gtkcheckbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcheckbutton.lo `test -f 'gtkcheckbutton.c' || echo '$(srcdir)/'`gtkcheckbutton.c libgtk_quartz_2_0_la-gtkcheckmenuitem.lo: gtkcheckmenuitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcheckmenuitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcheckmenuitem.Tpo -c -o libgtk_quartz_2_0_la-gtkcheckmenuitem.lo `test -f 'gtkcheckmenuitem.c' || echo '$(srcdir)/'`gtkcheckmenuitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcheckmenuitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcheckmenuitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcheckmenuitem.c' object='libgtk_quartz_2_0_la-gtkcheckmenuitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcheckmenuitem.lo `test -f 'gtkcheckmenuitem.c' || echo '$(srcdir)/'`gtkcheckmenuitem.c libgtk_quartz_2_0_la-gtkcolorbutton.lo: gtkcolorbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcolorbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorbutton.Tpo -c -o libgtk_quartz_2_0_la-gtkcolorbutton.lo `test -f 'gtkcolorbutton.c' || echo '$(srcdir)/'`gtkcolorbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcolorbutton.c' object='libgtk_quartz_2_0_la-gtkcolorbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcolorbutton.lo `test -f 'gtkcolorbutton.c' || echo '$(srcdir)/'`gtkcolorbutton.c libgtk_quartz_2_0_la-gtkcolorsel.lo: gtkcolorsel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcolorsel.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorsel.Tpo -c -o libgtk_quartz_2_0_la-gtkcolorsel.lo `test -f 'gtkcolorsel.c' || echo '$(srcdir)/'`gtkcolorsel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorsel.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorsel.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcolorsel.c' object='libgtk_quartz_2_0_la-gtkcolorsel.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcolorsel.lo `test -f 'gtkcolorsel.c' || echo '$(srcdir)/'`gtkcolorsel.c libgtk_quartz_2_0_la-gtkcolorseldialog.lo: gtkcolorseldialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcolorseldialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorseldialog.Tpo -c -o libgtk_quartz_2_0_la-gtkcolorseldialog.lo `test -f 'gtkcolorseldialog.c' || echo '$(srcdir)/'`gtkcolorseldialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorseldialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcolorseldialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcolorseldialog.c' object='libgtk_quartz_2_0_la-gtkcolorseldialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcolorseldialog.lo `test -f 'gtkcolorseldialog.c' || echo '$(srcdir)/'`gtkcolorseldialog.c libgtk_quartz_2_0_la-gtkcombobox.lo: gtkcombobox.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcombobox.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcombobox.Tpo -c -o libgtk_quartz_2_0_la-gtkcombobox.lo `test -f 'gtkcombobox.c' || echo '$(srcdir)/'`gtkcombobox.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcombobox.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcombobox.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcombobox.c' object='libgtk_quartz_2_0_la-gtkcombobox.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcombobox.lo `test -f 'gtkcombobox.c' || echo '$(srcdir)/'`gtkcombobox.c libgtk_quartz_2_0_la-gtkcomboboxentry.lo: gtkcomboboxentry.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcomboboxentry.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcomboboxentry.Tpo -c -o libgtk_quartz_2_0_la-gtkcomboboxentry.lo `test -f 'gtkcomboboxentry.c' || echo '$(srcdir)/'`gtkcomboboxentry.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcomboboxentry.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcomboboxentry.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcomboboxentry.c' object='libgtk_quartz_2_0_la-gtkcomboboxentry.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcomboboxentry.lo `test -f 'gtkcomboboxentry.c' || echo '$(srcdir)/'`gtkcomboboxentry.c libgtk_quartz_2_0_la-gtkcomboboxtext.lo: gtkcomboboxtext.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcomboboxtext.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcomboboxtext.Tpo -c -o libgtk_quartz_2_0_la-gtkcomboboxtext.lo `test -f 'gtkcomboboxtext.c' || echo '$(srcdir)/'`gtkcomboboxtext.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcomboboxtext.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcomboboxtext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcomboboxtext.c' object='libgtk_quartz_2_0_la-gtkcomboboxtext.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcomboboxtext.lo `test -f 'gtkcomboboxtext.c' || echo '$(srcdir)/'`gtkcomboboxtext.c libgtk_quartz_2_0_la-gtkcontainer.lo: gtkcontainer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcontainer.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcontainer.Tpo -c -o libgtk_quartz_2_0_la-gtkcontainer.lo `test -f 'gtkcontainer.c' || echo '$(srcdir)/'`gtkcontainer.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcontainer.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcontainer.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcontainer.c' object='libgtk_quartz_2_0_la-gtkcontainer.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcontainer.lo `test -f 'gtkcontainer.c' || echo '$(srcdir)/'`gtkcontainer.c libgtk_quartz_2_0_la-gtkdialog.lo: gtkdialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkdialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkdialog.Tpo -c -o libgtk_quartz_2_0_la-gtkdialog.lo `test -f 'gtkdialog.c' || echo '$(srcdir)/'`gtkdialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkdialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkdialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkdialog.c' object='libgtk_quartz_2_0_la-gtkdialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkdialog.lo `test -f 'gtkdialog.c' || echo '$(srcdir)/'`gtkdialog.c libgtk_quartz_2_0_la-gtkdrawingarea.lo: gtkdrawingarea.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkdrawingarea.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkdrawingarea.Tpo -c -o libgtk_quartz_2_0_la-gtkdrawingarea.lo `test -f 'gtkdrawingarea.c' || echo '$(srcdir)/'`gtkdrawingarea.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkdrawingarea.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkdrawingarea.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkdrawingarea.c' object='libgtk_quartz_2_0_la-gtkdrawingarea.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkdrawingarea.lo `test -f 'gtkdrawingarea.c' || echo '$(srcdir)/'`gtkdrawingarea.c libgtk_quartz_2_0_la-gtkeditable.lo: gtkeditable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkeditable.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkeditable.Tpo -c -o libgtk_quartz_2_0_la-gtkeditable.lo `test -f 'gtkeditable.c' || echo '$(srcdir)/'`gtkeditable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkeditable.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkeditable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkeditable.c' object='libgtk_quartz_2_0_la-gtkeditable.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkeditable.lo `test -f 'gtkeditable.c' || echo '$(srcdir)/'`gtkeditable.c libgtk_quartz_2_0_la-gtkentry.lo: gtkentry.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkentry.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkentry.Tpo -c -o libgtk_quartz_2_0_la-gtkentry.lo `test -f 'gtkentry.c' || echo '$(srcdir)/'`gtkentry.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkentry.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkentry.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkentry.c' object='libgtk_quartz_2_0_la-gtkentry.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkentry.lo `test -f 'gtkentry.c' || echo '$(srcdir)/'`gtkentry.c libgtk_quartz_2_0_la-gtkentrybuffer.lo: gtkentrybuffer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkentrybuffer.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkentrybuffer.Tpo -c -o libgtk_quartz_2_0_la-gtkentrybuffer.lo `test -f 'gtkentrybuffer.c' || echo '$(srcdir)/'`gtkentrybuffer.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkentrybuffer.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkentrybuffer.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkentrybuffer.c' object='libgtk_quartz_2_0_la-gtkentrybuffer.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkentrybuffer.lo `test -f 'gtkentrybuffer.c' || echo '$(srcdir)/'`gtkentrybuffer.c libgtk_quartz_2_0_la-gtkentrycompletion.lo: gtkentrycompletion.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkentrycompletion.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkentrycompletion.Tpo -c -o libgtk_quartz_2_0_la-gtkentrycompletion.lo `test -f 'gtkentrycompletion.c' || echo '$(srcdir)/'`gtkentrycompletion.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkentrycompletion.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkentrycompletion.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkentrycompletion.c' object='libgtk_quartz_2_0_la-gtkentrycompletion.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkentrycompletion.lo `test -f 'gtkentrycompletion.c' || echo '$(srcdir)/'`gtkentrycompletion.c libgtk_quartz_2_0_la-gtkeventbox.lo: gtkeventbox.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkeventbox.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkeventbox.Tpo -c -o libgtk_quartz_2_0_la-gtkeventbox.lo `test -f 'gtkeventbox.c' || echo '$(srcdir)/'`gtkeventbox.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkeventbox.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkeventbox.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkeventbox.c' object='libgtk_quartz_2_0_la-gtkeventbox.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkeventbox.lo `test -f 'gtkeventbox.c' || echo '$(srcdir)/'`gtkeventbox.c libgtk_quartz_2_0_la-gtkexpander.lo: gtkexpander.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkexpander.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkexpander.Tpo -c -o libgtk_quartz_2_0_la-gtkexpander.lo `test -f 'gtkexpander.c' || echo '$(srcdir)/'`gtkexpander.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkexpander.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkexpander.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkexpander.c' object='libgtk_quartz_2_0_la-gtkexpander.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkexpander.lo `test -f 'gtkexpander.c' || echo '$(srcdir)/'`gtkexpander.c libgtk_quartz_2_0_la-gtkfilechooser.lo: gtkfilechooser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilechooser.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooser.Tpo -c -o libgtk_quartz_2_0_la-gtkfilechooser.lo `test -f 'gtkfilechooser.c' || echo '$(srcdir)/'`gtkfilechooser.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooser.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooser.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilechooser.c' object='libgtk_quartz_2_0_la-gtkfilechooser.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilechooser.lo `test -f 'gtkfilechooser.c' || echo '$(srcdir)/'`gtkfilechooser.c libgtk_quartz_2_0_la-gtkfilechooserbutton.lo: gtkfilechooserbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilechooserbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserbutton.Tpo -c -o libgtk_quartz_2_0_la-gtkfilechooserbutton.lo `test -f 'gtkfilechooserbutton.c' || echo '$(srcdir)/'`gtkfilechooserbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilechooserbutton.c' object='libgtk_quartz_2_0_la-gtkfilechooserbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilechooserbutton.lo `test -f 'gtkfilechooserbutton.c' || echo '$(srcdir)/'`gtkfilechooserbutton.c libgtk_quartz_2_0_la-gtkfilechooserdefault.lo: gtkfilechooserdefault.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilechooserdefault.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserdefault.Tpo -c -o libgtk_quartz_2_0_la-gtkfilechooserdefault.lo `test -f 'gtkfilechooserdefault.c' || echo '$(srcdir)/'`gtkfilechooserdefault.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserdefault.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserdefault.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilechooserdefault.c' object='libgtk_quartz_2_0_la-gtkfilechooserdefault.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilechooserdefault.lo `test -f 'gtkfilechooserdefault.c' || echo '$(srcdir)/'`gtkfilechooserdefault.c libgtk_quartz_2_0_la-gtkfilechooserdialog.lo: gtkfilechooserdialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilechooserdialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserdialog.Tpo -c -o libgtk_quartz_2_0_la-gtkfilechooserdialog.lo `test -f 'gtkfilechooserdialog.c' || echo '$(srcdir)/'`gtkfilechooserdialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserdialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserdialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilechooserdialog.c' object='libgtk_quartz_2_0_la-gtkfilechooserdialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilechooserdialog.lo `test -f 'gtkfilechooserdialog.c' || echo '$(srcdir)/'`gtkfilechooserdialog.c libgtk_quartz_2_0_la-gtkfilechooserembed.lo: gtkfilechooserembed.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilechooserembed.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserembed.Tpo -c -o libgtk_quartz_2_0_la-gtkfilechooserembed.lo `test -f 'gtkfilechooserembed.c' || echo '$(srcdir)/'`gtkfilechooserembed.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserembed.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserembed.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilechooserembed.c' object='libgtk_quartz_2_0_la-gtkfilechooserembed.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilechooserembed.lo `test -f 'gtkfilechooserembed.c' || echo '$(srcdir)/'`gtkfilechooserembed.c libgtk_quartz_2_0_la-gtkfilechooserentry.lo: gtkfilechooserentry.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilechooserentry.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserentry.Tpo -c -o libgtk_quartz_2_0_la-gtkfilechooserentry.lo `test -f 'gtkfilechooserentry.c' || echo '$(srcdir)/'`gtkfilechooserentry.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserentry.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserentry.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilechooserentry.c' object='libgtk_quartz_2_0_la-gtkfilechooserentry.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilechooserentry.lo `test -f 'gtkfilechooserentry.c' || echo '$(srcdir)/'`gtkfilechooserentry.c libgtk_quartz_2_0_la-gtkfilechoosersettings.lo: gtkfilechoosersettings.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilechoosersettings.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechoosersettings.Tpo -c -o libgtk_quartz_2_0_la-gtkfilechoosersettings.lo `test -f 'gtkfilechoosersettings.c' || echo '$(srcdir)/'`gtkfilechoosersettings.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechoosersettings.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechoosersettings.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilechoosersettings.c' object='libgtk_quartz_2_0_la-gtkfilechoosersettings.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilechoosersettings.lo `test -f 'gtkfilechoosersettings.c' || echo '$(srcdir)/'`gtkfilechoosersettings.c libgtk_quartz_2_0_la-gtkfilechooserutils.lo: gtkfilechooserutils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilechooserutils.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserutils.Tpo -c -o libgtk_quartz_2_0_la-gtkfilechooserutils.lo `test -f 'gtkfilechooserutils.c' || echo '$(srcdir)/'`gtkfilechooserutils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserutils.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserutils.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilechooserutils.c' object='libgtk_quartz_2_0_la-gtkfilechooserutils.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilechooserutils.lo `test -f 'gtkfilechooserutils.c' || echo '$(srcdir)/'`gtkfilechooserutils.c libgtk_quartz_2_0_la-gtkfilechooserwidget.lo: gtkfilechooserwidget.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilechooserwidget.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserwidget.Tpo -c -o libgtk_quartz_2_0_la-gtkfilechooserwidget.lo `test -f 'gtkfilechooserwidget.c' || echo '$(srcdir)/'`gtkfilechooserwidget.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserwidget.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilechooserwidget.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilechooserwidget.c' object='libgtk_quartz_2_0_la-gtkfilechooserwidget.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilechooserwidget.lo `test -f 'gtkfilechooserwidget.c' || echo '$(srcdir)/'`gtkfilechooserwidget.c libgtk_quartz_2_0_la-gtkfilefilter.lo: gtkfilefilter.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilefilter.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilefilter.Tpo -c -o libgtk_quartz_2_0_la-gtkfilefilter.lo `test -f 'gtkfilefilter.c' || echo '$(srcdir)/'`gtkfilefilter.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilefilter.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilefilter.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilefilter.c' object='libgtk_quartz_2_0_la-gtkfilefilter.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilefilter.lo `test -f 'gtkfilefilter.c' || echo '$(srcdir)/'`gtkfilefilter.c libgtk_quartz_2_0_la-gtkfilesystem.lo: gtkfilesystem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilesystem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesystem.Tpo -c -o libgtk_quartz_2_0_la-gtkfilesystem.lo `test -f 'gtkfilesystem.c' || echo '$(srcdir)/'`gtkfilesystem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesystem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesystem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilesystem.c' object='libgtk_quartz_2_0_la-gtkfilesystem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilesystem.lo `test -f 'gtkfilesystem.c' || echo '$(srcdir)/'`gtkfilesystem.c libgtk_quartz_2_0_la-gtkfilesystemmodel.lo: gtkfilesystemmodel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilesystemmodel.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesystemmodel.Tpo -c -o libgtk_quartz_2_0_la-gtkfilesystemmodel.lo `test -f 'gtkfilesystemmodel.c' || echo '$(srcdir)/'`gtkfilesystemmodel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesystemmodel.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesystemmodel.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilesystemmodel.c' object='libgtk_quartz_2_0_la-gtkfilesystemmodel.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilesystemmodel.lo `test -f 'gtkfilesystemmodel.c' || echo '$(srcdir)/'`gtkfilesystemmodel.c libgtk_quartz_2_0_la-gtkfixed.lo: gtkfixed.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfixed.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfixed.Tpo -c -o libgtk_quartz_2_0_la-gtkfixed.lo `test -f 'gtkfixed.c' || echo '$(srcdir)/'`gtkfixed.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfixed.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfixed.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfixed.c' object='libgtk_quartz_2_0_la-gtkfixed.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfixed.lo `test -f 'gtkfixed.c' || echo '$(srcdir)/'`gtkfixed.c libgtk_quartz_2_0_la-gtkfontbutton.lo: gtkfontbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfontbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfontbutton.Tpo -c -o libgtk_quartz_2_0_la-gtkfontbutton.lo `test -f 'gtkfontbutton.c' || echo '$(srcdir)/'`gtkfontbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfontbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfontbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfontbutton.c' object='libgtk_quartz_2_0_la-gtkfontbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfontbutton.lo `test -f 'gtkfontbutton.c' || echo '$(srcdir)/'`gtkfontbutton.c libgtk_quartz_2_0_la-gtkfontsel.lo: gtkfontsel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfontsel.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfontsel.Tpo -c -o libgtk_quartz_2_0_la-gtkfontsel.lo `test -f 'gtkfontsel.c' || echo '$(srcdir)/'`gtkfontsel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfontsel.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfontsel.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfontsel.c' object='libgtk_quartz_2_0_la-gtkfontsel.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfontsel.lo `test -f 'gtkfontsel.c' || echo '$(srcdir)/'`gtkfontsel.c libgtk_quartz_2_0_la-gtkframe.lo: gtkframe.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkframe.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkframe.Tpo -c -o libgtk_quartz_2_0_la-gtkframe.lo `test -f 'gtkframe.c' || echo '$(srcdir)/'`gtkframe.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkframe.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkframe.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkframe.c' object='libgtk_quartz_2_0_la-gtkframe.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkframe.lo `test -f 'gtkframe.c' || echo '$(srcdir)/'`gtkframe.c libgtk_quartz_2_0_la-gtkgc.lo: gtkgc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkgc.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkgc.Tpo -c -o libgtk_quartz_2_0_la-gtkgc.lo `test -f 'gtkgc.c' || echo '$(srcdir)/'`gtkgc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkgc.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkgc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkgc.c' object='libgtk_quartz_2_0_la-gtkgc.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkgc.lo `test -f 'gtkgc.c' || echo '$(srcdir)/'`gtkgc.c libgtk_quartz_2_0_la-gtkhandlebox.lo: gtkhandlebox.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkhandlebox.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkhandlebox.Tpo -c -o libgtk_quartz_2_0_la-gtkhandlebox.lo `test -f 'gtkhandlebox.c' || echo '$(srcdir)/'`gtkhandlebox.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkhandlebox.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkhandlebox.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkhandlebox.c' object='libgtk_quartz_2_0_la-gtkhandlebox.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkhandlebox.lo `test -f 'gtkhandlebox.c' || echo '$(srcdir)/'`gtkhandlebox.c libgtk_quartz_2_0_la-gtkhbbox.lo: gtkhbbox.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkhbbox.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkhbbox.Tpo -c -o libgtk_quartz_2_0_la-gtkhbbox.lo `test -f 'gtkhbbox.c' || echo '$(srcdir)/'`gtkhbbox.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkhbbox.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkhbbox.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkhbbox.c' object='libgtk_quartz_2_0_la-gtkhbbox.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkhbbox.lo `test -f 'gtkhbbox.c' || echo '$(srcdir)/'`gtkhbbox.c libgtk_quartz_2_0_la-gtkhbox.lo: gtkhbox.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkhbox.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkhbox.Tpo -c -o libgtk_quartz_2_0_la-gtkhbox.lo `test -f 'gtkhbox.c' || echo '$(srcdir)/'`gtkhbox.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkhbox.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkhbox.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkhbox.c' object='libgtk_quartz_2_0_la-gtkhbox.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkhbox.lo `test -f 'gtkhbox.c' || echo '$(srcdir)/'`gtkhbox.c libgtk_quartz_2_0_la-gtkhpaned.lo: gtkhpaned.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkhpaned.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkhpaned.Tpo -c -o libgtk_quartz_2_0_la-gtkhpaned.lo `test -f 'gtkhpaned.c' || echo '$(srcdir)/'`gtkhpaned.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkhpaned.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkhpaned.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkhpaned.c' object='libgtk_quartz_2_0_la-gtkhpaned.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkhpaned.lo `test -f 'gtkhpaned.c' || echo '$(srcdir)/'`gtkhpaned.c libgtk_quartz_2_0_la-gtkhruler.lo: gtkhruler.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkhruler.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkhruler.Tpo -c -o libgtk_quartz_2_0_la-gtkhruler.lo `test -f 'gtkhruler.c' || echo '$(srcdir)/'`gtkhruler.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkhruler.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkhruler.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkhruler.c' object='libgtk_quartz_2_0_la-gtkhruler.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkhruler.lo `test -f 'gtkhruler.c' || echo '$(srcdir)/'`gtkhruler.c libgtk_quartz_2_0_la-gtkhscale.lo: gtkhscale.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkhscale.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkhscale.Tpo -c -o libgtk_quartz_2_0_la-gtkhscale.lo `test -f 'gtkhscale.c' || echo '$(srcdir)/'`gtkhscale.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkhscale.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkhscale.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkhscale.c' object='libgtk_quartz_2_0_la-gtkhscale.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkhscale.lo `test -f 'gtkhscale.c' || echo '$(srcdir)/'`gtkhscale.c libgtk_quartz_2_0_la-gtkhscrollbar.lo: gtkhscrollbar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkhscrollbar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkhscrollbar.Tpo -c -o libgtk_quartz_2_0_la-gtkhscrollbar.lo `test -f 'gtkhscrollbar.c' || echo '$(srcdir)/'`gtkhscrollbar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkhscrollbar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkhscrollbar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkhscrollbar.c' object='libgtk_quartz_2_0_la-gtkhscrollbar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkhscrollbar.lo `test -f 'gtkhscrollbar.c' || echo '$(srcdir)/'`gtkhscrollbar.c libgtk_quartz_2_0_la-gtkhseparator.lo: gtkhseparator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkhseparator.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkhseparator.Tpo -c -o libgtk_quartz_2_0_la-gtkhseparator.lo `test -f 'gtkhseparator.c' || echo '$(srcdir)/'`gtkhseparator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkhseparator.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkhseparator.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkhseparator.c' object='libgtk_quartz_2_0_la-gtkhseparator.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkhseparator.lo `test -f 'gtkhseparator.c' || echo '$(srcdir)/'`gtkhseparator.c libgtk_quartz_2_0_la-gtkhsv.lo: gtkhsv.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkhsv.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkhsv.Tpo -c -o libgtk_quartz_2_0_la-gtkhsv.lo `test -f 'gtkhsv.c' || echo '$(srcdir)/'`gtkhsv.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkhsv.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkhsv.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkhsv.c' object='libgtk_quartz_2_0_la-gtkhsv.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkhsv.lo `test -f 'gtkhsv.c' || echo '$(srcdir)/'`gtkhsv.c libgtk_quartz_2_0_la-gtkiconcache.lo: gtkiconcache.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkiconcache.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconcache.Tpo -c -o libgtk_quartz_2_0_la-gtkiconcache.lo `test -f 'gtkiconcache.c' || echo '$(srcdir)/'`gtkiconcache.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconcache.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconcache.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkiconcache.c' object='libgtk_quartz_2_0_la-gtkiconcache.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkiconcache.lo `test -f 'gtkiconcache.c' || echo '$(srcdir)/'`gtkiconcache.c libgtk_quartz_2_0_la-gtkiconcachevalidator.lo: gtkiconcachevalidator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkiconcachevalidator.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconcachevalidator.Tpo -c -o libgtk_quartz_2_0_la-gtkiconcachevalidator.lo `test -f 'gtkiconcachevalidator.c' || echo '$(srcdir)/'`gtkiconcachevalidator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconcachevalidator.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconcachevalidator.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkiconcachevalidator.c' object='libgtk_quartz_2_0_la-gtkiconcachevalidator.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkiconcachevalidator.lo `test -f 'gtkiconcachevalidator.c' || echo '$(srcdir)/'`gtkiconcachevalidator.c libgtk_quartz_2_0_la-gtkiconfactory.lo: gtkiconfactory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkiconfactory.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconfactory.Tpo -c -o libgtk_quartz_2_0_la-gtkiconfactory.lo `test -f 'gtkiconfactory.c' || echo '$(srcdir)/'`gtkiconfactory.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconfactory.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconfactory.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkiconfactory.c' object='libgtk_quartz_2_0_la-gtkiconfactory.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkiconfactory.lo `test -f 'gtkiconfactory.c' || echo '$(srcdir)/'`gtkiconfactory.c libgtk_quartz_2_0_la-gtkicontheme.lo: gtkicontheme.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkicontheme.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkicontheme.Tpo -c -o libgtk_quartz_2_0_la-gtkicontheme.lo `test -f 'gtkicontheme.c' || echo '$(srcdir)/'`gtkicontheme.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkicontheme.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkicontheme.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkicontheme.c' object='libgtk_quartz_2_0_la-gtkicontheme.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkicontheme.lo `test -f 'gtkicontheme.c' || echo '$(srcdir)/'`gtkicontheme.c libgtk_quartz_2_0_la-gtkiconview.lo: gtkiconview.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkiconview.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconview.Tpo -c -o libgtk_quartz_2_0_la-gtkiconview.lo `test -f 'gtkiconview.c' || echo '$(srcdir)/'`gtkiconview.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconview.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkiconview.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkiconview.c' object='libgtk_quartz_2_0_la-gtkiconview.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkiconview.lo `test -f 'gtkiconview.c' || echo '$(srcdir)/'`gtkiconview.c libgtk_quartz_2_0_la-gtkimage.lo: gtkimage.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkimage.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkimage.Tpo -c -o libgtk_quartz_2_0_la-gtkimage.lo `test -f 'gtkimage.c' || echo '$(srcdir)/'`gtkimage.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkimage.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkimage.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkimage.c' object='libgtk_quartz_2_0_la-gtkimage.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkimage.lo `test -f 'gtkimage.c' || echo '$(srcdir)/'`gtkimage.c libgtk_quartz_2_0_la-gtkimagemenuitem.lo: gtkimagemenuitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkimagemenuitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkimagemenuitem.Tpo -c -o libgtk_quartz_2_0_la-gtkimagemenuitem.lo `test -f 'gtkimagemenuitem.c' || echo '$(srcdir)/'`gtkimagemenuitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkimagemenuitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkimagemenuitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkimagemenuitem.c' object='libgtk_quartz_2_0_la-gtkimagemenuitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkimagemenuitem.lo `test -f 'gtkimagemenuitem.c' || echo '$(srcdir)/'`gtkimagemenuitem.c libgtk_quartz_2_0_la-gtkimcontext.lo: gtkimcontext.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkimcontext.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkimcontext.Tpo -c -o libgtk_quartz_2_0_la-gtkimcontext.lo `test -f 'gtkimcontext.c' || echo '$(srcdir)/'`gtkimcontext.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkimcontext.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkimcontext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkimcontext.c' object='libgtk_quartz_2_0_la-gtkimcontext.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkimcontext.lo `test -f 'gtkimcontext.c' || echo '$(srcdir)/'`gtkimcontext.c libgtk_quartz_2_0_la-gtkimcontextsimple.lo: gtkimcontextsimple.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkimcontextsimple.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkimcontextsimple.Tpo -c -o libgtk_quartz_2_0_la-gtkimcontextsimple.lo `test -f 'gtkimcontextsimple.c' || echo '$(srcdir)/'`gtkimcontextsimple.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkimcontextsimple.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkimcontextsimple.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkimcontextsimple.c' object='libgtk_quartz_2_0_la-gtkimcontextsimple.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkimcontextsimple.lo `test -f 'gtkimcontextsimple.c' || echo '$(srcdir)/'`gtkimcontextsimple.c libgtk_quartz_2_0_la-gtkimmodule.lo: gtkimmodule.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkimmodule.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkimmodule.Tpo -c -o libgtk_quartz_2_0_la-gtkimmodule.lo `test -f 'gtkimmodule.c' || echo '$(srcdir)/'`gtkimmodule.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkimmodule.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkimmodule.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkimmodule.c' object='libgtk_quartz_2_0_la-gtkimmodule.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkimmodule.lo `test -f 'gtkimmodule.c' || echo '$(srcdir)/'`gtkimmodule.c libgtk_quartz_2_0_la-gtkimmulticontext.lo: gtkimmulticontext.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkimmulticontext.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkimmulticontext.Tpo -c -o libgtk_quartz_2_0_la-gtkimmulticontext.lo `test -f 'gtkimmulticontext.c' || echo '$(srcdir)/'`gtkimmulticontext.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkimmulticontext.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkimmulticontext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkimmulticontext.c' object='libgtk_quartz_2_0_la-gtkimmulticontext.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkimmulticontext.lo `test -f 'gtkimmulticontext.c' || echo '$(srcdir)/'`gtkimmulticontext.c libgtk_quartz_2_0_la-gtkinfobar.lo: gtkinfobar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkinfobar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkinfobar.Tpo -c -o libgtk_quartz_2_0_la-gtkinfobar.lo `test -f 'gtkinfobar.c' || echo '$(srcdir)/'`gtkinfobar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkinfobar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkinfobar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkinfobar.c' object='libgtk_quartz_2_0_la-gtkinfobar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkinfobar.lo `test -f 'gtkinfobar.c' || echo '$(srcdir)/'`gtkinfobar.c libgtk_quartz_2_0_la-gtkinputdialog.lo: gtkinputdialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkinputdialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkinputdialog.Tpo -c -o libgtk_quartz_2_0_la-gtkinputdialog.lo `test -f 'gtkinputdialog.c' || echo '$(srcdir)/'`gtkinputdialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkinputdialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkinputdialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkinputdialog.c' object='libgtk_quartz_2_0_la-gtkinputdialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkinputdialog.lo `test -f 'gtkinputdialog.c' || echo '$(srcdir)/'`gtkinputdialog.c libgtk_quartz_2_0_la-gtkinvisible.lo: gtkinvisible.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkinvisible.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkinvisible.Tpo -c -o libgtk_quartz_2_0_la-gtkinvisible.lo `test -f 'gtkinvisible.c' || echo '$(srcdir)/'`gtkinvisible.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkinvisible.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkinvisible.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkinvisible.c' object='libgtk_quartz_2_0_la-gtkinvisible.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkinvisible.lo `test -f 'gtkinvisible.c' || echo '$(srcdir)/'`gtkinvisible.c libgtk_quartz_2_0_la-gtkitem.lo: gtkitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkitem.Tpo -c -o libgtk_quartz_2_0_la-gtkitem.lo `test -f 'gtkitem.c' || echo '$(srcdir)/'`gtkitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkitem.c' object='libgtk_quartz_2_0_la-gtkitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkitem.lo `test -f 'gtkitem.c' || echo '$(srcdir)/'`gtkitem.c libgtk_quartz_2_0_la-gtkkeyhash.lo: gtkkeyhash.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkkeyhash.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkkeyhash.Tpo -c -o libgtk_quartz_2_0_la-gtkkeyhash.lo `test -f 'gtkkeyhash.c' || echo '$(srcdir)/'`gtkkeyhash.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkkeyhash.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkkeyhash.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkkeyhash.c' object='libgtk_quartz_2_0_la-gtkkeyhash.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkkeyhash.lo `test -f 'gtkkeyhash.c' || echo '$(srcdir)/'`gtkkeyhash.c libgtk_quartz_2_0_la-gtklabel.lo: gtklabel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtklabel.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtklabel.Tpo -c -o libgtk_quartz_2_0_la-gtklabel.lo `test -f 'gtklabel.c' || echo '$(srcdir)/'`gtklabel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtklabel.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtklabel.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtklabel.c' object='libgtk_quartz_2_0_la-gtklabel.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtklabel.lo `test -f 'gtklabel.c' || echo '$(srcdir)/'`gtklabel.c libgtk_quartz_2_0_la-gtklayout.lo: gtklayout.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtklayout.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtklayout.Tpo -c -o libgtk_quartz_2_0_la-gtklayout.lo `test -f 'gtklayout.c' || echo '$(srcdir)/'`gtklayout.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtklayout.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtklayout.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtklayout.c' object='libgtk_quartz_2_0_la-gtklayout.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtklayout.lo `test -f 'gtklayout.c' || echo '$(srcdir)/'`gtklayout.c libgtk_quartz_2_0_la-gtklinkbutton.lo: gtklinkbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtklinkbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtklinkbutton.Tpo -c -o libgtk_quartz_2_0_la-gtklinkbutton.lo `test -f 'gtklinkbutton.c' || echo '$(srcdir)/'`gtklinkbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtklinkbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtklinkbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtklinkbutton.c' object='libgtk_quartz_2_0_la-gtklinkbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtklinkbutton.lo `test -f 'gtklinkbutton.c' || echo '$(srcdir)/'`gtklinkbutton.c libgtk_quartz_2_0_la-gtkliststore.lo: gtkliststore.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkliststore.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkliststore.Tpo -c -o libgtk_quartz_2_0_la-gtkliststore.lo `test -f 'gtkliststore.c' || echo '$(srcdir)/'`gtkliststore.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkliststore.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkliststore.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkliststore.c' object='libgtk_quartz_2_0_la-gtkliststore.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkliststore.lo `test -f 'gtkliststore.c' || echo '$(srcdir)/'`gtkliststore.c libgtk_quartz_2_0_la-gtkmain.lo: gtkmain.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmain.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmain.Tpo -c -o libgtk_quartz_2_0_la-gtkmain.lo `test -f 'gtkmain.c' || echo '$(srcdir)/'`gtkmain.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmain.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmain.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmain.c' object='libgtk_quartz_2_0_la-gtkmain.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmain.lo `test -f 'gtkmain.c' || echo '$(srcdir)/'`gtkmain.c libgtk_quartz_2_0_la-gtkmarshal.lo: gtkmarshal.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmarshal.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmarshal.Tpo -c -o libgtk_quartz_2_0_la-gtkmarshal.lo `test -f 'gtkmarshal.c' || echo '$(srcdir)/'`gtkmarshal.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmarshal.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmarshal.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmarshal.c' object='libgtk_quartz_2_0_la-gtkmarshal.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmarshal.lo `test -f 'gtkmarshal.c' || echo '$(srcdir)/'`gtkmarshal.c libgtk_quartz_2_0_la-gtkmarshalers.lo: gtkmarshalers.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmarshalers.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmarshalers.Tpo -c -o libgtk_quartz_2_0_la-gtkmarshalers.lo `test -f 'gtkmarshalers.c' || echo '$(srcdir)/'`gtkmarshalers.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmarshalers.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmarshalers.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmarshalers.c' object='libgtk_quartz_2_0_la-gtkmarshalers.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmarshalers.lo `test -f 'gtkmarshalers.c' || echo '$(srcdir)/'`gtkmarshalers.c libgtk_quartz_2_0_la-gtkmenu.lo: gtkmenu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmenu.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenu.Tpo -c -o libgtk_quartz_2_0_la-gtkmenu.lo `test -f 'gtkmenu.c' || echo '$(srcdir)/'`gtkmenu.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenu.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenu.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmenu.c' object='libgtk_quartz_2_0_la-gtkmenu.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmenu.lo `test -f 'gtkmenu.c' || echo '$(srcdir)/'`gtkmenu.c libgtk_quartz_2_0_la-gtkmenubar.lo: gtkmenubar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmenubar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenubar.Tpo -c -o libgtk_quartz_2_0_la-gtkmenubar.lo `test -f 'gtkmenubar.c' || echo '$(srcdir)/'`gtkmenubar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenubar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenubar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmenubar.c' object='libgtk_quartz_2_0_la-gtkmenubar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmenubar.lo `test -f 'gtkmenubar.c' || echo '$(srcdir)/'`gtkmenubar.c libgtk_quartz_2_0_la-gtkmenuitem.lo: gtkmenuitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmenuitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenuitem.Tpo -c -o libgtk_quartz_2_0_la-gtkmenuitem.lo `test -f 'gtkmenuitem.c' || echo '$(srcdir)/'`gtkmenuitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenuitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenuitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmenuitem.c' object='libgtk_quartz_2_0_la-gtkmenuitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmenuitem.lo `test -f 'gtkmenuitem.c' || echo '$(srcdir)/'`gtkmenuitem.c libgtk_quartz_2_0_la-gtkmenushell.lo: gtkmenushell.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmenushell.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenushell.Tpo -c -o libgtk_quartz_2_0_la-gtkmenushell.lo `test -f 'gtkmenushell.c' || echo '$(srcdir)/'`gtkmenushell.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenushell.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenushell.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmenushell.c' object='libgtk_quartz_2_0_la-gtkmenushell.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmenushell.lo `test -f 'gtkmenushell.c' || echo '$(srcdir)/'`gtkmenushell.c libgtk_quartz_2_0_la-gtkmenutoolbutton.lo: gtkmenutoolbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmenutoolbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenutoolbutton.Tpo -c -o libgtk_quartz_2_0_la-gtkmenutoolbutton.lo `test -f 'gtkmenutoolbutton.c' || echo '$(srcdir)/'`gtkmenutoolbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenutoolbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmenutoolbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmenutoolbutton.c' object='libgtk_quartz_2_0_la-gtkmenutoolbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmenutoolbutton.lo `test -f 'gtkmenutoolbutton.c' || echo '$(srcdir)/'`gtkmenutoolbutton.c libgtk_quartz_2_0_la-gtkmessagedialog.lo: gtkmessagedialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmessagedialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmessagedialog.Tpo -c -o libgtk_quartz_2_0_la-gtkmessagedialog.lo `test -f 'gtkmessagedialog.c' || echo '$(srcdir)/'`gtkmessagedialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmessagedialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmessagedialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmessagedialog.c' object='libgtk_quartz_2_0_la-gtkmessagedialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmessagedialog.lo `test -f 'gtkmessagedialog.c' || echo '$(srcdir)/'`gtkmessagedialog.c libgtk_quartz_2_0_la-gtkmisc.lo: gtkmisc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmisc.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmisc.Tpo -c -o libgtk_quartz_2_0_la-gtkmisc.lo `test -f 'gtkmisc.c' || echo '$(srcdir)/'`gtkmisc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmisc.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmisc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmisc.c' object='libgtk_quartz_2_0_la-gtkmisc.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmisc.lo `test -f 'gtkmisc.c' || echo '$(srcdir)/'`gtkmisc.c libgtk_quartz_2_0_la-gtkmnemonichash.lo: gtkmnemonichash.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmnemonichash.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmnemonichash.Tpo -c -o libgtk_quartz_2_0_la-gtkmnemonichash.lo `test -f 'gtkmnemonichash.c' || echo '$(srcdir)/'`gtkmnemonichash.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmnemonichash.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmnemonichash.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmnemonichash.c' object='libgtk_quartz_2_0_la-gtkmnemonichash.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmnemonichash.lo `test -f 'gtkmnemonichash.c' || echo '$(srcdir)/'`gtkmnemonichash.c libgtk_quartz_2_0_la-gtkmodules.lo: gtkmodules.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmodules.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmodules.Tpo -c -o libgtk_quartz_2_0_la-gtkmodules.lo `test -f 'gtkmodules.c' || echo '$(srcdir)/'`gtkmodules.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmodules.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmodules.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmodules.c' object='libgtk_quartz_2_0_la-gtkmodules.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmodules.lo `test -f 'gtkmodules.c' || echo '$(srcdir)/'`gtkmodules.c libgtk_quartz_2_0_la-gtkmountoperation.lo: gtkmountoperation.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmountoperation.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation.Tpo -c -o libgtk_quartz_2_0_la-gtkmountoperation.lo `test -f 'gtkmountoperation.c' || echo '$(srcdir)/'`gtkmountoperation.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmountoperation.c' object='libgtk_quartz_2_0_la-gtkmountoperation.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmountoperation.lo `test -f 'gtkmountoperation.c' || echo '$(srcdir)/'`gtkmountoperation.c libgtk_quartz_2_0_la-gtknotebook.lo: gtknotebook.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtknotebook.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtknotebook.Tpo -c -o libgtk_quartz_2_0_la-gtknotebook.lo `test -f 'gtknotebook.c' || echo '$(srcdir)/'`gtknotebook.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtknotebook.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtknotebook.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtknotebook.c' object='libgtk_quartz_2_0_la-gtknotebook.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtknotebook.lo `test -f 'gtknotebook.c' || echo '$(srcdir)/'`gtknotebook.c libgtk_quartz_2_0_la-gtkobject.lo: gtkobject.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkobject.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkobject.Tpo -c -o libgtk_quartz_2_0_la-gtkobject.lo `test -f 'gtkobject.c' || echo '$(srcdir)/'`gtkobject.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkobject.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkobject.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkobject.c' object='libgtk_quartz_2_0_la-gtkobject.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkobject.lo `test -f 'gtkobject.c' || echo '$(srcdir)/'`gtkobject.c libgtk_quartz_2_0_la-gtkoffscreenwindow.lo: gtkoffscreenwindow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkoffscreenwindow.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkoffscreenwindow.Tpo -c -o libgtk_quartz_2_0_la-gtkoffscreenwindow.lo `test -f 'gtkoffscreenwindow.c' || echo '$(srcdir)/'`gtkoffscreenwindow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkoffscreenwindow.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkoffscreenwindow.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkoffscreenwindow.c' object='libgtk_quartz_2_0_la-gtkoffscreenwindow.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkoffscreenwindow.lo `test -f 'gtkoffscreenwindow.c' || echo '$(srcdir)/'`gtkoffscreenwindow.c libgtk_quartz_2_0_la-gtkorientable.lo: gtkorientable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkorientable.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkorientable.Tpo -c -o libgtk_quartz_2_0_la-gtkorientable.lo `test -f 'gtkorientable.c' || echo '$(srcdir)/'`gtkorientable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkorientable.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkorientable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkorientable.c' object='libgtk_quartz_2_0_la-gtkorientable.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkorientable.lo `test -f 'gtkorientable.c' || echo '$(srcdir)/'`gtkorientable.c libgtk_quartz_2_0_la-gtkpagesetup.lo: gtkpagesetup.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkpagesetup.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkpagesetup.Tpo -c -o libgtk_quartz_2_0_la-gtkpagesetup.lo `test -f 'gtkpagesetup.c' || echo '$(srcdir)/'`gtkpagesetup.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkpagesetup.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkpagesetup.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkpagesetup.c' object='libgtk_quartz_2_0_la-gtkpagesetup.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkpagesetup.lo `test -f 'gtkpagesetup.c' || echo '$(srcdir)/'`gtkpagesetup.c libgtk_quartz_2_0_la-gtkpaned.lo: gtkpaned.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkpaned.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkpaned.Tpo -c -o libgtk_quartz_2_0_la-gtkpaned.lo `test -f 'gtkpaned.c' || echo '$(srcdir)/'`gtkpaned.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkpaned.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkpaned.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkpaned.c' object='libgtk_quartz_2_0_la-gtkpaned.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkpaned.lo `test -f 'gtkpaned.c' || echo '$(srcdir)/'`gtkpaned.c libgtk_quartz_2_0_la-gtkpango.lo: gtkpango.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkpango.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkpango.Tpo -c -o libgtk_quartz_2_0_la-gtkpango.lo `test -f 'gtkpango.c' || echo '$(srcdir)/'`gtkpango.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkpango.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkpango.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkpango.c' object='libgtk_quartz_2_0_la-gtkpango.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkpango.lo `test -f 'gtkpango.c' || echo '$(srcdir)/'`gtkpango.c libgtk_quartz_2_0_la-gtkpapersize.lo: gtkpapersize.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkpapersize.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkpapersize.Tpo -c -o libgtk_quartz_2_0_la-gtkpapersize.lo `test -f 'gtkpapersize.c' || echo '$(srcdir)/'`gtkpapersize.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkpapersize.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkpapersize.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkpapersize.c' object='libgtk_quartz_2_0_la-gtkpapersize.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkpapersize.lo `test -f 'gtkpapersize.c' || echo '$(srcdir)/'`gtkpapersize.c libgtk_quartz_2_0_la-gtkpathbar.lo: gtkpathbar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkpathbar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkpathbar.Tpo -c -o libgtk_quartz_2_0_la-gtkpathbar.lo `test -f 'gtkpathbar.c' || echo '$(srcdir)/'`gtkpathbar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkpathbar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkpathbar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkpathbar.c' object='libgtk_quartz_2_0_la-gtkpathbar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkpathbar.lo `test -f 'gtkpathbar.c' || echo '$(srcdir)/'`gtkpathbar.c libgtk_quartz_2_0_la-gtkplug.lo: gtkplug.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkplug.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug.Tpo -c -o libgtk_quartz_2_0_la-gtkplug.lo `test -f 'gtkplug.c' || echo '$(srcdir)/'`gtkplug.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkplug.c' object='libgtk_quartz_2_0_la-gtkplug.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkplug.lo `test -f 'gtkplug.c' || echo '$(srcdir)/'`gtkplug.c libgtk_quartz_2_0_la-gtkprintcontext.lo: gtkprintcontext.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintcontext.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintcontext.Tpo -c -o libgtk_quartz_2_0_la-gtkprintcontext.lo `test -f 'gtkprintcontext.c' || echo '$(srcdir)/'`gtkprintcontext.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintcontext.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintcontext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintcontext.c' object='libgtk_quartz_2_0_la-gtkprintcontext.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintcontext.lo `test -f 'gtkprintcontext.c' || echo '$(srcdir)/'`gtkprintcontext.c libgtk_quartz_2_0_la-gtkprintoperation.lo: gtkprintoperation.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintoperation.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation.Tpo -c -o libgtk_quartz_2_0_la-gtkprintoperation.lo `test -f 'gtkprintoperation.c' || echo '$(srcdir)/'`gtkprintoperation.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintoperation.c' object='libgtk_quartz_2_0_la-gtkprintoperation.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintoperation.lo `test -f 'gtkprintoperation.c' || echo '$(srcdir)/'`gtkprintoperation.c libgtk_quartz_2_0_la-gtkprintoperationpreview.lo: gtkprintoperationpreview.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintoperationpreview.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperationpreview.Tpo -c -o libgtk_quartz_2_0_la-gtkprintoperationpreview.lo `test -f 'gtkprintoperationpreview.c' || echo '$(srcdir)/'`gtkprintoperationpreview.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperationpreview.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperationpreview.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintoperationpreview.c' object='libgtk_quartz_2_0_la-gtkprintoperationpreview.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintoperationpreview.lo `test -f 'gtkprintoperationpreview.c' || echo '$(srcdir)/'`gtkprintoperationpreview.c libgtk_quartz_2_0_la-gtkprintsettings.lo: gtkprintsettings.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintsettings.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintsettings.Tpo -c -o libgtk_quartz_2_0_la-gtkprintsettings.lo `test -f 'gtkprintsettings.c' || echo '$(srcdir)/'`gtkprintsettings.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintsettings.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintsettings.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintsettings.c' object='libgtk_quartz_2_0_la-gtkprintsettings.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintsettings.lo `test -f 'gtkprintsettings.c' || echo '$(srcdir)/'`gtkprintsettings.c libgtk_quartz_2_0_la-gtkprintutils.lo: gtkprintutils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintutils.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintutils.Tpo -c -o libgtk_quartz_2_0_la-gtkprintutils.lo `test -f 'gtkprintutils.c' || echo '$(srcdir)/'`gtkprintutils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintutils.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintutils.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintutils.c' object='libgtk_quartz_2_0_la-gtkprintutils.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintutils.lo `test -f 'gtkprintutils.c' || echo '$(srcdir)/'`gtkprintutils.c libgtk_quartz_2_0_la-gtkprogressbar.lo: gtkprogressbar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprogressbar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprogressbar.Tpo -c -o libgtk_quartz_2_0_la-gtkprogressbar.lo `test -f 'gtkprogressbar.c' || echo '$(srcdir)/'`gtkprogressbar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprogressbar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprogressbar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprogressbar.c' object='libgtk_quartz_2_0_la-gtkprogressbar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprogressbar.lo `test -f 'gtkprogressbar.c' || echo '$(srcdir)/'`gtkprogressbar.c libgtk_quartz_2_0_la-gtkradioaction.lo: gtkradioaction.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkradioaction.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkradioaction.Tpo -c -o libgtk_quartz_2_0_la-gtkradioaction.lo `test -f 'gtkradioaction.c' || echo '$(srcdir)/'`gtkradioaction.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkradioaction.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkradioaction.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkradioaction.c' object='libgtk_quartz_2_0_la-gtkradioaction.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkradioaction.lo `test -f 'gtkradioaction.c' || echo '$(srcdir)/'`gtkradioaction.c libgtk_quartz_2_0_la-gtkradiobutton.lo: gtkradiobutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkradiobutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkradiobutton.Tpo -c -o libgtk_quartz_2_0_la-gtkradiobutton.lo `test -f 'gtkradiobutton.c' || echo '$(srcdir)/'`gtkradiobutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkradiobutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkradiobutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkradiobutton.c' object='libgtk_quartz_2_0_la-gtkradiobutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkradiobutton.lo `test -f 'gtkradiobutton.c' || echo '$(srcdir)/'`gtkradiobutton.c libgtk_quartz_2_0_la-gtkradiomenuitem.lo: gtkradiomenuitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkradiomenuitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkradiomenuitem.Tpo -c -o libgtk_quartz_2_0_la-gtkradiomenuitem.lo `test -f 'gtkradiomenuitem.c' || echo '$(srcdir)/'`gtkradiomenuitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkradiomenuitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkradiomenuitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkradiomenuitem.c' object='libgtk_quartz_2_0_la-gtkradiomenuitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkradiomenuitem.lo `test -f 'gtkradiomenuitem.c' || echo '$(srcdir)/'`gtkradiomenuitem.c libgtk_quartz_2_0_la-gtkradiotoolbutton.lo: gtkradiotoolbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkradiotoolbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkradiotoolbutton.Tpo -c -o libgtk_quartz_2_0_la-gtkradiotoolbutton.lo `test -f 'gtkradiotoolbutton.c' || echo '$(srcdir)/'`gtkradiotoolbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkradiotoolbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkradiotoolbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkradiotoolbutton.c' object='libgtk_quartz_2_0_la-gtkradiotoolbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkradiotoolbutton.lo `test -f 'gtkradiotoolbutton.c' || echo '$(srcdir)/'`gtkradiotoolbutton.c libgtk_quartz_2_0_la-gtkrange.lo: gtkrange.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrange.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrange.Tpo -c -o libgtk_quartz_2_0_la-gtkrange.lo `test -f 'gtkrange.c' || echo '$(srcdir)/'`gtkrange.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrange.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrange.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrange.c' object='libgtk_quartz_2_0_la-gtkrange.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrange.lo `test -f 'gtkrange.c' || echo '$(srcdir)/'`gtkrange.c libgtk_quartz_2_0_la-gtkrbtree.lo: gtkrbtree.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrbtree.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrbtree.Tpo -c -o libgtk_quartz_2_0_la-gtkrbtree.lo `test -f 'gtkrbtree.c' || echo '$(srcdir)/'`gtkrbtree.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrbtree.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrbtree.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrbtree.c' object='libgtk_quartz_2_0_la-gtkrbtree.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrbtree.lo `test -f 'gtkrbtree.c' || echo '$(srcdir)/'`gtkrbtree.c libgtk_quartz_2_0_la-gtkrc.lo: gtkrc.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrc.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrc.Tpo -c -o libgtk_quartz_2_0_la-gtkrc.lo `test -f 'gtkrc.c' || echo '$(srcdir)/'`gtkrc.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrc.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrc.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrc.c' object='libgtk_quartz_2_0_la-gtkrc.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrc.lo `test -f 'gtkrc.c' || echo '$(srcdir)/'`gtkrc.c libgtk_quartz_2_0_la-gtkrecentaction.lo: gtkrecentaction.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrecentaction.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentaction.Tpo -c -o libgtk_quartz_2_0_la-gtkrecentaction.lo `test -f 'gtkrecentaction.c' || echo '$(srcdir)/'`gtkrecentaction.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentaction.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentaction.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrecentaction.c' object='libgtk_quartz_2_0_la-gtkrecentaction.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrecentaction.lo `test -f 'gtkrecentaction.c' || echo '$(srcdir)/'`gtkrecentaction.c libgtk_quartz_2_0_la-gtkrecentchooserdefault.lo: gtkrecentchooserdefault.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrecentchooserdefault.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserdefault.Tpo -c -o libgtk_quartz_2_0_la-gtkrecentchooserdefault.lo `test -f 'gtkrecentchooserdefault.c' || echo '$(srcdir)/'`gtkrecentchooserdefault.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserdefault.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserdefault.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrecentchooserdefault.c' object='libgtk_quartz_2_0_la-gtkrecentchooserdefault.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrecentchooserdefault.lo `test -f 'gtkrecentchooserdefault.c' || echo '$(srcdir)/'`gtkrecentchooserdefault.c libgtk_quartz_2_0_la-gtkrecentchooserdialog.lo: gtkrecentchooserdialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrecentchooserdialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserdialog.Tpo -c -o libgtk_quartz_2_0_la-gtkrecentchooserdialog.lo `test -f 'gtkrecentchooserdialog.c' || echo '$(srcdir)/'`gtkrecentchooserdialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserdialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserdialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrecentchooserdialog.c' object='libgtk_quartz_2_0_la-gtkrecentchooserdialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrecentchooserdialog.lo `test -f 'gtkrecentchooserdialog.c' || echo '$(srcdir)/'`gtkrecentchooserdialog.c libgtk_quartz_2_0_la-gtkrecentchoosermenu.lo: gtkrecentchoosermenu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrecentchoosermenu.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchoosermenu.Tpo -c -o libgtk_quartz_2_0_la-gtkrecentchoosermenu.lo `test -f 'gtkrecentchoosermenu.c' || echo '$(srcdir)/'`gtkrecentchoosermenu.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchoosermenu.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchoosermenu.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrecentchoosermenu.c' object='libgtk_quartz_2_0_la-gtkrecentchoosermenu.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrecentchoosermenu.lo `test -f 'gtkrecentchoosermenu.c' || echo '$(srcdir)/'`gtkrecentchoosermenu.c libgtk_quartz_2_0_la-gtkrecentchooserwidget.lo: gtkrecentchooserwidget.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrecentchooserwidget.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserwidget.Tpo -c -o libgtk_quartz_2_0_la-gtkrecentchooserwidget.lo `test -f 'gtkrecentchooserwidget.c' || echo '$(srcdir)/'`gtkrecentchooserwidget.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserwidget.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserwidget.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrecentchooserwidget.c' object='libgtk_quartz_2_0_la-gtkrecentchooserwidget.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrecentchooserwidget.lo `test -f 'gtkrecentchooserwidget.c' || echo '$(srcdir)/'`gtkrecentchooserwidget.c libgtk_quartz_2_0_la-gtkrecentchooserutils.lo: gtkrecentchooserutils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrecentchooserutils.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserutils.Tpo -c -o libgtk_quartz_2_0_la-gtkrecentchooserutils.lo `test -f 'gtkrecentchooserutils.c' || echo '$(srcdir)/'`gtkrecentchooserutils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserutils.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooserutils.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrecentchooserutils.c' object='libgtk_quartz_2_0_la-gtkrecentchooserutils.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrecentchooserutils.lo `test -f 'gtkrecentchooserutils.c' || echo '$(srcdir)/'`gtkrecentchooserutils.c libgtk_quartz_2_0_la-gtkrecentchooser.lo: gtkrecentchooser.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrecentchooser.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooser.Tpo -c -o libgtk_quartz_2_0_la-gtkrecentchooser.lo `test -f 'gtkrecentchooser.c' || echo '$(srcdir)/'`gtkrecentchooser.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooser.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentchooser.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrecentchooser.c' object='libgtk_quartz_2_0_la-gtkrecentchooser.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrecentchooser.lo `test -f 'gtkrecentchooser.c' || echo '$(srcdir)/'`gtkrecentchooser.c libgtk_quartz_2_0_la-gtkrecentfilter.lo: gtkrecentfilter.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrecentfilter.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentfilter.Tpo -c -o libgtk_quartz_2_0_la-gtkrecentfilter.lo `test -f 'gtkrecentfilter.c' || echo '$(srcdir)/'`gtkrecentfilter.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentfilter.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentfilter.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrecentfilter.c' object='libgtk_quartz_2_0_la-gtkrecentfilter.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrecentfilter.lo `test -f 'gtkrecentfilter.c' || echo '$(srcdir)/'`gtkrecentfilter.c libgtk_quartz_2_0_la-gtkrecentmanager.lo: gtkrecentmanager.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkrecentmanager.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentmanager.Tpo -c -o libgtk_quartz_2_0_la-gtkrecentmanager.lo `test -f 'gtkrecentmanager.c' || echo '$(srcdir)/'`gtkrecentmanager.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentmanager.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkrecentmanager.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkrecentmanager.c' object='libgtk_quartz_2_0_la-gtkrecentmanager.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkrecentmanager.lo `test -f 'gtkrecentmanager.c' || echo '$(srcdir)/'`gtkrecentmanager.c libgtk_quartz_2_0_la-gtkruler.lo: gtkruler.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkruler.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkruler.Tpo -c -o libgtk_quartz_2_0_la-gtkruler.lo `test -f 'gtkruler.c' || echo '$(srcdir)/'`gtkruler.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkruler.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkruler.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkruler.c' object='libgtk_quartz_2_0_la-gtkruler.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkruler.lo `test -f 'gtkruler.c' || echo '$(srcdir)/'`gtkruler.c libgtk_quartz_2_0_la-gtkscale.lo: gtkscale.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkscale.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkscale.Tpo -c -o libgtk_quartz_2_0_la-gtkscale.lo `test -f 'gtkscale.c' || echo '$(srcdir)/'`gtkscale.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkscale.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkscale.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkscale.c' object='libgtk_quartz_2_0_la-gtkscale.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkscale.lo `test -f 'gtkscale.c' || echo '$(srcdir)/'`gtkscale.c libgtk_quartz_2_0_la-gtkscalebutton.lo: gtkscalebutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkscalebutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkscalebutton.Tpo -c -o libgtk_quartz_2_0_la-gtkscalebutton.lo `test -f 'gtkscalebutton.c' || echo '$(srcdir)/'`gtkscalebutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkscalebutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkscalebutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkscalebutton.c' object='libgtk_quartz_2_0_la-gtkscalebutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkscalebutton.lo `test -f 'gtkscalebutton.c' || echo '$(srcdir)/'`gtkscalebutton.c libgtk_quartz_2_0_la-gtkscrollbar.lo: gtkscrollbar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkscrollbar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkscrollbar.Tpo -c -o libgtk_quartz_2_0_la-gtkscrollbar.lo `test -f 'gtkscrollbar.c' || echo '$(srcdir)/'`gtkscrollbar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkscrollbar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkscrollbar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkscrollbar.c' object='libgtk_quartz_2_0_la-gtkscrollbar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkscrollbar.lo `test -f 'gtkscrollbar.c' || echo '$(srcdir)/'`gtkscrollbar.c libgtk_quartz_2_0_la-gtkscrolledwindow.lo: gtkscrolledwindow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkscrolledwindow.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkscrolledwindow.Tpo -c -o libgtk_quartz_2_0_la-gtkscrolledwindow.lo `test -f 'gtkscrolledwindow.c' || echo '$(srcdir)/'`gtkscrolledwindow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkscrolledwindow.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkscrolledwindow.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkscrolledwindow.c' object='libgtk_quartz_2_0_la-gtkscrolledwindow.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkscrolledwindow.lo `test -f 'gtkscrolledwindow.c' || echo '$(srcdir)/'`gtkscrolledwindow.c libgtk_quartz_2_0_la-gtkselection.lo: gtkselection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkselection.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkselection.Tpo -c -o libgtk_quartz_2_0_la-gtkselection.lo `test -f 'gtkselection.c' || echo '$(srcdir)/'`gtkselection.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkselection.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkselection.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkselection.c' object='libgtk_quartz_2_0_la-gtkselection.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkselection.lo `test -f 'gtkselection.c' || echo '$(srcdir)/'`gtkselection.c libgtk_quartz_2_0_la-gtkseparator.lo: gtkseparator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkseparator.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkseparator.Tpo -c -o libgtk_quartz_2_0_la-gtkseparator.lo `test -f 'gtkseparator.c' || echo '$(srcdir)/'`gtkseparator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkseparator.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkseparator.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkseparator.c' object='libgtk_quartz_2_0_la-gtkseparator.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkseparator.lo `test -f 'gtkseparator.c' || echo '$(srcdir)/'`gtkseparator.c libgtk_quartz_2_0_la-gtkseparatormenuitem.lo: gtkseparatormenuitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkseparatormenuitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkseparatormenuitem.Tpo -c -o libgtk_quartz_2_0_la-gtkseparatormenuitem.lo `test -f 'gtkseparatormenuitem.c' || echo '$(srcdir)/'`gtkseparatormenuitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkseparatormenuitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkseparatormenuitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkseparatormenuitem.c' object='libgtk_quartz_2_0_la-gtkseparatormenuitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkseparatormenuitem.lo `test -f 'gtkseparatormenuitem.c' || echo '$(srcdir)/'`gtkseparatormenuitem.c libgtk_quartz_2_0_la-gtkseparatortoolitem.lo: gtkseparatortoolitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkseparatortoolitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkseparatortoolitem.Tpo -c -o libgtk_quartz_2_0_la-gtkseparatortoolitem.lo `test -f 'gtkseparatortoolitem.c' || echo '$(srcdir)/'`gtkseparatortoolitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkseparatortoolitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkseparatortoolitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkseparatortoolitem.c' object='libgtk_quartz_2_0_la-gtkseparatortoolitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkseparatortoolitem.lo `test -f 'gtkseparatortoolitem.c' || echo '$(srcdir)/'`gtkseparatortoolitem.c libgtk_quartz_2_0_la-gtksettings.lo: gtksettings.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksettings.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksettings.Tpo -c -o libgtk_quartz_2_0_la-gtksettings.lo `test -f 'gtksettings.c' || echo '$(srcdir)/'`gtksettings.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksettings.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksettings.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksettings.c' object='libgtk_quartz_2_0_la-gtksettings.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksettings.lo `test -f 'gtksettings.c' || echo '$(srcdir)/'`gtksettings.c libgtk_quartz_2_0_la-gtksizegroup.lo: gtksizegroup.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksizegroup.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksizegroup.Tpo -c -o libgtk_quartz_2_0_la-gtksizegroup.lo `test -f 'gtksizegroup.c' || echo '$(srcdir)/'`gtksizegroup.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksizegroup.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksizegroup.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksizegroup.c' object='libgtk_quartz_2_0_la-gtksizegroup.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksizegroup.lo `test -f 'gtksizegroup.c' || echo '$(srcdir)/'`gtksizegroup.c libgtk_quartz_2_0_la-gtkshow.lo: gtkshow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkshow.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkshow.Tpo -c -o libgtk_quartz_2_0_la-gtkshow.lo `test -f 'gtkshow.c' || echo '$(srcdir)/'`gtkshow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkshow.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkshow.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkshow.c' object='libgtk_quartz_2_0_la-gtkshow.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkshow.lo `test -f 'gtkshow.c' || echo '$(srcdir)/'`gtkshow.c libgtk_quartz_2_0_la-gtksocket.lo: gtksocket.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksocket.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket.Tpo -c -o libgtk_quartz_2_0_la-gtksocket.lo `test -f 'gtksocket.c' || echo '$(srcdir)/'`gtksocket.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksocket.c' object='libgtk_quartz_2_0_la-gtksocket.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksocket.lo `test -f 'gtksocket.c' || echo '$(srcdir)/'`gtksocket.c libgtk_quartz_2_0_la-gtkspinbutton.lo: gtkspinbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkspinbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkspinbutton.Tpo -c -o libgtk_quartz_2_0_la-gtkspinbutton.lo `test -f 'gtkspinbutton.c' || echo '$(srcdir)/'`gtkspinbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkspinbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkspinbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkspinbutton.c' object='libgtk_quartz_2_0_la-gtkspinbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkspinbutton.lo `test -f 'gtkspinbutton.c' || echo '$(srcdir)/'`gtkspinbutton.c libgtk_quartz_2_0_la-gtkspinner.lo: gtkspinner.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkspinner.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkspinner.Tpo -c -o libgtk_quartz_2_0_la-gtkspinner.lo `test -f 'gtkspinner.c' || echo '$(srcdir)/'`gtkspinner.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkspinner.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkspinner.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkspinner.c' object='libgtk_quartz_2_0_la-gtkspinner.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkspinner.lo `test -f 'gtkspinner.c' || echo '$(srcdir)/'`gtkspinner.c libgtk_quartz_2_0_la-gtkstatusbar.lo: gtkstatusbar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkstatusbar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkstatusbar.Tpo -c -o libgtk_quartz_2_0_la-gtkstatusbar.lo `test -f 'gtkstatusbar.c' || echo '$(srcdir)/'`gtkstatusbar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkstatusbar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkstatusbar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkstatusbar.c' object='libgtk_quartz_2_0_la-gtkstatusbar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkstatusbar.lo `test -f 'gtkstatusbar.c' || echo '$(srcdir)/'`gtkstatusbar.c libgtk_quartz_2_0_la-gtkstatusicon.lo: gtkstatusicon.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkstatusicon.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkstatusicon.Tpo -c -o libgtk_quartz_2_0_la-gtkstatusicon.lo `test -f 'gtkstatusicon.c' || echo '$(srcdir)/'`gtkstatusicon.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkstatusicon.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkstatusicon.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkstatusicon.c' object='libgtk_quartz_2_0_la-gtkstatusicon.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkstatusicon.lo `test -f 'gtkstatusicon.c' || echo '$(srcdir)/'`gtkstatusicon.c libgtk_quartz_2_0_la-gtkstock.lo: gtkstock.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkstock.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkstock.Tpo -c -o libgtk_quartz_2_0_la-gtkstock.lo `test -f 'gtkstock.c' || echo '$(srcdir)/'`gtkstock.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkstock.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkstock.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkstock.c' object='libgtk_quartz_2_0_la-gtkstock.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkstock.lo `test -f 'gtkstock.c' || echo '$(srcdir)/'`gtkstock.c libgtk_quartz_2_0_la-gtkstyle.lo: gtkstyle.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkstyle.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkstyle.Tpo -c -o libgtk_quartz_2_0_la-gtkstyle.lo `test -f 'gtkstyle.c' || echo '$(srcdir)/'`gtkstyle.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkstyle.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkstyle.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkstyle.c' object='libgtk_quartz_2_0_la-gtkstyle.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkstyle.lo `test -f 'gtkstyle.c' || echo '$(srcdir)/'`gtkstyle.c libgtk_quartz_2_0_la-gtktable.lo: gtktable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktable.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktable.Tpo -c -o libgtk_quartz_2_0_la-gtktable.lo `test -f 'gtktable.c' || echo '$(srcdir)/'`gtktable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktable.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktable.c' object='libgtk_quartz_2_0_la-gtktable.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktable.lo `test -f 'gtktable.c' || echo '$(srcdir)/'`gtktable.c libgtk_quartz_2_0_la-gtktearoffmenuitem.lo: gtktearoffmenuitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktearoffmenuitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktearoffmenuitem.Tpo -c -o libgtk_quartz_2_0_la-gtktearoffmenuitem.lo `test -f 'gtktearoffmenuitem.c' || echo '$(srcdir)/'`gtktearoffmenuitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktearoffmenuitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktearoffmenuitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktearoffmenuitem.c' object='libgtk_quartz_2_0_la-gtktearoffmenuitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktearoffmenuitem.lo `test -f 'gtktearoffmenuitem.c' || echo '$(srcdir)/'`gtktearoffmenuitem.c libgtk_quartz_2_0_la-gtktestutils.lo: gtktestutils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktestutils.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktestutils.Tpo -c -o libgtk_quartz_2_0_la-gtktestutils.lo `test -f 'gtktestutils.c' || echo '$(srcdir)/'`gtktestutils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktestutils.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktestutils.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktestutils.c' object='libgtk_quartz_2_0_la-gtktestutils.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktestutils.lo `test -f 'gtktestutils.c' || echo '$(srcdir)/'`gtktestutils.c libgtk_quartz_2_0_la-gtktextbtree.lo: gtktextbtree.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextbtree.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbtree.Tpo -c -o libgtk_quartz_2_0_la-gtktextbtree.lo `test -f 'gtktextbtree.c' || echo '$(srcdir)/'`gtktextbtree.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbtree.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbtree.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextbtree.c' object='libgtk_quartz_2_0_la-gtktextbtree.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextbtree.lo `test -f 'gtktextbtree.c' || echo '$(srcdir)/'`gtktextbtree.c libgtk_quartz_2_0_la-gtktextbuffer.lo: gtktextbuffer.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextbuffer.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbuffer.Tpo -c -o libgtk_quartz_2_0_la-gtktextbuffer.lo `test -f 'gtktextbuffer.c' || echo '$(srcdir)/'`gtktextbuffer.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbuffer.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbuffer.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextbuffer.c' object='libgtk_quartz_2_0_la-gtktextbuffer.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextbuffer.lo `test -f 'gtktextbuffer.c' || echo '$(srcdir)/'`gtktextbuffer.c libgtk_quartz_2_0_la-gtktextbufferrichtext.lo: gtktextbufferrichtext.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextbufferrichtext.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbufferrichtext.Tpo -c -o libgtk_quartz_2_0_la-gtktextbufferrichtext.lo `test -f 'gtktextbufferrichtext.c' || echo '$(srcdir)/'`gtktextbufferrichtext.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbufferrichtext.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbufferrichtext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextbufferrichtext.c' object='libgtk_quartz_2_0_la-gtktextbufferrichtext.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextbufferrichtext.lo `test -f 'gtktextbufferrichtext.c' || echo '$(srcdir)/'`gtktextbufferrichtext.c libgtk_quartz_2_0_la-gtktextbufferserialize.lo: gtktextbufferserialize.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextbufferserialize.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbufferserialize.Tpo -c -o libgtk_quartz_2_0_la-gtktextbufferserialize.lo `test -f 'gtktextbufferserialize.c' || echo '$(srcdir)/'`gtktextbufferserialize.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbufferserialize.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextbufferserialize.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextbufferserialize.c' object='libgtk_quartz_2_0_la-gtktextbufferserialize.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextbufferserialize.lo `test -f 'gtktextbufferserialize.c' || echo '$(srcdir)/'`gtktextbufferserialize.c libgtk_quartz_2_0_la-gtktextchild.lo: gtktextchild.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextchild.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextchild.Tpo -c -o libgtk_quartz_2_0_la-gtktextchild.lo `test -f 'gtktextchild.c' || echo '$(srcdir)/'`gtktextchild.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextchild.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextchild.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextchild.c' object='libgtk_quartz_2_0_la-gtktextchild.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextchild.lo `test -f 'gtktextchild.c' || echo '$(srcdir)/'`gtktextchild.c libgtk_quartz_2_0_la-gtktextdisplay.lo: gtktextdisplay.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextdisplay.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextdisplay.Tpo -c -o libgtk_quartz_2_0_la-gtktextdisplay.lo `test -f 'gtktextdisplay.c' || echo '$(srcdir)/'`gtktextdisplay.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextdisplay.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextdisplay.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextdisplay.c' object='libgtk_quartz_2_0_la-gtktextdisplay.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextdisplay.lo `test -f 'gtktextdisplay.c' || echo '$(srcdir)/'`gtktextdisplay.c libgtk_quartz_2_0_la-gtktextiter.lo: gtktextiter.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextiter.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextiter.Tpo -c -o libgtk_quartz_2_0_la-gtktextiter.lo `test -f 'gtktextiter.c' || echo '$(srcdir)/'`gtktextiter.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextiter.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextiter.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextiter.c' object='libgtk_quartz_2_0_la-gtktextiter.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextiter.lo `test -f 'gtktextiter.c' || echo '$(srcdir)/'`gtktextiter.c libgtk_quartz_2_0_la-gtktextlayout.lo: gtktextlayout.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextlayout.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextlayout.Tpo -c -o libgtk_quartz_2_0_la-gtktextlayout.lo `test -f 'gtktextlayout.c' || echo '$(srcdir)/'`gtktextlayout.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextlayout.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextlayout.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextlayout.c' object='libgtk_quartz_2_0_la-gtktextlayout.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextlayout.lo `test -f 'gtktextlayout.c' || echo '$(srcdir)/'`gtktextlayout.c libgtk_quartz_2_0_la-gtktextmark.lo: gtktextmark.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextmark.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextmark.Tpo -c -o libgtk_quartz_2_0_la-gtktextmark.lo `test -f 'gtktextmark.c' || echo '$(srcdir)/'`gtktextmark.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextmark.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextmark.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextmark.c' object='libgtk_quartz_2_0_la-gtktextmark.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextmark.lo `test -f 'gtktextmark.c' || echo '$(srcdir)/'`gtktextmark.c libgtk_quartz_2_0_la-gtktextsegment.lo: gtktextsegment.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextsegment.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextsegment.Tpo -c -o libgtk_quartz_2_0_la-gtktextsegment.lo `test -f 'gtktextsegment.c' || echo '$(srcdir)/'`gtktextsegment.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextsegment.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextsegment.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextsegment.c' object='libgtk_quartz_2_0_la-gtktextsegment.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextsegment.lo `test -f 'gtktextsegment.c' || echo '$(srcdir)/'`gtktextsegment.c libgtk_quartz_2_0_la-gtktexttag.lo: gtktexttag.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktexttag.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktexttag.Tpo -c -o libgtk_quartz_2_0_la-gtktexttag.lo `test -f 'gtktexttag.c' || echo '$(srcdir)/'`gtktexttag.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktexttag.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktexttag.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktexttag.c' object='libgtk_quartz_2_0_la-gtktexttag.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktexttag.lo `test -f 'gtktexttag.c' || echo '$(srcdir)/'`gtktexttag.c libgtk_quartz_2_0_la-gtktexttagtable.lo: gtktexttagtable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktexttagtable.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktexttagtable.Tpo -c -o libgtk_quartz_2_0_la-gtktexttagtable.lo `test -f 'gtktexttagtable.c' || echo '$(srcdir)/'`gtktexttagtable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktexttagtable.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktexttagtable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktexttagtable.c' object='libgtk_quartz_2_0_la-gtktexttagtable.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktexttagtable.lo `test -f 'gtktexttagtable.c' || echo '$(srcdir)/'`gtktexttagtable.c libgtk_quartz_2_0_la-gtktexttypes.lo: gtktexttypes.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktexttypes.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktexttypes.Tpo -c -o libgtk_quartz_2_0_la-gtktexttypes.lo `test -f 'gtktexttypes.c' || echo '$(srcdir)/'`gtktexttypes.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktexttypes.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktexttypes.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktexttypes.c' object='libgtk_quartz_2_0_la-gtktexttypes.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktexttypes.lo `test -f 'gtktexttypes.c' || echo '$(srcdir)/'`gtktexttypes.c libgtk_quartz_2_0_la-gtktextutil.lo: gtktextutil.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextutil.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextutil.Tpo -c -o libgtk_quartz_2_0_la-gtktextutil.lo `test -f 'gtktextutil.c' || echo '$(srcdir)/'`gtktextutil.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextutil.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextutil.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextutil.c' object='libgtk_quartz_2_0_la-gtktextutil.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextutil.lo `test -f 'gtktextutil.c' || echo '$(srcdir)/'`gtktextutil.c libgtk_quartz_2_0_la-gtktextview.lo: gtktextview.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktextview.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktextview.Tpo -c -o libgtk_quartz_2_0_la-gtktextview.lo `test -f 'gtktextview.c' || echo '$(srcdir)/'`gtktextview.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktextview.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktextview.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktextview.c' object='libgtk_quartz_2_0_la-gtktextview.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktextview.lo `test -f 'gtktextview.c' || echo '$(srcdir)/'`gtktextview.c libgtk_quartz_2_0_la-gtkthemes.lo: gtkthemes.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkthemes.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkthemes.Tpo -c -o libgtk_quartz_2_0_la-gtkthemes.lo `test -f 'gtkthemes.c' || echo '$(srcdir)/'`gtkthemes.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkthemes.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkthemes.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkthemes.c' object='libgtk_quartz_2_0_la-gtkthemes.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkthemes.lo `test -f 'gtkthemes.c' || echo '$(srcdir)/'`gtkthemes.c libgtk_quartz_2_0_la-gtktoggleaction.lo: gtktoggleaction.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktoggleaction.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktoggleaction.Tpo -c -o libgtk_quartz_2_0_la-gtktoggleaction.lo `test -f 'gtktoggleaction.c' || echo '$(srcdir)/'`gtktoggleaction.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktoggleaction.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktoggleaction.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktoggleaction.c' object='libgtk_quartz_2_0_la-gtktoggleaction.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktoggleaction.lo `test -f 'gtktoggleaction.c' || echo '$(srcdir)/'`gtktoggleaction.c libgtk_quartz_2_0_la-gtktogglebutton.lo: gtktogglebutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktogglebutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktogglebutton.Tpo -c -o libgtk_quartz_2_0_la-gtktogglebutton.lo `test -f 'gtktogglebutton.c' || echo '$(srcdir)/'`gtktogglebutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktogglebutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktogglebutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktogglebutton.c' object='libgtk_quartz_2_0_la-gtktogglebutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktogglebutton.lo `test -f 'gtktogglebutton.c' || echo '$(srcdir)/'`gtktogglebutton.c libgtk_quartz_2_0_la-gtktoggletoolbutton.lo: gtktoggletoolbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktoggletoolbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktoggletoolbutton.Tpo -c -o libgtk_quartz_2_0_la-gtktoggletoolbutton.lo `test -f 'gtktoggletoolbutton.c' || echo '$(srcdir)/'`gtktoggletoolbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktoggletoolbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktoggletoolbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktoggletoolbutton.c' object='libgtk_quartz_2_0_la-gtktoggletoolbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktoggletoolbutton.lo `test -f 'gtktoggletoolbutton.c' || echo '$(srcdir)/'`gtktoggletoolbutton.c libgtk_quartz_2_0_la-gtktoolbar.lo: gtktoolbar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktoolbar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolbar.Tpo -c -o libgtk_quartz_2_0_la-gtktoolbar.lo `test -f 'gtktoolbar.c' || echo '$(srcdir)/'`gtktoolbar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolbar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolbar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktoolbar.c' object='libgtk_quartz_2_0_la-gtktoolbar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktoolbar.lo `test -f 'gtktoolbar.c' || echo '$(srcdir)/'`gtktoolbar.c libgtk_quartz_2_0_la-gtktoolbutton.lo: gtktoolbutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktoolbutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolbutton.Tpo -c -o libgtk_quartz_2_0_la-gtktoolbutton.lo `test -f 'gtktoolbutton.c' || echo '$(srcdir)/'`gtktoolbutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolbutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolbutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktoolbutton.c' object='libgtk_quartz_2_0_la-gtktoolbutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktoolbutton.lo `test -f 'gtktoolbutton.c' || echo '$(srcdir)/'`gtktoolbutton.c libgtk_quartz_2_0_la-gtktoolitem.lo: gtktoolitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktoolitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolitem.Tpo -c -o libgtk_quartz_2_0_la-gtktoolitem.lo `test -f 'gtktoolitem.c' || echo '$(srcdir)/'`gtktoolitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktoolitem.c' object='libgtk_quartz_2_0_la-gtktoolitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktoolitem.lo `test -f 'gtktoolitem.c' || echo '$(srcdir)/'`gtktoolitem.c libgtk_quartz_2_0_la-gtktoolitemgroup.lo: gtktoolitemgroup.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktoolitemgroup.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolitemgroup.Tpo -c -o libgtk_quartz_2_0_la-gtktoolitemgroup.lo `test -f 'gtktoolitemgroup.c' || echo '$(srcdir)/'`gtktoolitemgroup.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolitemgroup.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolitemgroup.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktoolitemgroup.c' object='libgtk_quartz_2_0_la-gtktoolitemgroup.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktoolitemgroup.lo `test -f 'gtktoolitemgroup.c' || echo '$(srcdir)/'`gtktoolitemgroup.c libgtk_quartz_2_0_la-gtktoolpalette.lo: gtktoolpalette.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktoolpalette.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolpalette.Tpo -c -o libgtk_quartz_2_0_la-gtktoolpalette.lo `test -f 'gtktoolpalette.c' || echo '$(srcdir)/'`gtktoolpalette.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolpalette.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolpalette.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktoolpalette.c' object='libgtk_quartz_2_0_la-gtktoolpalette.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktoolpalette.lo `test -f 'gtktoolpalette.c' || echo '$(srcdir)/'`gtktoolpalette.c libgtk_quartz_2_0_la-gtktoolshell.lo: gtktoolshell.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktoolshell.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolshell.Tpo -c -o libgtk_quartz_2_0_la-gtktoolshell.lo `test -f 'gtktoolshell.c' || echo '$(srcdir)/'`gtktoolshell.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolshell.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktoolshell.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktoolshell.c' object='libgtk_quartz_2_0_la-gtktoolshell.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktoolshell.lo `test -f 'gtktoolshell.c' || echo '$(srcdir)/'`gtktoolshell.c libgtk_quartz_2_0_la-gtktooltip.lo: gtktooltip.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktooltip.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktooltip.Tpo -c -o libgtk_quartz_2_0_la-gtktooltip.lo `test -f 'gtktooltip.c' || echo '$(srcdir)/'`gtktooltip.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktooltip.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktooltip.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktooltip.c' object='libgtk_quartz_2_0_la-gtktooltip.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktooltip.lo `test -f 'gtktooltip.c' || echo '$(srcdir)/'`gtktooltip.c libgtk_quartz_2_0_la-gtktreedatalist.lo: gtktreedatalist.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreedatalist.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreedatalist.Tpo -c -o libgtk_quartz_2_0_la-gtktreedatalist.lo `test -f 'gtktreedatalist.c' || echo '$(srcdir)/'`gtktreedatalist.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreedatalist.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreedatalist.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreedatalist.c' object='libgtk_quartz_2_0_la-gtktreedatalist.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreedatalist.lo `test -f 'gtktreedatalist.c' || echo '$(srcdir)/'`gtktreedatalist.c libgtk_quartz_2_0_la-gtktreednd.lo: gtktreednd.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreednd.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreednd.Tpo -c -o libgtk_quartz_2_0_la-gtktreednd.lo `test -f 'gtktreednd.c' || echo '$(srcdir)/'`gtktreednd.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreednd.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreednd.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreednd.c' object='libgtk_quartz_2_0_la-gtktreednd.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreednd.lo `test -f 'gtktreednd.c' || echo '$(srcdir)/'`gtktreednd.c libgtk_quartz_2_0_la-gtktreemodel.lo: gtktreemodel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreemodel.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodel.Tpo -c -o libgtk_quartz_2_0_la-gtktreemodel.lo `test -f 'gtktreemodel.c' || echo '$(srcdir)/'`gtktreemodel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodel.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodel.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreemodel.c' object='libgtk_quartz_2_0_la-gtktreemodel.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreemodel.lo `test -f 'gtktreemodel.c' || echo '$(srcdir)/'`gtktreemodel.c libgtk_quartz_2_0_la-gtktreemodelfilter.lo: gtktreemodelfilter.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreemodelfilter.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodelfilter.Tpo -c -o libgtk_quartz_2_0_la-gtktreemodelfilter.lo `test -f 'gtktreemodelfilter.c' || echo '$(srcdir)/'`gtktreemodelfilter.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodelfilter.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodelfilter.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreemodelfilter.c' object='libgtk_quartz_2_0_la-gtktreemodelfilter.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreemodelfilter.lo `test -f 'gtktreemodelfilter.c' || echo '$(srcdir)/'`gtktreemodelfilter.c libgtk_quartz_2_0_la-gtktreemodelsort.lo: gtktreemodelsort.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreemodelsort.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodelsort.Tpo -c -o libgtk_quartz_2_0_la-gtktreemodelsort.lo `test -f 'gtktreemodelsort.c' || echo '$(srcdir)/'`gtktreemodelsort.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodelsort.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreemodelsort.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreemodelsort.c' object='libgtk_quartz_2_0_la-gtktreemodelsort.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreemodelsort.lo `test -f 'gtktreemodelsort.c' || echo '$(srcdir)/'`gtktreemodelsort.c libgtk_quartz_2_0_la-gtktreeselection.lo: gtktreeselection.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreeselection.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeselection.Tpo -c -o libgtk_quartz_2_0_la-gtktreeselection.lo `test -f 'gtktreeselection.c' || echo '$(srcdir)/'`gtktreeselection.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeselection.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeselection.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreeselection.c' object='libgtk_quartz_2_0_la-gtktreeselection.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreeselection.lo `test -f 'gtktreeselection.c' || echo '$(srcdir)/'`gtktreeselection.c libgtk_quartz_2_0_la-gtktreesortable.lo: gtktreesortable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreesortable.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreesortable.Tpo -c -o libgtk_quartz_2_0_la-gtktreesortable.lo `test -f 'gtktreesortable.c' || echo '$(srcdir)/'`gtktreesortable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreesortable.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreesortable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreesortable.c' object='libgtk_quartz_2_0_la-gtktreesortable.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreesortable.lo `test -f 'gtktreesortable.c' || echo '$(srcdir)/'`gtktreesortable.c libgtk_quartz_2_0_la-gtktreestore.lo: gtktreestore.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreestore.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreestore.Tpo -c -o libgtk_quartz_2_0_la-gtktreestore.lo `test -f 'gtktreestore.c' || echo '$(srcdir)/'`gtktreestore.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreestore.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreestore.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreestore.c' object='libgtk_quartz_2_0_la-gtktreestore.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreestore.lo `test -f 'gtktreestore.c' || echo '$(srcdir)/'`gtktreestore.c libgtk_quartz_2_0_la-gtktreeview.lo: gtktreeview.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreeview.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeview.Tpo -c -o libgtk_quartz_2_0_la-gtktreeview.lo `test -f 'gtktreeview.c' || echo '$(srcdir)/'`gtktreeview.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeview.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeview.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreeview.c' object='libgtk_quartz_2_0_la-gtktreeview.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreeview.lo `test -f 'gtktreeview.c' || echo '$(srcdir)/'`gtktreeview.c libgtk_quartz_2_0_la-gtktreeviewcolumn.lo: gtktreeviewcolumn.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreeviewcolumn.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeviewcolumn.Tpo -c -o libgtk_quartz_2_0_la-gtktreeviewcolumn.lo `test -f 'gtktreeviewcolumn.c' || echo '$(srcdir)/'`gtktreeviewcolumn.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeviewcolumn.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeviewcolumn.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreeviewcolumn.c' object='libgtk_quartz_2_0_la-gtktreeviewcolumn.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreeviewcolumn.lo `test -f 'gtktreeviewcolumn.c' || echo '$(srcdir)/'`gtktreeviewcolumn.c libgtk_quartz_2_0_la-gtktypebuiltins.lo: gtktypebuiltins.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktypebuiltins.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktypebuiltins.Tpo -c -o libgtk_quartz_2_0_la-gtktypebuiltins.lo `test -f 'gtktypebuiltins.c' || echo '$(srcdir)/'`gtktypebuiltins.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktypebuiltins.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktypebuiltins.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktypebuiltins.c' object='libgtk_quartz_2_0_la-gtktypebuiltins.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktypebuiltins.lo `test -f 'gtktypebuiltins.c' || echo '$(srcdir)/'`gtktypebuiltins.c libgtk_quartz_2_0_la-gtktypeutils.lo: gtktypeutils.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktypeutils.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktypeutils.Tpo -c -o libgtk_quartz_2_0_la-gtktypeutils.lo `test -f 'gtktypeutils.c' || echo '$(srcdir)/'`gtktypeutils.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktypeutils.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktypeutils.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktypeutils.c' object='libgtk_quartz_2_0_la-gtktypeutils.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktypeutils.lo `test -f 'gtktypeutils.c' || echo '$(srcdir)/'`gtktypeutils.c libgtk_quartz_2_0_la-gtkuimanager.lo: gtkuimanager.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkuimanager.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkuimanager.Tpo -c -o libgtk_quartz_2_0_la-gtkuimanager.lo `test -f 'gtkuimanager.c' || echo '$(srcdir)/'`gtkuimanager.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkuimanager.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkuimanager.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkuimanager.c' object='libgtk_quartz_2_0_la-gtkuimanager.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkuimanager.lo `test -f 'gtkuimanager.c' || echo '$(srcdir)/'`gtkuimanager.c libgtk_quartz_2_0_la-gtkvbbox.lo: gtkvbbox.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkvbbox.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkvbbox.Tpo -c -o libgtk_quartz_2_0_la-gtkvbbox.lo `test -f 'gtkvbbox.c' || echo '$(srcdir)/'`gtkvbbox.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkvbbox.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkvbbox.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkvbbox.c' object='libgtk_quartz_2_0_la-gtkvbbox.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkvbbox.lo `test -f 'gtkvbbox.c' || echo '$(srcdir)/'`gtkvbbox.c libgtk_quartz_2_0_la-gtkvbox.lo: gtkvbox.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkvbox.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkvbox.Tpo -c -o libgtk_quartz_2_0_la-gtkvbox.lo `test -f 'gtkvbox.c' || echo '$(srcdir)/'`gtkvbox.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkvbox.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkvbox.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkvbox.c' object='libgtk_quartz_2_0_la-gtkvbox.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkvbox.lo `test -f 'gtkvbox.c' || echo '$(srcdir)/'`gtkvbox.c libgtk_quartz_2_0_la-gtkvolumebutton.lo: gtkvolumebutton.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkvolumebutton.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkvolumebutton.Tpo -c -o libgtk_quartz_2_0_la-gtkvolumebutton.lo `test -f 'gtkvolumebutton.c' || echo '$(srcdir)/'`gtkvolumebutton.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkvolumebutton.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkvolumebutton.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkvolumebutton.c' object='libgtk_quartz_2_0_la-gtkvolumebutton.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkvolumebutton.lo `test -f 'gtkvolumebutton.c' || echo '$(srcdir)/'`gtkvolumebutton.c libgtk_quartz_2_0_la-gtkviewport.lo: gtkviewport.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkviewport.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkviewport.Tpo -c -o libgtk_quartz_2_0_la-gtkviewport.lo `test -f 'gtkviewport.c' || echo '$(srcdir)/'`gtkviewport.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkviewport.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkviewport.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkviewport.c' object='libgtk_quartz_2_0_la-gtkviewport.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkviewport.lo `test -f 'gtkviewport.c' || echo '$(srcdir)/'`gtkviewport.c libgtk_quartz_2_0_la-gtkvpaned.lo: gtkvpaned.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkvpaned.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkvpaned.Tpo -c -o libgtk_quartz_2_0_la-gtkvpaned.lo `test -f 'gtkvpaned.c' || echo '$(srcdir)/'`gtkvpaned.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkvpaned.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkvpaned.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkvpaned.c' object='libgtk_quartz_2_0_la-gtkvpaned.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkvpaned.lo `test -f 'gtkvpaned.c' || echo '$(srcdir)/'`gtkvpaned.c libgtk_quartz_2_0_la-gtkvruler.lo: gtkvruler.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkvruler.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkvruler.Tpo -c -o libgtk_quartz_2_0_la-gtkvruler.lo `test -f 'gtkvruler.c' || echo '$(srcdir)/'`gtkvruler.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkvruler.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkvruler.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkvruler.c' object='libgtk_quartz_2_0_la-gtkvruler.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkvruler.lo `test -f 'gtkvruler.c' || echo '$(srcdir)/'`gtkvruler.c libgtk_quartz_2_0_la-gtkvscale.lo: gtkvscale.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkvscale.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkvscale.Tpo -c -o libgtk_quartz_2_0_la-gtkvscale.lo `test -f 'gtkvscale.c' || echo '$(srcdir)/'`gtkvscale.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkvscale.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkvscale.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkvscale.c' object='libgtk_quartz_2_0_la-gtkvscale.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkvscale.lo `test -f 'gtkvscale.c' || echo '$(srcdir)/'`gtkvscale.c libgtk_quartz_2_0_la-gtkvscrollbar.lo: gtkvscrollbar.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkvscrollbar.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkvscrollbar.Tpo -c -o libgtk_quartz_2_0_la-gtkvscrollbar.lo `test -f 'gtkvscrollbar.c' || echo '$(srcdir)/'`gtkvscrollbar.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkvscrollbar.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkvscrollbar.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkvscrollbar.c' object='libgtk_quartz_2_0_la-gtkvscrollbar.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkvscrollbar.lo `test -f 'gtkvscrollbar.c' || echo '$(srcdir)/'`gtkvscrollbar.c libgtk_quartz_2_0_la-gtkvseparator.lo: gtkvseparator.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkvseparator.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkvseparator.Tpo -c -o libgtk_quartz_2_0_la-gtkvseparator.lo `test -f 'gtkvseparator.c' || echo '$(srcdir)/'`gtkvseparator.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkvseparator.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkvseparator.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkvseparator.c' object='libgtk_quartz_2_0_la-gtkvseparator.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkvseparator.lo `test -f 'gtkvseparator.c' || echo '$(srcdir)/'`gtkvseparator.c libgtk_quartz_2_0_la-gtkwidget.lo: gtkwidget.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkwidget.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkwidget.Tpo -c -o libgtk_quartz_2_0_la-gtkwidget.lo `test -f 'gtkwidget.c' || echo '$(srcdir)/'`gtkwidget.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkwidget.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkwidget.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkwidget.c' object='libgtk_quartz_2_0_la-gtkwidget.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkwidget.lo `test -f 'gtkwidget.c' || echo '$(srcdir)/'`gtkwidget.c libgtk_quartz_2_0_la-gtkwindow-decorate.lo: gtkwindow-decorate.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkwindow-decorate.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkwindow-decorate.Tpo -c -o libgtk_quartz_2_0_la-gtkwindow-decorate.lo `test -f 'gtkwindow-decorate.c' || echo '$(srcdir)/'`gtkwindow-decorate.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkwindow-decorate.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkwindow-decorate.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkwindow-decorate.c' object='libgtk_quartz_2_0_la-gtkwindow-decorate.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkwindow-decorate.lo `test -f 'gtkwindow-decorate.c' || echo '$(srcdir)/'`gtkwindow-decorate.c libgtk_quartz_2_0_la-gtkwindow.lo: gtkwindow.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkwindow.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkwindow.Tpo -c -o libgtk_quartz_2_0_la-gtkwindow.lo `test -f 'gtkwindow.c' || echo '$(srcdir)/'`gtkwindow.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkwindow.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkwindow.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkwindow.c' object='libgtk_quartz_2_0_la-gtkwindow.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkwindow.lo `test -f 'gtkwindow.c' || echo '$(srcdir)/'`gtkwindow.c libgtk_quartz_2_0_la-gtkclipboard.lo: gtkclipboard.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkclipboard.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkclipboard.Tpo -c -o libgtk_quartz_2_0_la-gtkclipboard.lo `test -f 'gtkclipboard.c' || echo '$(srcdir)/'`gtkclipboard.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkclipboard.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkclipboard.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkclipboard.c' object='libgtk_quartz_2_0_la-gtkclipboard.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkclipboard.lo `test -f 'gtkclipboard.c' || echo '$(srcdir)/'`gtkclipboard.c libgtk_quartz_2_0_la-gtkdnd.lo: gtkdnd.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkdnd.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkdnd.Tpo -c -o libgtk_quartz_2_0_la-gtkdnd.lo `test -f 'gtkdnd.c' || echo '$(srcdir)/'`gtkdnd.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkdnd.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkdnd.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkdnd.c' object='libgtk_quartz_2_0_la-gtkdnd.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkdnd.lo `test -f 'gtkdnd.c' || echo '$(srcdir)/'`gtkdnd.c libgtk_quartz_2_0_la-gtkclipboard-quartz.lo: gtkclipboard-quartz.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkclipboard-quartz.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkclipboard-quartz.Tpo -c -o libgtk_quartz_2_0_la-gtkclipboard-quartz.lo `test -f 'gtkclipboard-quartz.c' || echo '$(srcdir)/'`gtkclipboard-quartz.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkclipboard-quartz.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkclipboard-quartz.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkclipboard-quartz.c' object='libgtk_quartz_2_0_la-gtkclipboard-quartz.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkclipboard-quartz.lo `test -f 'gtkclipboard-quartz.c' || echo '$(srcdir)/'`gtkclipboard-quartz.c libgtk_quartz_2_0_la-gtkdnd-quartz.lo: gtkdnd-quartz.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkdnd-quartz.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkdnd-quartz.Tpo -c -o libgtk_quartz_2_0_la-gtkdnd-quartz.lo `test -f 'gtkdnd-quartz.c' || echo '$(srcdir)/'`gtkdnd-quartz.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkdnd-quartz.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkdnd-quartz.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkdnd-quartz.c' object='libgtk_quartz_2_0_la-gtkdnd-quartz.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkdnd-quartz.lo `test -f 'gtkdnd-quartz.c' || echo '$(srcdir)/'`gtkdnd-quartz.c libgtk_quartz_2_0_la-gtkquartz.lo: gtkquartz.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkquartz.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkquartz.Tpo -c -o libgtk_quartz_2_0_la-gtkquartz.lo `test -f 'gtkquartz.c' || echo '$(srcdir)/'`gtkquartz.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkquartz.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkquartz.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkquartz.c' object='libgtk_quartz_2_0_la-gtkquartz.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkquartz.lo `test -f 'gtkquartz.c' || echo '$(srcdir)/'`gtkquartz.c libgtk_quartz_2_0_la-gtktext.lo: gtktext.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktext.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktext.Tpo -c -o libgtk_quartz_2_0_la-gtktext.lo `test -f 'gtktext.c' || echo '$(srcdir)/'`gtktext.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktext.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktext.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktext.c' object='libgtk_quartz_2_0_la-gtktext.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktext.lo `test -f 'gtktext.c' || echo '$(srcdir)/'`gtktext.c libgtk_quartz_2_0_la-gtktree.lo: gtktree.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktree.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktree.Tpo -c -o libgtk_quartz_2_0_la-gtktree.lo `test -f 'gtktree.c' || echo '$(srcdir)/'`gtktree.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktree.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktree.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktree.c' object='libgtk_quartz_2_0_la-gtktree.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktree.lo `test -f 'gtktree.c' || echo '$(srcdir)/'`gtktree.c libgtk_quartz_2_0_la-gtktreeitem.lo: gtktreeitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktreeitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeitem.Tpo -c -o libgtk_quartz_2_0_la-gtktreeitem.lo `test -f 'gtktreeitem.c' || echo '$(srcdir)/'`gtktreeitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktreeitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktreeitem.c' object='libgtk_quartz_2_0_la-gtktreeitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktreeitem.lo `test -f 'gtktreeitem.c' || echo '$(srcdir)/'`gtktreeitem.c libgtk_quartz_2_0_la-gtkclist.lo: gtkclist.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkclist.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkclist.Tpo -c -o libgtk_quartz_2_0_la-gtkclist.lo `test -f 'gtkclist.c' || echo '$(srcdir)/'`gtkclist.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkclist.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkclist.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkclist.c' object='libgtk_quartz_2_0_la-gtkclist.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkclist.lo `test -f 'gtkclist.c' || echo '$(srcdir)/'`gtkclist.c libgtk_quartz_2_0_la-gtkcombo.lo: gtkcombo.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcombo.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcombo.Tpo -c -o libgtk_quartz_2_0_la-gtkcombo.lo `test -f 'gtkcombo.c' || echo '$(srcdir)/'`gtkcombo.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcombo.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcombo.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcombo.c' object='libgtk_quartz_2_0_la-gtkcombo.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcombo.lo `test -f 'gtkcombo.c' || echo '$(srcdir)/'`gtkcombo.c libgtk_quartz_2_0_la-gtkctree.lo: gtkctree.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkctree.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkctree.Tpo -c -o libgtk_quartz_2_0_la-gtkctree.lo `test -f 'gtkctree.c' || echo '$(srcdir)/'`gtkctree.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkctree.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkctree.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkctree.c' object='libgtk_quartz_2_0_la-gtkctree.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkctree.lo `test -f 'gtkctree.c' || echo '$(srcdir)/'`gtkctree.c libgtk_quartz_2_0_la-gtkcurve.lo: gtkcurve.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcurve.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcurve.Tpo -c -o libgtk_quartz_2_0_la-gtkcurve.lo `test -f 'gtkcurve.c' || echo '$(srcdir)/'`gtkcurve.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcurve.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcurve.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcurve.c' object='libgtk_quartz_2_0_la-gtkcurve.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcurve.lo `test -f 'gtkcurve.c' || echo '$(srcdir)/'`gtkcurve.c libgtk_quartz_2_0_la-gtkfilesel.lo: gtkfilesel.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkfilesel.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesel.Tpo -c -o libgtk_quartz_2_0_la-gtkfilesel.lo `test -f 'gtkfilesel.c' || echo '$(srcdir)/'`gtkfilesel.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesel.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkfilesel.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkfilesel.c' object='libgtk_quartz_2_0_la-gtkfilesel.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkfilesel.lo `test -f 'gtkfilesel.c' || echo '$(srcdir)/'`gtkfilesel.c libgtk_quartz_2_0_la-gtkgamma.lo: gtkgamma.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkgamma.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkgamma.Tpo -c -o libgtk_quartz_2_0_la-gtkgamma.lo `test -f 'gtkgamma.c' || echo '$(srcdir)/'`gtkgamma.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkgamma.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkgamma.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkgamma.c' object='libgtk_quartz_2_0_la-gtkgamma.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkgamma.lo `test -f 'gtkgamma.c' || echo '$(srcdir)/'`gtkgamma.c libgtk_quartz_2_0_la-gtkitemfactory.lo: gtkitemfactory.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkitemfactory.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkitemfactory.Tpo -c -o libgtk_quartz_2_0_la-gtkitemfactory.lo `test -f 'gtkitemfactory.c' || echo '$(srcdir)/'`gtkitemfactory.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkitemfactory.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkitemfactory.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkitemfactory.c' object='libgtk_quartz_2_0_la-gtkitemfactory.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkitemfactory.lo `test -f 'gtkitemfactory.c' || echo '$(srcdir)/'`gtkitemfactory.c libgtk_quartz_2_0_la-gtklist.lo: gtklist.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtklist.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtklist.Tpo -c -o libgtk_quartz_2_0_la-gtklist.lo `test -f 'gtklist.c' || echo '$(srcdir)/'`gtklist.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtklist.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtklist.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtklist.c' object='libgtk_quartz_2_0_la-gtklist.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtklist.lo `test -f 'gtklist.c' || echo '$(srcdir)/'`gtklist.c libgtk_quartz_2_0_la-gtklistitem.lo: gtklistitem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtklistitem.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtklistitem.Tpo -c -o libgtk_quartz_2_0_la-gtklistitem.lo `test -f 'gtklistitem.c' || echo '$(srcdir)/'`gtklistitem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtklistitem.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtklistitem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtklistitem.c' object='libgtk_quartz_2_0_la-gtklistitem.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtklistitem.lo `test -f 'gtklistitem.c' || echo '$(srcdir)/'`gtklistitem.c libgtk_quartz_2_0_la-gtkoldeditable.lo: gtkoldeditable.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkoldeditable.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkoldeditable.Tpo -c -o libgtk_quartz_2_0_la-gtkoldeditable.lo `test -f 'gtkoldeditable.c' || echo '$(srcdir)/'`gtkoldeditable.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkoldeditable.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkoldeditable.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkoldeditable.c' object='libgtk_quartz_2_0_la-gtkoldeditable.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkoldeditable.lo `test -f 'gtkoldeditable.c' || echo '$(srcdir)/'`gtkoldeditable.c libgtk_quartz_2_0_la-gtkoptionmenu.lo: gtkoptionmenu.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkoptionmenu.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkoptionmenu.Tpo -c -o libgtk_quartz_2_0_la-gtkoptionmenu.lo `test -f 'gtkoptionmenu.c' || echo '$(srcdir)/'`gtkoptionmenu.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkoptionmenu.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkoptionmenu.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkoptionmenu.c' object='libgtk_quartz_2_0_la-gtkoptionmenu.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkoptionmenu.lo `test -f 'gtkoptionmenu.c' || echo '$(srcdir)/'`gtkoptionmenu.c libgtk_quartz_2_0_la-gtkpixmap.lo: gtkpixmap.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkpixmap.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkpixmap.Tpo -c -o libgtk_quartz_2_0_la-gtkpixmap.lo `test -f 'gtkpixmap.c' || echo '$(srcdir)/'`gtkpixmap.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkpixmap.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkpixmap.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkpixmap.c' object='libgtk_quartz_2_0_la-gtkpixmap.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkpixmap.lo `test -f 'gtkpixmap.c' || echo '$(srcdir)/'`gtkpixmap.c libgtk_quartz_2_0_la-gtkpreview.lo: gtkpreview.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkpreview.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkpreview.Tpo -c -o libgtk_quartz_2_0_la-gtkpreview.lo `test -f 'gtkpreview.c' || echo '$(srcdir)/'`gtkpreview.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkpreview.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkpreview.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkpreview.c' object='libgtk_quartz_2_0_la-gtkpreview.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkpreview.lo `test -f 'gtkpreview.c' || echo '$(srcdir)/'`gtkpreview.c libgtk_quartz_2_0_la-gtkprogress.lo: gtkprogress.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprogress.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprogress.Tpo -c -o libgtk_quartz_2_0_la-gtkprogress.lo `test -f 'gtkprogress.c' || echo '$(srcdir)/'`gtkprogress.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprogress.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprogress.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprogress.c' object='libgtk_quartz_2_0_la-gtkprogress.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprogress.lo `test -f 'gtkprogress.c' || echo '$(srcdir)/'`gtkprogress.c libgtk_quartz_2_0_la-gtksignal.lo: gtksignal.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksignal.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksignal.Tpo -c -o libgtk_quartz_2_0_la-gtksignal.lo `test -f 'gtksignal.c' || echo '$(srcdir)/'`gtksignal.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksignal.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksignal.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksignal.c' object='libgtk_quartz_2_0_la-gtksignal.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksignal.lo `test -f 'gtksignal.c' || echo '$(srcdir)/'`gtksignal.c libgtk_quartz_2_0_la-gtktipsquery.lo: gtktipsquery.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktipsquery.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktipsquery.Tpo -c -o libgtk_quartz_2_0_la-gtktipsquery.lo `test -f 'gtktipsquery.c' || echo '$(srcdir)/'`gtktipsquery.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktipsquery.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktipsquery.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktipsquery.c' object='libgtk_quartz_2_0_la-gtktipsquery.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktipsquery.lo `test -f 'gtktipsquery.c' || echo '$(srcdir)/'`gtktipsquery.c libgtk_quartz_2_0_la-gtktooltips.lo: gtktooltips.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktooltips.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktooltips.Tpo -c -o libgtk_quartz_2_0_la-gtktooltips.lo `test -f 'gtktooltips.c' || echo '$(srcdir)/'`gtktooltips.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktooltips.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktooltips.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktooltips.c' object='libgtk_quartz_2_0_la-gtktooltips.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktooltips.lo `test -f 'gtktooltips.c' || echo '$(srcdir)/'`gtktooltips.c libgtk_quartz_2_0_la-gtkcustompaperunixdialog.lo: gtkcustompaperunixdialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkcustompaperunixdialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkcustompaperunixdialog.Tpo -c -o libgtk_quartz_2_0_la-gtkcustompaperunixdialog.lo `test -f 'gtkcustompaperunixdialog.c' || echo '$(srcdir)/'`gtkcustompaperunixdialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkcustompaperunixdialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkcustompaperunixdialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkcustompaperunixdialog.c' object='libgtk_quartz_2_0_la-gtkcustompaperunixdialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkcustompaperunixdialog.lo `test -f 'gtkcustompaperunixdialog.c' || echo '$(srcdir)/'`gtkcustompaperunixdialog.c libgtk_quartz_2_0_la-gtkpagesetupunixdialog.lo: gtkpagesetupunixdialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkpagesetupunixdialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkpagesetupunixdialog.Tpo -c -o libgtk_quartz_2_0_la-gtkpagesetupunixdialog.lo `test -f 'gtkpagesetupunixdialog.c' || echo '$(srcdir)/'`gtkpagesetupunixdialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkpagesetupunixdialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkpagesetupunixdialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkpagesetupunixdialog.c' object='libgtk_quartz_2_0_la-gtkpagesetupunixdialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkpagesetupunixdialog.lo `test -f 'gtkpagesetupunixdialog.c' || echo '$(srcdir)/'`gtkpagesetupunixdialog.c libgtk_quartz_2_0_la-gtkprinter.lo: gtkprinter.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprinter.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinter.Tpo -c -o libgtk_quartz_2_0_la-gtkprinter.lo `test -f 'gtkprinter.c' || echo '$(srcdir)/'`gtkprinter.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinter.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinter.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprinter.c' object='libgtk_quartz_2_0_la-gtkprinter.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprinter.lo `test -f 'gtkprinter.c' || echo '$(srcdir)/'`gtkprinter.c libgtk_quartz_2_0_la-gtkprinteroption.lo: gtkprinteroption.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprinteroption.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroption.Tpo -c -o libgtk_quartz_2_0_la-gtkprinteroption.lo `test -f 'gtkprinteroption.c' || echo '$(srcdir)/'`gtkprinteroption.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroption.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroption.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprinteroption.c' object='libgtk_quartz_2_0_la-gtkprinteroption.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprinteroption.lo `test -f 'gtkprinteroption.c' || echo '$(srcdir)/'`gtkprinteroption.c libgtk_quartz_2_0_la-gtkprinteroptionset.lo: gtkprinteroptionset.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprinteroptionset.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroptionset.Tpo -c -o libgtk_quartz_2_0_la-gtkprinteroptionset.lo `test -f 'gtkprinteroptionset.c' || echo '$(srcdir)/'`gtkprinteroptionset.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroptionset.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroptionset.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprinteroptionset.c' object='libgtk_quartz_2_0_la-gtkprinteroptionset.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprinteroptionset.lo `test -f 'gtkprinteroptionset.c' || echo '$(srcdir)/'`gtkprinteroptionset.c libgtk_quartz_2_0_la-gtkprinteroptionwidget.lo: gtkprinteroptionwidget.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprinteroptionwidget.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroptionwidget.Tpo -c -o libgtk_quartz_2_0_la-gtkprinteroptionwidget.lo `test -f 'gtkprinteroptionwidget.c' || echo '$(srcdir)/'`gtkprinteroptionwidget.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroptionwidget.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprinteroptionwidget.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprinteroptionwidget.c' object='libgtk_quartz_2_0_la-gtkprinteroptionwidget.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprinteroptionwidget.lo `test -f 'gtkprinteroptionwidget.c' || echo '$(srcdir)/'`gtkprinteroptionwidget.c libgtk_quartz_2_0_la-gtkprintjob.lo: gtkprintjob.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintjob.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintjob.Tpo -c -o libgtk_quartz_2_0_la-gtkprintjob.lo `test -f 'gtkprintjob.c' || echo '$(srcdir)/'`gtkprintjob.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintjob.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintjob.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintjob.c' object='libgtk_quartz_2_0_la-gtkprintjob.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintjob.lo `test -f 'gtkprintjob.c' || echo '$(srcdir)/'`gtkprintjob.c libgtk_quartz_2_0_la-gtkprintoperation-unix.lo: gtkprintoperation-unix.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintoperation-unix.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation-unix.Tpo -c -o libgtk_quartz_2_0_la-gtkprintoperation-unix.lo `test -f 'gtkprintoperation-unix.c' || echo '$(srcdir)/'`gtkprintoperation-unix.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation-unix.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation-unix.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintoperation-unix.c' object='libgtk_quartz_2_0_la-gtkprintoperation-unix.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintoperation-unix.lo `test -f 'gtkprintoperation-unix.c' || echo '$(srcdir)/'`gtkprintoperation-unix.c libgtk_quartz_2_0_la-gtkprintunixdialog.lo: gtkprintunixdialog.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintunixdialog.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintunixdialog.Tpo -c -o libgtk_quartz_2_0_la-gtkprintunixdialog.lo `test -f 'gtkprintunixdialog.c' || echo '$(srcdir)/'`gtkprintunixdialog.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintunixdialog.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintunixdialog.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintunixdialog.c' object='libgtk_quartz_2_0_la-gtkprintunixdialog.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintunixdialog.lo `test -f 'gtkprintunixdialog.c' || echo '$(srcdir)/'`gtkprintunixdialog.c libgtk_quartz_2_0_la-gtkprintbackend.lo: gtkprintbackend.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintbackend.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintbackend.Tpo -c -o libgtk_quartz_2_0_la-gtkprintbackend.lo `test -f 'gtkprintbackend.c' || echo '$(srcdir)/'`gtkprintbackend.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintbackend.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintbackend.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintbackend.c' object='libgtk_quartz_2_0_la-gtkprintbackend.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintbackend.lo `test -f 'gtkprintbackend.c' || echo '$(srcdir)/'`gtkprintbackend.c libgtk_quartz_2_0_la-gtksearchenginebeagle.lo: gtksearchenginebeagle.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksearchenginebeagle.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginebeagle.Tpo -c -o libgtk_quartz_2_0_la-gtksearchenginebeagle.lo `test -f 'gtksearchenginebeagle.c' || echo '$(srcdir)/'`gtksearchenginebeagle.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginebeagle.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginebeagle.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksearchenginebeagle.c' object='libgtk_quartz_2_0_la-gtksearchenginebeagle.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksearchenginebeagle.lo `test -f 'gtksearchenginebeagle.c' || echo '$(srcdir)/'`gtksearchenginebeagle.c libgtk_quartz_2_0_la-gtksearchenginetracker.lo: gtksearchenginetracker.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksearchenginetracker.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginetracker.Tpo -c -o libgtk_quartz_2_0_la-gtksearchenginetracker.lo `test -f 'gtksearchenginetracker.c' || echo '$(srcdir)/'`gtksearchenginetracker.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginetracker.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginetracker.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksearchenginetracker.c' object='libgtk_quartz_2_0_la-gtksearchenginetracker.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksearchenginetracker.lo `test -f 'gtksearchenginetracker.c' || echo '$(srcdir)/'`gtksearchenginetracker.c libgtk_quartz_2_0_la-gtkprint-win32.lo: gtkprint-win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprint-win32.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprint-win32.Tpo -c -o libgtk_quartz_2_0_la-gtkprint-win32.lo `test -f 'gtkprint-win32.c' || echo '$(srcdir)/'`gtkprint-win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprint-win32.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprint-win32.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprint-win32.c' object='libgtk_quartz_2_0_la-gtkprint-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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprint-win32.lo `test -f 'gtkprint-win32.c' || echo '$(srcdir)/'`gtkprint-win32.c libgtk_quartz_2_0_la-gtkprintoperation-win32.lo: gtkprintoperation-win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkprintoperation-win32.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation-win32.Tpo -c -o libgtk_quartz_2_0_la-gtkprintoperation-win32.lo `test -f 'gtkprintoperation-win32.c' || echo '$(srcdir)/'`gtkprintoperation-win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation-win32.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkprintoperation-win32.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkprintoperation-win32.c' object='libgtk_quartz_2_0_la-gtkprintoperation-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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkprintoperation-win32.lo `test -f 'gtkprintoperation-win32.c' || echo '$(srcdir)/'`gtkprintoperation-win32.c libgtk_quartz_2_0_la-gtkplug-x11.lo: gtkplug-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkplug-x11.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-x11.Tpo -c -o libgtk_quartz_2_0_la-gtkplug-x11.lo `test -f 'gtkplug-x11.c' || echo '$(srcdir)/'`gtkplug-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-x11.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-x11.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkplug-x11.c' object='libgtk_quartz_2_0_la-gtkplug-x11.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkplug-x11.lo `test -f 'gtkplug-x11.c' || echo '$(srcdir)/'`gtkplug-x11.c libgtk_quartz_2_0_la-gtksocket-x11.lo: gtksocket-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksocket-x11.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-x11.Tpo -c -o libgtk_quartz_2_0_la-gtksocket-x11.lo `test -f 'gtksocket-x11.c' || echo '$(srcdir)/'`gtksocket-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-x11.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-x11.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksocket-x11.c' object='libgtk_quartz_2_0_la-gtksocket-x11.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksocket-x11.lo `test -f 'gtksocket-x11.c' || echo '$(srcdir)/'`gtksocket-x11.c libgtk_quartz_2_0_la-gtkxembed.lo: gtkxembed.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkxembed.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkxembed.Tpo -c -o libgtk_quartz_2_0_la-gtkxembed.lo `test -f 'gtkxembed.c' || echo '$(srcdir)/'`gtkxembed.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkxembed.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkxembed.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkxembed.c' object='libgtk_quartz_2_0_la-gtkxembed.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkxembed.lo `test -f 'gtkxembed.c' || echo '$(srcdir)/'`gtkxembed.c libgtk_quartz_2_0_la-gtktrayicon-x11.lo: gtktrayicon-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtktrayicon-x11.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtktrayicon-x11.Tpo -c -o libgtk_quartz_2_0_la-gtktrayicon-x11.lo `test -f 'gtktrayicon-x11.c' || echo '$(srcdir)/'`gtktrayicon-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtktrayicon-x11.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtktrayicon-x11.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtktrayicon-x11.c' object='libgtk_quartz_2_0_la-gtktrayicon-x11.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtktrayicon-x11.lo `test -f 'gtktrayicon-x11.c' || echo '$(srcdir)/'`gtktrayicon-x11.c libgtk_quartz_2_0_la-gtkmountoperation-x11.lo: gtkmountoperation-x11.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmountoperation-x11.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation-x11.Tpo -c -o libgtk_quartz_2_0_la-gtkmountoperation-x11.lo `test -f 'gtkmountoperation-x11.c' || echo '$(srcdir)/'`gtkmountoperation-x11.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation-x11.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation-x11.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmountoperation-x11.c' object='libgtk_quartz_2_0_la-gtkmountoperation-x11.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmountoperation-x11.lo `test -f 'gtkmountoperation-x11.c' || echo '$(srcdir)/'`gtkmountoperation-x11.c libgtk_quartz_2_0_la-gtkplug-win32.lo: gtkplug-win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkplug-win32.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-win32.Tpo -c -o libgtk_quartz_2_0_la-gtkplug-win32.lo `test -f 'gtkplug-win32.c' || echo '$(srcdir)/'`gtkplug-win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-win32.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-win32.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkplug-win32.c' object='libgtk_quartz_2_0_la-gtkplug-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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkplug-win32.lo `test -f 'gtkplug-win32.c' || echo '$(srcdir)/'`gtkplug-win32.c libgtk_quartz_2_0_la-gtksocket-win32.lo: gtksocket-win32.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksocket-win32.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-win32.Tpo -c -o libgtk_quartz_2_0_la-gtksocket-win32.lo `test -f 'gtksocket-win32.c' || echo '$(srcdir)/'`gtksocket-win32.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-win32.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-win32.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksocket-win32.c' object='libgtk_quartz_2_0_la-gtksocket-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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksocket-win32.lo `test -f 'gtksocket-win32.c' || echo '$(srcdir)/'`gtksocket-win32.c libgtk_quartz_2_0_la-gtkwin32embed.lo: gtkwin32embed.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkwin32embed.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkwin32embed.Tpo -c -o libgtk_quartz_2_0_la-gtkwin32embed.lo `test -f 'gtkwin32embed.c' || echo '$(srcdir)/'`gtkwin32embed.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkwin32embed.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkwin32embed.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkwin32embed.c' object='libgtk_quartz_2_0_la-gtkwin32embed.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkwin32embed.lo `test -f 'gtkwin32embed.c' || echo '$(srcdir)/'`gtkwin32embed.c libgtk_quartz_2_0_la-gtkwin32embedwidget.lo: gtkwin32embedwidget.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkwin32embedwidget.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkwin32embedwidget.Tpo -c -o libgtk_quartz_2_0_la-gtkwin32embedwidget.lo `test -f 'gtkwin32embedwidget.c' || echo '$(srcdir)/'`gtkwin32embedwidget.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkwin32embedwidget.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkwin32embedwidget.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkwin32embedwidget.c' object='libgtk_quartz_2_0_la-gtkwin32embedwidget.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkwin32embedwidget.lo `test -f 'gtkwin32embedwidget.c' || echo '$(srcdir)/'`gtkwin32embedwidget.c libgtk_quartz_2_0_la-gtkmountoperation-stub.lo: gtkmountoperation-stub.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkmountoperation-stub.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation-stub.Tpo -c -o libgtk_quartz_2_0_la-gtkmountoperation-stub.lo `test -f 'gtkmountoperation-stub.c' || echo '$(srcdir)/'`gtkmountoperation-stub.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation-stub.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkmountoperation-stub.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkmountoperation-stub.c' object='libgtk_quartz_2_0_la-gtkmountoperation-stub.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkmountoperation-stub.lo `test -f 'gtkmountoperation-stub.c' || echo '$(srcdir)/'`gtkmountoperation-stub.c libgtk_quartz_2_0_la-gtksearchenginequartz.lo: gtksearchenginequartz.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksearchenginequartz.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginequartz.Tpo -c -o libgtk_quartz_2_0_la-gtksearchenginequartz.lo `test -f 'gtksearchenginequartz.c' || echo '$(srcdir)/'`gtksearchenginequartz.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginequartz.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksearchenginequartz.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksearchenginequartz.c' object='libgtk_quartz_2_0_la-gtksearchenginequartz.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksearchenginequartz.lo `test -f 'gtksearchenginequartz.c' || echo '$(srcdir)/'`gtksearchenginequartz.c libgtk_quartz_2_0_la-gtkplug-stub.lo: gtkplug-stub.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtkplug-stub.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-stub.Tpo -c -o libgtk_quartz_2_0_la-gtkplug-stub.lo `test -f 'gtkplug-stub.c' || echo '$(srcdir)/'`gtkplug-stub.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-stub.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtkplug-stub.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtkplug-stub.c' object='libgtk_quartz_2_0_la-gtkplug-stub.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtkplug-stub.lo `test -f 'gtkplug-stub.c' || echo '$(srcdir)/'`gtkplug-stub.c libgtk_quartz_2_0_la-gtksocket-stub.lo: gtksocket-stub.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -MT libgtk_quartz_2_0_la-gtksocket-stub.lo -MD -MP -MF $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-stub.Tpo -c -o libgtk_quartz_2_0_la-gtksocket-stub.lo `test -f 'gtksocket-stub.c' || echo '$(srcdir)/'`gtksocket-stub.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-stub.Tpo $(DEPDIR)/libgtk_quartz_2_0_la-gtksocket-stub.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gtksocket-stub.c' object='libgtk_quartz_2_0_la-gtksocket-stub.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) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgtk_quartz_2_0_la_CFLAGS) $(CFLAGS) -c -o libgtk_quartz_2_0_la-gtksocket-stub.lo `test -f 'gtksocket-stub.c' || echo '$(srcdir)/'`gtksocket-stub.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs install-girDATA: $(gir_DATA) @$(NORMAL_INSTALL) @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(girdir)" || 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)$(girdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \ done uninstall-girDATA: @$(NORMAL_UNINSTALL) @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir) install-typelibsDATA: $(typelibs_DATA) @$(NORMAL_INSTALL) @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(typelibsdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(typelibsdir)" || 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)$(typelibsdir)'"; \ $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibsdir)" || exit $$?; \ done uninstall-typelibsDATA: @$(NORMAL_UNINSTALL) @list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(typelibsdir)'; $(am__uninstall_files_from_dir) install-gtkincludeHEADERS: $(gtkinclude_HEADERS) @$(NORMAL_INSTALL) @list='$(gtkinclude_HEADERS)'; test -n "$(gtkincludedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(gtkincludedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(gtkincludedir)" || 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)$(gtkincludedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(gtkincludedir)" || exit $$?; \ done uninstall-gtkincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(gtkinclude_HEADERS)'; test -n "$(gtkincludedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(gtkincludedir)'; $(am__uninstall_files_from_dir) install-gtkunixprintincludeHEADERS: $(gtkunixprintinclude_HEADERS) @$(NORMAL_INSTALL) @list='$(gtkunixprintinclude_HEADERS)'; test -n "$(gtkunixprintincludedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(gtkunixprintincludedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(gtkunixprintincludedir)" || 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)$(gtkunixprintincludedir)'"; \ $(INSTALL_HEADER) $$files "$(DESTDIR)$(gtkunixprintincludedir)" || exit $$?; \ done uninstall-gtkunixprintincludeHEADERS: @$(NORMAL_UNINSTALL) @list='$(gtkunixprintinclude_HEADERS)'; test -n "$(gtkunixprintincludedir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(gtkunixprintincludedir)'; $(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 @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 $$? aliasfilescheck.sh.log: aliasfilescheck.sh @p='aliasfilescheck.sh'; \ b='aliasfilescheck.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) abicheck.sh.log: abicheck.sh @p='abicheck.sh'; \ b='abicheck.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) pltcheck.sh.log: pltcheck.sh @p='pltcheck.sh'; \ b='pltcheck.sh'; \ $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ --log-file $$b.log --trs-file $$b.trs \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ "$$tst" $(AM_TESTS_FD_REDIRECT) .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-TESTS check-local check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-recursive all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ $(HEADERS) install-binPROGRAMS: install-libLTLIBRARIES installdirs: installdirs-recursive installdirs-am: for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(gtkincludedir)" "$(DESTDIR)$(gtkunixprintincludedir)"; 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) 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) clean: clean-recursive clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ clean-libtool mostlyclean-am distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-local distclean-tags dvi: dvi-recursive dvi-am: html: html-recursive html-am: info: info-recursive info-am: install-data-am: install-data-local install-girDATA \ install-gtkincludeHEADERS install-gtkunixprintincludeHEADERS \ install-typelibsDATA install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binPROGRAMS install-binSCRIPTS \ install-libLTLIBRARIES @$(NORMAL_INSTALL) $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 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-binSCRIPTS \ uninstall-girDATA uninstall-gtkincludeHEADERS \ uninstall-gtkunixprintincludeHEADERS uninstall-libLTLIBRARIES \ uninstall-local uninstall-typelibsDATA .MAKE: $(am__recursive_targets) all check check-am install install-am \ install-exec-am install-strip .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ check-TESTS check-am check-local clean clean-binPROGRAMS \ clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ ctags ctags-am dist-hook distclean distclean-compile \ distclean-generic distclean-libtool distclean-local \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-binPROGRAMS install-binSCRIPTS \ install-data install-data-am install-data-local install-dvi \ install-dvi-am install-exec install-exec-am install-exec-hook \ install-girDATA install-gtkincludeHEADERS \ install-gtkunixprintincludeHEADERS install-html \ install-html-am install-info install-info-am \ install-libLTLIBRARIES install-man install-pdf install-pdf-am \ install-ps install-ps-am install-strip install-typelibsDATA \ 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-binSCRIPTS \ uninstall-girDATA uninstall-gtkincludeHEADERS \ uninstall-gtkunixprintincludeHEADERS uninstall-libLTLIBRARIES \ uninstall-local uninstall-typelibsDATA .PRECIOUS: Makefile # call as: $(XVFB_START) && someprogram # test: run all tests in cwd and subdirs test: test-cwd test-recurse # test-cwd: run tests in cwd test-cwd: ${TEST_PROGS} @$(SKIP_GDKTARGET) || test -z "${TEST_PROGS}" || { \ $(XVFB_START) && { set -e; $(TESTS_ENVIRONMENT) ${GTESTER} --verbose ${TEST_PROGS}; }; \ } # test-recurse: run tests in subdirs test-recurse: @ for subdir in $(SUBDIRS) ; do \ test "$$subdir" = "." -o "$$subdir" = "po" -o "$$subdir" = "po-properties" || \ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) test ) || exit $? ; \ done # test-report: run tests in subdirs and generate report # perf-report: run tests in subdirs with -m perf and generate report # full-report: like test-report: with -m perf and -m slow test-report perf-report full-report: ${TEST_PROGS} @ ignore_logdir=true ; \ if test -z "$$GTESTER_LOGDIR" ; then \ GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \ ignore_logdir=false ; \ fi ; \ for subdir in $(SUBDIRS) ; do \ test "$$subdir" = "." -o "$$subdir" = "po" -o "$$subdir" = "po-properties" || \ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \ done ; \ $(SKIP_GDKTARGET) || test -z "${TEST_PROGS}" || { \ case $@ in \ test-report) test_options="-k";; \ perf-report) test_options="-k -m=perf";; \ full-report) test_options="-k -m=perf -m=slow";; \ esac ; \ $(XVFB_START) && { \ set -e; \ if test -z "$$GTESTER_LOGDIR" ; then \ ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \ elif test -n "${TEST_PROGS}" ; then \ ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \ fi ; \ }; \ }; \ $$ignore_logdir || { \ echo '' > $@.xml ; \ echo '' >> $@.xml ; \ for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \ sed '1,1s/^?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \ done ; \ echo >> $@.xml ; \ echo '' >> $@.xml ; \ rm -rf "$$GTESTER_LOGDIR"/ ; \ ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \ } .PHONY: test test-cwd test-recurse test-report perf-report full-report # run make test-cwd as part of make check check-local: test-cwd # Makefile.am for gtk+/gtk -include $(INTROSPECTION_MAKEFILE) @OS_WIN32_TRUE@gtk-win32-res.o : gtk-win32.rc @OS_WIN32_TRUE@ $(WINDRES) gtk-win32.rc $@ @OS_WIN32_TRUE@install-def-file: gtk.def @OS_WIN32_TRUE@ $(mkinstalldirs) $(DESTDIR)$(libdir) @OS_WIN32_TRUE@ $(INSTALL) $(srcdir)/gtk.def $(DESTDIR)$(libdir)/gtk-win32-2.0.def @OS_WIN32_TRUE@uninstall-def-file: @OS_WIN32_TRUE@ -rm $(DESTDIR)$(libdir)/gtk-win32-2.0.def @OS_WIN32_FALSE@install-def-file: @OS_WIN32_FALSE@uninstall-def-file: @MS_LIB_AVAILABLE_TRUE@gtk-win32-$(GTK_API_VERSION).lib: libgtk-win32-$(GTK_API_VERSION).la gtk.def @MS_LIB_AVAILABLE_TRUE@ lib -machine:@LIB_EXE_MACHINE_FLAG@ -name:libgtk-win32-$(GTK_API_VERSION)-@LT_CURRENT_MINUS_AGE@.dll -def:gtk.def -out:$@ @MS_LIB_AVAILABLE_TRUE@install-ms-lib: @MS_LIB_AVAILABLE_TRUE@ $(mkinstalldirs) $(DESTDIR)$(libdir) @MS_LIB_AVAILABLE_TRUE@ $(INSTALL) gtk-win32-$(GTK_API_VERSION).lib $(DESTDIR)$(libdir) @MS_LIB_AVAILABLE_TRUE@uninstall-ms-lib: @MS_LIB_AVAILABLE_TRUE@ -rm $(DESTDIR)$(libdir)/gtk-win32-$(GTK_API_VERSION).lib @MS_LIB_AVAILABLE_FALSE@install-ms-lib: @MS_LIB_AVAILABLE_FALSE@uninstall-ms-lib: # This places the generated .def file in srcdir, since it is expected to be there. # (The one from a tarball is) gtk.def: gtk.symbols (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 -DALL_FILES - <$(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > $(srcdir)/gtk.def gtkalias.h: gtk.symbols $(PERL) $(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h gtkaliasdef.c: gtk.symbols $(PERL) $(srcdir)/makegtkalias.pl -def < $(srcdir)/gtk.symbols > gtkaliasdef.c check-aliases: @$(TESTS_ENVIRONMENT) $(srcdir)/aliasfilescheck.sh .PHONY: check-aliases included-modules: @HAVE_INCLUDED_IMMMODULES_TRUE@ @cd $(top_builddir)/modules/input && $(MAKE) $(AM_MAKEFLAGS) included-modules @HAVE_INCLUDED_IMMMODULES_TRUE@$(INCLUDED_IMMODULE_OBJ): included-modules @HAVE_INCLUDED_IMMMODULES_TRUE@ @true .PHONY: included-modules # all autogenerated files need to be generated in the srcdir, # so old versions get remade and are not confused with newer # versions in the build dir. thus a development setup requires # srcdir to be writable, passing --disable-rebuilds to # ../configure will supress all autogeneration rules. gtkmarshalers.h: stamp-gtkmarshalers.h @true stamp-gtkmarshalers.h: @REBUILD@ gtkmarshalers.list $(GLIB_GENMARSHAL) --prefix=_gtk_marshal $(srcdir)/gtkmarshalers.list --header >> xgen-gmlh \ && (cmp -s xgen-gmlh gtkmarshalers.h || cp xgen-gmlh gtkmarshalers.h) \ && rm -f xgen-gmlh \ && echo timestamp > $(@F) gtkmarshalers.c: @REBUILD@ gtkmarshalers.list (echo "#include \"gtkmarshalers.h\""; \ echo "#include \"gtkalias.h\""; \ $(GLIB_GENMARSHAL) --prefix=_gtk_marshal $(srcdir)/gtkmarshalers.list --body) >> xgen-gmlc \ && cp xgen-gmlc gtkmarshalers.c \ && rm -f xgen-gmlc gtkmarshal.h: stamp-gtkmarshal.h @true stamp-gtkmarshal.h: @REBUILD@ gtkmarshal.list echo "#ifndef GTK_DISABLE_DEPRECATED" > xgen-gmh \ && $(GLIB_GENMARSHAL) --prefix=gtk_marshal $(srcdir)/gtkmarshal.list --header >> xgen-gmh \ && echo "#endif /* GTK_DISABLE_DEPRECATED */" >> xgen-gmh \ && (cmp -s xgen-gmh gtkmarshal.h || cp xgen-gmh gtkmarshal.h) \ && rm -f xgen-gmh \ && echo timestamp > $(@F) gtkmarshal.c: @REBUILD@ gtkmarshal.list (echo "#include \"gtkmarshal.h\""; \ echo "#include \"gtkalias.h\""; \ $(GLIB_GENMARSHAL) --prefix=gtk_marshal $(srcdir)/gtkmarshal.list --body; \ echo "#define __gtk_marshal_MARSHAL_C__"; \ echo "#include \"gtkaliasdef.c\"") >> xgen-gmc \ && cp xgen-gmc gtkmarshal.c \ && rm -f xgen-gmc gtktypebuiltins.h: stamp-gtktypebuiltins.h @true stamp-gtktypebuiltins.h: @REBUILD@ $(gtk_public_h_sources) gtktypebuiltins.h.template ( cd $(srcdir) && $(GLIB_MKENUMS) --template gtktypebuiltins.h.template \ $(gtk_public_h_sources) ) >> xgen-gtbh \ && (cmp -s xgen-gtbh gtktypebuiltins.h || cp xgen-gtbh gtktypebuiltins.h ) \ && rm -f xgen-gtbh \ && echo timestamp > $(@F) gtktypebuiltins.c: @REBUILD@ $(gtk_public_h_sources) gtktypebuiltins.c.template ( cd $(srcdir) && $(GLIB_MKENUMS) --template gtktypebuiltins.c.template \ $(gtk_public_h_sources) ) > xgen-gtbc \ && cp xgen-gtbc gtktypebuiltins.c \ && rm -f xgen-gtbc gtktypefuncs.c: @REBUILD@ $(top_srcdir)/gtk/*.h $(top_srcdir)/gdk/*.h Makefile echo '#include ' > xgen-gtfsrc.c && \ ${CPP} $(DEFS) $(INCLUDES) -DGTK_ENABLE_BROKEN $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) xgen-gtfsrc.c | \ grep '^GType\s*g[td]k_[a-zA-Z0-9_]*_get_type\s*(void)' | \ grep -o '\bg[td]k_[a-zA-Z0-9_]*_get_type\b' | \ sed '{ s/^/*tp++ = /; s/$$/();/; }' | \ sort > xgen-gtf \ && cp xgen-gtf $@ && rm -f xgen-gtf gtktestutils.c: gtktypefuncs.c install-exec-hook: @DISABLE_EXPLICIT_DEPS_TRUE@ $(SHELL) $(top_srcdir)/sanitize-la.sh $(DESTDIR)$(libdir)/$(gtktargetlib) @USE_QUARTZ_TRUE@install-mac-key-theme: @USE_QUARTZ_TRUE@ $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Mac/gtk-2.0-key @USE_QUARTZ_TRUE@ $(INSTALL_DATA) $(srcdir)/gtkrc.key.mac $(DESTDIR)$(datadir)/themes/Mac/gtk-2.0-key/gtkrc @USE_QUARTZ_TRUE@uninstall-mac-key-theme: @USE_QUARTZ_TRUE@ rm -f $(DESTDIR)$(datadir)/themes/Mac/gtk-2.0-key/gtkrc @USE_QUARTZ_FALSE@install-mac-key-theme: @USE_QUARTZ_FALSE@uninstall-mac-key-theme: # # 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: Makefile -$(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 -$(RM) $(top_builddir)/build/win32/vs11/$(1).vcxproj -$(RM) $(top_builddir)/build/win32/vs11/$(1).vcxproj.filters -$(RM) $(top_builddir)/build/win32/vs12/$(1).vcxproj -$(RM) $(top_builddir)/build/win32/vs12/$(1).vcxproj.filters -$(RM) $(top_builddir)/build/win32/vs14/$(1).vcxproj -$(RM) $(top_builddir)/build/win32/vs14/$(1).vcxproj.filters -$(RM) $(top_builddir)/build/win32/vs15/$(1).vcxproj -$(RM) $(top_builddir)/build/win32/vs15/$(1).vcxproj.filters for F in $(_proj_files); do \ case $$$$F in \ $(_proj_filters)) \ ;; \ *.c|*.cpp|*.cc|*.cxx) \ echo ' ' >>$(1).sourcefiles && \ echo ' ' >>$(1).vs10.sourcefiles && \ echo ' Source Files' >>$(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: Makefile -$(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' ' >>$(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)))) # # Create NMake Makefile Sections for Building Introspection files # from autotools files # $(1) - File Name of the .gir that is to be generated # @HAVE_INTROSPECTION_TRUE@define gir-nmake-builder # Basic sanity check, to make sure required variables are set @HAVE_INTROSPECTION_TRUE@$(if $($(_gir_name)_MSVC_FILES),,$(error Need to define $(_gir_name)_MSVC_FILES)) @HAVE_INTROSPECTION_TRUE@$(if $(or $(findstring --header-only,$($(_gir_name)_MSVC_SCANNERFLAGS)), @HAVE_INTROSPECTION_TRUE@ $($(_gir_name)_MSVC_LIBS), @HAVE_INTROSPECTION_TRUE@ $($(_gir_name)_MSVC_PROGRAM)),, @HAVE_INTROSPECTION_TRUE@ $(error Need to define $(_gir_name)_MSVC_LIBS or $(_gir_name)_MSVC_PROGRAM)) @HAVE_INTROSPECTION_TRUE@$(top_builddir)/build/win32/$(_gir_name)_list: @HAVE_INTROSPECTION_TRUE@ for F in $(_gir_files_msvc); do \ @HAVE_INTROSPECTION_TRUE@ case $$$$F in \ @HAVE_INTROSPECTION_TRUE@ *.c|*.cpp|*.cc|*.cxx|*.h|*.hpp|*.hh|*.hxx) \ @HAVE_INTROSPECTION_TRUE@ echo '..\..'$(_gir_source_subdir_msvc)$$$$F >>$(top_builddir)/build/win32/$(_gir_name)_list \ @HAVE_INTROSPECTION_TRUE@ ;; \ @HAVE_INTROSPECTION_TRUE@ esac; \ @HAVE_INTROSPECTION_TRUE@ done @HAVE_INTROSPECTION_TRUE@$(top_builddir)/build/win32/$(1).msvc.introspect: @HAVE_INTROSPECTION_TRUE@ -$(RM) $(top_builddir)/build/win32/$(1).msvc.introspect # Assemble the Command to Run g-ir-scanner @HAVE_INTROSPECTION_TRUE@ echo $(1)': '$(_gir_name)'_list '$($(_gir_name)_MSVC_GIR_DEPS)>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' @-echo Generating $$$$@...'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' $$$$(PYTHON) $$$$(G_IR_SCANNER) \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' --verbose -no-libtool \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' --namespace='$(_gir_namespace_msvc)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' --nsversion='$(_gir_version_msvc)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' '$(_gir_packages_msvc)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' '$(_gir_libraries_msvc)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' '$(_gir_program_msvc)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' --add-include-path=$$$$(G_IR_INCLUDEDIR) \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' '$(_gir_includes_msvc)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' '$(_gir_export_packages_msvc)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' --cflags-begin \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' '$($(_gir_name)_MSVC_CFLAGS)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' --cflags-end \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' '$($(_gir_name)_MSVC_SCANNERFLAGS)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' --filelist='$(_gir_name)'_list \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' -o $$$$@'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo '' >>$(top_builddir)/build/win32/$(1).msvc.introspect # Finally Assemble the Command to Compile the generated .gir @HAVE_INTROSPECTION_TRUE@ echo '$(_typelib_basename_msvc).typelib: '$(_typelib_basename_msvc)'.gir'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' @-echo Compiling $$$$@...'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' $$$$(G_IR_COMPILER) \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' --includedir=. --debug --verbose \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' '$(1)' \'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo ' -o $$$$@'>>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@ echo '' >>$(top_builddir)/build/win32/$(1).msvc.introspect @HAVE_INTROSPECTION_TRUE@endef @HAVE_INTROSPECTION_TRUE@$(foreach gir,$(MSVC_INTROSPECT_GIRS),$(eval $(call gir-nmake-builder,$(gir)))) dist-hook: \ $(top_builddir)/build/win32/vs9/gtk.vcproj \ $(top_builddir)/build/win32/vs9/gtk.headers \ $(INTROSPECTION_INTERMEDIATE_ITEMS) # Install a RC file for the default GTK+ theme, and key themes install-data-local: install-ms-lib install-def-file install-mac-key-theme $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Raleigh/gtk-2.0 $(INSTALL_DATA) $(srcdir)/gtkrc.default $(DESTDIR)$(datadir)/themes/Raleigh/gtk-2.0/gtkrc $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Default/gtk-2.0-key $(INSTALL_DATA) $(srcdir)/gtkrc.key.default $(DESTDIR)$(datadir)/themes/Default/gtk-2.0-key/gtkrc $(mkinstalldirs) $(DESTDIR)$(datadir)/themes/Emacs/gtk-2.0-key $(INSTALL_DATA) $(srcdir)/gtkrc.key.emacs $(DESTDIR)$(datadir)/themes/Emacs/gtk-2.0-key/gtkrc uninstall-local: uninstall-ms-lib uninstall-def-file uninstall-mac-key-theme rm -f $(DESTDIR)$(datadir)/themes/Raleigh/gtk-2.0/gtkrc rm -f $(DESTDIR)$(datadir)/themes/Default/gtk-2.0-key/gtkrc rm -f $(DESTDIR)$(datadir)/themes/Emacs/gtk-2.0-key/gtkrc # if srcdir!=builddir, clean out maintainer-clean files from builddir # this allows dist to pass. distclean-local: if test $(srcdir) != .; then \ rm -f $(MAINTAINERCLEANFILES); \ fi @HAVE_INTROSPECTION_TRUE@Gtk-2.0.gir: $(INTROSPECTION_SCANNER) $(gtktargetlib) $(top_builddir)/gdk/Gdk-2.0.gir Makefile @OS_WIN32_TRUE@$(GTK_UPDATE_ICON_CACHE_MANIFEST): @OS_WIN32_TRUE@ (echo '' ; \ @OS_WIN32_TRUE@ echo '' ; \ @OS_WIN32_TRUE@ echo ' ' ; \ @OS_WIN32_TRUE@ echo ' ' ; \ @OS_WIN32_TRUE@ echo ' ' ; \ @OS_WIN32_TRUE@ echo ' ' ; \ @OS_WIN32_TRUE@ echo ' ' ; \ @OS_WIN32_TRUE@ echo ' ' ; \ @OS_WIN32_TRUE@ echo ' ' ; \ @OS_WIN32_TRUE@ echo ' ' ; \ @OS_WIN32_TRUE@ echo ' ' ; \ @OS_WIN32_TRUE@ echo '' ) >$@ @OS_WIN32_TRUE@$(GTK_UPDATE_ICON_CACHE_RC): @OS_WIN32_TRUE@ (echo 'CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST '$(GTK_UPDATE_ICON_CACHE_MANIFEST)) >$@ @OS_WIN32_TRUE@$(GTK_UPDATE_ICON_CACHE_MANIFEST_OBJECT): $(GTK_UPDATE_ICON_CACHE_RC) $(GTK_UPDATE_ICON_CACHE_MANIFEST) @OS_WIN32_TRUE@ $(WINDRES) --input $< --output $@ --output-format=coff .PHONY: files test test-debug files: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ echo $$p; \ done # need to copy the icons so that we can replace the generated ones with # symlinks, even in the readonly srcdir case stamp-icons: $(STOCK_ICONS) if [ ! -d stock-icons ]; then \ for d in 16 20 24 32 48; do \ mkdir -p stock-icons/$$d; \ done; \ for f in $(STOCK_ICONS); do \ cp $(srcdir)/$$f $$(dirname $$f); \ done; \ chmod -R u+w stock-icons; \ fi && \ for i in 16 24; do \ (cd stock-icons/$$i \ && $(RM) document-save.png \ && $(LN_S) media-floppy.png document-save.png \ && $(RM) folder-remote.png \ && $(LN_S) folder.png folder-remote.png \ && $(RM) go-first-rtl.png \ && $(LN_S) go-last-ltr.png go-first-rtl.png \ && $(RM) go-last-rtl.png \ && $(LN_S) go-first-ltr.png go-last-rtl.png \ && $(RM) go-next-rtl.png \ && $(LN_S) go-previous-ltr.png go-next-rtl.png \ && $(RM) go-previous-rtl.png \ && $(LN_S) go-next-ltr.png go-previous-rtl.png \ && $(RM) media-seek-backward-rtl.png \ && $(LN_S) media-seek-forward-ltr.png media-seek-backward-rtl.png \ && $(RM) media-seek-forward-rtl.png \ && $(LN_S) media-seek-backward-ltr.png media-seek-forward-rtl.png \ && $(RM) media-skip-backward-rtl.png \ && $(LN_S) media-skip-forward-ltr.png media-skip-backward-rtl.png \ && $(RM) media-skip-forward-rtl.png \ && $(LN_S) media-skip-backward-ltr.png media-skip-forward-rtl.png \ && $(RM) user-desktop.png \ && $(LN_S) folder.png user-desktop.png \ && $(RM) user-home.png \ && $(LN_S) folder.png user-home.png \ ) done \ && touch stamp-icons gtkbuiltincache.h: @REBUILD@ stamp-icons $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT) $(gtk_update_icon_cache_program) --force --ignore-theme-index \ --include-image-data \ --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \ mv gtkbuiltincache.h.tmp gtkbuiltincache.h install-data-local: -include $(top_srcdir)/git.mk # 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: