[SCM] synfig-synfigstudio/upstream: Imported Upstream version 0.64.2

onlyjob at users.alioth.debian.org onlyjob at users.alioth.debian.org
Mon Oct 20 13:47:28 UTC 2014


The following commit has been merged in the upstream branch:
commit 19b2c377d79de9117dfb8f975cd8b7de284bc434
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Mon Oct 20 21:29:53 2014 +1100

    Imported Upstream version 0.64.2

diff --git a/ChangeLog b/ChangeLog
index 332ed0e..5d3c1c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+2014-09-30  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/Makefile.am, synfig-studio/configure.ac: Fix
+	localization for appdata
+
+2013-12-17  Yu Chen <jcomee at gmail.com>
+
+	* synfig-studio/synfigstudio.appdata.xml.in: Add a new screenshot of
+	0.64.0 for using in Appdata.xml Add a new screenshot accroding to the spec of appdata, 16:9
+	(1360x768)
+
+2013-11-29  Yu Chen <jcomee at gmail.com>
+
+	* synfig-studio/Makefile.am: Make the intltool take care of appdata
+	file The synfigstudio.appdata.xml.in is ready, but the content in it
+	should be improved if needed.
+
+2013-11-29  Yu Chen <jcomee at gmail.com>
+
+	* synfig-studio/Makefile.am, synfig-studio/configure.ac,
+	synfig-studio/po/POTFILES.in,
+	synfig-studio/synfigstudio.appdata.xml.in: Add appdata file Applications wishing to have long descriptions, screenshots and
+	other useful things are required to ship one or more files in
+	/usr/share/appdata/%{id}.appdata.xml.  see
+	pttp://people.freedesktop.org/~hughsient/appdata/
+
+2014-09-04  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/gui/render.cpp: Use Lossless H.264 codec by
+	default for FFmpeg encoding
+
+2014-09-04  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/gui/render.cpp: Fix #138: Allow to use 'avconv'
+	binary instead of 'ffmpeg'
+
+2014-08-18  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/gui/render.cpp: Increase default bitrate for
+	ffmpeg target
+
+2014-08-04  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/gui/asyncrenderer.cpp,
+	synfig-studio/src/gui/render.cpp, synfig-studio/src/gui/render.h: 
+	Allow to render alpha information into separate file (GUI).  This is useful for rendering into formats that doesn't support alpha
+	channel (avi, jpeg, etc).  In this case user can selec "Extract
+	Alpha" option in rendering dialog and alpha information will be
+	rendered into separate file.
+
+2014-08-18  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/gui/asyncrenderer.cpp,
+	synfig-studio/src/gui/docks/dock_navigator.cpp,
+	synfig-studio/src/gui/preview.cpp: Allow target to handle alpha in 4
+	different ways
+
+2014-08-02  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/gui/dialogs/dialog_targetparam.cpp: Add Lossless
+	H.264 encoding profile. The resulting file is compatible with Sony
+	Vegas and other software based on QuickTime AVC decoders.
+
+2014-05-11  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/images/Makefile.am,
+	synfig-studio/images/utils_timetrack_align_icon.sif,
+	synfig-studio/src/gui/app.cpp,
+	synfig-studio/src/gui/docks/dock_curves.cpp,
+	synfig-studio/src/gui/docks/dock_curves.h,
+	synfig-studio/src/gui/docks/dock_layers.cpp,
+	synfig-studio/src/gui/docks/dock_timetrack.cpp,
+	synfig-studio/src/gui/docks/dock_timetrack.h,
+	synfig-studio/src/gui/iconcontroller.cpp,
+	synfig-studio/src/gui/trees/layertree.cpp,
+	synfig-studio/src/gui/trees/layertree.h,
+	synfig-studio/src/gui/widgets/widget_timeslider.cpp: Apply fix for
+	#161: Align rows of Params Panel and Timetrack Panel (by Djay)
+
+2014-05-11  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/synfigapp/settings.cpp: Apply same fix for
+	saving settings
+
+2014-03-15  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/gui/workarea.cpp: Display benchmark data for
+	workarea
+
+2014-03-11  Ivan Mahonin <bh at icystar.com>
+
+	* synfig-studio/src/gui/asyncrenderer.cpp,
+	synfig-studio/src/gui/asyncrenderer.h,
+	synfig-studio/src/gui/render.cpp: Show render time in status bar
+	(benchmark)
+
+2013-12-17  Yu Chen <jcomee at gmail.com>
+
+	* synfig-studio/src/gui/docks/dockable.cpp: Show icon only for panel
+	toolbar on all platforms
+
+2013-12-23  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/gui/app.cpp,
+	synfig-studio/src/gui/autorecover.cpp,
+	synfig-studio/src/gui/ipc.cpp, synfig-studio/src/synfigapp/cvs.cpp: 
+	Portability fixes for OpenBSD. Patch by Aaron Suen.
+
+2013-12-29  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/configure.ac: Suit a better solution for
+	FUNCTIONAL_H case. Add support for C++11 unordered_map and
+	unordered_set.
+
+2013-12-29  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
+
+	* synfig-studio/src/gui/preview.cpp: Get rid of string_decl.h in
+	studio
+
 2013-11-04  Konstantin Dmitriev <ksee.zelgadis at gmail.com>
 
 	* synfig-studio/NEWS, synfig-studio/configure.ac: Release 0.64.1
diff --git a/INSTALL b/INSTALL
index 6e90e07..007e939 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
 Inc.
 
    Copying and distribution of this file, with or without modification,
diff --git a/Makefile.am b/Makefile.am
index a0d9fc6..3eb8939 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,9 @@ MAINTAINERCLEANFILES = \
 	.doc_stamp \
 	.DS_Store
 	
-DISTCLEANFILES = synfigstudio.desktop	
+DISTCLEANFILES = \
+	synfigstudio.desktop \
+	$(appdata_DATA)
 
 SUBDIRS = \
 	build_tools \
@@ -46,6 +48,7 @@ EXTRA_DIST = \
 	m4/ETL.m4 \
 	ChangeLog.old \
 	synfigstudio.desktop.in \
+	synfigstudio.appdata.xml.in \
 	synfigstudio.xml.in \
 	synfigstudio-thumbnailer.schemas.in
 
@@ -61,6 +64,11 @@ desktop_DATA = synfigstudio.desktop
 mimeinfodir              = $(prefix)/share/mime-info
 mimeinfo_DATA            = synfigstudio.keys synfigstudio.mime
 
+# Appdata
+appdatadir = $(datadir)/appdata
+appdata_DATA = synfigstudio.appdata.xml
+ at INTLTOOL_XML_RULE@
+
 # Icon
 icondir                 = $(datadir)/pixmaps
 icon_DATA               = images/synfig_icon.png images/sif_icon.png
diff --git a/Makefile.in b/Makefile.in
index b613078..cc0436b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -17,23 +17,51 @@
 # $Id$
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+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 \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  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@
@@ -53,22 +81,22 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 subdir = .
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
-	$(srcdir)/doxygen.cfg.in \
-	$(srcdir)/synfigstudio-thumbnailer.schemas.in \
-	$(srcdir)/synfigstudio.keys.in $(srcdir)/synfigstudio.mime.in \
+DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
+	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+	$(top_srcdir)/configure $(am__configure_deps) \
+	$(srcdir)/config.h.in $(srcdir)/doxygen.cfg.in \
+	$(srcdir)/synfigstudio.mime.in $(srcdir)/synfigstudio.keys.in \
 	$(srcdir)/synfigstudio.xml.in \
+	$(srcdir)/synfigstudio-thumbnailer.schemas.in \
+	$(top_srcdir)/pkg-info/macosx/synfig-studio.info.in ABOUT-NLS \
+	COPYING TODO config/config.guess config/config.rpath \
+	config/config.sub config/depcomp config/install-sh \
+	config/missing config/ltmain.sh \
 	$(top_srcdir)/config/config.guess \
 	$(top_srcdir)/config/config.rpath \
 	$(top_srcdir)/config/config.sub \
 	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
-	$(top_srcdir)/config/missing $(top_srcdir)/configure \
-	$(top_srcdir)/pkg-info/macosx/synfig-studio.info.in ABOUT-NLS \
-	AUTHORS COPYING ChangeLog INSTALL NEWS TODO \
-	config/config.guess config/config.rpath config/config.sub \
-	config/depcomp config/install-sh config/ltmain.sh \
-	config/missing
+	$(top_srcdir)/config/missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 	$(top_srcdir)/m4/gnome.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -89,15 +117,28 @@ CONFIG_CLEAN_FILES = doxygen.cfg synfigstudio.mime synfigstudio.keys \
 	synfigstudio.xml synfigstudio-thumbnailer.schemas \
 	pkg-info/macosx/synfig-studio.info
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
+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;; \
@@ -130,14 +171,37 @@ am__uninstall_files_from_dir = { \
     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
          $(am__cd) "$$dir" && rm -f $$files; }; \
   }
-am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)" \
-	"$(DESTDIR)$(mimedir)" "$(DESTDIR)$(mimeinfodir)"
-DATA = $(desktop_DATA) $(icon_DATA) $(mime_DATA) $(mimeinfo_DATA)
+am__installdirs = "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)" \
+	"$(DESTDIR)$(icondir)" "$(DESTDIR)$(mimedir)" \
+	"$(DESTDIR)$(mimeinfodir)"
+DATA = $(appdata_DATA) $(desktop_DATA) $(icon_DATA) $(mime_DATA) \
+	$(mimeinfo_DATA)
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+am__recursive_targets = \
+  $(RECURSIVE_TARGETS) \
+  $(RECURSIVE_CLEAN_TARGETS) \
+  $(am__extra_recursive_targets)
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 	cscope distdir dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
+	$(LISP)config.h.in
+# 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
 CSCOPE = cscope
@@ -397,7 +461,10 @@ MAINTAINERCLEANFILES = \
 	.doc_stamp \
 	.DS_Store
 
-DISTCLEANFILES = synfigstudio.desktop	
+DISTCLEANFILES = \
+	synfigstudio.desktop \
+	$(appdata_DATA)
+
 SUBDIRS = \
 	build_tools \
 	src \
@@ -418,6 +485,7 @@ EXTRA_DIST = \
 	m4/ETL.m4 \
 	ChangeLog.old \
 	synfigstudio.desktop.in \
+	synfigstudio.appdata.xml.in \
 	synfigstudio.xml.in \
 	synfigstudio-thumbnailer.schemas.in
 
@@ -429,6 +497,10 @@ desktop_DATA = synfigstudio.desktop
 mimeinfodir = $(prefix)/share/mime-info
 mimeinfo_DATA = synfigstudio.keys synfigstudio.mime
 
+# Appdata
+appdatadir = $(datadir)/appdata
+appdata_DATA = synfigstudio.appdata.xml
+
 # Icon
 icondir = $(datadir)/pixmaps
 icon_DATA = images/synfig_icon.png images/sif_icon.png
@@ -515,6 +587,27 @@ clean-libtool:
 
 distclean-libtool:
 	-rm -f libtool config.lt
+install-appdataDATA: $(appdata_DATA)
+	@$(NORMAL_INSTALL)
+	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
+	if test -n "$$list"; then \
+	  echo " $(MKDIR_P) '$(DESTDIR)$(appdatadir)'"; \
+	  $(MKDIR_P) "$(DESTDIR)$(appdatadir)" || 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)$(appdatadir)'"; \
+	  $(INSTALL_DATA) $$files "$(DESTDIR)$(appdatadir)" || exit $$?; \
+	done
+
+uninstall-appdataDATA:
+	@$(NORMAL_UNINSTALL)
+	@list='$(appdata_DATA)'; test -n "$(appdatadir)" || list=; \
+	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+	dir='$(DESTDIR)$(appdatadir)'; $(am__uninstall_files_from_dir)
 install-desktopDATA: $(desktop_DATA)
 	@$(NORMAL_INSTALL)
 	@list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
@@ -606,14 +699,13 @@ uninstall-mimeinfoDATA:
 # (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.
-$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
-	@fail= failcom='exit 1'; \
-	for f in x $$MAKEFLAGS; do \
-	  case $$f in \
-	    *=* | --[!k]*);; \
-	    *k*) failcom='fail=yes';; \
-	  esac; \
-	done; \
+$(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 \
@@ -634,31 +726,13 @@ $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 	fi; test -z "$$fail"
-tags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
-	done
-ctags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
-	done
-cscopelist-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
-	done
 
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
+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 \
@@ -674,12 +748,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	$(am__define_uniq_tagged_files); \
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
@@ -691,15 +760,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 	      $$unique; \
 	  fi; \
 	fi
-ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+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
@@ -708,18 +773,16 @@ GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
-
 cscope: cscope.files
 	test ! -s cscope.files \
 	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
-
 clean-cscope:
 	-rm -f cscope.files
+cscope.files: clean-cscope cscopelist
+cscopelist: cscopelist-recursive
 
-cscope.files: clean-cscope cscopelist-recursive cscopelist
-
-cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
 	case "$(srcdir)" in \
 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 	  *) sdir=$(subdir)/$(srcdir) ;; \
@@ -853,9 +916,9 @@ distcheck: dist
 	*.zip*) \
 	  unzip $(distdir).zip ;;\
 	esac
-	chmod -R a-w $(distdir); chmod u+w $(distdir)
-	mkdir $(distdir)/_build
-	mkdir $(distdir)/_inst
+	chmod -R a-w $(distdir)
+	chmod u+w $(distdir)
+	mkdir $(distdir)/_build $(distdir)/_inst
 	chmod a-w $(distdir)
 	test -d $(distdir)/_build || exit 0; \
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
@@ -922,7 +985,7 @@ check: check-recursive
 all-am: Makefile $(DATA) config.h
 installdirs: installdirs-recursive
 installdirs-am:
-	for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(mimedir)" "$(DESTDIR)$(mimeinfodir)"; do \
+	for dir in "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)" "$(DESTDIR)$(mimedir)" "$(DESTDIR)$(mimeinfodir)"; do \
 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 	done
 install: install-recursive
@@ -977,8 +1040,8 @@ info: info-recursive
 
 info-am:
 
-install-data-am: install-desktopDATA install-iconDATA install-mimeDATA \
-	install-mimeinfoDATA
+install-data-am: install-appdataDATA install-desktopDATA \
+	install-iconDATA install-mimeDATA install-mimeinfoDATA
 	@$(NORMAL_INSTALL)
 	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
 install-dvi: install-dvi-recursive
@@ -1025,37 +1088,37 @@ ps: ps-recursive
 
 ps-am:
 
-uninstall-am: uninstall-desktopDATA uninstall-iconDATA \
-	uninstall-mimeDATA uninstall-mimeinfoDATA
+uninstall-am: uninstall-appdataDATA uninstall-desktopDATA \
+	uninstall-iconDATA uninstall-mimeDATA uninstall-mimeinfoDATA
 	@$(NORMAL_INSTALL)
 	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
-	cscopelist-recursive ctags-recursive install-am \
-	install-data-am install-strip tags-recursive uninstall-am
-
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
-	all all-am am--refresh check check-am clean clean-cscope \
-	clean-generic clean-libtool cscope cscopelist \
-	cscopelist-recursive ctags ctags-recursive dist dist-all \
-	dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
-	dist-zip distcheck distclean distclean-generic distclean-hdr \
-	distclean-libtool distclean-tags distcleancheck distdir \
-	distuninstallcheck dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am \
-	install-data-hook install-desktopDATA install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-iconDATA install-info install-info-am \
-	install-man install-mimeDATA install-mimeinfoDATA install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs installdirs-am \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags tags-recursive uninstall uninstall-am \
-	uninstall-desktopDATA uninstall-hook uninstall-iconDATA \
-	uninstall-mimeDATA uninstall-mimeinfoDATA
+.MAKE: $(am__recursive_targets) all install-am install-data-am \
+	install-strip uninstall-am
+
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
+	am--refresh check check-am clean clean-cscope clean-generic \
+	clean-libtool cscope cscopelist-am ctags ctags-am dist \
+	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
+	dist-xz dist-zip distcheck distclean distclean-generic \
+	distclean-hdr distclean-libtool distclean-tags distcleancheck \
+	distdir distuninstallcheck dvi dvi-am html html-am info \
+	info-am install install-am install-appdataDATA install-data \
+	install-data-am install-data-hook install-desktopDATA \
+	install-dvi install-dvi-am install-exec install-exec-am \
+	install-html install-html-am install-iconDATA install-info \
+	install-info-am install-man install-mimeDATA \
+	install-mimeinfoDATA install-pdf install-pdf-am install-ps \
+	install-ps-am install-strip installcheck installcheck-am \
+	installdirs installdirs-am maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
+	uninstall-am uninstall-appdataDATA uninstall-desktopDATA \
+	uninstall-hook uninstall-iconDATA uninstall-mimeDATA \
+	uninstall-mimeinfoDATA
 
 
 @INTLTOOL_DESKTOP_RULE@
+ at INTLTOOL_XML_RULE@
 
 ChangeLog:
 	../autobuild/git2cl > ChangeLog
diff --git a/NEWS b/NEWS
index 1e346e6..0382703 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,15 @@ More detailed notes are available on the news page:
 
 http://synfig.org/cms/en/news/
 
+ 0.64.2 (git tag "0.64.2") - October 18, 2014 - Minor features, bug fixes.
+  
+  * Rendering: "Extract Alpha" mode.
+  * Rendering: Lossles H.264 encoding profile.
+  * Align rows of Params Panel and Timetrack Panel (bug #161)
+  * Fix file saving in Windows (bug #572).
+  * Show rendering time in status bar (benchmark).
+  * Fix compatibility issues for OSX 10.9.
+
  0.64.1 (git tag "0.64.1") - November 4, 2013 - Features, bug fixes.
  
   * Core Bones implementation / Skeleton layer.
diff --git a/aclocal.m4 b/aclocal.m4
index 63ac144..f621d46 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.12.2 -*- Autoconf -*-
+# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
 
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -11,6 +11,7 @@
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.
 
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
@@ -234,24 +235,22 @@ AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
 # AC_DEFUN([AC_PROG_INTLTOOL], ...)
 
 
-# Copyright (C) 2002-2012 Free Software Foundation, Inc.
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 8
-
 # AM_AUTOMAKE_VERSION(VERSION)
 # ----------------------------
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
 # generated from the m4 files accompanying Automake X.Y.
 # (This private macro should not be called outside this file.)
 AC_DEFUN([AM_AUTOMAKE_VERSION],
-[am__api_version='1.12'
+[am__api_version='1.13'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.12.2], [],
+m4_if([$1], [1.13.4], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -267,21 +266,19 @@ m4_define([_AM_AUTOCONF_VERSION], [])
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.12.2])dnl
+[AM_AUTOMAKE_VERSION([1.13.4])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 2
-
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 # $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
@@ -327,13 +324,12 @@ AC_PREREQ([2.50])dnl
 am_aux_dir=`cd $ac_aux_dir && pwd`
 ])
 
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 17
 
 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
 # written in clear, in which case automake, when reading aclocal.m4,
@@ -519,19 +515,18 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 6
 
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
 # ------------------------------
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 [{
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # Older Autoconf quotes --file arguments for eval, but not when files
   # are listed without --file.  Let's play safe and only enable the eval
   # if we detect the quoting.
   case $CONFIG_FILES in
@@ -560,7 +555,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     test -z "$DEPDIR" && continue
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "am__include" && continue
+    test -z "$am__include" && continue
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     # Find all dependency output files, they are included files with
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
@@ -596,14 +591,12 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 19
-
 # This macro actually does too much.  Some checks are only needed if
 # your package does certain things.  But this isn't really a big deal.
 
@@ -619,7 +612,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 # arguments mandatory, and then we can depend on a new Autoconf
 # release and drop the old call support.
 AC_DEFUN([AM_INIT_AUTOMAKE],
-[AC_PREREQ([2.62])dnl
+[AC_PREREQ([2.65])dnl
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 dnl the ones we care about.
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
@@ -649,8 +642,7 @@ AC_SUBST([CYGPATH_W])
 dnl Distinguish between old-style and new-style calls.
 m4_ifval([$2],
 [AC_DIAGNOSE([obsolete],
-[$0: two- and three-arguments forms are deprecated.  For more info, see:
-http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_INIT_AUTOMAKE-invocation])
+             [$0: two- and three-arguments forms are deprecated.])
 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
  AC_SUBST([PACKAGE], [$1])dnl
  AC_SUBST([VERSION], [$2])],
@@ -704,18 +696,15 @@ AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 		  [_AM_DEPENDENCIES([OBJC])],
 		  [m4_define([AC_PROG_OBJC],
 			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
-dnl Support for Objective C++ was only introduced in Autoconf 2.65,
-dnl but we still cater to Autoconf 2.62.
-m4_ifdef([AC_PROG_OBJCXX],
-[AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
 		  [_AM_DEPENDENCIES([OBJCXX])],
 		  [m4_define([AC_PROG_OBJCXX],
-			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])])dnl
+			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
 ])
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
-dnl The 'parallel-tests' driver may need to know about EXEEXT, so add the
-dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
+AC_REQUIRE([AM_SILENT_RULES])dnl
+dnl The testsuite driver may need to know about EXEEXT, so add the
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
 AC_CONFIG_COMMANDS_PRE(dnl
 [m4_provide_if([_AM_COMPILER_EXEEXT],
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
@@ -749,14 +738,12 @@ for _am_header in $config_headers :; do
 done
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 8
-
 # AM_PROG_INSTALL_SH
 # ------------------
 # Define $install_sh.
@@ -772,14 +759,12 @@ if test x"${install_sh}" != xset; then
 fi
 AC_SUBST([install_sh])])
 
-# Copyright (C) 2003-2012 Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 2
-
 # Check whether the underlying file-system supports filenames
 # with a leading dot.  For instance MS-DOS doesn't.
 AC_DEFUN([AM_SET_LEADING_DOT],
@@ -796,14 +781,12 @@ AC_SUBST([am__leading_dot])])
 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 # From Jim Meyering
 
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 7
-
 # AM_MAINTAINER_MODE([DEFAULT-MODE])
 # ----------------------------------
 # Control maintainer-specific portions of Makefiles.
@@ -831,18 +814,14 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 ]
 )
 
-AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
-
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 5
-
 # AM_MAKE_INCLUDE()
 # -----------------
 # Check to see how make treats includes.
@@ -887,14 +866,12 @@ rm -f confinc confmf
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997-2012 Free Software Foundation, Inc.
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 7
-
 # AM_MISSING_PROG(NAME, PROGRAM)
 # ------------------------------
 AC_DEFUN([AM_MISSING_PROG],
@@ -902,11 +879,10 @@ AC_DEFUN([AM_MISSING_PROG],
 $1=${$1-"${am_missing_run}$2"}
 AC_SUBST($1)])
 
-
 # AM_MISSING_HAS_RUN
 # ------------------
-# Define MISSING if not defined so far and test if it supports --run.
-# If it does, set am_missing_run to use it, otherwise, to nothing.
+# Define MISSING if not defined so far and test if it is modern enough.
+# If it is, set am_missing_run to use it, otherwise, to nothing.
 AC_DEFUN([AM_MISSING_HAS_RUN],
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 AC_REQUIRE_AUX_FILE([missing])dnl
@@ -919,29 +895,28 @@ if test x"${MISSING+set}" != xset; then
   esac
 fi
 # Use eval to expand $SHELL
-if eval "$MISSING --run true"; then
-  am_missing_run="$MISSING --run "
+if eval "$MISSING --is-lightweight"; then
+  am_missing_run="$MISSING "
 else
   am_missing_run=
   AC_MSG_WARN(['missing' script is too old or missing])
 fi
 ])
 
-# Copyright (C) 2003-2012 Free Software Foundation, Inc.
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 3
-
 # AM_PROG_MKDIR_P
 # ---------------
 # Check for 'mkdir -p'.
 AC_DEFUN([AM_PROG_MKDIR_P],
 [AC_PREREQ([2.60])dnl
 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
-dnl FIXME to be removed in Automake 1.13.
+dnl FIXME we are no longer going to remove this! adjust warning
+dnl FIXME message accordingly.
 AC_DIAGNOSE([obsolete],
 [$0: this macro is deprecated, and will soon be removed.
 You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead,
@@ -962,14 +937,12 @@ esac
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 6
-
 # _AM_MANGLE_OPTION(NAME)
 # -----------------------
 AC_DEFUN([_AM_MANGLE_OPTION],
@@ -995,14 +968,12 @@ AC_DEFUN([_AM_IF_OPTION],
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 9
-
 # AM_SANITY_CHECK
 # ---------------
 AC_DEFUN([AM_SANITY_CHECK],
@@ -1078,13 +1049,71 @@ AC_CONFIG_COMMANDS_PRE(
 rm -f conftest.file
 ])
 
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 2
+# AM_SILENT_RULES([DEFAULT])
+# --------------------------
+# Enable less verbose build rules; with the default set to DEFAULT
+# ("yes" being less verbose, "no" or empty being verbose).
+AC_DEFUN([AM_SILENT_RULES],
+[AC_ARG_ENABLE([silent-rules], [dnl
+AS_HELP_STRING(
+  [--enable-silent-rules],
+  [less verbose build output (undo: "make V=1")])
+AS_HELP_STRING(
+  [--disable-silent-rules],
+  [verbose build output (undo: "make V=0")])dnl
+])
+case $enable_silent_rules in @%:@ (((
+  yes) AM_DEFAULT_VERBOSITY=0;;
+   no) AM_DEFAULT_VERBOSITY=1;;
+    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
+esac
+dnl
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
+dnl do not support nested variable expansions.
+dnl See automake bug#9928 and bug#10237.
+am_make=${MAKE-make}
+AC_CACHE_CHECK([whether $am_make supports nested variables],
+   [am_cv_make_support_nested_variables],
+   [if AS_ECHO([['TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+	@$(TRUE)
+.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
+  am_cv_make_support_nested_variables=yes
+else
+  am_cv_make_support_nested_variables=no
+fi])
+if test $am_cv_make_support_nested_variables = yes; then
+  dnl Using '$V' instead of '$(V)' breaks IRIX make.
+  AM_V='$(V)'
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+  AM_V=$AM_DEFAULT_VERBOSITY
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
+AC_SUBST([AM_V])dnl
+AM_SUBST_NOTMAKE([AM_V])dnl
+AC_SUBST([AM_DEFAULT_V])dnl
+AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
+AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
+AM_BACKSLASH='\'
+AC_SUBST([AM_BACKSLASH])dnl
+_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
+])
+
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
+#
+# This file 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.
 
 # AM_PROG_INSTALL_STRIP
 # ---------------------
@@ -1108,14 +1137,12 @@ fi
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006-2012 Free Software Foundation, Inc.
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 3
-
 # _AM_SUBST_NOTMAKE(VARIABLE)
 # ---------------------------
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
@@ -1129,14 +1156,12 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004-2012 Free Software Foundation, Inc.
+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
 #
 # This file 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.
 
-# serial 3
-
 # _AM_PROG_TAR(FORMAT)
 # --------------------
 # Check how to create a tarball in format FORMAT.
@@ -1150,76 +1175,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 # Substitute a variable $(am__untar) that extract such
 # a tarball read from stdin.
 #     $(am__untar) < result.tar
+#
 AC_DEFUN([_AM_PROG_TAR],
 [# Always define AMTAR for backward compatibility.  Yes, it's still used
 # in the wild :-(  We should find a proper way to deprecate it ...
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
-m4_if([$1], [v7],
-     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
-     [m4_case([$1], [ustar],, [pax],,
-              [m4_fatal([Unknown tar format])])
-AC_MSG_CHECKING([how to create a $1 tar archive])
-# Loop over all known methods to create a tar archive until one works.
+
+# We'll loop over all known methods to create a tar archive until one works.
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-# Do not fold the above two line into one, because Tru64 sh and
-# Solaris sh will not grok spaces in the rhs of '-'.
-for _am_tool in $_am_tools
-do
-  case $_am_tool in
-  gnutar)
-    for _am_tar in tar gnutar gtar;
-    do
-      AM_RUN_LOG([$_am_tar --version]) && break
-    done
-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
-    am__untar="$_am_tar -xf -"
-    ;;
-  plaintar)
-    # Must skip GNU tar: if it does not support --format= it doesn't create
-    # ustar tarball either.
-    (tar --version) >/dev/null 2>&1 && continue
-    am__tar='tar chf - "$$tardir"'
-    am__tar_='tar chf - "$tardir"'
-    am__untar='tar xf -'
-    ;;
-  pax)
-    am__tar='pax -L -x $1 -w "$$tardir"'
-    am__tar_='pax -L -x $1 -w "$tardir"'
-    am__untar='pax -r'
-    ;;
-  cpio)
-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
-    am__untar='cpio -i -H $1 -d'
-    ;;
-  none)
-    am__tar=false
-    am__tar_=false
-    am__untar=false
-    ;;
-  esac
 
-  # If the value was cached, stop now.  We just wanted to have am__tar
-  # and am__untar set.
-  test -n "${am_cv_prog_tar_$1}" && break
+m4_if([$1], [v7],
+  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
+
+  [m4_case([$1],
+    [ustar],
+     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
+      # and bug#13588).
+      am_max_uid=2097151 # 2^21 - 1
+      am_max_gid=$am_max_uid
+      # The $UID and $GID variables are not portable, so we need to resort
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
+      # below are definitely unexpected, so allow the users to see them
+      # (that is, avoid stderr redirection).
+      am_uid=`id -u || echo unknown`
+      am_gid=`id -g || echo unknown`
+      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
+      if test $am_uid -le $am_max_uid; then
+         AC_MSG_RESULT([yes])
+      else
+         AC_MSG_RESULT([no])
+         _am_tools=none
+      fi
+      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
+      if test $am_gid -le $am_max_gid; then
+         AC_MSG_RESULT([yes])
+      else
+        AC_MSG_RESULT([no])
+        _am_tools=none
+      fi],
+
+  [pax],
+    [],
+
+  [m4_fatal([Unknown tar format])])
+
+  AC_MSG_CHECKING([how to create a $1 tar archive])
+
+  # Go ahead even if we have the value already cached.  We do so because we
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
+  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
+
+  for _am_tool in $_am_tools; do
+    case $_am_tool in
+    gnutar)
+      for _am_tar in tar gnutar gtar; do
+        AM_RUN_LOG([$_am_tar --version]) && break
+      done
+      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
+      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
+      am__untar="$_am_tar -xf -"
+      ;;
+    plaintar)
+      # Must skip GNU tar: if it does not support --format= it doesn't create
+      # ustar tarball either.
+      (tar --version) >/dev/null 2>&1 && continue
+      am__tar='tar chf - "$$tardir"'
+      am__tar_='tar chf - "$tardir"'
+      am__untar='tar xf -'
+      ;;
+    pax)
+      am__tar='pax -L -x $1 -w "$$tardir"'
+      am__tar_='pax -L -x $1 -w "$tardir"'
+      am__untar='pax -r'
+      ;;
+    cpio)
+      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
+      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
+      am__untar='cpio -i -H $1 -d'
+      ;;
+    none)
+      am__tar=false
+      am__tar_=false
+      am__untar=false
+      ;;
+    esac
 
-  # tar/untar a dummy directory, and stop if the command works
-  rm -rf conftest.dir
-  mkdir conftest.dir
-  echo GrepMe > conftest.dir/file
-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+    # If the value was cached, stop now.  We just wanted to have am__tar
+    # and am__untar set.
+    test -n "${am_cv_prog_tar_$1}" && break
+
+    # tar/untar a dummy directory, and stop if the command works.
+    rm -rf conftest.dir
+    mkdir conftest.dir
+    echo GrepMe > conftest.dir/file
+    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
+    rm -rf conftest.dir
+    if test -s conftest.tar; then
+      AM_RUN_LOG([$am__untar <conftest.tar])
+      AM_RUN_LOG([cat conftest.dir/file])
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
+    fi
+  done
   rm -rf conftest.dir
-  if test -s conftest.tar; then
-    AM_RUN_LOG([$am__untar <conftest.tar])
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
-  fi
-done
-rm -rf conftest.dir
 
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
+  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
+
 AC_SUBST([am__tar])
 AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
diff --git a/build_tools/Makefile.in b/build_tools/Makefile.in
index f59a3fd..62584c2 100644
--- a/build_tools/Makefile.in
+++ b/build_tools/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+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 \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        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; \
-    test $$am__dry = yes; \
-  }
+  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@
@@ -51,8 +79,8 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 subdir = build_tools
-DIST_COMMON = $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+	$(dist_noinst_SCRIPTS)
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 	$(top_srcdir)/m4/gnome.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -70,6 +98,18 @@ CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
 SCRIPTS = $(dist_noinst_SCRIPTS)
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -77,6 +117,7 @@ am__can_run_installinfo = \
     n|no|NO) false;; \
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ALL_LINGUAS = @ALL_LINGUAS@
@@ -307,11 +348,9 @@ mostlyclean-libtool:
 
 clean-libtool:
 	-rm -rf .libs _libs
-tags: TAGS
-TAGS:
+tags TAGS:
 
-ctags: CTAGS
-CTAGS:
+ctags CTAGS:
 
 cscope cscopelist:
 
@@ -449,16 +488,17 @@ uninstall-am:
 .MAKE: install-am install-strip
 
 .PHONY: all all-am all-local check check-am clean clean-generic \
-	clean-libtool clean-local distclean distclean-generic \
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-info install-info-am install-man \
-	install-pdf install-pdf-am install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	uninstall uninstall-am
+	clean-libtool clean-local cscopelist-am ctags-am distclean \
+	distclean-generic distclean-libtool distdir dvi dvi-am html \
+	html-am info info-am install install-am install-data \
+	install-data-am install-dvi install-dvi-am install-exec \
+	install-exec-am install-html install-html-am install-info \
+	install-info-am install-man install-pdf install-pdf-am \
+	install-ps install-ps-am install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
+	uninstall-am
 
 
 @DEVELOPMENT_SNAPSHOT_TRUE at all-local:
diff --git a/config/config.guess b/config/config.guess
index c0adba9..1804e9f 100755
--- a/config/config.guess
+++ b/config/config.guess
@@ -2,13 +2,13 @@
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-#   2011, 2012 Free Software Foundation, Inc.
+#   2011, 2012, 2013 Free Software Foundation, Inc.
 
-timestamp='2012-06-10'
+timestamp='2012-12-29'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful, but
@@ -22,19 +22,17 @@ timestamp='2012-06-10'
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
 # configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-
-# Originally written by Per Bothner.  Please send patches (context
-# diff format) to <config-patches at gnu.org> and include a ChangeLog
-# entry.
+# the same distribution terms that you use for the rest of that
+# program.  This Exception is an additional permission under section 7
+# of the GNU General Public License, version 3 ("GPLv3").
 #
-# This script attempts to guess a canonical system name similar to
-# config.sub.  If it succeeds, it prints the system name on stdout, and
-# exits with 0.  Otherwise, it exits with 1.
+# Originally written by Per Bothner. 
 #
 # You can get the latest version of this script from:
 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
+#
+# Please send patches with a ChangeLog entry to config-patches at gnu.org.
+
 
 me=`echo "$0" | sed -e 's,.*/,,'`
 
@@ -55,8 +53,8 @@ GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-Free Software Foundation, Inc.
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
+2012, 2013 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -200,6 +198,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
 	# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
 	echo "${machine}-${os}${release}"
 	exit ;;
+    *:Bitrig:*:*)
+	UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
+	echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE}
+	exit ;;
     *:OpenBSD:*:*)
 	UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
 	echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
@@ -302,7 +304,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
 	echo arm-acorn-riscix${UNAME_RELEASE}
 	exit ;;
-    arm:riscos:*:*|arm:RISCOS:*:*)
+    arm*:riscos:*:*|arm*:RISCOS:*:*)
 	echo arm-unknown-riscos
 	exit ;;
     SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
@@ -801,6 +803,9 @@ EOF
     i*:CYGWIN*:*)
 	echo ${UNAME_MACHINE}-pc-cygwin
 	exit ;;
+    *:MINGW64*:*)
+	echo ${UNAME_MACHINE}-pc-mingw64
+	exit ;;
     *:MINGW*:*)
 	echo ${UNAME_MACHINE}-pc-mingw32
 	exit ;;
@@ -1201,6 +1206,9 @@ EOF
     BePC:Haiku:*:*)	# Haiku running on Intel PC compatible.
 	echo i586-pc-haiku
 	exit ;;
+    x86_64:Haiku:*:*)
+	echo x86_64-unknown-haiku
+	exit ;;
     SX-4:SUPER-UX:*:*)
 	echo sx4-nec-superux${UNAME_RELEASE}
 	exit ;;
@@ -1330,9 +1338,6 @@ EOF
 	exit ;;
 esac
 
-#echo '(No uname command or uname output not recognized.)' 1>&2
-#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
-
 eval $set_cc_for_build
 cat >$dummy.c <<EOF
 #ifdef _SEQUENT_
diff --git a/config/config.sub b/config/config.sub
index 6205f84..52f04bc 100755
--- a/config/config.sub
+++ b/config/config.sub
@@ -2,23 +2,19 @@
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-#   2011, 2012 Free Software Foundation, Inc.
+#   2011, 2012, 2013 Free Software Foundation, Inc.
 
-timestamp='2012-04-18'
+timestamp='2012-12-29'
 
-# This file is (in principle) common to ALL GNU software.
-# The presence of a machine in this file suggests that SOME GNU software
-# can handle that machine.  It does not imply ALL GNU software can.
-#
-# This file is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# This file is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
 #
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
@@ -26,11 +22,12 @@ timestamp='2012-04-18'
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
 # configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
+# the same distribution terms that you use for the rest of that
+# program.  This Exception is an additional permission under section 7
+# of the GNU General Public License, version 3 ("GPLv3").
 
 
-# Please send patches to <config-patches at gnu.org>.  Submit a context
-# diff and a properly formatted GNU ChangeLog entry.
+# Please send patches with a ChangeLog entry to config-patches at gnu.org.
 #
 # Configuration subroutine to validate and canonicalize a configuration type.
 # Supply the specified configuration type as an argument.
@@ -74,8 +71,8 @@ version="\
 GNU config.sub ($timestamp)
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
-Free Software Foundation, Inc.
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
+2012, 2013 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -123,7 +120,7 @@ esac
 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
-  linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
+  linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
   knetbsd*-gnu* | netbsd*-gnu* | \
   kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
@@ -156,7 +153,7 @@ case $os in
 	-convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
 	-c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
 	-harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-	-apple | -axis | -knuth | -cray | -microblaze)
+	-apple | -axis | -knuth | -cray | -microblaze*)
 		os=
 		basic_machine=$1
 		;;
@@ -259,8 +256,10 @@ case $basic_machine in
 	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
 	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
 	| am33_2.0 \
-	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
-        | be32 | be64 \
+	| arc \
+	| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
+	| avr | avr32 \
+	| be32 | be64 \
 	| bfin \
 	| c4x | clipper \
 	| d10v | d30v | dlx | dsp16xx \
@@ -273,7 +272,7 @@ case $basic_machine in
 	| le32 | le64 \
 	| lm32 \
 	| m32c | m32r | m32rle | m68000 | m68k | m88k \
-	| maxq | mb | microblaze | mcore | mep | metag \
+	| maxq | mb | microblaze | microblazeel | mcore | mep | metag \
 	| mips | mipsbe | mipseb | mipsel | mipsle \
 	| mips16 \
 	| mips64 | mips64el \
@@ -389,7 +388,8 @@ case $basic_machine in
 	| lm32-* \
 	| m32c-* | m32r-* | m32rle-* \
 	| m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
-	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* | microblaze-* \
+	| m88110-* | m88k-* | maxq-* | mcore-* | metag-* \
+	| microblaze-* | microblazeel-* \
 	| mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
 	| mips16-* \
 	| mips64-* | mips64el-* \
@@ -788,9 +788,13 @@ case $basic_machine in
 		basic_machine=ns32k-utek
 		os=-sysv
 		;;
-	microblaze)
+	microblaze*)
 		basic_machine=microblaze-xilinx
 		;;
+	mingw64)
+		basic_machine=x86_64-pc
+		os=-mingw64
+		;;
 	mingw32)
 		basic_machine=i386-pc
 		os=-mingw32
@@ -1004,7 +1008,7 @@ case $basic_machine in
 		;;
 	ppc64)	basic_machine=powerpc64-unknown
 		;;
-	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
+	ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
 		;;
 	ppc64le | powerpc64little | ppc64-le | powerpc64-little)
 		basic_machine=powerpc64le-unknown
@@ -1019,7 +1023,11 @@ case $basic_machine in
 		basic_machine=i586-unknown
 		os=-pw32
 		;;
-	rdos)
+	rdos | rdos64)
+		basic_machine=x86_64-pc
+		os=-rdos
+		;;
+	rdos32)
 		basic_machine=i386-pc
 		os=-rdos
 		;;
@@ -1352,15 +1360,15 @@ case $os in
 	      | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
 	      | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
 	      | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
-	      | -openbsd* | -solidbsd* \
+	      | -bitrig* | -openbsd* | -solidbsd* \
 	      | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
 	      | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
 	      | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
 	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
 	      | -chorusos* | -chorusrdb* | -cegcc* \
 	      | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-	      | -mingw32* | -linux-gnu* | -linux-android* \
-	      | -linux-newlib* | -linux-uclibc* \
+	      | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
+	      | -linux-newlib* | -linux-musl* | -linux-uclibc* \
 	      | -uxpv* | -beos* | -mpeix* | -udk* \
 	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
 	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
diff --git a/config/depcomp b/config/depcomp
index debb6ff..4ebd5b3 100755
--- a/config/depcomp
+++ b/config/depcomp
@@ -1,9 +1,9 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2012-03-27.16; # UTC
+scriptversion=2013-05-30.07; # UTC
 
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,9 +27,9 @@ scriptversion=2012-03-27.16; # UTC
 
 case $1 in
   '')
-     echo "$0: No command.  Try '$0 --help' for more information." 1>&2
-     exit 1;
-     ;;
+    echo "$0: No command.  Try '$0 --help' for more information." 1>&2
+    exit 1;
+    ;;
   -h | --h*)
     cat <<\EOF
 Usage: depcomp [--help] [--version] PROGRAM [ARGS]
@@ -56,11 +56,65 @@ EOF
     ;;
 esac
 
+# Get the directory component of the given path, and save it in the
+# global variables '$dir'.  Note that this directory component will
+# be either empty or ending with a '/' character.  This is deliberate.
+set_dir_from ()
+{
+  case $1 in
+    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
+      *) dir=;;
+  esac
+}
+
+# Get the suffix-stripped basename of the given path, and save it the
+# global variable '$base'.
+set_base_from ()
+{
+  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
+}
+
+# If no dependency file was actually created by the compiler invocation,
+# we still have to create a dummy depfile, to avoid errors with the
+# Makefile "include basename.Plo" scheme.
+make_dummy_depfile ()
+{
+  echo "#dummy" > "$depfile"
+}
+
+# Factor out some common post-processing of the generated depfile.
+# Requires the auxiliary global variable '$tmpdepfile' to be set.
+aix_post_process_depfile ()
+{
+  # If the compiler actually managed to produce a dependency file,
+  # post-process it.
+  if test -f "$tmpdepfile"; then
+    # Each line is of the form 'foo.o: dependency.h'.
+    # Do two passes, one to just change these to
+    #   $object: dependency.h
+    # and one to simply output
+    #   dependency.h:
+    # which is needed to avoid the deleted-header problem.
+    { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile"
+      sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
+    } > "$depfile"
+    rm -f "$tmpdepfile"
+  else
+    make_dummy_depfile
+  fi
+}
+
 # A tabulation character.
 tab='	'
 # A newline character.
 nl='
 '
+# Character ranges might be problematic outside the C locale.
+# These definitions help.
+upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ
+lower=abcdefghijklmnopqrstuvwxyz
+digits=0123456789
+alpha=${upper}${lower}
 
 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
   echo "depcomp: Variables source, object and depmode must be set" 1>&2
@@ -74,6 +128,9 @@ tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
 
 rm -f "$tmpdepfile"
 
+# Avoid interferences from the environment.
+gccflag= dashmflag=
+
 # Some modes work just like other modes, but use different flags.  We
 # parameterize here, but still list the modes in the big case below,
 # to make depend.m4 easier to write.  Note that we *cannot* use a case
@@ -85,32 +142,32 @@ if test "$depmode" = hp; then
 fi
 
 if test "$depmode" = dashXmstdout; then
-   # This is just like dashmstdout with a different argument.
-   dashmflag=-xM
-   depmode=dashmstdout
+  # This is just like dashmstdout with a different argument.
+  dashmflag=-xM
+  depmode=dashmstdout
 fi
 
 cygpath_u="cygpath -u -f -"
 if test "$depmode" = msvcmsys; then
-   # This is just like msvisualcpp but w/o cygpath translation.
-   # Just convert the backslash-escaped backslashes to single forward
-   # slashes to satisfy depend.m4
-   cygpath_u='sed s,\\\\,/,g'
-   depmode=msvisualcpp
+  # This is just like msvisualcpp but w/o cygpath translation.
+  # Just convert the backslash-escaped backslashes to single forward
+  # slashes to satisfy depend.m4
+  cygpath_u='sed s,\\\\,/,g'
+  depmode=msvisualcpp
 fi
 
 if test "$depmode" = msvc7msys; then
-   # This is just like msvc7 but w/o cygpath translation.
-   # Just convert the backslash-escaped backslashes to single forward
-   # slashes to satisfy depend.m4
-   cygpath_u='sed s,\\\\,/,g'
-   depmode=msvc7
+  # This is just like msvc7 but w/o cygpath translation.
+  # Just convert the backslash-escaped backslashes to single forward
+  # slashes to satisfy depend.m4
+  cygpath_u='sed s,\\\\,/,g'
+  depmode=msvc7
 fi
 
 if test "$depmode" = xlc; then
-   # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
-   gccflag=-qmakedep=gcc,-MF
-   depmode=gcc
+  # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information.
+  gccflag=-qmakedep=gcc,-MF
+  depmode=gcc
 fi
 
 case "$depmode" in
@@ -133,8 +190,7 @@ gcc3)
   done
   "$@"
   stat=$?
-  if test $stat -eq 0; then :
-  else
+  if test $stat -ne 0; then
     rm -f "$tmpdepfile"
     exit $stat
   fi
@@ -142,13 +198,17 @@ gcc3)
   ;;
 
 gcc)
+## Note that this doesn't just cater to obsosete pre-3.x GCC compilers.
+## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
+## (see the conditional assignment to $gccflag above).
 ## There are various ways to get dependency output from gcc.  Here's
 ## why we pick this rather obscure method:
 ## - Don't want to use -MD because we'd like the dependencies to end
 ##   up in a subdir.  Having to rename by hand is ugly.
 ##   (We might end up doing this anyway to support other compilers.)
 ## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
-##   -MM, not -M (despite what the docs say).
+##   -MM, not -M (despite what the docs say).  Also, it might not be
+##   supported by the other compilers which use the 'gcc' depmode.
 ## - Using -M directly means running the compiler twice (even worse
 ##   than renaming).
   if test -z "$gccflag"; then
@@ -156,15 +216,14 @@ gcc)
   fi
   "$@" -Wp,"$gccflag$tmpdepfile"
   stat=$?
-  if test $stat -eq 0; then :
-  else
+  if test $stat -ne 0; then
     rm -f "$tmpdepfile"
     exit $stat
   fi
   rm -f "$depfile"
   echo "$object : \\" > "$depfile"
-  alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
-## The second -e expression handles DOS-style file names with drive letters.
+  # The second -e expression handles DOS-style file names with drive
+  # letters.
   sed -e 's/^[^:]*: / /' \
       -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
 ## This next piece of magic avoids the "deleted header file" problem.
@@ -173,15 +232,15 @@ gcc)
 ## typically no way to rebuild the header).  We avoid this by adding
 ## dummy dependencies for each header file.  Too bad gcc doesn't do
 ## this for us directly.
-  tr ' ' "$nl" < "$tmpdepfile" |
 ## Some versions of gcc put a space before the ':'.  On the theory
 ## that the space means something, we add a space to the output as
 ## well.  hp depmode also adds that space, but also prefixes the VPATH
 ## to the object.  Take care to not repeat it in the output.
 ## Some versions of the HPUX 10.20 sed can't process this invocation
 ## correctly.  Breaking it into two sed invocations is a workaround.
-    sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
-      | sed -e 's/$/ :/' >> "$depfile"
+  tr ' ' "$nl" < "$tmpdepfile" \
+    | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \
+    | sed -e 's/$/ :/' >> "$depfile"
   rm -f "$tmpdepfile"
   ;;
 
@@ -199,8 +258,7 @@ sgi)
     "$@" -MDupdate "$tmpdepfile"
   fi
   stat=$?
-  if test $stat -eq 0; then :
-  else
+  if test $stat -ne 0; then
     rm -f "$tmpdepfile"
     exit $stat
   fi
@@ -208,7 +266,6 @@ sgi)
 
   if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
     echo "$object : \\" > "$depfile"
-
     # Clip off the initial element (the dependent).  Don't try to be
     # clever and replace this with sed code, as IRIX sed won't handle
     # lines with more than a fixed number of characters (4096 in
@@ -216,19 +273,15 @@ sgi)
     # the IRIX cc adds comments like '#:fec' to the end of the
     # dependency line.
     tr ' ' "$nl" < "$tmpdepfile" \
-    | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
-    tr "$nl" ' ' >> "$depfile"
+      | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \
+      | tr "$nl" ' ' >> "$depfile"
     echo >> "$depfile"
-
     # The second pass generates a dummy entry for each header file.
     tr ' ' "$nl" < "$tmpdepfile" \
-   | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
-   >> "$depfile"
+      | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
+      >> "$depfile"
   else
-    # The sourcefile does not contain any dependencies, so just
-    # store a dummy comment line, to avoid errors with the Makefile
-    # "include basename.Plo" scheme.
-    echo "#dummy" > "$depfile"
+    make_dummy_depfile
   fi
   rm -f "$tmpdepfile"
   ;;
@@ -246,9 +299,8 @@ aix)
   # current directory.  Also, the AIX compiler puts '$object:' at the
   # start of each line; $object doesn't have directory information.
   # Version 6 uses the directory in both cases.
-  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
-  test "x$dir" = "x$object" && dir=
-  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
+  set_dir_from "$object"
+  set_base_from "$object"
   if test "$libtool" = yes; then
     tmpdepfile1=$dir$base.u
     tmpdepfile2=$base.u
@@ -261,9 +313,7 @@ aix)
     "$@" -M
   fi
   stat=$?
-
-  if test $stat -eq 0; then :
-  else
+  if test $stat -ne 0; then
     rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
     exit $stat
   fi
@@ -272,65 +322,113 @@ aix)
   do
     test -f "$tmpdepfile" && break
   done
-  if test -f "$tmpdepfile"; then
-    # Each line is of the form 'foo.o: dependent.h'.
-    # Do two passes, one to just change these to
-    # '$object: dependent.h' and one to simply 'dependent.h:'.
-    sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
-    sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
-  else
-    # The sourcefile does not contain any dependencies, so just
-    # store a dummy comment line, to avoid errors with the Makefile
-    # "include basename.Plo" scheme.
-    echo "#dummy" > "$depfile"
+  aix_post_process_depfile
+  ;;
+
+tcc)
+  # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
+  # FIXME: That version still under development at the moment of writing.
+  #        Make that this statement remains true also for stable, released
+  #        versions.
+  # It will wrap lines (doesn't matter whether long or short) with a
+  # trailing '\', as in:
+  #
+  #   foo.o : \
+  #    foo.c \
+  #    foo.h \
+  #
+  # It will put a trailing '\' even on the last line, and will use leading
+  # spaces rather than leading tabs (at least since its commit 0394caf7
+  # "Emit spaces for -MD").
+  "$@" -MD -MF "$tmpdepfile"
+  stat=$?
+  if test $stat -ne 0; then
+    rm -f "$tmpdepfile"
+    exit $stat
   fi
+  rm -f "$depfile"
+  # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'.
+  # We have to change lines of the first kind to '$object: \'.
+  sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile"
+  # And for each line of the second kind, we have to emit a 'dep.h:'
+  # dummy dependency, to avoid the deleted-header problem.
+  sed -n -e 's|^  *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile"
   rm -f "$tmpdepfile"
   ;;
 
-icc)
-  # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'.
-  # However on
-  #    $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c
-  # ICC 7.0 will fill foo.d with something like
-  #    foo.o: sub/foo.c
-  #    foo.o: sub/foo.h
-  # which is wrong.  We want
-  #    sub/foo.o: sub/foo.c
-  #    sub/foo.o: sub/foo.h
-  #    sub/foo.c:
-  #    sub/foo.h:
-  # ICC 7.1 will output
+## The order of this option in the case statement is important, since the
+## shell code in configure will try each of these formats in the order
+## listed in this file.  A plain '-MD' option would be understood by many
+## compilers, so we must ensure this comes after the gcc and icc options.
+pgcc)
+  # Portland's C compiler understands '-MD'.
+  # Will always output deps to 'file.d' where file is the root name of the
+  # source file under compilation, even if file resides in a subdirectory.
+  # The object file name does not affect the name of the '.d' file.
+  # pgcc 10.2 will output
   #    foo.o: sub/foo.c sub/foo.h
-  # and will wrap long lines using '\':
+  # and will wrap long lines using '\' :
   #    foo.o: sub/foo.c ... \
   #     sub/foo.h ... \
   #     ...
-  # tcc 0.9.26 (FIXME still under development at the moment of writing)
-  # will emit a similar output, but also prepend the continuation lines
-  # with horizontal tabulation characters.
-  "$@" -MD -MF "$tmpdepfile"
-  stat=$?
-  if test $stat -eq 0; then :
-  else
+  set_dir_from "$object"
+  # Use the source, not the object, to determine the base name, since
+  # that's sadly what pgcc will do too.
+  set_base_from "$source"
+  tmpdepfile=$base.d
+
+  # For projects that build the same source file twice into different object
+  # files, the pgcc approach of using the *source* file root name can cause
+  # problems in parallel builds.  Use a locking strategy to avoid stomping on
+  # the same $tmpdepfile.
+  lockdir=$base.d-lock
+  trap "
+    echo '$0: caught signal, cleaning up...' >&2
+    rmdir '$lockdir'
+    exit 1
+  " 1 2 13 15
+  numtries=100
+  i=$numtries
+  while test $i -gt 0; do
+    # mkdir is a portable test-and-set.
+    if mkdir "$lockdir" 2>/dev/null; then
+      # This process acquired the lock.
+      "$@" -MD
+      stat=$?
+      # Release the lock.
+      rmdir "$lockdir"
+      break
+    else
+      # If the lock is being held by a different process, wait
+      # until the winning process is done or we timeout.
+      while test -d "$lockdir" && test $i -gt 0; do
+        sleep 1
+        i=`expr $i - 1`
+      done
+    fi
+    i=`expr $i - 1`
+  done
+  trap - 1 2 13 15
+  if test $i -le 0; then
+    echo "$0: failed to acquire lock after $numtries attempts" >&2
+    echo "$0: check lockdir '$lockdir'" >&2
+    exit 1
+  fi
+
+  if test $stat -ne 0; then
     rm -f "$tmpdepfile"
     exit $stat
   fi
   rm -f "$depfile"
-  # Each line is of the form 'foo.o: dependent.h',
-  # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'.
+  # Each line is of the form `foo.o: dependent.h',
+  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
   # Do two passes, one to just change these to
-  # '$object: dependent.h' and one to simply 'dependent.h:'.
-  sed -e "s/^[ $tab][ $tab]*/  /" -e "s,^[^:]*:,$object :," \
-    < "$tmpdepfile" > "$depfile"
-  sed '
-    s/[ '"$tab"'][ '"$tab"']*/ /g
-    s/^ *//
-    s/ *\\*$//
-    s/^[^:]*: *//
-    /^$/d
-    /:$/d
-    s/$/ :/
-  ' < "$tmpdepfile" >> "$depfile"
+  # `$object: dependent.h' and one to simply `dependent.h:'.
+  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
+  # Some versions of the HPUX 10.20 sed can't process this invocation
+  # correctly.  Breaking it into two sed invocations is a workaround.
+  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \
+    | sed -e 's/$/ :/' >> "$depfile"
   rm -f "$tmpdepfile"
   ;;
 
@@ -341,9 +439,8 @@ hp2)
   # 'foo.d', which lands next to the object file, wherever that
   # happens to be.
   # Much of this is similar to the tru64 case; see comments there.
-  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
-  test "x$dir" = "x$object" && dir=
-  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
+  set_dir_from  "$object"
+  set_base_from "$object"
   if test "$libtool" = yes; then
     tmpdepfile1=$dir$base.d
     tmpdepfile2=$dir.libs/$base.d
@@ -354,8 +451,7 @@ hp2)
     "$@" +Maked
   fi
   stat=$?
-  if test $stat -eq 0; then :
-  else
+  if test $stat -ne 0; then
      rm -f "$tmpdepfile1" "$tmpdepfile2"
      exit $stat
   fi
@@ -365,76 +461,61 @@ hp2)
     test -f "$tmpdepfile" && break
   done
   if test -f "$tmpdepfile"; then
-    sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
+    sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile"
     # Add 'dependent.h:' lines.
     sed -ne '2,${
-	       s/^ *//
-	       s/ \\*$//
-	       s/$/:/
-	       p
-	     }' "$tmpdepfile" >> "$depfile"
+               s/^ *//
+               s/ \\*$//
+               s/$/:/
+               p
+             }' "$tmpdepfile" >> "$depfile"
   else
-    echo "#dummy" > "$depfile"
+    make_dummy_depfile
   fi
   rm -f "$tmpdepfile" "$tmpdepfile2"
   ;;
 
 tru64)
-   # The Tru64 compiler uses -MD to generate dependencies as a side
-   # effect.  'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
-   # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
-   # dependencies in 'foo.d' instead, so we check for that too.
-   # Subdirectories are respected.
-   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
-   test "x$dir" = "x$object" && dir=
-   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
-
-   if test "$libtool" = yes; then
-      # With Tru64 cc, shared objects can also be used to make a
-      # static library.  This mechanism is used in libtool 1.4 series to
-      # handle both shared and static libraries in a single compilation.
-      # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
-      #
-      # With libtool 1.5 this exception was removed, and libtool now
-      # generates 2 separate objects for the 2 libraries.  These two
-      # compilations output dependencies in $dir.libs/$base.o.d and
-      # in $dir$base.o.d.  We have to check for both files, because
-      # one of the two compilations can be disabled.  We should prefer
-      # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
-      # automatically cleaned when .libs/ is deleted, while ignoring
-      # the former would cause a distcleancheck panic.
-      tmpdepfile1=$dir.libs/$base.lo.d   # libtool 1.4
-      tmpdepfile2=$dir$base.o.d          # libtool 1.5
-      tmpdepfile3=$dir.libs/$base.o.d    # libtool 1.5
-      tmpdepfile4=$dir.libs/$base.d      # Compaq CCC V6.2-504
-      "$@" -Wc,-MD
-   else
-      tmpdepfile1=$dir$base.o.d
-      tmpdepfile2=$dir$base.d
-      tmpdepfile3=$dir$base.d
-      tmpdepfile4=$dir$base.d
-      "$@" -MD
-   fi
-
-   stat=$?
-   if test $stat -eq 0; then :
-   else
-      rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
-      exit $stat
-   fi
-
-   for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
-   do
-     test -f "$tmpdepfile" && break
-   done
-   if test -f "$tmpdepfile"; then
-      sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
-      sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
-   else
-      echo "#dummy" > "$depfile"
-   fi
-   rm -f "$tmpdepfile"
-   ;;
+  # The Tru64 compiler uses -MD to generate dependencies as a side
+  # effect.  'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
+  # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
+  # dependencies in 'foo.d' instead, so we check for that too.
+  # Subdirectories are respected.
+  set_dir_from  "$object"
+  set_base_from "$object"
+
+  if test "$libtool" = yes; then
+    # Libtool generates 2 separate objects for the 2 libraries.  These
+    # two compilations output dependencies in $dir.libs/$base.o.d and
+    # in $dir$base.o.d.  We have to check for both files, because
+    # one of the two compilations can be disabled.  We should prefer
+    # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
+    # automatically cleaned when .libs/ is deleted, while ignoring
+    # the former would cause a distcleancheck panic.
+    tmpdepfile1=$dir$base.o.d          # libtool 1.5
+    tmpdepfile2=$dir.libs/$base.o.d    # Likewise.
+    tmpdepfile3=$dir.libs/$base.d      # Compaq CCC V6.2-504
+    "$@" -Wc,-MD
+  else
+    tmpdepfile1=$dir$base.d
+    tmpdepfile2=$dir$base.d
+    tmpdepfile3=$dir$base.d
+    "$@" -MD
+  fi
+
+  stat=$?
+  if test $stat -ne 0; then
+    rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
+    exit $stat
+  fi
+
+  for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3"
+  do
+    test -f "$tmpdepfile" && break
+  done
+  # Same post-processing that is required for AIX mode.
+  aix_post_process_depfile
+  ;;
 
 msvc7)
   if test "$libtool" = yes; then
@@ -445,8 +526,7 @@ msvc7)
   "$@" $showIncludes > "$tmpdepfile"
   stat=$?
   grep -v '^Note: including file: ' "$tmpdepfile"
-  if test "$stat" = 0; then :
-  else
+  if test $stat -ne 0; then
     rm -f "$tmpdepfile"
     exit $stat
   fi
@@ -472,6 +552,7 @@ $ {
   G
   p
 }' >> "$depfile"
+  echo >> "$depfile" # make sure the fragment doesn't end with a backslash
   rm -f "$tmpdepfile"
   ;;
 
@@ -523,13 +604,14 @@ dashmstdout)
   # in the target name.  This is to cope with DOS-style filenames:
   # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
   "$@" $dashmflag |
-    sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
+    sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
   rm -f "$depfile"
   cat < "$tmpdepfile" > "$depfile"
-  tr ' ' "$nl" < "$tmpdepfile" | \
-## Some versions of the HPUX 10.20 sed can't process this invocation
-## correctly.  Breaking it into two sed invocations is a workaround.
-    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  # Some versions of the HPUX 10.20 sed can't process this sed invocation
+  # correctly.  Breaking it into two sed invocations is a workaround.
+  tr ' ' "$nl" < "$tmpdepfile" \
+    | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
+    | sed -e 's/$/ :/' >> "$depfile"
   rm -f "$tmpdepfile"
   ;;
 
@@ -582,10 +664,12 @@ makedepend)
   # makedepend may prepend the VPATH from the source file name to the object.
   # No need to regex-escape $object, excess matching of '.' is harmless.
   sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
-  sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \
-## Some versions of the HPUX 10.20 sed can't process this invocation
-## correctly.  Breaking it into two sed invocations is a workaround.
-    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
+  # Some versions of the HPUX 10.20 sed can't process the last invocation
+  # correctly.  Breaking it into two sed invocations is a workaround.
+  sed '1,2d' "$tmpdepfile" \
+    | tr ' ' "$nl" \
+    | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \
+    | sed -e 's/$/ :/' >> "$depfile"
   rm -f "$tmpdepfile" "$tmpdepfile".bak
   ;;
 
@@ -621,10 +705,10 @@ cpp)
     esac
   done
 
-  "$@" -E |
-    sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
-       -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
-    sed '$ s: \\$::' > "$tmpdepfile"
+  "$@" -E \
+    | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
+             -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
+    | sed '$ s: \\$::' > "$tmpdepfile"
   rm -f "$depfile"
   echo "$object : \\" > "$depfile"
   cat < "$tmpdepfile" >> "$depfile"
@@ -656,15 +740,15 @@ msvisualcpp)
       shift
       ;;
     "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
-	set fnord "$@"
-	shift
-	shift
-	;;
+        set fnord "$@"
+        shift
+        shift
+        ;;
     *)
-	set fnord "$@" "$arg"
-	shift
-	shift
-	;;
+        set fnord "$@" "$arg"
+        shift
+        shift
+        ;;
     esac
   done
   "$@" -E 2>/dev/null |
diff --git a/config/missing b/config/missing
index 9a55648..cdea514 100755
--- a/config/missing
+++ b/config/missing
@@ -1,10 +1,10 @@
 #! /bin/sh
-# Common stub for a few missing GNU programs while installing.
+# Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2012-01-06.18; # UTC
+scriptversion=2012-06-26.16; # UTC
 
-# Copyright (C) 1996-2012 Free Software Foundation, Inc.
-# Originally by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Originally written by Fran,cois Pinard <pinard at iro.umontreal.ca>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,61 +29,33 @@ if test $# -eq 0; then
   exit 1
 fi
 
-run=:
-sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
-sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
-
-# In the cases where this matters, 'missing' is being run in the
-# srcdir already.
-if test -f configure.ac; then
-  configure_ac=configure.ac
-else
-  configure_ac=configure.in
-fi
+case $1 in
 
-msg="missing on your system"
+  --is-lightweight)
+    # Used by our autoconf macros to check whether the available missing
+    # script is modern enough.
+    exit 0
+    ;;
 
-case $1 in
---run)
-  # Try to run requested program, and just exit if it succeeds.
-  run=
-  shift
-  "$@" && exit 0
-  # Exit code 63 means version mismatch.  This often happens
-  # when the user try to use an ancient version of a tool on
-  # a file that requires a minimum version.  In this case we
-  # we should proceed has if the program had been absent, or
-  # if --run hadn't been passed.
-  if test $? = 63; then
-    run=:
-    msg="probably too old"
-  fi
-  ;;
+  --run)
+    # Back-compat with the calling convention used by older automake.
+    shift
+    ;;
 
   -h|--h|--he|--hel|--help)
     echo "\
 $0 [OPTION]... PROGRAM [ARGUMENT]...
 
-Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
-error status if there is no known handling for PROGRAM.
+Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
+to PROGRAM being missing or too old.
 
 Options:
   -h, --help      display this help and exit
   -v, --version   output version information and exit
-  --run           try to run the given command, and emulate it if it fails
 
 Supported PROGRAM values:
-  aclocal      touch file 'aclocal.m4'
-  autoconf     touch file 'configure'
-  autoheader   touch file 'config.h.in'
-  autom4te     touch the output file, or create a stub one
-  automake     touch all 'Makefile.in' files
-  bison        create 'y.tab.[ch]', if possible, from existing .[ch]
-  flex         create 'lex.yy.c', if possible, from existing .c
-  help2man     touch the output file
-  lex          create 'lex.yy.c', if possible, from existing .c
-  makeinfo     touch the output file
-  yacc         create 'y.tab.[ch]', if possible, from existing .[ch]
+  aclocal   autoconf  autoheader   autom4te  automake  makeinfo
+  bison     yacc      flex         lex       help2man
 
 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
 'g' are ignored when checking the name.
@@ -98,228 +70,141 @@ Send bug reports to <bug-automake at gnu.org>."
     ;;
 
   -*)
-    echo 1>&2 "$0: Unknown '$1' option"
+    echo 1>&2 "$0: unknown '$1' option"
     echo 1>&2 "Try '$0 --help' for more information"
     exit 1
     ;;
 
 esac
 
-# normalize program name to check for.
-program=`echo "$1" | sed '
-  s/^gnu-//; t
-  s/^gnu//; t
-  s/^g//; t'`
-
-# Now exit if we have it, but it failed.  Also exit now if we
-# don't have it and --version was passed (most likely to detect
-# the program).  This is about non-GNU programs, so use $1 not
-# $program.
-case $1 in
-  lex*|yacc*)
-    # Not GNU programs, they don't have --version.
-    ;;
-
-  *)
-    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
-       # We have it, but it failed.
-       exit 1
-    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
-       # Could not run --version or --help.  This is probably someone
-       # running '$TOOL --version' or '$TOOL --help' to check whether
-       # $TOOL exists and not knowing $TOOL uses missing.
-       exit 1
-    fi
-    ;;
-esac
-
-# If it does not exist, or fails to run (possibly an outdated version),
-# try to emulate it.
-case $program in
-  aclocal*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified 'acinclude.m4' or '${configure_ac}'.  You might want
-         to install the Automake and Perl packages.  Grab them from
-         any GNU archive site."
-    touch aclocal.m4
-    ;;
-
-  autoconf*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified '${configure_ac}'.  You might want to install the
-         Autoconf and GNU m4 packages.  Grab them from any GNU
-         archive site."
-    touch configure
-    ;;
-
-  autoheader*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified 'acconfig.h' or '${configure_ac}'.  You might want
-         to install the Autoconf and GNU m4 packages.  Grab them
-         from any GNU archive site."
-    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
-    test -z "$files" && files="config.h"
-    touch_files=
-    for f in $files; do
-      case $f in
-      *:*) touch_files="$touch_files "`echo "$f" |
-				       sed -e 's/^[^:]*://' -e 's/:.*//'`;;
-      *) touch_files="$touch_files $f.in";;
-      esac
-    done
-    touch $touch_files
-    ;;
-
-  automake*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'.
-         You might want to install the Automake and Perl packages.
-         Grab them from any GNU archive site."
-    find . -type f -name Makefile.am -print |
-	   sed 's/\.am$/.in/' |
-	   while read f; do touch "$f"; done
-    ;;
-
-  autom4te*)
-    echo 1>&2 "\
-WARNING: '$1' is needed, but is $msg.
-         You might have modified some files without having the
-         proper tools for further handling them.
-         You can get '$1' as part of Autoconf from any GNU
-         archive site."
-
-    file=`echo "$*" | sed -n "$sed_output"`
-    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
-    if test -f "$file"; then
-	touch $file
-    else
-	test -z "$file" || exec >$file
-	echo "#! /bin/sh"
-	echo "# Created by GNU Automake missing as a replacement of"
-	echo "#  $ $@"
-	echo "exit 0"
-	chmod +x $file
-	exit 1
-    fi
-    ;;
-
-  bison*|yacc*)
-    echo 1>&2 "\
-WARNING: '$1' $msg.  You should only need it if
-         you modified a '.y' file.  You may need the Bison package
-         in order for those modifications to take effect.  You can get
-         Bison from any GNU archive site."
-    rm -f y.tab.c y.tab.h
-    if test $# -ne 1; then
-        eval LASTARG=\${$#}
-	case $LASTARG in
-	*.y)
-	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
-	    if test -f "$SRCFILE"; then
-	         cp "$SRCFILE" y.tab.c
-	    fi
-	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
-	    if test -f "$SRCFILE"; then
-	         cp "$SRCFILE" y.tab.h
-	    fi
-	  ;;
-	esac
-    fi
-    if test ! -f y.tab.h; then
-	echo >y.tab.h
-    fi
-    if test ! -f y.tab.c; then
-	echo 'main() { return 0; }' >y.tab.c
-    fi
-    ;;
-
-  lex*|flex*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified a '.l' file.  You may need the Flex package
-         in order for those modifications to take effect.  You can get
-         Flex from any GNU archive site."
-    rm -f lex.yy.c
-    if test $# -ne 1; then
-        eval LASTARG=\${$#}
-	case $LASTARG in
-	*.l)
-	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
-	    if test -f "$SRCFILE"; then
-	         cp "$SRCFILE" lex.yy.c
-	    fi
-	  ;;
-	esac
-    fi
-    if test ! -f lex.yy.c; then
-	echo 'main() { return 0; }' >lex.yy.c
-    fi
-    ;;
-
-  help2man*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-	 you modified a dependency of a manual page.  You may need the
-	 Help2man package in order for those modifications to take
-	 effect.  You can get Help2man from any GNU archive site."
-
-    file=`echo "$*" | sed -n "$sed_output"`
-    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
-    if test -f "$file"; then
-	touch $file
-    else
-	test -z "$file" || exec >$file
-	echo ".ab help2man is required to generate this page"
-	exit $?
-    fi
-    ;;
-
-  makeinfo*)
-    echo 1>&2 "\
-WARNING: '$1' is $msg.  You should only need it if
-         you modified a '.texi' or '.texinfo' file, or any other file
-         indirectly affecting the aspect of the manual.  The spurious
-         call might also be the consequence of using a buggy 'make' (AIX,
-         DU, IRIX).  You might want to install the Texinfo package or
-         the GNU make package.  Grab either from any GNU archive site."
-    # The file to touch is that specified with -o ...
-    file=`echo "$*" | sed -n "$sed_output"`
-    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
-    if test -z "$file"; then
-      # ... or it is the one specified with @setfilename ...
-      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
-      file=`sed -n '
-	/^@setfilename/{
-	  s/.* \([^ ]*\) *$/\1/
-	  p
-	  q
-	}' $infile`
-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
-      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
-    fi
-    # If the file does not exist, the user really needs makeinfo;
-    # let's fail without touching anything.
-    test -f $file || exit 1
-    touch $file
-    ;;
+# Run the given program, remember its exit status.
+"$@"; st=$?
+
+# If it succeeded, we are done.
+test $st -eq 0 && exit 0
+
+# Also exit now if we it failed (or wasn't found), and '--version' was
+# passed; such an option is passed most likely to detect whether the
+# program is present and works.
+case $2 in --version|--help) exit $st;; esac
+
+# Exit code 63 means version mismatch.  This often happens when the user
+# tries to use an ancient version of a tool on a file that requires a
+# minimum version.
+if test $st -eq 63; then
+  msg="probably too old"
+elif test $st -eq 127; then
+  # Program was missing.
+  msg="missing on your system"
+else
+  # Program was found and executed, but failed.  Give up.
+  exit $st
+fi
 
-  *)
-    echo 1>&2 "\
-WARNING: '$1' is needed, and is $msg.
-         You might have modified some files without having the
-         proper tools for further handling them.  Check the 'README' file,
-         it often tells you about the needed prerequisites for installing
-         this package.  You may also peek at any GNU archive site, in case
-         some other package would contain this missing '$1' program."
-    exit 1
+perl_URL=http://www.perl.org/
+flex_URL=http://flex.sourceforge.net/
+gnu_software_URL=http://www.gnu.org/software
+
+program_details ()
+{
+  case $1 in
+    aclocal|automake)
+      echo "The '$1' program is part of the GNU Automake package:"
+      echo "<$gnu_software_URL/automake>"
+      echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
+      echo "<$gnu_software_URL/autoconf>"
+      echo "<$gnu_software_URL/m4/>"
+      echo "<$perl_URL>"
+      ;;
+    autoconf|autom4te|autoheader)
+      echo "The '$1' program is part of the GNU Autoconf package:"
+      echo "<$gnu_software_URL/autoconf/>"
+      echo "It also requires GNU m4 and Perl in order to run:"
+      echo "<$gnu_software_URL/m4/>"
+      echo "<$perl_URL>"
+      ;;
+  esac
+}
+
+give_advice ()
+{
+  # Normalize program name to check for.
+  normalized_program=`echo "$1" | sed '
+    s/^gnu-//; t
+    s/^gnu//; t
+    s/^g//; t'`
+
+  printf '%s\n' "'$1' is $msg."
+
+  configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
+  case $normalized_program in
+    autoconf*)
+      echo "You should only need it if you modified 'configure.ac',"
+      echo "or m4 files included by it."
+      program_details 'autoconf'
+      ;;
+    autoheader*)
+      echo "You should only need it if you modified 'acconfig.h' or"
+      echo "$configure_deps."
+      program_details 'autoheader'
+      ;;
+    automake*)
+      echo "You should only need it if you modified 'Makefile.am' or"
+      echo "$configure_deps."
+      program_details 'automake'
+      ;;
+    aclocal*)
+      echo "You should only need it if you modified 'acinclude.m4' or"
+      echo "$configure_deps."
+      program_details 'aclocal'
+      ;;
+   autom4te*)
+      echo "You might have modified some maintainer files that require"
+      echo "the 'automa4te' program to be rebuilt."
+      program_details 'autom4te'
+      ;;
+    bison*|yacc*)
+      echo "You should only need it if you modified a '.y' file."
+      echo "You may want to install the GNU Bison package:"
+      echo "<$gnu_software_URL/bison/>"
+      ;;
+    lex*|flex*)
+      echo "You should only need it if you modified a '.l' file."
+      echo "You may want to install the Fast Lexical Analyzer package:"
+      echo "<$flex_URL>"
+      ;;
+    help2man*)
+      echo "You should only need it if you modified a dependency" \
+           "of a man page."
+      echo "You may want to install the GNU Help2man package:"
+      echo "<$gnu_software_URL/help2man/>"
     ;;
-esac
-
-exit 0
+    makeinfo*)
+      echo "You should only need it if you modified a '.texi' file, or"
+      echo "any other file indirectly affecting the aspect of the manual."
+      echo "You might want to install the Texinfo package:"
+      echo "<$gnu_software_URL/texinfo/>"
+      echo "The spurious makeinfo call might also be the consequence of"
+      echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
+      echo "want to install GNU make:"
+      echo "<$gnu_software_URL/make/>"
+      ;;
+    *)
+      echo "You might have modified some files without having the proper"
+      echo "tools for further handling them.  Check the 'README' file, it"
+      echo "often tells you about the needed prerequisites for installing"
+      echo "this package.  You may also peek at any GNU archive site, in"
+      echo "case some other package contains this missing '$1' program."
+      ;;
+  esac
+}
+
+give_advice "$1" | sed -e '1s/^/WARNING: /' \
+                       -e '2,$s/^/         /' >&2
+
+# Propagate the correct exit status (expected to be 127 for a program
+# not found, 63 for a program that failed due to version mismatch).
+exit $st
 
 # Local variables:
 # eval: (add-hook 'write-file-hooks 'time-stamp)
diff --git a/configure b/configure
index e0cdd98..260397a 100755
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Synfig Studio 0.64.1.
+# Generated by GNU Autoconf 2.69 for Synfig Studio 0.64.2.
 #
 # Report bugs to <http://www.synfig.org/issues/thebuggenie/synfig>.
 #
@@ -591,8 +591,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='Synfig Studio'
 PACKAGE_TARNAME='synfigstudio'
-PACKAGE_VERSION='0.64.1'
-PACKAGE_STRING='Synfig Studio 0.64.1'
+PACKAGE_VERSION='0.64.2'
+PACKAGE_STRING='Synfig Studio 0.64.2'
 PACKAGE_BUGREPORT='http://www.synfig.org/issues/thebuggenie/synfig'
 PACKAGE_URL=''
 
@@ -706,7 +706,6 @@ INTLTOOL_V_MERGE_OPTIONS
 INTLTOOL__v_MERGE_0
 INTLTOOL__v_MERGE_
 INTLTOOL_V_MERGE
-AM_DEFAULT_VERBOSITY
 INTLTOOL_EXTRACT
 INTLTOOL_MERGE
 INTLTOOL_UPDATE
@@ -762,6 +761,10 @@ CC
 MAINT
 MAINTAINER_MODE_FALSE
 MAINTAINER_MODE_TRUE
+AM_BACKSLASH
+AM_DEFAULT_VERBOSITY
+AM_DEFAULT_V
+AM_V
 am__untar
 am__tar
 AMTAR
@@ -836,6 +839,7 @@ SHELL'
 ac_subst_files=''
 ac_user_opts='
 enable_option_checking
+enable_silent_rules
 enable_maintainer_mode
 enable_dependency_tracking
 enable_debug
@@ -1413,7 +1417,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Synfig Studio 0.64.1 to adapt to many kinds of systems.
+\`configure' configures Synfig Studio 0.64.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1483,7 +1487,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Synfig Studio 0.64.1:";;
+     short | recursive ) echo "Configuration of Synfig Studio 0.64.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1491,6 +1495,8 @@ Optional Features:
   --disable-option-checking  ignore unrecognized --enable/--with options
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
+  --disable-silent-rules  verbose build output (undo: "make V=0")
   --enable-maintainer-mode
                           enable make rules and dependencies not useful (and
                           sometimes confusing) to the casual installer
@@ -1614,7 +1620,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Synfig Studio configure 0.64.1
+Synfig Studio configure 0.64.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2262,7 +2268,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Synfig Studio $as_me 0.64.1, which was
+It was created by Synfig Studio $as_me 0.64.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2724,7 +2730,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
 
 
-am__api_version='1.12'
+am__api_version='1.13'
 
 # Find a good install program.  We prefer a C program (faster),
 # so one script is as good as another.  But avoid the broken or
@@ -2908,8 +2914,8 @@ if test x"${MISSING+set}" != xset; then
   esac
 fi
 # Use eval to expand $SHELL
-if eval "$MISSING --run true"; then
-  am_missing_run="$MISSING --run "
+if eval "$MISSING --is-lightweight"; then
+  am_missing_run="$MISSING "
 else
   am_missing_run=
   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
@@ -3149,6 +3155,45 @@ else
 fi
 rmdir .tst 2>/dev/null
 
+# Check whether --enable-silent-rules was given.
+if test "${enable_silent_rules+set}" = set; then :
+  enableval=$enable_silent_rules;
+fi
+
+case $enable_silent_rules in # (((
+  yes) AM_DEFAULT_VERBOSITY=0;;
+   no) AM_DEFAULT_VERBOSITY=1;;
+    *) AM_DEFAULT_VERBOSITY=1;;
+esac
+am_make=${MAKE-make}
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
+if ${am_cv_make_support_nested_variables+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  if $as_echo 'TRUE=$(BAR$(V))
+BAR0=false
+BAR1=true
+V=1
+am__doit:
+	@$(TRUE)
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
+  am_cv_make_support_nested_variables=yes
+else
+  am_cv_make_support_nested_variables=no
+fi
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
+if test $am_cv_make_support_nested_variables = yes; then
+    AM_V='$(V)'
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
+else
+  AM_V=$AM_DEFAULT_VERBOSITY
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
+fi
+AM_BACKSLASH='\'
+
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
   # is not polluted with repeated "-I."
@@ -3171,7 +3216,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='synfigstudio'
- VERSION='0.64.1'
+ VERSION='0.64.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3211,6 +3256,10 @@ mkdir_p='$(MKDIR_P)'
 # in the wild :-(  We should find a proper way to deprecate it ...
 AMTAR='$${TAR-tar}'
 
+
+# We'll loop over all known methods to create a tar archive until one works.
+_am_tools='gnutar  pax cpio none'
+
 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
 
@@ -3218,6 +3267,7 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
 
 
+
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
     # Check whether --enable-maintainer-mode was given.
@@ -8200,7 +8250,7 @@ ia64-*-hpux*)
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -8218,7 +8268,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_i386"
 	    ;;
-	  ppc64-*linux*|powerpc64-*linux*)
+	  powerpc64le-*linux*)
+	    LD="${LD-ld} -m elf32lppclinux"
+	    ;;
+	  powerpc64-*linux*)
 	    LD="${LD-ld} -m elf32ppclinux"
 	    ;;
 	  s390x-*linux*)
@@ -8237,7 +8290,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  ppc*-*linux*|powerpc*-*linux*)
+	  powerpcle-*linux*)
+	    LD="${LD-ld} -m elf64lppc"
+	    ;;
+	  powerpc-*linux*)
 	    LD="${LD-ld} -m elf64ppc"
 	    ;;
 	  s390*-*linux*|s390*-*tpf*)
@@ -18842,23 +18898,23 @@ fi
   else
      PKG_CONFIG_MIN_VERSION=0.9.0
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for synfig >= 0.64.1 ETL >= 0.04.17 sigc++-2.0" >&5
-$as_echo_n "checking for synfig >= 0.64.1 ETL >= 0.04.17 sigc++-2.0... " >&6; }
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for synfig >= 0.64.2 ETL >= 0.04.17 sigc++-2.0" >&5
+$as_echo_n "checking for synfig >= 0.64.2 ETL >= 0.04.17 sigc++-2.0... " >&6; }
 
-        if $PKG_CONFIG --exists "synfig >= 0.64.1 ETL >= 0.04.17 sigc++-2.0" ; then
+        if $PKG_CONFIG --exists "synfig >= 0.64.2 ETL >= 0.04.17 sigc++-2.0" ; then
             { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
             succeeded=yes
 
             { $as_echo "$as_me:${as_lineno-$LINENO}: checking SYNFIG_CFLAGS" >&5
 $as_echo_n "checking SYNFIG_CFLAGS... " >&6; }
-            SYNFIG_CFLAGS=`$PKG_CONFIG --cflags "synfig >= 0.64.1 ETL >= 0.04.17 sigc++-2.0"`
+            SYNFIG_CFLAGS=`$PKG_CONFIG --cflags "synfig >= 0.64.2 ETL >= 0.04.17 sigc++-2.0"`
             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SYNFIG_CFLAGS" >&5
 $as_echo "$SYNFIG_CFLAGS" >&6; }
 
             { $as_echo "$as_me:${as_lineno-$LINENO}: checking SYNFIG_LIBS" >&5
 $as_echo_n "checking SYNFIG_LIBS... " >&6; }
-            SYNFIG_LIBS=`$PKG_CONFIG --libs "synfig >= 0.64.1 ETL >= 0.04.17 sigc++-2.0"`
+            SYNFIG_LIBS=`$PKG_CONFIG --libs "synfig >= 0.64.2 ETL >= 0.04.17 sigc++-2.0"`
             { $as_echo "$as_me:${as_lineno-$LINENO}: result: $SYNFIG_LIBS" >&5
 $as_echo "$SYNFIG_LIBS" >&6; }
         else
@@ -18866,7 +18922,7 @@ $as_echo "$SYNFIG_LIBS" >&6; }
             SYNFIG_LIBS=""
             ## If we have a custom action on failure, don't print errors, but
             ## do set a variable so people can do so.
-            SYNFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "synfig >= 0.64.1 ETL >= 0.04.17 sigc++-2.0"`
+            SYNFIG_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "synfig >= 0.64.2 ETL >= 0.04.17 sigc++-2.0"`
 
         fi
 
@@ -18882,7 +18938,7 @@ $as_echo "$SYNFIG_LIBS" >&6; }
      :
   else
 
-	as_fn_error $? " ** Unable to set up dependent libraries (synfig >= 0.64.1, ETL >= 0.04.17
+	as_fn_error $? " ** Unable to set up dependent libraries (synfig >= 0.64.2, ETL >= 0.04.17
 	)" "$LINENO" 5
 
   fi
@@ -19023,13 +19079,13 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 
-		#include <tr1/unordered_map>
+		#include <unordered_map>
 
 int
 main ()
 {
 
-		std::tr1::unordered_map<int,int>::const_iterator iter;
+		std::unordered_map<int,int>::const_iterator iter;
 
   ;
   return 0;
@@ -19043,6 +19099,48 @@ $as_echo "yes" >&6; }
 $as_echo "#define HASH_MAP_CLASS HASH_MAP_NAMESPACE::unordered_map" >>confdefs.h
 
 
+$as_echo "#define HASH_MAP_H <unordered_map>" >>confdefs.h
+
+
+$as_echo "#define HASH_MAP_NAMESPACE std" >>confdefs.h
+
+
+$as_echo "#define FUNCTIONAL_H <functional>" >>confdefs.h
+
+
+$as_echo "#define FUNCTIONAL_HASH_ON_STRING 1" >>confdefs.h
+
+
+else
+
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tr1/unordered_map<int,int>::const_iterator" >&5
+$as_echo_n "checking for tr1/unordered_map<int,int>::const_iterator... " >&6; }
+	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+			#include <tr1/unordered_map>
+
+int
+main ()
+{
+
+			std::tr1::unordered_map<int,int>::const_iterator iter;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+$as_echo "#define HASH_MAP_CLASS HASH_MAP_NAMESPACE::unordered_map" >>confdefs.h
+
+
 $as_echo "#define HASH_MAP_H <tr1/unordered_map>" >>confdefs.h
 
 
@@ -19057,9 +19155,9 @@ $as_echo "#define FUNCTIONAL_HASH_ON_STRING 1" >>confdefs.h
 
 else
 
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-	for ac_header in ext/hash_map
+		for ac_header in ext/hash_map
 do :
   ac_fn_cxx_check_header_mongrel "$LINENO" "ext/hash_map" "ac_cv_header_ext_hash_map" "$ac_includes_default"
 if test "x$ac_cv_header_ext_hash_map" = xyes; then :
@@ -19082,7 +19180,7 @@ $as_echo "#define FUNCTIONAL_H <ext/functional>" >>confdefs.h
 
 else
 
-		as_fn_error $? "C++ compiler does not seem to support unordered containers" "$LINENO" 5
+			as_fn_error $? "C++ compiler does not seem to support unordered containers" "$LINENO" 5
 
 fi
 
@@ -19092,6 +19190,9 @@ done
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
 # Check for unordered_set or hash_set headers
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unordered_set<int,int>::const_iterator" >&5
 $as_echo_n "checking for unordered_set<int,int>::const_iterator... " >&6; }
@@ -19099,13 +19200,13 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
 
-		#include <tr1/unordered_set>
+		#include <unordered_set>
 
 int
 main ()
 {
 
-		std::tr1::unordered_set<int,int>::const_iterator iter;
+		std::unordered_set<int,int>::const_iterator iter;
 
   ;
   return 0;
@@ -19119,6 +19220,42 @@ $as_echo "yes" >&6; }
 $as_echo "#define HASH_SET_CLASS HASH_SET_NAMESPACE::unordered_set" >>confdefs.h
 
 
+$as_echo "#define HASH_SET_H <unordered_set>" >>confdefs.h
+
+
+$as_echo "#define HASH_SET_NAMESPACE std" >>confdefs.h
+
+
+else
+
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tr1/unordered_set<int,int>::const_iterator" >&5
+$as_echo_n "checking for tr1/unordered_set<int,int>::const_iterator... " >&6; }
+	cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+
+			#include <tr1/unordered_set>
+
+int
+main ()
+{
+
+			std::tr1::unordered_set<int,int>::const_iterator iter;
+
+  ;
+  return 0;
+}
+_ACEOF
+if ac_fn_cxx_try_compile "$LINENO"; then :
+
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+$as_echo "#define HASH_SET_CLASS HASH_SET_NAMESPACE::unordered_set" >>confdefs.h
+
+
 $as_echo "#define HASH_SET_H <tr1/unordered_set>" >>confdefs.h
 
 
@@ -19127,9 +19264,9 @@ $as_echo "#define HASH_SET_NAMESPACE std::tr1" >>confdefs.h
 
 else
 
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+		{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
-	for ac_header in ext/hash_set
+		for ac_header in ext/hash_set
 do :
   ac_fn_cxx_check_header_mongrel "$LINENO" "ext/hash_set" "ac_cv_header_ext_hash_set" "$ac_includes_default"
 if test "x$ac_cv_header_ext_hash_set" = xyes; then :
@@ -19149,7 +19286,7 @@ $as_echo "#define HASH_SET_NAMESPACE __gnu_cxx" >>confdefs.h
 
 else
 
-		as_fn_error $? "C++ compiler does not seem to support unordered containers" "$LINENO" 5
+			as_fn_error $? "C++ compiler does not seem to support unordered containers" "$LINENO" 5
 
 fi
 
@@ -19159,6 +19296,9 @@ done
 fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+
 # -- H E A D E R S --------------------------------------------
 
 for ac_header in unistd.h signal.h fcntl.h
@@ -19849,7 +19989,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Synfig Studio $as_me 0.64.1, which was
+This file was extended by Synfig Studio $as_me 0.64.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19915,7 +20055,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Synfig Studio config.status 0.64.1
+Synfig Studio config.status 0.64.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -21045,7 +21185,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
 
   case $ac_file$ac_mode in
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
+  # Older Autoconf quotes --file arguments for eval, but not when files
   # are listed without --file.  Let's play safe and only enable the eval
   # if we detect the quoting.
   case $CONFIG_FILES in
@@ -21096,7 +21236,7 @@ $as_echo X"$mf" |
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
     test -z "$DEPDIR" && continue
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
-    test -z "am__include" && continue
+    test -z "$am__include" && continue
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
     # Find all dependency output files, they are included files with
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
diff --git a/configure.ac b/configure.ac
index 76f3b58..68a67c1 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 # -- I N I T --------------------------------------------------
 
-AC_INIT([Synfig Studio],[0.64.1],[http://www.synfig.org/issues/thebuggenie/synfig],[synfigstudio])
+AC_INIT([Synfig Studio],[0.64.2],[http://www.synfig.org/issues/thebuggenie/synfig],[synfigstudio])
 AM_CONDITIONAL(DEVELOPMENT_SNAPSHOT, false)
 AC_REVISION
 
@@ -144,8 +144,8 @@ PKG_CHECK_MODULES(GTKMM, gtkmm-2.4 gthread-2.0,[
 AC_SUBST(GTKMM_CFLAGS)
 AC_SUBST(GTKMM_LIBS)
 
-PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.64.1] [ETL >= 0.04.17] sigc++-2.0,,[
-	AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.64.1, ETL >= 0.04.17
+PKG_CHECK_MODULES(SYNFIG, [synfig >= 0.64.2] [ETL >= 0.04.17] sigc++-2.0,,[
+	AC_MSG_ERROR([ ** Unable to set up dependent libraries (synfig >= 0.64.2, ETL >= 0.04.17
 	)])
 ])
 AC_SUBST(SYNFIG_CFLAGS)
@@ -195,25 +195,41 @@ if test $with_libfmod = "yes" ; then {
 AC_MSG_CHECKING([for unordered_map<int,int>::const_iterator])
 AC_COMPILE_IFELSE([
 	AC_LANG_PROGRAM([
-		[#include <tr1/unordered_map>]
+		[#include <unordered_map>]
 	],[
-		[std::tr1::unordered_map<int,int>::const_iterator iter;]
+		[std::unordered_map<int,int>::const_iterator iter;]
 	])],[
 	AC_MSG_RESULT([yes])
 	AC_DEFINE([HASH_MAP_CLASS],[HASH_MAP_NAMESPACE::unordered_map],[The template name for unordered maps.])
-	AC_DEFINE([HASH_MAP_H],[<tr1/unordered_map>],[The header file to include for unordered maps.])
-	AC_DEFINE([HASH_MAP_NAMESPACE],[std::tr1],[The namespace for unordered maps.])
-	AC_DEFINE([FUNCTIONAL_H],[<tr1/functional>],[The header file for hash<T>.])
+	AC_DEFINE([HASH_MAP_H],[<unordered_map>],[The header file to include for unordered maps.])
+	AC_DEFINE([HASH_MAP_NAMESPACE],[std],[The namespace for unordered maps.])
+	AC_DEFINE([FUNCTIONAL_H],[<functional>],[The header file for hash<T>.])
 	AC_DEFINE([FUNCTIONAL_HASH_ON_STRING],[1],[Define to 1 if hash<T> needs to use T=String rather than T=char* to hash strings.])
 ],[
 	AC_MSG_RESULT([no])
-	AC_CHECK_HEADERS([ext/hash_map],[
-		AC_DEFINE([HASH_MAP_CLASS],[HASH_MAP_NAMESPACE::hash_map],[The template name for unordered maps.])
-		AC_DEFINE([HASH_MAP_H],[<ext/hash_map>],[The header file to include for unordered maps.])
-		AC_DEFINE([HASH_MAP_NAMESPACE],[__gnu_cxx],[The namespace for unordered maps.])
-		AC_DEFINE([FUNCTIONAL_H],[<ext/functional>],[The header file for hash<T>.])
+	AC_MSG_CHECKING([for tr1/unordered_map<int,int>::const_iterator])
+	AC_COMPILE_IFELSE([
+		AC_LANG_PROGRAM([
+			[#include <tr1/unordered_map>]
+		],[
+			[std::tr1::unordered_map<int,int>::const_iterator iter;]
+		])],[
+		AC_MSG_RESULT([yes])
+		AC_DEFINE([HASH_MAP_CLASS],[HASH_MAP_NAMESPACE::unordered_map],[The template name for unordered maps.])
+		AC_DEFINE([HASH_MAP_H],[<tr1/unordered_map>],[The header file to include for unordered maps.])
+		AC_DEFINE([HASH_MAP_NAMESPACE],[std::tr1],[The namespace for unordered maps.])
+		AC_DEFINE([FUNCTIONAL_H],[<tr1/functional>],[The header file for hash<T>.])
+		AC_DEFINE([FUNCTIONAL_HASH_ON_STRING],[1],[Define to 1 if hash<T> needs to use T=String rather than T=char* to hash strings.])
 	],[
-		AC_MSG_ERROR([C++ compiler does not seem to support unordered containers])
+		AC_MSG_RESULT([no])
+		AC_CHECK_HEADERS([ext/hash_map],[
+			AC_DEFINE([HASH_MAP_CLASS],[HASH_MAP_NAMESPACE::hash_map],[The template name for unordered maps.])
+			AC_DEFINE([HASH_MAP_H],[<ext/hash_map>],[The header file to include for unordered maps.])
+			AC_DEFINE([HASH_MAP_NAMESPACE],[__gnu_cxx],[The namespace for unordered maps.])
+			AC_DEFINE([FUNCTIONAL_H],[<ext/functional>],[The header file for hash<T>.])
+		],[
+			AC_MSG_ERROR([C++ compiler does not seem to support unordered containers])
+		])
 	])
 ])
 
@@ -221,22 +237,36 @@ AC_COMPILE_IFELSE([
 AC_MSG_CHECKING([for unordered_set<int,int>::const_iterator])
 AC_COMPILE_IFELSE([
 	AC_LANG_PROGRAM([
-		[#include <tr1/unordered_set>]
+		[#include <unordered_set>]
 	],[
-		[std::tr1::unordered_set<int,int>::const_iterator iter;]
+		[std::unordered_set<int,int>::const_iterator iter;]
 	])],[
 	AC_MSG_RESULT([yes])
 	AC_DEFINE([HASH_SET_CLASS],[HASH_SET_NAMESPACE::unordered_set],[The template name for unordered sets.])
-	AC_DEFINE([HASH_SET_H],[<tr1/unordered_set>],[The header file to include for unordered sets.])
-	AC_DEFINE([HASH_SET_NAMESPACE],[std::tr1],[The namespace for unordered sets.])
+	AC_DEFINE([HASH_SET_H],[<unordered_set>],[The header file to include for unordered sets.])
+	AC_DEFINE([HASH_SET_NAMESPACE],[std],[The namespace for unordered sets.])
 ],[
 	AC_MSG_RESULT([no])
-	AC_CHECK_HEADERS([ext/hash_set],[
-		AC_DEFINE([HASH_SET_CLASS],[HASH_SET_NAMESPACE::hash_set],[The template name for unordered sets.])
-		AC_DEFINE([HASH_SET_H],[<ext/hash_set>],[The header file to include for unordered sets.])
-		AC_DEFINE([HASH_SET_NAMESPACE],[__gnu_cxx],[The namespace for unordered sets.])
+	AC_MSG_CHECKING([for tr1/unordered_set<int,int>::const_iterator])
+	AC_COMPILE_IFELSE([
+		AC_LANG_PROGRAM([
+			[#include <tr1/unordered_set>]
+		],[
+			[std::tr1::unordered_set<int,int>::const_iterator iter;]
+		])],[
+		AC_MSG_RESULT([yes])
+		AC_DEFINE([HASH_SET_CLASS],[HASH_SET_NAMESPACE::unordered_set],[The template name for unordered sets.])
+		AC_DEFINE([HASH_SET_H],[<tr1/unordered_set>],[The header file to include for unordered sets.])
+		AC_DEFINE([HASH_SET_NAMESPACE],[std::tr1],[The namespace for unordered sets.])
 	],[
-		AC_MSG_ERROR([C++ compiler does not seem to support unordered containers])
+		AC_MSG_RESULT([no])
+		AC_CHECK_HEADERS([ext/hash_set],[
+			AC_DEFINE([HASH_SET_CLASS],[HASH_SET_NAMESPACE::hash_set],[The template name for unordered sets.])
+			AC_DEFINE([HASH_SET_H],[<ext/hash_set>],[The header file to include for unordered sets.])
+			AC_DEFINE([HASH_SET_NAMESPACE],[__gnu_cxx],[The namespace for unordered sets.])
+		],[
+			AC_MSG_ERROR([C++ compiler does not seem to support unordered containers])
+		])
 	])
 ])
 
diff --git a/doxygen.cfg b/doxygen.cfg
index e8487e9..43da6e2 100644
--- a/doxygen.cfg
+++ b/doxygen.cfg
@@ -23,7 +23,7 @@ PROJECT_NAME           = synfigstudio
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 0.64.1
+PROJECT_NUMBER         = 0.64.2
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
diff --git a/images/Makefile.am b/images/Makefile.am
index 09763eb..1877611 100644
--- a/images/Makefile.am
+++ b/images/Makefile.am
@@ -6,6 +6,7 @@ EXT = @imageext@
 EXTRA_DIST = \
 	installer_logo.sif \
 	installer_logo_osx.sif \
+	splash_screen-0.64.2.sif \
 	splash_screen-0.64.1.sif \
 	splash_screen-0.64.0.sif \
 	splash_screen-0.64.sif \
@@ -167,7 +168,9 @@ EXTRA_DIST = \
 	navigator_icon.sif \
 	palette_icon.sif \
 	parameters_icon.sif \
-	time_track_icon.sif
+	time_track_icon.sif \
+	\
+	utils_timetrack_align_icon.sif
 
 IMAGES = \
 	installer_logo.bmp \
@@ -334,7 +337,9 @@ IMAGES = \
 	navigator_icon.$(EXT) \
 	palette_icon.$(EXT) \
 	parameters_icon.$(EXT) \
-	time_track_icon.$(EXT)
+	time_track_icon.$(EXT) \
+	\
+	utils_timetrack_align_icon.$(EXT)
 
 if WIN32_PKG
 ICONS = \
diff --git a/images/Makefile.in b/images/Makefile.in
index 1bb178d..bd22864 100644
--- a/images/Makefile.in
+++ b/images/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15,23 +15,51 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+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 \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  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@
@@ -51,7 +79,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 subdir = images
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 	$(top_srcdir)/m4/gnome.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -68,6 +96,18 @@ mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -110,6 +150,7 @@ am__installdirs = "$(DESTDIR)$(icons128dir)" "$(DESTDIR)$(icons16dir)" \
 DATA = $(icons128_DATA) $(icons16_DATA) $(icons22_DATA) \
 	$(icons24_DATA) $(icons32_DATA) $(icons48_DATA) \
 	$(icons64_DATA) $(iconsscalable_DATA) $(image_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ALL_LINGUAS = @ALL_LINGUAS@
@@ -305,6 +346,7 @@ EXT = @imageext@
 EXTRA_DIST = \
 	installer_logo.sif \
 	installer_logo_osx.sif \
+	splash_screen-0.64.2.sif \
 	splash_screen-0.64.1.sif \
 	splash_screen-0.64.0.sif \
 	splash_screen-0.64.sif \
@@ -466,7 +508,9 @@ EXTRA_DIST = \
 	navigator_icon.sif \
 	palette_icon.sif \
 	parameters_icon.sif \
-	time_track_icon.sif
+	time_track_icon.sif \
+	\
+	utils_timetrack_align_icon.sif
 
 IMAGES = \
 	installer_logo.bmp \
@@ -633,7 +677,9 @@ IMAGES = \
 	navigator_icon.$(EXT) \
 	palette_icon.$(EXT) \
 	parameters_icon.$(EXT) \
-	time_track_icon.$(EXT)
+	time_track_icon.$(EXT) \
+	\
+	utils_timetrack_align_icon.$(EXT)
 
 @WIN32_PKG_TRUE at ICONS = \
 @WIN32_PKG_TRUE@	sif_icon.ico \
@@ -912,11 +958,9 @@ uninstall-imageDATA:
 	@list='$(image_DATA)'; test -n "$(imagedir)" || list=; \
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 	dir='$(DESTDIR)$(imagedir)'; $(am__uninstall_files_from_dir)
-tags: TAGS
-TAGS:
+tags TAGS:
 
-ctags: CTAGS
-CTAGS:
+ctags CTAGS:
 
 cscope cscopelist:
 
@@ -1066,9 +1110,9 @@ uninstall-am: uninstall-icons128DATA uninstall-icons16DATA \
 .MAKE: install-am install-strip
 
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	clean-local distclean distclean-generic distclean-libtool \
-	distdir dvi dvi-am html html-am info info-am install \
-	install-am install-data install-data-am install-dvi \
+	clean-local cscopelist-am ctags-am distclean distclean-generic \
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-dvi \
 	install-dvi-am install-exec install-exec-am install-html \
 	install-html-am install-icons128DATA install-icons16DATA \
 	install-icons22DATA install-icons24DATA install-icons32DATA \
@@ -1078,8 +1122,8 @@ uninstall-am: uninstall-icons128DATA uninstall-icons16DATA \
 	install-ps install-ps-am install-strip installcheck \
 	installcheck-am installdirs maintainer-clean \
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
-	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
-	uninstall-icons128DATA uninstall-icons16DATA \
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
+	uninstall-am uninstall-icons128DATA uninstall-icons16DATA \
 	uninstall-icons22DATA uninstall-icons24DATA \
 	uninstall-icons32DATA uninstall-icons48DATA \
 	uninstall-icons64DATA uninstall-iconsscalableDATA \
diff --git a/images/splash_screen-0.64.1.sif b/images/splash_screen-0.64.2.sif
similarity index 86%
copy from images/splash_screen-0.64.1.sif
copy to images/splash_screen-0.64.2.sif
index 0b4af00..a7209d1 100644
--- a/images/splash_screen-0.64.1.sif
+++ b/images/splash_screen-0.64.2.sif
@@ -56,7 +56,7 @@
     </param>
     <param name="canvas">
       <canvas>
-        <layer type="text" active="false" exclude_from_rendering="false" version="0.2" desc="Text002">
+        <layer type="text" active="true" exclude_from_rendering="false" version="0.2" desc="Text002">
           <param name="z_depth">
             <real value="0.0000000000"/>
           </param>
@@ -67,7 +67,7 @@
             <integer value="0" static="true"/>
           </param>
           <param name="text">
-            <string>0.64.1</string>
+            <string>0.64.2</string>
           </param>
           <param name="color">
             <color>
@@ -811,7 +811,7 @@
                   <real value="0.0000000000"/>
                 </param>
               </layer>
-              <layer type="polygon" active="true" exclude_from_rendering="false" version="0.1" desc="Polygon">
+              <layer type="region" active="true" exclude_from_rendering="false" version="0.1" desc="2">
                 <param name="z_depth">
                   <real value="0.0000000000"/>
                 </param>
@@ -823,9 +823,9 @@
                 </param>
                 <param name="color">
                   <color>
-                    <r>1.000000</r>
-                    <g>1.000000</g>
-                    <b>1.000000</b>
+                    <r>0.608282</r>
+                    <g>0.708298</g>
+                    <b>0.859174</b>
                     <a>1.000000</a>
                   </color>
                 </param>
@@ -850,75 +850,477 @@
                 <param name="winding_style">
                   <integer value="0"/>
                 </param>
-                <param name="vector_list">
-                  <dynamic_list type="vector">
+                <param name="bline">
+                  <bline type="bline_point" loop="true">
                     <entry>
-                      <vector>
-                        <x>0.1761929989</x>
-                        <y>-1.8730857372</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.2115601897</x>
+                            <y>-1.8875467777</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.4458296299"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0424994534"/>
+                            </radius>
+                            <theta>
+                              <angle value="-23.749489"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0424994534"/>
+                            </radius>
+                            <theta>
+                              <angle value="-23.749489"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.1754952967</x>
-                        <y>-1.8926194906</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.2110290378</x>
+                            <y>-1.9199465513</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.3609867990"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0484618259"/>
+                            </radius>
+                            <theta>
+                              <angle value="-137.602570"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0484618259"/>
+                            </radius>
+                            <theta>
+                              <angle value="-137.602570"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.2010992169</x>
-                        <y>-1.8871111870</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.1705974787</x>
+                            <y>-1.9537649155</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.5000000000"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.2004996091</x>
-                        <y>-1.9554054737</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.1711161435</x>
+                            <y>-1.9745118618</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.5000000000"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.1767916977</x>
-                        <y>-1.9551552534</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.2499542683</x>
+                            <y>-1.9745118618</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.5000000000"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.1764675975</x>
-                        <y>-1.9742723703</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.2504729331</x>
+                            <y>-1.9548022747</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.5000000000"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.2522491813</x>
-                        <y>-1.9742214680</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.2022364587</x>
+                            <y>-1.9548022747</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.5000000000"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.2519829273</x>
-                        <y>-1.9554792643</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.2389146239</x>
+                            <y>-1.9212744236</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.5000000000"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0602831011"/>
+                            </radius>
+                            <theta>
+                              <angle value="45.534958"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0602831011"/>
+                            </radius>
+                            <theta>
+                              <angle value="45.534958"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.2279425710</x>
-                        <y>-1.9546214342</y>
-                      </vector>
+                      <composite guid="C82D17540D9FF9639922B5C1616E6ED7" type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.2455540448</x>
+                            <y>-1.8843598366</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.5474172235"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0213782369"/>
+                            </radius>
+                            <theta>
+                              <angle value="116.565453"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0213782369"/>
+                            </radius>
+                            <theta>
+                              <angle value="116.565453"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.2271666527</x>
-                        <y>-1.8686796427</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.2157219350</x>
+                            <y>-1.8661094904</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.3187303841"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0610029555"/>
+                            </radius>
+                            <theta>
+                              <angle value="174.143982"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0610029555"/>
+                            </radius>
+                            <theta>
+                              <angle value="174.143982"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
+                    </entry>
+                    <entry>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.1716348231</x>
+                            <y>-1.8733708858</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.5000000000"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
                     <entry>
-                      <vector>
-                        <x>0.2012836933</x>
-                        <y>-1.8683817387</y>
-                      </vector>
+                      <composite type="bline_point">
+                        <point>
+                          <vector>
+                            <x>0.1716348231</x>
+                            <y>-1.8956737518</y>
+                          </vector>
+                        </point>
+                        <width>
+                          <real value="1.0000000000"/>
+                        </width>
+                        <origin>
+                          <real value="0.5000000000"/>
+                        </origin>
+                        <split>
+                          <bool value="false"/>
+                        </split>
+                        <t1>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t1>
+                        <t2>
+                          <radial_composite type="vector">
+                            <radius>
+                              <real value="0.0000000000"/>
+                            </radius>
+                            <theta>
+                              <angle value="0.000000"/>
+                            </theta>
+                          </radial_composite>
+                        </t2>
+                      </composite>
                     </entry>
-                  </dynamic_list>
+                  </bline>
                 </param>
               </layer>
               <layer type="PasteCanvas" active="true" exclude_from_rendering="false" version="0.1">
diff --git a/images/utils_timetrack_align_icon.sif b/images/utils_timetrack_align_icon.sif
new file mode 100644
index 0000000..b9b9d97
--- /dev/null
+++ b/images/utils_timetrack_align_icon.sif
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<canvas version="1.0" width="1" height="128" xres="2834.645691" yres="2834.645752" view-box="-0.011048 1.414170 0.011048 -1.414170" antialias="1" fps="24.000" begin-time="0f" end-time="0f" bgcolor="0.500000 0.500000 0.500000 1.000000">
+  <name>Synfig Studio: Utils : TimeTrack Align</name>
+  <desc>Placed in the Public Domain in 2014 by Jerome Blanchi (d.j.a.y)</desc>
+  <meta name="grid_color" content="0,623529 0,623529 0,623529"/>
+  <meta name="grid_show" content="0"/>
+  <meta name="grid_size" content="0,250000 0,250000"/>
+  <meta name="grid_snap" content="0"/>
+  <meta name="guide_color" content="0,435294 0,435294 1,000000"/>
+  <meta name="guide_show" content="1"/>
+  <meta name="guide_snap" content="0"/>
+  <meta name="onion_skin" content="0"/>
+  <layer type="SolidColor" active="true" exclude_from_rendering="false" version="0.1">
+    <param name="z_depth">
+      <real value="0.0000000000"/>
+    </param>
+    <param name="amount">
+      <real value="1.0000000000"/>
+    </param>
+    <param name="blend_method">
+      <integer value="0"/>
+    </param>
+    <param name="color">
+      <color>
+        <r>0.000000</r>
+        <g>0.000000</g>
+        <b>0.000000</b>
+        <a>0.000000</a>
+      </color>
+    </param>
+  </layer>
+</canvas>
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index 56666f0..f12cfdf 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -1312,7 +1312,7 @@ ia64-*-hpux*)
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1326,7 +1326,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_i386"
 	    ;;
-	  ppc64-*linux*|powerpc64-*linux*)
+	  powerpc64le-*linux*)
+	    LD="${LD-ld} -m elf32lppclinux"
+	    ;;
+	  powerpc64-*linux*)
 	    LD="${LD-ld} -m elf32ppclinux"
 	    ;;
 	  s390x-*linux*)
@@ -1345,7 +1348,10 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 	  x86_64-*linux*)
 	    LD="${LD-ld} -m elf_x86_64"
 	    ;;
-	  ppc*-*linux*|powerpc*-*linux*)
+	  powerpcle-*linux*)
+	    LD="${LD-ld} -m elf64lppc"
+	    ;;
+	  powerpc-*linux*)
 	    LD="${LD-ld} -m elf64ppc"
 	    ;;
 	  s390*-*linux*|s390*-*tpf*)
diff --git a/plugins/Makefile.in b/plugins/Makefile.in
index 788ccec..5532e95 100644
--- a/plugins/Makefile.in
+++ b/plugins/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -16,23 +16,51 @@
 
 # $Id$
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+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 \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        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; \
-    test $$am__dry = yes; \
-  }
+    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@
@@ -52,7 +80,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 subdir = plugins
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 	$(top_srcdir)/m4/gnome.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -69,15 +97,28 @@ mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
+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;; \
@@ -85,9 +126,29 @@ am__can_run_installinfo = \
   esac
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+am__recursive_targets = \
+  $(RECURSIVE_TARGETS) \
+  $(RECURSIVE_CLEAN_TARGETS) \
+  $(am__extra_recursive_targets)
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 	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
 DIST_SUBDIRS = $(SUBDIRS)
@@ -357,14 +418,13 @@ clean-libtool:
 # (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.
-$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
-	@fail= failcom='exit 1'; \
-	for f in x $$MAKEFLAGS; do \
-	  case $$f in \
-	    *=* | --[!k]*);; \
-	    *k*) failcom='fail=yes';; \
-	  esac; \
-	done; \
+$(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 \
@@ -385,31 +445,13 @@ $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 	fi; test -z "$$fail"
-tags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
-	done
-ctags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
-	done
-cscopelist-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
-	done
 
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
+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 \
@@ -425,12 +467,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	$(am__define_uniq_tagged_files); \
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
@@ -442,15 +479,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      $$unique; \
 	  fi; \
 	fi
-ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+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
@@ -459,9 +492,10 @@ GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
+cscopelist: cscopelist-recursive
 
-cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
 	case "$(srcdir)" in \
 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 	  *) sdir=$(subdir)/$(srcdir) ;; \
@@ -634,23 +668,20 @@ ps-am:
 
 uninstall-am:
 
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
-	cscopelist-recursive ctags-recursive install-am install-strip \
-	tags-recursive
+.MAKE: $(am__recursive_targets) install-am install-strip
 
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
-	all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist cscopelist-recursive ctags ctags-recursive \
-	distclean distclean-generic distclean-libtool distclean-tags \
-	distdir dvi dvi-am html html-am info info-am install \
-	install-am install-data install-data-am install-dvi \
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
+	check-am clean clean-generic clean-libtool cscopelist-am ctags \
+	ctags-am distclean distclean-generic distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-dvi \
 	install-dvi-am install-exec install-exec-am install-html \
 	install-html-am install-info install-info-am install-man \
 	install-pdf install-pdf-am install-ps install-ps-am \
 	install-strip installcheck installcheck-am installdirs \
 	installdirs-am maintainer-clean maintainer-clean-generic \
 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags tags-recursive uninstall uninstall-am
+	ps ps-am tags tags-am uninstall uninstall-am
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/plugins/add-skeleton-simple/Makefile.in b/plugins/add-skeleton-simple/Makefile.in
index 0796f5f..741a815 100644
--- a/plugins/add-skeleton-simple/Makefile.in
+++ b/plugins/add-skeleton-simple/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -17,23 +17,51 @@
 # $Id$
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+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 \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  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@
@@ -53,7 +81,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 subdir = plugins/add-skeleton-simple
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 	$(top_srcdir)/m4/gnome.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -70,6 +98,18 @@ mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -106,6 +146,7 @@ am__uninstall_files_from_dir = { \
   }
 am__installdirs = "$(DESTDIR)$(plugindir)"
 DATA = $(plugin_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ALL_LINGUAS = @ALL_LINGUAS@
@@ -370,11 +411,9 @@ uninstall-pluginDATA:
 	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
-tags: TAGS
-TAGS:
+tags TAGS:
 
-ctags: CTAGS
-CTAGS:
+ctags CTAGS:
 
 cscope cscopelist:
 
@@ -517,16 +556,16 @@ uninstall-am: uninstall-pluginDATA
 .MAKE: install-am install-strip
 
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	distclean distclean-generic distclean-libtool distdir dvi \
-	dvi-am html html-am info info-am install install-am \
-	install-data install-data-am install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-man install-pdf \
-	install-pdf-am install-pluginDATA install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	uninstall uninstall-am uninstall-pluginDATA
+	cscopelist-am ctags-am distclean distclean-generic \
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-dvi \
+	install-dvi-am install-exec install-exec-am install-html \
+	install-html-am install-info install-info-am install-man \
+	install-pdf install-pdf-am install-pluginDATA install-ps \
+	install-ps-am install-strip installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+	ps ps-am tags-am uninstall uninstall-am uninstall-pluginDATA
 
 
 @INTLTOOL_XML_RULE@
diff --git a/plugins/view-unhide-all-layers/Makefile.in b/plugins/view-unhide-all-layers/Makefile.in
index 5e5337a..6780281 100644
--- a/plugins/view-unhide-all-layers/Makefile.in
+++ b/plugins/view-unhide-all-layers/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -17,23 +17,51 @@
 # $Id$
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+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 \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  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@
@@ -53,7 +81,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 subdir = plugins/view-unhide-all-layers
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 	$(top_srcdir)/m4/gnome.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -70,6 +98,18 @@ mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
 am__can_run_installinfo = \
@@ -106,6 +146,7 @@ am__uninstall_files_from_dir = { \
   }
 am__installdirs = "$(DESTDIR)$(plugindir)"
 DATA = $(plugin_DATA)
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ALL_LINGUAS = @ALL_LINGUAS@
@@ -370,11 +411,9 @@ uninstall-pluginDATA:
 	@list='$(plugin_DATA)'; test -n "$(plugindir)" || list=; \
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 	dir='$(DESTDIR)$(plugindir)'; $(am__uninstall_files_from_dir)
-tags: TAGS
-TAGS:
+tags TAGS:
 
-ctags: CTAGS
-CTAGS:
+ctags CTAGS:
 
 cscope cscopelist:
 
@@ -517,16 +556,16 @@ uninstall-am: uninstall-pluginDATA
 .MAKE: install-am install-strip
 
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
-	distclean distclean-generic distclean-libtool distdir dvi \
-	dvi-am html html-am info info-am install install-am \
-	install-data install-data-am install-dvi install-dvi-am \
-	install-exec install-exec-am install-html install-html-am \
-	install-info install-info-am install-man install-pdf \
-	install-pdf-am install-pluginDATA install-ps install-ps-am \
-	install-strip installcheck installcheck-am installdirs \
-	maintainer-clean maintainer-clean-generic mostlyclean \
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	uninstall uninstall-am uninstall-pluginDATA
+	cscopelist-am ctags-am distclean distclean-generic \
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-dvi \
+	install-dvi-am install-exec install-exec-am install-html \
+	install-html-am install-info install-info-am install-man \
+	install-pdf install-pdf-am install-pluginDATA install-ps \
+	install-ps-am install-strip installcheck installcheck-am \
+	installdirs maintainer-clean maintainer-clean-generic \
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
+	ps ps-am tags-am uninstall uninstall-am uninstall-pluginDATA
 
 
 @INTLTOOL_XML_RULE@
diff --git a/po/POTFILES.in b/po/POTFILES.in
index e535ad1..6a8d44e 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,5 @@
 synfigstudio.desktop.in
+synfigstudio.appdata.xml.in
 synfigstudio-thumbnailer.schemas.in
 synfigstudio.keys.in
 plugins/add-skeleton-simple/plugin.xml.in
diff --git a/src/Makefile.in b/src/Makefile.in
index 70d5a3c..2b67d71 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -16,23 +16,51 @@
 
 # $Id$
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+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 \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        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; \
-    test $$am__dry = yes; \
-  }
+    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@
@@ -52,7 +80,7 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 subdir = src
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 	$(top_srcdir)/m4/gnome.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -69,15 +97,28 @@ mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES =
 CONFIG_CLEAN_VPATH_FILES =
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 SOURCES =
 DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive
+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;; \
@@ -85,9 +126,29 @@ am__can_run_installinfo = \
   esac
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
   distclean-recursive maintainer-clean-recursive
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
+am__recursive_targets = \
+  $(RECURSIVE_TARGETS) \
+  $(RECURSIVE_CLEAN_TARGETS) \
+  $(am__extra_recursive_targets)
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 	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
 DIST_SUBDIRS = $(SUBDIRS)
@@ -361,14 +422,13 @@ clean-libtool:
 # (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.
-$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
-	@fail= failcom='exit 1'; \
-	for f in x $$MAKEFLAGS; do \
-	  case $$f in \
-	    *=* | --[!k]*);; \
-	    *k*) failcom='fail=yes';; \
-	  esac; \
-	done; \
+$(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 \
@@ -389,31 +449,13 @@ $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 	if test "$$dot_seen" = "no"; then \
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 	fi; test -z "$$fail"
-tags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
-	done
-ctags-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
-	done
-cscopelist-recursive:
-	list='$(SUBDIRS)'; for subdir in $$list; do \
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
-	done
 
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
+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 \
@@ -429,12 +471,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 	  fi; \
 	done; \
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	$(am__define_uniq_tagged_files); \
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
@@ -446,15 +483,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      $$unique; \
 	  fi; \
 	fi
-ctags: CTAGS
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+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
@@ -463,9 +496,10 @@ GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
+cscopelist: cscopelist-recursive
 
-cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
 	case "$(srcdir)" in \
 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 	  *) sdir=$(subdir)/$(srcdir) ;; \
@@ -638,23 +672,20 @@ ps-am:
 
 uninstall-am:
 
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
-	cscopelist-recursive ctags-recursive install-am install-strip \
-	tags-recursive
+.MAKE: $(am__recursive_targets) install-am install-strip
 
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
-	all all-am check check-am clean clean-generic clean-libtool \
-	cscopelist cscopelist-recursive ctags ctags-recursive \
-	distclean distclean-generic distclean-libtool distclean-tags \
-	distdir dvi dvi-am html html-am info info-am install \
-	install-am install-data install-data-am install-dvi \
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
+	check-am clean clean-generic clean-libtool cscopelist-am ctags \
+	ctags-am distclean distclean-generic distclean-libtool \
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
+	install install-am install-data install-data-am install-dvi \
 	install-dvi-am install-exec install-exec-am install-html \
 	install-html-am install-info install-info-am install-man \
 	install-pdf install-pdf-am install-ps install-ps-am \
 	install-strip installcheck installcheck-am installdirs \
 	installdirs-am maintainer-clean maintainer-clean-generic \
 	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
-	ps ps-am tags tags-recursive uninstall uninstall-am
+	ps ps-am tags tags-am uninstall uninstall-am
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/src/gui/Makefile.in b/src/gui/Makefile.in
index 3c9e717..504e03b 100644
--- a/src/gui/Makefile.in
+++ b/src/gui/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -17,23 +17,51 @@
 # $Id$
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+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 \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        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; \
-    test $$am__dry = yes; \
-  }
+  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@
@@ -52,8 +80,7 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-	$(srcdir)/actionmanagers/Makefile_insert \
+DIST_COMMON = $(srcdir)/actionmanagers/Makefile_insert \
 	$(srcdir)/cellrenderer/Makefile_insert \
 	$(srcdir)/dialogs/Makefile_insert \
 	$(srcdir)/dials/Makefile_insert \
@@ -64,6 +91,7 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 	$(srcdir)/trees/Makefile_insert \
 	$(srcdir)/widgets/Makefile_insert \
 	$(srcdir)/workarearenderer/Makefile_insert \
+	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 	$(top_srcdir)/config/depcomp
 bin_PROGRAMS = synfigstudio$(EXEEXT)
 subdir = src/gui
@@ -225,31 +253,65 @@ am_synfigstudio_OBJECTS = $(am__objects_13) $(am__objects_1) \
 	$(am__objects_15)
 synfigstudio_OBJECTS = $(am_synfigstudio_OBJECTS)
 synfigstudio_DEPENDENCIES = ../synfigapp/libsynfigapp.la
-synfigstudio_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
+AM_V_lt = $(am__v_lt_ at AM_V@)
+am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
+am__v_lt_0 = --silent
+am__v_lt_1 = 
+synfigstudio_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(synfigstudio_CXXFLAGS) \
 	$(CXXFLAGS) $(synfigstudio_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
 am__mv = mv -f
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CXXFLAGS) $(CXXFLAGS)
+AM_V_CXX = $(am__v_CXX_ at AM_V@)
+am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
+am__v_CXX_0 = @echo "  CXX     " $@;
+am__v_CXX_1 = 
 CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
-	$(LDFLAGS) -o $@
+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
+am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
+am__v_CXXLD_0 = @echo "  CXXLD   " $@;
+am__v_CXXLD_1 = 
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=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_ at AM_V@)
+am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
+am__v_CC_0 = @echo "  CC      " $@;
+am__v_CC_1 = 
 CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-	$(LDFLAGS) -o $@
+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_ at AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
+am__v_CCLD_0 = @echo "  CCLD    " $@;
+am__v_CCLD_1 = 
 SOURCES = $(synfigstudio_SOURCES)
 DIST_SOURCES = $(synfigstudio_SOURCES)
 am__can_run_installinfo = \
@@ -257,6 +319,23 @@ am__can_run_installinfo = \
     n|no|NO) false;; \
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
+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
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -859,10 +938,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
 	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; \
+	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|.*|.|' \
+	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 } \
@@ -883,7 +964,8 @@ uninstall-binPROGRAMS:
 	@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)/' `; \
+	      -e 's/$$/$(EXEEXT)/' \
+	`; \
 	test -n "$$list" || exit 0; \
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
@@ -896,9 +978,10 @@ clean-binPROGRAMS:
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 	echo " rm -f" $$list; \
 	rm -f $$list
+
 synfigstudio$(EXEEXT): $(synfigstudio_OBJECTS) $(synfigstudio_DEPENDENCIES) $(EXTRA_synfigstudio_DEPENDENCIES) 
 	@rm -f synfigstudio$(EXEEXT)
-	$(synfigstudio_LINK) $(synfigstudio_OBJECTS) $(synfigstudio_LDADD) $(LIBS)
+	$(AM_V_CXXLD)$(synfigstudio_LINK) $(synfigstudio_OBJECTS) $(synfigstudio_LDADD) $(LIBS)
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
@@ -1038,1845 +1121,1845 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/synfigstudio-zoomdial.Po at am__quote@
 
 .cpp.o:
- at am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
 .cpp.obj:
- at am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .cpp.lo:
- at am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
 synfigstudio-main.o: main.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-main.o -MD -MP -MF $(DEPDIR)/synfigstudio-main.Tpo -c -o synfigstudio-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-main.Tpo $(DEPDIR)/synfigstudio-main.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='main.cpp' object='synfigstudio-main.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-main.o -MD -MP -MF $(DEPDIR)/synfigstudio-main.Tpo -c -o synfigstudio-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-main.Tpo $(DEPDIR)/synfigstudio-main.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='main.cpp' object='synfigstudio-main.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-main.o `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
 
 synfigstudio-main.obj: main.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-main.obj -MD -MP -MF $(DEPDIR)/synfigstudio-main.Tpo -c -o synfigstudio-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-main.Tpo $(DEPDIR)/synfigstudio-main.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='main.cpp' object='synfigstudio-main.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-main.obj -MD -MP -MF $(DEPDIR)/synfigstudio-main.Tpo -c -o synfigstudio-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-main.Tpo $(DEPDIR)/synfigstudio-main.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='main.cpp' object='synfigstudio-main.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-main.obj `if test -f 'main.cpp'; then $(CYGPATH_W) 'main.cpp'; else $(CYGPATH_W) '$(srcdir)/main.cpp'; fi`
 
 synfigstudio-groupactionmanager.o: actionmanagers/groupactionmanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-groupactionmanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-groupactionmanager.Tpo -c -o synfigstudio-groupactionmanager.o `test -f 'actionmanagers/groupactionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/groupactionmanager.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-groupactionmanager.Tpo $(DEPDIR)/synfigstudio-groupactionmanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actionmanagers/groupactionmanager.cpp' object='synfigstudio-groupactionmanager.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-groupactionmanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-groupactionmanager.Tpo -c -o synfigstudio-groupactionmanager.o `test -f 'actionmanagers/groupactionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/groupactionmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-groupactionmanager.Tpo $(DEPDIR)/synfigstudio-groupactionmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actionmanagers/groupactionmanager.cpp' object='synfigstudio-groupactionmanager.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-groupactionmanager.o `test -f 'actionmanagers/groupactionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/groupactionmanager.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-groupactionmanager.o `test -f 'actionmanagers/groupactionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/groupactionmanager.cpp
 
 synfigstudio-groupactionmanager.obj: actionmanagers/groupactionmanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-groupactionmanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-groupactionmanager.Tpo -c -o synfigstudio-groupactionmanager.obj `if test -f 'actionmanagers/groupactionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/groupactionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/groupactionmanager.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-groupactionmanager.Tpo $(DEPDIR)/synfigstudio-groupactionmanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actionmanagers/groupactionmanager.cpp' object='synfigstudio-groupactionmanager.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-groupactionmanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-groupactionmanager.Tpo -c -o synfigstudio-groupactionmanager.obj `if test -f 'actionmanagers/groupactionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/groupactionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/groupactionmanager.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-groupactionmanager.Tpo $(DEPDIR)/synfigstudio-groupactionmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actionmanagers/groupactionmanager.cpp' object='synfigstudio-groupactionmanager.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-groupactionmanager.obj `if test -f 'actionmanagers/groupactionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/groupactionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/groupactionmanager.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-groupactionmanager.obj `if test -f 'actionmanagers/groupactionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/groupactionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/groupactionmanager.cpp'; fi`
 
 synfigstudio-keyframeactionmanager.o: actionmanagers/keyframeactionmanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframeactionmanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-keyframeactionmanager.Tpo -c -o synfigstudio-keyframeactionmanager.o `test -f 'actionmanagers/keyframeactionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/keyframeactionmanager.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keyframeactionmanager.Tpo $(DEPDIR)/synfigstudio-keyframeactionmanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actionmanagers/keyframeactionmanager.cpp' object='synfigstudio-keyframeactionmanager.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframeactionmanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-keyframeactionmanager.Tpo -c -o synfigstudio-keyframeactionmanager.o `test -f 'actionmanagers/keyframeactionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/keyframeactionmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keyframeactionmanager.Tpo $(DEPDIR)/synfigstudio-keyframeactionmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actionmanagers/keyframeactionmanager.cpp' object='synfigstudio-keyframeactionmanager.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframeactionmanager.o `test -f 'actionmanagers/keyframeactionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/keyframeactionmanager.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframeactionmanager.o `test -f 'actionmanagers/keyframeactionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/keyframeactionmanager.cpp
 
 synfigstudio-keyframeactionmanager.obj: actionmanagers/keyframeactionmanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframeactionmanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keyframeactionmanager.Tpo -c -o synfigstudio-keyframeactionmanager.obj `if test -f 'actionmanagers/keyframeactionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/keyframeactionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/keyframeactionmanager.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keyframeactionmanager.Tpo $(DEPDIR)/synfigstudio-keyframeactionmanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actionmanagers/keyframeactionmanager.cpp' object='synfigstudio-keyframeactionmanager.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframeactionmanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keyframeactionmanager.Tpo -c -o synfigstudio-keyframeactionmanager.obj `if test -f 'actionmanagers/keyframeactionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/keyframeactionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/keyframeactionmanager.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keyframeactionmanager.Tpo $(DEPDIR)/synfigstudio-keyframeactionmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actionmanagers/keyframeactionmanager.cpp' object='synfigstudio-keyframeactionmanager.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframeactionmanager.obj `if test -f 'actionmanagers/keyframeactionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/keyframeactionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/keyframeactionmanager.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframeactionmanager.obj `if test -f 'actionmanagers/keyframeactionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/keyframeactionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/keyframeactionmanager.cpp'; fi`
 
 synfigstudio-layeractionmanager.o: actionmanagers/layeractionmanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layeractionmanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-layeractionmanager.Tpo -c -o synfigstudio-layeractionmanager.o `test -f 'actionmanagers/layeractionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/layeractionmanager.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layeractionmanager.Tpo $(DEPDIR)/synfigstudio-layeractionmanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actionmanagers/layeractionmanager.cpp' object='synfigstudio-layeractionmanager.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layeractionmanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-layeractionmanager.Tpo -c -o synfigstudio-layeractionmanager.o `test -f 'actionmanagers/layeractionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/layeractionmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layeractionmanager.Tpo $(DEPDIR)/synfigstudio-layeractionmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actionmanagers/layeractionmanager.cpp' object='synfigstudio-layeractionmanager.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layeractionmanager.o `test -f 'actionmanagers/layeractionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/layeractionmanager.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layeractionmanager.o `test -f 'actionmanagers/layeractionmanager.cpp' || echo '$(srcdir)/'`actionmanagers/layeractionmanager.cpp
 
 synfigstudio-layeractionmanager.obj: actionmanagers/layeractionmanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layeractionmanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layeractionmanager.Tpo -c -o synfigstudio-layeractionmanager.obj `if test -f 'actionmanagers/layeractionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/layeractionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/layeractionmanager.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layeractionmanager.Tpo $(DEPDIR)/synfigstudio-layeractionmanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actionmanagers/layeractionmanager.cpp' object='synfigstudio-layeractionmanager.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layeractionmanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layeractionmanager.Tpo -c -o synfigstudio-layeractionmanager.obj `if test -f 'actionmanagers/layeractionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/layeractionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/layeractionmanager.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layeractionmanager.Tpo $(DEPDIR)/synfigstudio-layeractionmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actionmanagers/layeractionmanager.cpp' object='synfigstudio-layeractionmanager.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layeractionmanager.obj `if test -f 'actionmanagers/layeractionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/layeractionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/layeractionmanager.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layeractionmanager.obj `if test -f 'actionmanagers/layeractionmanager.cpp'; then $(CYGPATH_W) 'actionmanagers/layeractionmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/actionmanagers/layeractionmanager.cpp'; fi`
 
 synfigstudio-cellrenderer_gradient.o: cellrenderer/cellrenderer_gradient.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_gradient.o -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_gradient.Tpo -c -o synfigstudio-cellrenderer_gradient.o `test -f 'cellrenderer/cellrenderer_gradient.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_gradient.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_gradient.Tpo $(DEPDIR)/synfigstudio-cellrenderer_gradient.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='cellrenderer/cellrenderer_gradient.cpp' object='synfigstudio-cellrenderer_gradient.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_gradient.o -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_gradient.Tpo -c -o synfigstudio-cellrenderer_gradient.o `test -f 'cellrenderer/cellrenderer_gradient.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_gradient.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_gradient.Tpo $(DEPDIR)/synfigstudio-cellrenderer_gradient.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='cellrenderer/cellrenderer_gradient.cpp' object='synfigstudio-cellrenderer_gradient.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_gradient.o `test -f 'cellrenderer/cellrenderer_gradient.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_gradient.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_gradient.o `test -f 'cellrenderer/cellrenderer_gradient.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_gradient.cpp
 
 synfigstudio-cellrenderer_gradient.obj: cellrenderer/cellrenderer_gradient.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_gradient.obj -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_gradient.Tpo -c -o synfigstudio-cellrenderer_gradient.obj `if test -f 'cellrenderer/cellrenderer_gradient.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_gradient.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_gradient.Tpo $(DEPDIR)/synfigstudio-cellrenderer_gradient.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='cellrenderer/cellrenderer_gradient.cpp' object='synfigstudio-cellrenderer_gradient.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_gradient.obj -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_gradient.Tpo -c -o synfigstudio-cellrenderer_gradient.obj `if test -f 'cellrenderer/cellrenderer_gradient.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_gradient.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_gradient.Tpo $(DEPDIR)/synfigstudio-cellrenderer_gradient.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='cellrenderer/cellrenderer_gradient.cpp' object='synfigstudio-cellrenderer_gradient.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_gradient.obj `if test -f 'cellrenderer/cellrenderer_gradient.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_gradient.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_gradient.obj `if test -f 'cellrenderer/cellrenderer_gradient.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_gradient.cpp'; fi`
 
 synfigstudio-cellrenderer_time.o: cellrenderer/cellrenderer_time.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_time.o -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_time.Tpo -c -o synfigstudio-cellrenderer_time.o `test -f 'cellrenderer/cellrenderer_time.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_time.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_time.Tpo $(DEPDIR)/synfigstudio-cellrenderer_time.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='cellrenderer/cellrenderer_time.cpp' object='synfigstudio-cellrenderer_time.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_time.o -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_time.Tpo -c -o synfigstudio-cellrenderer_time.o `test -f 'cellrenderer/cellrenderer_time.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_time.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_time.Tpo $(DEPDIR)/synfigstudio-cellrenderer_time.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='cellrenderer/cellrenderer_time.cpp' object='synfigstudio-cellrenderer_time.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_time.o `test -f 'cellrenderer/cellrenderer_time.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_time.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_time.o `test -f 'cellrenderer/cellrenderer_time.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_time.cpp
 
 synfigstudio-cellrenderer_time.obj: cellrenderer/cellrenderer_time.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_time.obj -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_time.Tpo -c -o synfigstudio-cellrenderer_time.obj `if test -f 'cellrenderer/cellrenderer_time.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_time.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_time.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_time.Tpo $(DEPDIR)/synfigstudio-cellrenderer_time.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='cellrenderer/cellrenderer_time.cpp' object='synfigstudio-cellrenderer_time.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_time.obj -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_time.Tpo -c -o synfigstudio-cellrenderer_time.obj `if test -f 'cellrenderer/cellrenderer_time.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_time.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_time.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_time.Tpo $(DEPDIR)/synfigstudio-cellrenderer_time.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='cellrenderer/cellrenderer_time.cpp' object='synfigstudio-cellrenderer_time.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_time.obj `if test -f 'cellrenderer/cellrenderer_time.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_time.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_time.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_time.obj `if test -f 'cellrenderer/cellrenderer_time.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_time.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_time.cpp'; fi`
 
 synfigstudio-cellrenderer_timetrack.o: cellrenderer/cellrenderer_timetrack.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_timetrack.o -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Tpo -c -o synfigstudio-cellrenderer_timetrack.o `test -f 'cellrenderer/cellrenderer_timetrack.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_timetrack.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Tpo $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='cellrenderer/cellrenderer_timetrack.cpp' object='synfigstudio-cellrenderer_timetrack.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_timetrack.o -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Tpo -c -o synfigstudio-cellrenderer_timetrack.o `test -f 'cellrenderer/cellrenderer_timetrack.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_timetrack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Tpo $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='cellrenderer/cellrenderer_timetrack.cpp' object='synfigstudio-cellrenderer_timetrack.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_timetrack.o `test -f 'cellrenderer/cellrenderer_timetrack.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_timetrack.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_timetrack.o `test -f 'cellrenderer/cellrenderer_timetrack.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_timetrack.cpp
 
 synfigstudio-cellrenderer_timetrack.obj: cellrenderer/cellrenderer_timetrack.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_timetrack.obj -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Tpo -c -o synfigstudio-cellrenderer_timetrack.obj `if test -f 'cellrenderer/cellrenderer_timetrack.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_timetrack.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_timetrack.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Tpo $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='cellrenderer/cellrenderer_timetrack.cpp' object='synfigstudio-cellrenderer_timetrack.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_timetrack.obj -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Tpo -c -o synfigstudio-cellrenderer_timetrack.obj `if test -f 'cellrenderer/cellrenderer_timetrack.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_timetrack.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_timetrack.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Tpo $(DEPDIR)/synfigstudio-cellrenderer_timetrack.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='cellrenderer/cellrenderer_timetrack.cpp' object='synfigstudio-cellrenderer_timetrack.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_timetrack.obj `if test -f 'cellrenderer/cellrenderer_timetrack.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_timetrack.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_timetrack.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_timetrack.obj `if test -f 'cellrenderer/cellrenderer_timetrack.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_timetrack.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_timetrack.cpp'; fi`
 
 synfigstudio-cellrenderer_value.o: cellrenderer/cellrenderer_value.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_value.o -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_value.Tpo -c -o synfigstudio-cellrenderer_value.o `test -f 'cellrenderer/cellrenderer_value.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_value.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_value.Tpo $(DEPDIR)/synfigstudio-cellrenderer_value.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='cellrenderer/cellrenderer_value.cpp' object='synfigstudio-cellrenderer_value.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_value.o -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_value.Tpo -c -o synfigstudio-cellrenderer_value.o `test -f 'cellrenderer/cellrenderer_value.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_value.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_value.Tpo $(DEPDIR)/synfigstudio-cellrenderer_value.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='cellrenderer/cellrenderer_value.cpp' object='synfigstudio-cellrenderer_value.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_value.o `test -f 'cellrenderer/cellrenderer_value.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_value.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_value.o `test -f 'cellrenderer/cellrenderer_value.cpp' || echo '$(srcdir)/'`cellrenderer/cellrenderer_value.cpp
 
 synfigstudio-cellrenderer_value.obj: cellrenderer/cellrenderer_value.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_value.obj -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_value.Tpo -c -o synfigstudio-cellrenderer_value.obj `if test -f 'cellrenderer/cellrenderer_value.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_value.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_value.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_value.Tpo $(DEPDIR)/synfigstudio-cellrenderer_value.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='cellrenderer/cellrenderer_value.cpp' object='synfigstudio-cellrenderer_value.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-cellrenderer_value.obj -MD -MP -MF $(DEPDIR)/synfigstudio-cellrenderer_value.Tpo -c -o synfigstudio-cellrenderer_value.obj `if test -f 'cellrenderer/cellrenderer_value.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_value.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_value.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-cellrenderer_value.Tpo $(DEPDIR)/synfigstudio-cellrenderer_value.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='cellrenderer/cellrenderer_value.cpp' object='synfigstudio-cellrenderer_value.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_value.obj `if test -f 'cellrenderer/cellrenderer_value.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_value.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_value.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-cellrenderer_value.obj `if test -f 'cellrenderer/cellrenderer_value.cpp'; then $(CYGPATH_W) 'cellrenderer/cellrenderer_value.cpp'; else $(CYGPATH_W) '$(srcdir)/cellrenderer/cellrenderer_value.cpp'; fi`
 
 synfigstudio-about.o: dialogs/about.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-about.o -MD -MP -MF $(DEPDIR)/synfigstudio-about.Tpo -c -o synfigstudio-about.o `test -f 'dialogs/about.cpp' || echo '$(srcdir)/'`dialogs/about.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-about.Tpo $(DEPDIR)/synfigstudio-about.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/about.cpp' object='synfigstudio-about.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-about.o -MD -MP -MF $(DEPDIR)/synfigstudio-about.Tpo -c -o synfigstudio-about.o `test -f 'dialogs/about.cpp' || echo '$(srcdir)/'`dialogs/about.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-about.Tpo $(DEPDIR)/synfigstudio-about.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/about.cpp' object='synfigstudio-about.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-about.o `test -f 'dialogs/about.cpp' || echo '$(srcdir)/'`dialogs/about.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-about.o `test -f 'dialogs/about.cpp' || echo '$(srcdir)/'`dialogs/about.cpp
 
 synfigstudio-about.obj: dialogs/about.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-about.obj -MD -MP -MF $(DEPDIR)/synfigstudio-about.Tpo -c -o synfigstudio-about.obj `if test -f 'dialogs/about.cpp'; then $(CYGPATH_W) 'dialogs/about.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/about.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-about.Tpo $(DEPDIR)/synfigstudio-about.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/about.cpp' object='synfigstudio-about.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-about.obj -MD -MP -MF $(DEPDIR)/synfigstudio-about.Tpo -c -o synfigstudio-about.obj `if test -f 'dialogs/about.cpp'; then $(CYGPATH_W) 'dialogs/about.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/about.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-about.Tpo $(DEPDIR)/synfigstudio-about.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/about.cpp' object='synfigstudio-about.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-about.obj `if test -f 'dialogs/about.cpp'; then $(CYGPATH_W) 'dialogs/about.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/about.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-about.obj `if test -f 'dialogs/about.cpp'; then $(CYGPATH_W) 'dialogs/about.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/about.cpp'; fi`
 
 synfigstudio-canvasoptions.o: dialogs/canvasoptions.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasoptions.o -MD -MP -MF $(DEPDIR)/synfigstudio-canvasoptions.Tpo -c -o synfigstudio-canvasoptions.o `test -f 'dialogs/canvasoptions.cpp' || echo '$(srcdir)/'`dialogs/canvasoptions.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-canvasoptions.Tpo $(DEPDIR)/synfigstudio-canvasoptions.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/canvasoptions.cpp' object='synfigstudio-canvasoptions.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasoptions.o -MD -MP -MF $(DEPDIR)/synfigstudio-canvasoptions.Tpo -c -o synfigstudio-canvasoptions.o `test -f 'dialogs/canvasoptions.cpp' || echo '$(srcdir)/'`dialogs/canvasoptions.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-canvasoptions.Tpo $(DEPDIR)/synfigstudio-canvasoptions.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/canvasoptions.cpp' object='synfigstudio-canvasoptions.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasoptions.o `test -f 'dialogs/canvasoptions.cpp' || echo '$(srcdir)/'`dialogs/canvasoptions.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasoptions.o `test -f 'dialogs/canvasoptions.cpp' || echo '$(srcdir)/'`dialogs/canvasoptions.cpp
 
 synfigstudio-canvasoptions.obj: dialogs/canvasoptions.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasoptions.obj -MD -MP -MF $(DEPDIR)/synfigstudio-canvasoptions.Tpo -c -o synfigstudio-canvasoptions.obj `if test -f 'dialogs/canvasoptions.cpp'; then $(CYGPATH_W) 'dialogs/canvasoptions.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/canvasoptions.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-canvasoptions.Tpo $(DEPDIR)/synfigstudio-canvasoptions.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/canvasoptions.cpp' object='synfigstudio-canvasoptions.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasoptions.obj -MD -MP -MF $(DEPDIR)/synfigstudio-canvasoptions.Tpo -c -o synfigstudio-canvasoptions.obj `if test -f 'dialogs/canvasoptions.cpp'; then $(CYGPATH_W) 'dialogs/canvasoptions.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/canvasoptions.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-canvasoptions.Tpo $(DEPDIR)/synfigstudio-canvasoptions.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/canvasoptions.cpp' object='synfigstudio-canvasoptions.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasoptions.obj `if test -f 'dialogs/canvasoptions.cpp'; then $(CYGPATH_W) 'dialogs/canvasoptions.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/canvasoptions.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasoptions.obj `if test -f 'dialogs/canvasoptions.cpp'; then $(CYGPATH_W) 'dialogs/canvasoptions.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/canvasoptions.cpp'; fi`
 
 synfigstudio-canvasproperties.o: dialogs/canvasproperties.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasproperties.o -MD -MP -MF $(DEPDIR)/synfigstudio-canvasproperties.Tpo -c -o synfigstudio-canvasproperties.o `test -f 'dialogs/canvasproperties.cpp' || echo '$(srcdir)/'`dialogs/canvasproperties.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-canvasproperties.Tpo $(DEPDIR)/synfigstudio-canvasproperties.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/canvasproperties.cpp' object='synfigstudio-canvasproperties.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasproperties.o -MD -MP -MF $(DEPDIR)/synfigstudio-canvasproperties.Tpo -c -o synfigstudio-canvasproperties.o `test -f 'dialogs/canvasproperties.cpp' || echo '$(srcdir)/'`dialogs/canvasproperties.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-canvasproperties.Tpo $(DEPDIR)/synfigstudio-canvasproperties.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/canvasproperties.cpp' object='synfigstudio-canvasproperties.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasproperties.o `test -f 'dialogs/canvasproperties.cpp' || echo '$(srcdir)/'`dialogs/canvasproperties.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasproperties.o `test -f 'dialogs/canvasproperties.cpp' || echo '$(srcdir)/'`dialogs/canvasproperties.cpp
 
 synfigstudio-canvasproperties.obj: dialogs/canvasproperties.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasproperties.obj -MD -MP -MF $(DEPDIR)/synfigstudio-canvasproperties.Tpo -c -o synfigstudio-canvasproperties.obj `if test -f 'dialogs/canvasproperties.cpp'; then $(CYGPATH_W) 'dialogs/canvasproperties.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/canvasproperties.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-canvasproperties.Tpo $(DEPDIR)/synfigstudio-canvasproperties.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/canvasproperties.cpp' object='synfigstudio-canvasproperties.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasproperties.obj -MD -MP -MF $(DEPDIR)/synfigstudio-canvasproperties.Tpo -c -o synfigstudio-canvasproperties.obj `if test -f 'dialogs/canvasproperties.cpp'; then $(CYGPATH_W) 'dialogs/canvasproperties.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/canvasproperties.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-canvasproperties.Tpo $(DEPDIR)/synfigstudio-canvasproperties.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/canvasproperties.cpp' object='synfigstudio-canvasproperties.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasproperties.obj `if test -f 'dialogs/canvasproperties.cpp'; then $(CYGPATH_W) 'dialogs/canvasproperties.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/canvasproperties.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasproperties.obj `if test -f 'dialogs/canvasproperties.cpp'; then $(CYGPATH_W) 'dialogs/canvasproperties.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/canvasproperties.cpp'; fi`
 
 synfigstudio-dialog_color.o: dialogs/dialog_color.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_color.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_color.Tpo -c -o synfigstudio-dialog_color.o `test -f 'dialogs/dialog_color.cpp' || echo '$(srcdir)/'`dialogs/dialog_color.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_color.Tpo $(DEPDIR)/synfigstudio-dialog_color.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_color.cpp' object='synfigstudio-dialog_color.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_color.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_color.Tpo -c -o synfigstudio-dialog_color.o `test -f 'dialogs/dialog_color.cpp' || echo '$(srcdir)/'`dialogs/dialog_color.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_color.Tpo $(DEPDIR)/synfigstudio-dialog_color.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_color.cpp' object='synfigstudio-dialog_color.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_color.o `test -f 'dialogs/dialog_color.cpp' || echo '$(srcdir)/'`dialogs/dialog_color.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_color.o `test -f 'dialogs/dialog_color.cpp' || echo '$(srcdir)/'`dialogs/dialog_color.cpp
 
 synfigstudio-dialog_color.obj: dialogs/dialog_color.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_color.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_color.Tpo -c -o synfigstudio-dialog_color.obj `if test -f 'dialogs/dialog_color.cpp'; then $(CYGPATH_W) 'dialogs/dialog_color.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_color.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_color.Tpo $(DEPDIR)/synfigstudio-dialog_color.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_color.cpp' object='synfigstudio-dialog_color.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_color.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_color.Tpo -c -o synfigstudio-dialog_color.obj `if test -f 'dialogs/dialog_color.cpp'; then $(CYGPATH_W) 'dialogs/dialog_color.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_color.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_color.Tpo $(DEPDIR)/synfigstudio-dialog_color.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_color.cpp' object='synfigstudio-dialog_color.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_color.obj `if test -f 'dialogs/dialog_color.cpp'; then $(CYGPATH_W) 'dialogs/dialog_color.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_color.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_color.obj `if test -f 'dialogs/dialog_color.cpp'; then $(CYGPATH_W) 'dialogs/dialog_color.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_color.cpp'; fi`
 
 synfigstudio-dialog_gradient.o: dialogs/dialog_gradient.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_gradient.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_gradient.Tpo -c -o synfigstudio-dialog_gradient.o `test -f 'dialogs/dialog_gradient.cpp' || echo '$(srcdir)/'`dialogs/dialog_gradient.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_gradient.Tpo $(DEPDIR)/synfigstudio-dialog_gradient.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_gradient.cpp' object='synfigstudio-dialog_gradient.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_gradient.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_gradient.Tpo -c -o synfigstudio-dialog_gradient.o `test -f 'dialogs/dialog_gradient.cpp' || echo '$(srcdir)/'`dialogs/dialog_gradient.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_gradient.Tpo $(DEPDIR)/synfigstudio-dialog_gradient.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_gradient.cpp' object='synfigstudio-dialog_gradient.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_gradient.o `test -f 'dialogs/dialog_gradient.cpp' || echo '$(srcdir)/'`dialogs/dialog_gradient.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_gradient.o `test -f 'dialogs/dialog_gradient.cpp' || echo '$(srcdir)/'`dialogs/dialog_gradient.cpp
 
 synfigstudio-dialog_gradient.obj: dialogs/dialog_gradient.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_gradient.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_gradient.Tpo -c -o synfigstudio-dialog_gradient.obj `if test -f 'dialogs/dialog_gradient.cpp'; then $(CYGPATH_W) 'dialogs/dialog_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_gradient.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_gradient.Tpo $(DEPDIR)/synfigstudio-dialog_gradient.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_gradient.cpp' object='synfigstudio-dialog_gradient.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_gradient.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_gradient.Tpo -c -o synfigstudio-dialog_gradient.obj `if test -f 'dialogs/dialog_gradient.cpp'; then $(CYGPATH_W) 'dialogs/dialog_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_gradient.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_gradient.Tpo $(DEPDIR)/synfigstudio-dialog_gradient.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_gradient.cpp' object='synfigstudio-dialog_gradient.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_gradient.obj `if test -f 'dialogs/dialog_gradient.cpp'; then $(CYGPATH_W) 'dialogs/dialog_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_gradient.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_gradient.obj `if test -f 'dialogs/dialog_gradient.cpp'; then $(CYGPATH_W) 'dialogs/dialog_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_gradient.cpp'; fi`
 
 synfigstudio-dialog_keyframe.o: dialogs/dialog_keyframe.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_keyframe.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_keyframe.Tpo -c -o synfigstudio-dialog_keyframe.o `test -f 'dialogs/dialog_keyframe.cpp' || echo '$(srcdir)/'`dialogs/dialog_keyframe.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_keyframe.Tpo $(DEPDIR)/synfigstudio-dialog_keyframe.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_keyframe.cpp' object='synfigstudio-dialog_keyframe.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_keyframe.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_keyframe.Tpo -c -o synfigstudio-dialog_keyframe.o `test -f 'dialogs/dialog_keyframe.cpp' || echo '$(srcdir)/'`dialogs/dialog_keyframe.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_keyframe.Tpo $(DEPDIR)/synfigstudio-dialog_keyframe.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_keyframe.cpp' object='synfigstudio-dialog_keyframe.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_keyframe.o `test -f 'dialogs/dialog_keyframe.cpp' || echo '$(srcdir)/'`dialogs/dialog_keyframe.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_keyframe.o `test -f 'dialogs/dialog_keyframe.cpp' || echo '$(srcdir)/'`dialogs/dialog_keyframe.cpp
 
 synfigstudio-dialog_keyframe.obj: dialogs/dialog_keyframe.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_keyframe.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_keyframe.Tpo -c -o synfigstudio-dialog_keyframe.obj `if test -f 'dialogs/dialog_keyframe.cpp'; then $(CYGPATH_W) 'dialogs/dialog_keyframe.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_keyframe.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_keyframe.Tpo $(DEPDIR)/synfigstudio-dialog_keyframe.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_keyframe.cpp' object='synfigstudio-dialog_keyframe.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_keyframe.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_keyframe.Tpo -c -o synfigstudio-dialog_keyframe.obj `if test -f 'dialogs/dialog_keyframe.cpp'; then $(CYGPATH_W) 'dialogs/dialog_keyframe.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_keyframe.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_keyframe.Tpo $(DEPDIR)/synfigstudio-dialog_keyframe.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_keyframe.cpp' object='synfigstudio-dialog_keyframe.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_keyframe.obj `if test -f 'dialogs/dialog_keyframe.cpp'; then $(CYGPATH_W) 'dialogs/dialog_keyframe.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_keyframe.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_keyframe.obj `if test -f 'dialogs/dialog_keyframe.cpp'; then $(CYGPATH_W) 'dialogs/dialog_keyframe.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_keyframe.cpp'; fi`
 
 synfigstudio-dialog_preview.o: dialogs/dialog_preview.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_preview.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_preview.Tpo -c -o synfigstudio-dialog_preview.o `test -f 'dialogs/dialog_preview.cpp' || echo '$(srcdir)/'`dialogs/dialog_preview.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_preview.Tpo $(DEPDIR)/synfigstudio-dialog_preview.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_preview.cpp' object='synfigstudio-dialog_preview.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_preview.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_preview.Tpo -c -o synfigstudio-dialog_preview.o `test -f 'dialogs/dialog_preview.cpp' || echo '$(srcdir)/'`dialogs/dialog_preview.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_preview.Tpo $(DEPDIR)/synfigstudio-dialog_preview.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_preview.cpp' object='synfigstudio-dialog_preview.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_preview.o `test -f 'dialogs/dialog_preview.cpp' || echo '$(srcdir)/'`dialogs/dialog_preview.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_preview.o `test -f 'dialogs/dialog_preview.cpp' || echo '$(srcdir)/'`dialogs/dialog_preview.cpp
 
 synfigstudio-dialog_preview.obj: dialogs/dialog_preview.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_preview.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_preview.Tpo -c -o synfigstudio-dialog_preview.obj `if test -f 'dialogs/dialog_preview.cpp'; then $(CYGPATH_W) 'dialogs/dialog_preview.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_preview.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_preview.Tpo $(DEPDIR)/synfigstudio-dialog_preview.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_preview.cpp' object='synfigstudio-dialog_preview.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_preview.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_preview.Tpo -c -o synfigstudio-dialog_preview.obj `if test -f 'dialogs/dialog_preview.cpp'; then $(CYGPATH_W) 'dialogs/dialog_preview.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_preview.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_preview.Tpo $(DEPDIR)/synfigstudio-dialog_preview.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_preview.cpp' object='synfigstudio-dialog_preview.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_preview.obj `if test -f 'dialogs/dialog_preview.cpp'; then $(CYGPATH_W) 'dialogs/dialog_preview.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_preview.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_preview.obj `if test -f 'dialogs/dialog_preview.cpp'; then $(CYGPATH_W) 'dialogs/dialog_preview.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_preview.cpp'; fi`
 
 synfigstudio-dialog_setup.o: dialogs/dialog_setup.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_setup.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_setup.Tpo -c -o synfigstudio-dialog_setup.o `test -f 'dialogs/dialog_setup.cpp' || echo '$(srcdir)/'`dialogs/dialog_setup.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_setup.Tpo $(DEPDIR)/synfigstudio-dialog_setup.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_setup.cpp' object='synfigstudio-dialog_setup.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_setup.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_setup.Tpo -c -o synfigstudio-dialog_setup.o `test -f 'dialogs/dialog_setup.cpp' || echo '$(srcdir)/'`dialogs/dialog_setup.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_setup.Tpo $(DEPDIR)/synfigstudio-dialog_setup.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_setup.cpp' object='synfigstudio-dialog_setup.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_setup.o `test -f 'dialogs/dialog_setup.cpp' || echo '$(srcdir)/'`dialogs/dialog_setup.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_setup.o `test -f 'dialogs/dialog_setup.cpp' || echo '$(srcdir)/'`dialogs/dialog_setup.cpp
 
 synfigstudio-dialog_setup.obj: dialogs/dialog_setup.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_setup.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_setup.Tpo -c -o synfigstudio-dialog_setup.obj `if test -f 'dialogs/dialog_setup.cpp'; then $(CYGPATH_W) 'dialogs/dialog_setup.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_setup.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_setup.Tpo $(DEPDIR)/synfigstudio-dialog_setup.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_setup.cpp' object='synfigstudio-dialog_setup.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_setup.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_setup.Tpo -c -o synfigstudio-dialog_setup.obj `if test -f 'dialogs/dialog_setup.cpp'; then $(CYGPATH_W) 'dialogs/dialog_setup.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_setup.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_setup.Tpo $(DEPDIR)/synfigstudio-dialog_setup.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_setup.cpp' object='synfigstudio-dialog_setup.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_setup.obj `if test -f 'dialogs/dialog_setup.cpp'; then $(CYGPATH_W) 'dialogs/dialog_setup.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_setup.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_setup.obj `if test -f 'dialogs/dialog_setup.cpp'; then $(CYGPATH_W) 'dialogs/dialog_setup.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_setup.cpp'; fi`
 
 synfigstudio-dialog_soundselect.o: dialogs/dialog_soundselect.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_soundselect.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_soundselect.Tpo -c -o synfigstudio-dialog_soundselect.o `test -f 'dialogs/dialog_soundselect.cpp' || echo '$(srcdir)/'`dialogs/dialog_soundselect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_soundselect.Tpo $(DEPDIR)/synfigstudio-dialog_soundselect.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_soundselect.cpp' object='synfigstudio-dialog_soundselect.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_soundselect.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_soundselect.Tpo -c -o synfigstudio-dialog_soundselect.o `test -f 'dialogs/dialog_soundselect.cpp' || echo '$(srcdir)/'`dialogs/dialog_soundselect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_soundselect.Tpo $(DEPDIR)/synfigstudio-dialog_soundselect.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_soundselect.cpp' object='synfigstudio-dialog_soundselect.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_soundselect.o `test -f 'dialogs/dialog_soundselect.cpp' || echo '$(srcdir)/'`dialogs/dialog_soundselect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_soundselect.o `test -f 'dialogs/dialog_soundselect.cpp' || echo '$(srcdir)/'`dialogs/dialog_soundselect.cpp
 
 synfigstudio-dialog_soundselect.obj: dialogs/dialog_soundselect.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_soundselect.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_soundselect.Tpo -c -o synfigstudio-dialog_soundselect.obj `if test -f 'dialogs/dialog_soundselect.cpp'; then $(CYGPATH_W) 'dialogs/dialog_soundselect.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_soundselect.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_soundselect.Tpo $(DEPDIR)/synfigstudio-dialog_soundselect.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_soundselect.cpp' object='synfigstudio-dialog_soundselect.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_soundselect.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_soundselect.Tpo -c -o synfigstudio-dialog_soundselect.obj `if test -f 'dialogs/dialog_soundselect.cpp'; then $(CYGPATH_W) 'dialogs/dialog_soundselect.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_soundselect.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_soundselect.Tpo $(DEPDIR)/synfigstudio-dialog_soundselect.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_soundselect.cpp' object='synfigstudio-dialog_soundselect.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_soundselect.obj `if test -f 'dialogs/dialog_soundselect.cpp'; then $(CYGPATH_W) 'dialogs/dialog_soundselect.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_soundselect.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_soundselect.obj `if test -f 'dialogs/dialog_soundselect.cpp'; then $(CYGPATH_W) 'dialogs/dialog_soundselect.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_soundselect.cpp'; fi`
 
 synfigstudio-dialog_targetparam.o: dialogs/dialog_targetparam.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_targetparam.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_targetparam.Tpo -c -o synfigstudio-dialog_targetparam.o `test -f 'dialogs/dialog_targetparam.cpp' || echo '$(srcdir)/'`dialogs/dialog_targetparam.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_targetparam.Tpo $(DEPDIR)/synfigstudio-dialog_targetparam.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_targetparam.cpp' object='synfigstudio-dialog_targetparam.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_targetparam.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_targetparam.Tpo -c -o synfigstudio-dialog_targetparam.o `test -f 'dialogs/dialog_targetparam.cpp' || echo '$(srcdir)/'`dialogs/dialog_targetparam.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_targetparam.Tpo $(DEPDIR)/synfigstudio-dialog_targetparam.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_targetparam.cpp' object='synfigstudio-dialog_targetparam.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_targetparam.o `test -f 'dialogs/dialog_targetparam.cpp' || echo '$(srcdir)/'`dialogs/dialog_targetparam.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_targetparam.o `test -f 'dialogs/dialog_targetparam.cpp' || echo '$(srcdir)/'`dialogs/dialog_targetparam.cpp
 
 synfigstudio-dialog_targetparam.obj: dialogs/dialog_targetparam.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_targetparam.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_targetparam.Tpo -c -o synfigstudio-dialog_targetparam.obj `if test -f 'dialogs/dialog_targetparam.cpp'; then $(CYGPATH_W) 'dialogs/dialog_targetparam.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_targetparam.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_targetparam.Tpo $(DEPDIR)/synfigstudio-dialog_targetparam.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_targetparam.cpp' object='synfigstudio-dialog_targetparam.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_targetparam.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_targetparam.Tpo -c -o synfigstudio-dialog_targetparam.obj `if test -f 'dialogs/dialog_targetparam.cpp'; then $(CYGPATH_W) 'dialogs/dialog_targetparam.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_targetparam.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_targetparam.Tpo $(DEPDIR)/synfigstudio-dialog_targetparam.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_targetparam.cpp' object='synfigstudio-dialog_targetparam.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_targetparam.obj `if test -f 'dialogs/dialog_targetparam.cpp'; then $(CYGPATH_W) 'dialogs/dialog_targetparam.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_targetparam.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_targetparam.obj `if test -f 'dialogs/dialog_targetparam.cpp'; then $(CYGPATH_W) 'dialogs/dialog_targetparam.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_targetparam.cpp'; fi`
 
 synfigstudio-dialog_waypoint.o: dialogs/dialog_waypoint.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_waypoint.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_waypoint.Tpo -c -o synfigstudio-dialog_waypoint.o `test -f 'dialogs/dialog_waypoint.cpp' || echo '$(srcdir)/'`dialogs/dialog_waypoint.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_waypoint.Tpo $(DEPDIR)/synfigstudio-dialog_waypoint.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_waypoint.cpp' object='synfigstudio-dialog_waypoint.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_waypoint.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_waypoint.Tpo -c -o synfigstudio-dialog_waypoint.o `test -f 'dialogs/dialog_waypoint.cpp' || echo '$(srcdir)/'`dialogs/dialog_waypoint.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_waypoint.Tpo $(DEPDIR)/synfigstudio-dialog_waypoint.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_waypoint.cpp' object='synfigstudio-dialog_waypoint.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_waypoint.o `test -f 'dialogs/dialog_waypoint.cpp' || echo '$(srcdir)/'`dialogs/dialog_waypoint.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_waypoint.o `test -f 'dialogs/dialog_waypoint.cpp' || echo '$(srcdir)/'`dialogs/dialog_waypoint.cpp
 
 synfigstudio-dialog_waypoint.obj: dialogs/dialog_waypoint.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_waypoint.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_waypoint.Tpo -c -o synfigstudio-dialog_waypoint.obj `if test -f 'dialogs/dialog_waypoint.cpp'; then $(CYGPATH_W) 'dialogs/dialog_waypoint.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_waypoint.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_waypoint.Tpo $(DEPDIR)/synfigstudio-dialog_waypoint.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogs/dialog_waypoint.cpp' object='synfigstudio-dialog_waypoint.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_waypoint.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_waypoint.Tpo -c -o synfigstudio-dialog_waypoint.obj `if test -f 'dialogs/dialog_waypoint.cpp'; then $(CYGPATH_W) 'dialogs/dialog_waypoint.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_waypoint.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_waypoint.Tpo $(DEPDIR)/synfigstudio-dialog_waypoint.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogs/dialog_waypoint.cpp' object='synfigstudio-dialog_waypoint.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_waypoint.obj `if test -f 'dialogs/dialog_waypoint.cpp'; then $(CYGPATH_W) 'dialogs/dialog_waypoint.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_waypoint.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_waypoint.obj `if test -f 'dialogs/dialog_waypoint.cpp'; then $(CYGPATH_W) 'dialogs/dialog_waypoint.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogs/dialog_waypoint.cpp'; fi`
 
 synfigstudio-zoomdial.o: dials/zoomdial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-zoomdial.o -MD -MP -MF $(DEPDIR)/synfigstudio-zoomdial.Tpo -c -o synfigstudio-zoomdial.o `test -f 'dials/zoomdial.cpp' || echo '$(srcdir)/'`dials/zoomdial.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-zoomdial.Tpo $(DEPDIR)/synfigstudio-zoomdial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/zoomdial.cpp' object='synfigstudio-zoomdial.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-zoomdial.o -MD -MP -MF $(DEPDIR)/synfigstudio-zoomdial.Tpo -c -o synfigstudio-zoomdial.o `test -f 'dials/zoomdial.cpp' || echo '$(srcdir)/'`dials/zoomdial.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-zoomdial.Tpo $(DEPDIR)/synfigstudio-zoomdial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/zoomdial.cpp' object='synfigstudio-zoomdial.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-zoomdial.o `test -f 'dials/zoomdial.cpp' || echo '$(srcdir)/'`dials/zoomdial.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-zoomdial.o `test -f 'dials/zoomdial.cpp' || echo '$(srcdir)/'`dials/zoomdial.cpp
 
 synfigstudio-zoomdial.obj: dials/zoomdial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-zoomdial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-zoomdial.Tpo -c -o synfigstudio-zoomdial.obj `if test -f 'dials/zoomdial.cpp'; then $(CYGPATH_W) 'dials/zoomdial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/zoomdial.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-zoomdial.Tpo $(DEPDIR)/synfigstudio-zoomdial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/zoomdial.cpp' object='synfigstudio-zoomdial.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-zoomdial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-zoomdial.Tpo -c -o synfigstudio-zoomdial.obj `if test -f 'dials/zoomdial.cpp'; then $(CYGPATH_W) 'dials/zoomdial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/zoomdial.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-zoomdial.Tpo $(DEPDIR)/synfigstudio-zoomdial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/zoomdial.cpp' object='synfigstudio-zoomdial.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-zoomdial.obj `if test -f 'dials/zoomdial.cpp'; then $(CYGPATH_W) 'dials/zoomdial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/zoomdial.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-zoomdial.obj `if test -f 'dials/zoomdial.cpp'; then $(CYGPATH_W) 'dials/zoomdial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/zoomdial.cpp'; fi`
 
 synfigstudio-framedial.o: dials/framedial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-framedial.o -MD -MP -MF $(DEPDIR)/synfigstudio-framedial.Tpo -c -o synfigstudio-framedial.o `test -f 'dials/framedial.cpp' || echo '$(srcdir)/'`dials/framedial.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-framedial.Tpo $(DEPDIR)/synfigstudio-framedial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/framedial.cpp' object='synfigstudio-framedial.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-framedial.o -MD -MP -MF $(DEPDIR)/synfigstudio-framedial.Tpo -c -o synfigstudio-framedial.o `test -f 'dials/framedial.cpp' || echo '$(srcdir)/'`dials/framedial.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-framedial.Tpo $(DEPDIR)/synfigstudio-framedial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/framedial.cpp' object='synfigstudio-framedial.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-framedial.o `test -f 'dials/framedial.cpp' || echo '$(srcdir)/'`dials/framedial.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-framedial.o `test -f 'dials/framedial.cpp' || echo '$(srcdir)/'`dials/framedial.cpp
 
 synfigstudio-framedial.obj: dials/framedial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-framedial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-framedial.Tpo -c -o synfigstudio-framedial.obj `if test -f 'dials/framedial.cpp'; then $(CYGPATH_W) 'dials/framedial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/framedial.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-framedial.Tpo $(DEPDIR)/synfigstudio-framedial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/framedial.cpp' object='synfigstudio-framedial.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-framedial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-framedial.Tpo -c -o synfigstudio-framedial.obj `if test -f 'dials/framedial.cpp'; then $(CYGPATH_W) 'dials/framedial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/framedial.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-framedial.Tpo $(DEPDIR)/synfigstudio-framedial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/framedial.cpp' object='synfigstudio-framedial.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-framedial.obj `if test -f 'dials/framedial.cpp'; then $(CYGPATH_W) 'dials/framedial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/framedial.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-framedial.obj `if test -f 'dials/framedial.cpp'; then $(CYGPATH_W) 'dials/framedial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/framedial.cpp'; fi`
 
 synfigstudio-keyframedial.o: dials/keyframedial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframedial.o -MD -MP -MF $(DEPDIR)/synfigstudio-keyframedial.Tpo -c -o synfigstudio-keyframedial.o `test -f 'dials/keyframedial.cpp' || echo '$(srcdir)/'`dials/keyframedial.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keyframedial.Tpo $(DEPDIR)/synfigstudio-keyframedial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/keyframedial.cpp' object='synfigstudio-keyframedial.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframedial.o -MD -MP -MF $(DEPDIR)/synfigstudio-keyframedial.Tpo -c -o synfigstudio-keyframedial.o `test -f 'dials/keyframedial.cpp' || echo '$(srcdir)/'`dials/keyframedial.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keyframedial.Tpo $(DEPDIR)/synfigstudio-keyframedial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/keyframedial.cpp' object='synfigstudio-keyframedial.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframedial.o `test -f 'dials/keyframedial.cpp' || echo '$(srcdir)/'`dials/keyframedial.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframedial.o `test -f 'dials/keyframedial.cpp' || echo '$(srcdir)/'`dials/keyframedial.cpp
 
 synfigstudio-keyframedial.obj: dials/keyframedial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframedial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keyframedial.Tpo -c -o synfigstudio-keyframedial.obj `if test -f 'dials/keyframedial.cpp'; then $(CYGPATH_W) 'dials/keyframedial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/keyframedial.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keyframedial.Tpo $(DEPDIR)/synfigstudio-keyframedial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/keyframedial.cpp' object='synfigstudio-keyframedial.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframedial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keyframedial.Tpo -c -o synfigstudio-keyframedial.obj `if test -f 'dials/keyframedial.cpp'; then $(CYGPATH_W) 'dials/keyframedial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/keyframedial.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keyframedial.Tpo $(DEPDIR)/synfigstudio-keyframedial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/keyframedial.cpp' object='synfigstudio-keyframedial.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframedial.obj `if test -f 'dials/keyframedial.cpp'; then $(CYGPATH_W) 'dials/keyframedial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/keyframedial.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframedial.obj `if test -f 'dials/keyframedial.cpp'; then $(CYGPATH_W) 'dials/keyframedial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/keyframedial.cpp'; fi`
 
 synfigstudio-toggleducksdial.o: dials/toggleducksdial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-toggleducksdial.o -MD -MP -MF $(DEPDIR)/synfigstudio-toggleducksdial.Tpo -c -o synfigstudio-toggleducksdial.o `test -f 'dials/toggleducksdial.cpp' || echo '$(srcdir)/'`dials/toggleducksdial.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-toggleducksdial.Tpo $(DEPDIR)/synfigstudio-toggleducksdial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/toggleducksdial.cpp' object='synfigstudio-toggleducksdial.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-toggleducksdial.o -MD -MP -MF $(DEPDIR)/synfigstudio-toggleducksdial.Tpo -c -o synfigstudio-toggleducksdial.o `test -f 'dials/toggleducksdial.cpp' || echo '$(srcdir)/'`dials/toggleducksdial.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-toggleducksdial.Tpo $(DEPDIR)/synfigstudio-toggleducksdial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/toggleducksdial.cpp' object='synfigstudio-toggleducksdial.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-toggleducksdial.o `test -f 'dials/toggleducksdial.cpp' || echo '$(srcdir)/'`dials/toggleducksdial.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-toggleducksdial.o `test -f 'dials/toggleducksdial.cpp' || echo '$(srcdir)/'`dials/toggleducksdial.cpp
 
 synfigstudio-toggleducksdial.obj: dials/toggleducksdial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-toggleducksdial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-toggleducksdial.Tpo -c -o synfigstudio-toggleducksdial.obj `if test -f 'dials/toggleducksdial.cpp'; then $(CYGPATH_W) 'dials/toggleducksdial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/toggleducksdial.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-toggleducksdial.Tpo $(DEPDIR)/synfigstudio-toggleducksdial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/toggleducksdial.cpp' object='synfigstudio-toggleducksdial.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-toggleducksdial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-toggleducksdial.Tpo -c -o synfigstudio-toggleducksdial.obj `if test -f 'dials/toggleducksdial.cpp'; then $(CYGPATH_W) 'dials/toggleducksdial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/toggleducksdial.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-toggleducksdial.Tpo $(DEPDIR)/synfigstudio-toggleducksdial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/toggleducksdial.cpp' object='synfigstudio-toggleducksdial.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-toggleducksdial.obj `if test -f 'dials/toggleducksdial.cpp'; then $(CYGPATH_W) 'dials/toggleducksdial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/toggleducksdial.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-toggleducksdial.obj `if test -f 'dials/toggleducksdial.cpp'; then $(CYGPATH_W) 'dials/toggleducksdial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/toggleducksdial.cpp'; fi`
 
 synfigstudio-resolutiondial.o: dials/resolutiondial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-resolutiondial.o -MD -MP -MF $(DEPDIR)/synfigstudio-resolutiondial.Tpo -c -o synfigstudio-resolutiondial.o `test -f 'dials/resolutiondial.cpp' || echo '$(srcdir)/'`dials/resolutiondial.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-resolutiondial.Tpo $(DEPDIR)/synfigstudio-resolutiondial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/resolutiondial.cpp' object='synfigstudio-resolutiondial.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-resolutiondial.o -MD -MP -MF $(DEPDIR)/synfigstudio-resolutiondial.Tpo -c -o synfigstudio-resolutiondial.o `test -f 'dials/resolutiondial.cpp' || echo '$(srcdir)/'`dials/resolutiondial.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-resolutiondial.Tpo $(DEPDIR)/synfigstudio-resolutiondial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/resolutiondial.cpp' object='synfigstudio-resolutiondial.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-resolutiondial.o `test -f 'dials/resolutiondial.cpp' || echo '$(srcdir)/'`dials/resolutiondial.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-resolutiondial.o `test -f 'dials/resolutiondial.cpp' || echo '$(srcdir)/'`dials/resolutiondial.cpp
 
 synfigstudio-resolutiondial.obj: dials/resolutiondial.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-resolutiondial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-resolutiondial.Tpo -c -o synfigstudio-resolutiondial.obj `if test -f 'dials/resolutiondial.cpp'; then $(CYGPATH_W) 'dials/resolutiondial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/resolutiondial.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-resolutiondial.Tpo $(DEPDIR)/synfigstudio-resolutiondial.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dials/resolutiondial.cpp' object='synfigstudio-resolutiondial.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-resolutiondial.obj -MD -MP -MF $(DEPDIR)/synfigstudio-resolutiondial.Tpo -c -o synfigstudio-resolutiondial.obj `if test -f 'dials/resolutiondial.cpp'; then $(CYGPATH_W) 'dials/resolutiondial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/resolutiondial.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-resolutiondial.Tpo $(DEPDIR)/synfigstudio-resolutiondial.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dials/resolutiondial.cpp' object='synfigstudio-resolutiondial.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-resolutiondial.obj `if test -f 'dials/resolutiondial.cpp'; then $(CYGPATH_W) 'dials/resolutiondial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/resolutiondial.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-resolutiondial.obj `if test -f 'dials/resolutiondial.cpp'; then $(CYGPATH_W) 'dials/resolutiondial.cpp'; else $(CYGPATH_W) '$(srcdir)/dials/resolutiondial.cpp'; fi`
 
 synfigstudio-dialog_tooloptions.o: docks/dialog_tooloptions.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_tooloptions.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_tooloptions.Tpo -c -o synfigstudio-dialog_tooloptions.o `test -f 'docks/dialog_tooloptions.cpp' || echo '$(srcdir)/'`docks/dialog_tooloptions.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_tooloptions.Tpo $(DEPDIR)/synfigstudio-dialog_tooloptions.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dialog_tooloptions.cpp' object='synfigstudio-dialog_tooloptions.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_tooloptions.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_tooloptions.Tpo -c -o synfigstudio-dialog_tooloptions.o `test -f 'docks/dialog_tooloptions.cpp' || echo '$(srcdir)/'`docks/dialog_tooloptions.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_tooloptions.Tpo $(DEPDIR)/synfigstudio-dialog_tooloptions.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dialog_tooloptions.cpp' object='synfigstudio-dialog_tooloptions.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_tooloptions.o `test -f 'docks/dialog_tooloptions.cpp' || echo '$(srcdir)/'`docks/dialog_tooloptions.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_tooloptions.o `test -f 'docks/dialog_tooloptions.cpp' || echo '$(srcdir)/'`docks/dialog_tooloptions.cpp
 
 synfigstudio-dialog_tooloptions.obj: docks/dialog_tooloptions.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_tooloptions.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_tooloptions.Tpo -c -o synfigstudio-dialog_tooloptions.obj `if test -f 'docks/dialog_tooloptions.cpp'; then $(CYGPATH_W) 'docks/dialog_tooloptions.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dialog_tooloptions.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialog_tooloptions.Tpo $(DEPDIR)/synfigstudio-dialog_tooloptions.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dialog_tooloptions.cpp' object='synfigstudio-dialog_tooloptions.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialog_tooloptions.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialog_tooloptions.Tpo -c -o synfigstudio-dialog_tooloptions.obj `if test -f 'docks/dialog_tooloptions.cpp'; then $(CYGPATH_W) 'docks/dialog_tooloptions.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dialog_tooloptions.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialog_tooloptions.Tpo $(DEPDIR)/synfigstudio-dialog_tooloptions.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dialog_tooloptions.cpp' object='synfigstudio-dialog_tooloptions.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_tooloptions.obj `if test -f 'docks/dialog_tooloptions.cpp'; then $(CYGPATH_W) 'docks/dialog_tooloptions.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dialog_tooloptions.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialog_tooloptions.obj `if test -f 'docks/dialog_tooloptions.cpp'; then $(CYGPATH_W) 'docks/dialog_tooloptions.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dialog_tooloptions.cpp'; fi`
 
 synfigstudio-dock_canvases.o: docks/dock_canvases.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_canvases.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_canvases.Tpo -c -o synfigstudio-dock_canvases.o `test -f 'docks/dock_canvases.cpp' || echo '$(srcdir)/'`docks/dock_canvases.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_canvases.Tpo $(DEPDIR)/synfigstudio-dock_canvases.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_canvases.cpp' object='synfigstudio-dock_canvases.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_canvases.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_canvases.Tpo -c -o synfigstudio-dock_canvases.o `test -f 'docks/dock_canvases.cpp' || echo '$(srcdir)/'`docks/dock_canvases.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_canvases.Tpo $(DEPDIR)/synfigstudio-dock_canvases.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_canvases.cpp' object='synfigstudio-dock_canvases.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_canvases.o `test -f 'docks/dock_canvases.cpp' || echo '$(srcdir)/'`docks/dock_canvases.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_canvases.o `test -f 'docks/dock_canvases.cpp' || echo '$(srcdir)/'`docks/dock_canvases.cpp
 
 synfigstudio-dock_canvases.obj: docks/dock_canvases.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_canvases.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_canvases.Tpo -c -o synfigstudio-dock_canvases.obj `if test -f 'docks/dock_canvases.cpp'; then $(CYGPATH_W) 'docks/dock_canvases.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_canvases.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_canvases.Tpo $(DEPDIR)/synfigstudio-dock_canvases.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_canvases.cpp' object='synfigstudio-dock_canvases.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_canvases.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_canvases.Tpo -c -o synfigstudio-dock_canvases.obj `if test -f 'docks/dock_canvases.cpp'; then $(CYGPATH_W) 'docks/dock_canvases.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_canvases.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_canvases.Tpo $(DEPDIR)/synfigstudio-dock_canvases.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_canvases.cpp' object='synfigstudio-dock_canvases.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_canvases.obj `if test -f 'docks/dock_canvases.cpp'; then $(CYGPATH_W) 'docks/dock_canvases.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_canvases.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_canvases.obj `if test -f 'docks/dock_canvases.cpp'; then $(CYGPATH_W) 'docks/dock_canvases.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_canvases.cpp'; fi`
 
 synfigstudio-dock_canvasspecific.o: docks/dock_canvasspecific.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_canvasspecific.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_canvasspecific.Tpo -c -o synfigstudio-dock_canvasspecific.o `test -f 'docks/dock_canvasspecific.cpp' || echo '$(srcdir)/'`docks/dock_canvasspecific.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_canvasspecific.Tpo $(DEPDIR)/synfigstudio-dock_canvasspecific.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_canvasspecific.cpp' object='synfigstudio-dock_canvasspecific.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_canvasspecific.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_canvasspecific.Tpo -c -o synfigstudio-dock_canvasspecific.o `test -f 'docks/dock_canvasspecific.cpp' || echo '$(srcdir)/'`docks/dock_canvasspecific.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_canvasspecific.Tpo $(DEPDIR)/synfigstudio-dock_canvasspecific.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_canvasspecific.cpp' object='synfigstudio-dock_canvasspecific.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_canvasspecific.o `test -f 'docks/dock_canvasspecific.cpp' || echo '$(srcdir)/'`docks/dock_canvasspecific.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_canvasspecific.o `test -f 'docks/dock_canvasspecific.cpp' || echo '$(srcdir)/'`docks/dock_canvasspecific.cpp
 
 synfigstudio-dock_canvasspecific.obj: docks/dock_canvasspecific.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_canvasspecific.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_canvasspecific.Tpo -c -o synfigstudio-dock_canvasspecific.obj `if test -f 'docks/dock_canvasspecific.cpp'; then $(CYGPATH_W) 'docks/dock_canvasspecific.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_canvasspecific.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_canvasspecific.Tpo $(DEPDIR)/synfigstudio-dock_canvasspecific.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_canvasspecific.cpp' object='synfigstudio-dock_canvasspecific.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_canvasspecific.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_canvasspecific.Tpo -c -o synfigstudio-dock_canvasspecific.obj `if test -f 'docks/dock_canvasspecific.cpp'; then $(CYGPATH_W) 'docks/dock_canvasspecific.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_canvasspecific.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_canvasspecific.Tpo $(DEPDIR)/synfigstudio-dock_canvasspecific.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_canvasspecific.cpp' object='synfigstudio-dock_canvasspecific.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_canvasspecific.obj `if test -f 'docks/dock_canvasspecific.cpp'; then $(CYGPATH_W) 'docks/dock_canvasspecific.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_canvasspecific.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_canvasspecific.obj `if test -f 'docks/dock_canvasspecific.cpp'; then $(CYGPATH_W) 'docks/dock_canvasspecific.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_canvasspecific.cpp'; fi`
 
 synfigstudio-dock_children.o: docks/dock_children.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_children.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_children.Tpo -c -o synfigstudio-dock_children.o `test -f 'docks/dock_children.cpp' || echo '$(srcdir)/'`docks/dock_children.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_children.Tpo $(DEPDIR)/synfigstudio-dock_children.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_children.cpp' object='synfigstudio-dock_children.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_children.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_children.Tpo -c -o synfigstudio-dock_children.o `test -f 'docks/dock_children.cpp' || echo '$(srcdir)/'`docks/dock_children.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_children.Tpo $(DEPDIR)/synfigstudio-dock_children.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_children.cpp' object='synfigstudio-dock_children.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_children.o `test -f 'docks/dock_children.cpp' || echo '$(srcdir)/'`docks/dock_children.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_children.o `test -f 'docks/dock_children.cpp' || echo '$(srcdir)/'`docks/dock_children.cpp
 
 synfigstudio-dock_children.obj: docks/dock_children.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_children.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_children.Tpo -c -o synfigstudio-dock_children.obj `if test -f 'docks/dock_children.cpp'; then $(CYGPATH_W) 'docks/dock_children.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_children.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_children.Tpo $(DEPDIR)/synfigstudio-dock_children.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_children.cpp' object='synfigstudio-dock_children.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_children.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_children.Tpo -c -o synfigstudio-dock_children.obj `if test -f 'docks/dock_children.cpp'; then $(CYGPATH_W) 'docks/dock_children.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_children.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_children.Tpo $(DEPDIR)/synfigstudio-dock_children.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_children.cpp' object='synfigstudio-dock_children.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_children.obj `if test -f 'docks/dock_children.cpp'; then $(CYGPATH_W) 'docks/dock_children.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_children.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_children.obj `if test -f 'docks/dock_children.cpp'; then $(CYGPATH_W) 'docks/dock_children.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_children.cpp'; fi`
 
 synfigstudio-dock_curves.o: docks/dock_curves.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_curves.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_curves.Tpo -c -o synfigstudio-dock_curves.o `test -f 'docks/dock_curves.cpp' || echo '$(srcdir)/'`docks/dock_curves.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_curves.Tpo $(DEPDIR)/synfigstudio-dock_curves.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_curves.cpp' object='synfigstudio-dock_curves.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_curves.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_curves.Tpo -c -o synfigstudio-dock_curves.o `test -f 'docks/dock_curves.cpp' || echo '$(srcdir)/'`docks/dock_curves.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_curves.Tpo $(DEPDIR)/synfigstudio-dock_curves.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_curves.cpp' object='synfigstudio-dock_curves.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_curves.o `test -f 'docks/dock_curves.cpp' || echo '$(srcdir)/'`docks/dock_curves.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_curves.o `test -f 'docks/dock_curves.cpp' || echo '$(srcdir)/'`docks/dock_curves.cpp
 
 synfigstudio-dock_curves.obj: docks/dock_curves.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_curves.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_curves.Tpo -c -o synfigstudio-dock_curves.obj `if test -f 'docks/dock_curves.cpp'; then $(CYGPATH_W) 'docks/dock_curves.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_curves.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_curves.Tpo $(DEPDIR)/synfigstudio-dock_curves.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_curves.cpp' object='synfigstudio-dock_curves.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_curves.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_curves.Tpo -c -o synfigstudio-dock_curves.obj `if test -f 'docks/dock_curves.cpp'; then $(CYGPATH_W) 'docks/dock_curves.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_curves.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_curves.Tpo $(DEPDIR)/synfigstudio-dock_curves.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_curves.cpp' object='synfigstudio-dock_curves.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_curves.obj `if test -f 'docks/dock_curves.cpp'; then $(CYGPATH_W) 'docks/dock_curves.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_curves.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_curves.obj `if test -f 'docks/dock_curves.cpp'; then $(CYGPATH_W) 'docks/dock_curves.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_curves.cpp'; fi`
 
 synfigstudio-dock_history.o: docks/dock_history.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_history.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_history.Tpo -c -o synfigstudio-dock_history.o `test -f 'docks/dock_history.cpp' || echo '$(srcdir)/'`docks/dock_history.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_history.Tpo $(DEPDIR)/synfigstudio-dock_history.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_history.cpp' object='synfigstudio-dock_history.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_history.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_history.Tpo -c -o synfigstudio-dock_history.o `test -f 'docks/dock_history.cpp' || echo '$(srcdir)/'`docks/dock_history.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_history.Tpo $(DEPDIR)/synfigstudio-dock_history.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_history.cpp' object='synfigstudio-dock_history.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_history.o `test -f 'docks/dock_history.cpp' || echo '$(srcdir)/'`docks/dock_history.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_history.o `test -f 'docks/dock_history.cpp' || echo '$(srcdir)/'`docks/dock_history.cpp
 
 synfigstudio-dock_history.obj: docks/dock_history.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_history.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_history.Tpo -c -o synfigstudio-dock_history.obj `if test -f 'docks/dock_history.cpp'; then $(CYGPATH_W) 'docks/dock_history.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_history.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_history.Tpo $(DEPDIR)/synfigstudio-dock_history.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_history.cpp' object='synfigstudio-dock_history.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_history.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_history.Tpo -c -o synfigstudio-dock_history.obj `if test -f 'docks/dock_history.cpp'; then $(CYGPATH_W) 'docks/dock_history.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_history.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_history.Tpo $(DEPDIR)/synfigstudio-dock_history.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_history.cpp' object='synfigstudio-dock_history.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_history.obj `if test -f 'docks/dock_history.cpp'; then $(CYGPATH_W) 'docks/dock_history.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_history.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_history.obj `if test -f 'docks/dock_history.cpp'; then $(CYGPATH_W) 'docks/dock_history.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_history.cpp'; fi`
 
 synfigstudio-dock_info.o: docks/dock_info.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_info.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_info.Tpo -c -o synfigstudio-dock_info.o `test -f 'docks/dock_info.cpp' || echo '$(srcdir)/'`docks/dock_info.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_info.Tpo $(DEPDIR)/synfigstudio-dock_info.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_info.cpp' object='synfigstudio-dock_info.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_info.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_info.Tpo -c -o synfigstudio-dock_info.o `test -f 'docks/dock_info.cpp' || echo '$(srcdir)/'`docks/dock_info.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_info.Tpo $(DEPDIR)/synfigstudio-dock_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_info.cpp' object='synfigstudio-dock_info.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_info.o `test -f 'docks/dock_info.cpp' || echo '$(srcdir)/'`docks/dock_info.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_info.o `test -f 'docks/dock_info.cpp' || echo '$(srcdir)/'`docks/dock_info.cpp
 
 synfigstudio-dock_info.obj: docks/dock_info.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_info.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_info.Tpo -c -o synfigstudio-dock_info.obj `if test -f 'docks/dock_info.cpp'; then $(CYGPATH_W) 'docks/dock_info.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_info.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_info.Tpo $(DEPDIR)/synfigstudio-dock_info.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_info.cpp' object='synfigstudio-dock_info.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_info.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_info.Tpo -c -o synfigstudio-dock_info.obj `if test -f 'docks/dock_info.cpp'; then $(CYGPATH_W) 'docks/dock_info.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_info.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_info.Tpo $(DEPDIR)/synfigstudio-dock_info.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_info.cpp' object='synfigstudio-dock_info.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_info.obj `if test -f 'docks/dock_info.cpp'; then $(CYGPATH_W) 'docks/dock_info.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_info.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_info.obj `if test -f 'docks/dock_info.cpp'; then $(CYGPATH_W) 'docks/dock_info.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_info.cpp'; fi`
 
 synfigstudio-dock_keyframes.o: docks/dock_keyframes.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_keyframes.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_keyframes.Tpo -c -o synfigstudio-dock_keyframes.o `test -f 'docks/dock_keyframes.cpp' || echo '$(srcdir)/'`docks/dock_keyframes.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_keyframes.Tpo $(DEPDIR)/synfigstudio-dock_keyframes.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_keyframes.cpp' object='synfigstudio-dock_keyframes.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_keyframes.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_keyframes.Tpo -c -o synfigstudio-dock_keyframes.o `test -f 'docks/dock_keyframes.cpp' || echo '$(srcdir)/'`docks/dock_keyframes.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_keyframes.Tpo $(DEPDIR)/synfigstudio-dock_keyframes.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_keyframes.cpp' object='synfigstudio-dock_keyframes.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_keyframes.o `test -f 'docks/dock_keyframes.cpp' || echo '$(srcdir)/'`docks/dock_keyframes.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_keyframes.o `test -f 'docks/dock_keyframes.cpp' || echo '$(srcdir)/'`docks/dock_keyframes.cpp
 
 synfigstudio-dock_keyframes.obj: docks/dock_keyframes.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_keyframes.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_keyframes.Tpo -c -o synfigstudio-dock_keyframes.obj `if test -f 'docks/dock_keyframes.cpp'; then $(CYGPATH_W) 'docks/dock_keyframes.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_keyframes.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_keyframes.Tpo $(DEPDIR)/synfigstudio-dock_keyframes.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_keyframes.cpp' object='synfigstudio-dock_keyframes.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_keyframes.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_keyframes.Tpo -c -o synfigstudio-dock_keyframes.obj `if test -f 'docks/dock_keyframes.cpp'; then $(CYGPATH_W) 'docks/dock_keyframes.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_keyframes.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_keyframes.Tpo $(DEPDIR)/synfigstudio-dock_keyframes.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_keyframes.cpp' object='synfigstudio-dock_keyframes.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_keyframes.obj `if test -f 'docks/dock_keyframes.cpp'; then $(CYGPATH_W) 'docks/dock_keyframes.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_keyframes.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_keyframes.obj `if test -f 'docks/dock_keyframes.cpp'; then $(CYGPATH_W) 'docks/dock_keyframes.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_keyframes.cpp'; fi`
 
 synfigstudio-dock_layergroups.o: docks/dock_layergroups.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_layergroups.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_layergroups.Tpo -c -o synfigstudio-dock_layergroups.o `test -f 'docks/dock_layergroups.cpp' || echo '$(srcdir)/'`docks/dock_layergroups.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_layergroups.Tpo $(DEPDIR)/synfigstudio-dock_layergroups.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_layergroups.cpp' object='synfigstudio-dock_layergroups.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_layergroups.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_layergroups.Tpo -c -o synfigstudio-dock_layergroups.o `test -f 'docks/dock_layergroups.cpp' || echo '$(srcdir)/'`docks/dock_layergroups.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_layergroups.Tpo $(DEPDIR)/synfigstudio-dock_layergroups.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_layergroups.cpp' object='synfigstudio-dock_layergroups.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_layergroups.o `test -f 'docks/dock_layergroups.cpp' || echo '$(srcdir)/'`docks/dock_layergroups.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_layergroups.o `test -f 'docks/dock_layergroups.cpp' || echo '$(srcdir)/'`docks/dock_layergroups.cpp
 
 synfigstudio-dock_layergroups.obj: docks/dock_layergroups.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_layergroups.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_layergroups.Tpo -c -o synfigstudio-dock_layergroups.obj `if test -f 'docks/dock_layergroups.cpp'; then $(CYGPATH_W) 'docks/dock_layergroups.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_layergroups.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_layergroups.Tpo $(DEPDIR)/synfigstudio-dock_layergroups.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_layergroups.cpp' object='synfigstudio-dock_layergroups.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_layergroups.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_layergroups.Tpo -c -o synfigstudio-dock_layergroups.obj `if test -f 'docks/dock_layergroups.cpp'; then $(CYGPATH_W) 'docks/dock_layergroups.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_layergroups.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_layergroups.Tpo $(DEPDIR)/synfigstudio-dock_layergroups.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_layergroups.cpp' object='synfigstudio-dock_layergroups.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_layergroups.obj `if test -f 'docks/dock_layergroups.cpp'; then $(CYGPATH_W) 'docks/dock_layergroups.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_layergroups.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_layergroups.obj `if test -f 'docks/dock_layergroups.cpp'; then $(CYGPATH_W) 'docks/dock_layergroups.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_layergroups.cpp'; fi`
 
 synfigstudio-dock_layers.o: docks/dock_layers.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_layers.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_layers.Tpo -c -o synfigstudio-dock_layers.o `test -f 'docks/dock_layers.cpp' || echo '$(srcdir)/'`docks/dock_layers.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_layers.Tpo $(DEPDIR)/synfigstudio-dock_layers.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_layers.cpp' object='synfigstudio-dock_layers.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_layers.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_layers.Tpo -c -o synfigstudio-dock_layers.o `test -f 'docks/dock_layers.cpp' || echo '$(srcdir)/'`docks/dock_layers.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_layers.Tpo $(DEPDIR)/synfigstudio-dock_layers.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_layers.cpp' object='synfigstudio-dock_layers.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_layers.o `test -f 'docks/dock_layers.cpp' || echo '$(srcdir)/'`docks/dock_layers.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_layers.o `test -f 'docks/dock_layers.cpp' || echo '$(srcdir)/'`docks/dock_layers.cpp
 
 synfigstudio-dock_layers.obj: docks/dock_layers.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_layers.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_layers.Tpo -c -o synfigstudio-dock_layers.obj `if test -f 'docks/dock_layers.cpp'; then $(CYGPATH_W) 'docks/dock_layers.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_layers.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_layers.Tpo $(DEPDIR)/synfigstudio-dock_layers.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_layers.cpp' object='synfigstudio-dock_layers.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_layers.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_layers.Tpo -c -o synfigstudio-dock_layers.obj `if test -f 'docks/dock_layers.cpp'; then $(CYGPATH_W) 'docks/dock_layers.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_layers.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_layers.Tpo $(DEPDIR)/synfigstudio-dock_layers.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_layers.cpp' object='synfigstudio-dock_layers.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_layers.obj `if test -f 'docks/dock_layers.cpp'; then $(CYGPATH_W) 'docks/dock_layers.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_layers.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_layers.obj `if test -f 'docks/dock_layers.cpp'; then $(CYGPATH_W) 'docks/dock_layers.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_layers.cpp'; fi`
 
 synfigstudio-dock_metadata.o: docks/dock_metadata.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_metadata.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_metadata.Tpo -c -o synfigstudio-dock_metadata.o `test -f 'docks/dock_metadata.cpp' || echo '$(srcdir)/'`docks/dock_metadata.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_metadata.Tpo $(DEPDIR)/synfigstudio-dock_metadata.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_metadata.cpp' object='synfigstudio-dock_metadata.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_metadata.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_metadata.Tpo -c -o synfigstudio-dock_metadata.o `test -f 'docks/dock_metadata.cpp' || echo '$(srcdir)/'`docks/dock_metadata.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_metadata.Tpo $(DEPDIR)/synfigstudio-dock_metadata.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_metadata.cpp' object='synfigstudio-dock_metadata.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_metadata.o `test -f 'docks/dock_metadata.cpp' || echo '$(srcdir)/'`docks/dock_metadata.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_metadata.o `test -f 'docks/dock_metadata.cpp' || echo '$(srcdir)/'`docks/dock_metadata.cpp
 
 synfigstudio-dock_metadata.obj: docks/dock_metadata.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_metadata.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_metadata.Tpo -c -o synfigstudio-dock_metadata.obj `if test -f 'docks/dock_metadata.cpp'; then $(CYGPATH_W) 'docks/dock_metadata.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_metadata.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_metadata.Tpo $(DEPDIR)/synfigstudio-dock_metadata.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_metadata.cpp' object='synfigstudio-dock_metadata.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_metadata.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_metadata.Tpo -c -o synfigstudio-dock_metadata.obj `if test -f 'docks/dock_metadata.cpp'; then $(CYGPATH_W) 'docks/dock_metadata.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_metadata.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_metadata.Tpo $(DEPDIR)/synfigstudio-dock_metadata.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_metadata.cpp' object='synfigstudio-dock_metadata.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_metadata.obj `if test -f 'docks/dock_metadata.cpp'; then $(CYGPATH_W) 'docks/dock_metadata.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_metadata.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_metadata.obj `if test -f 'docks/dock_metadata.cpp'; then $(CYGPATH_W) 'docks/dock_metadata.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_metadata.cpp'; fi`
 
 synfigstudio-dock_navigator.o: docks/dock_navigator.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_navigator.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_navigator.Tpo -c -o synfigstudio-dock_navigator.o `test -f 'docks/dock_navigator.cpp' || echo '$(srcdir)/'`docks/dock_navigator.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_navigator.Tpo $(DEPDIR)/synfigstudio-dock_navigator.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_navigator.cpp' object='synfigstudio-dock_navigator.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_navigator.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_navigator.Tpo -c -o synfigstudio-dock_navigator.o `test -f 'docks/dock_navigator.cpp' || echo '$(srcdir)/'`docks/dock_navigator.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_navigator.Tpo $(DEPDIR)/synfigstudio-dock_navigator.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_navigator.cpp' object='synfigstudio-dock_navigator.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_navigator.o `test -f 'docks/dock_navigator.cpp' || echo '$(srcdir)/'`docks/dock_navigator.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_navigator.o `test -f 'docks/dock_navigator.cpp' || echo '$(srcdir)/'`docks/dock_navigator.cpp
 
 synfigstudio-dock_navigator.obj: docks/dock_navigator.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_navigator.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_navigator.Tpo -c -o synfigstudio-dock_navigator.obj `if test -f 'docks/dock_navigator.cpp'; then $(CYGPATH_W) 'docks/dock_navigator.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_navigator.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_navigator.Tpo $(DEPDIR)/synfigstudio-dock_navigator.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_navigator.cpp' object='synfigstudio-dock_navigator.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_navigator.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_navigator.Tpo -c -o synfigstudio-dock_navigator.obj `if test -f 'docks/dock_navigator.cpp'; then $(CYGPATH_W) 'docks/dock_navigator.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_navigator.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_navigator.Tpo $(DEPDIR)/synfigstudio-dock_navigator.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_navigator.cpp' object='synfigstudio-dock_navigator.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_navigator.obj `if test -f 'docks/dock_navigator.cpp'; then $(CYGPATH_W) 'docks/dock_navigator.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_navigator.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_navigator.obj `if test -f 'docks/dock_navigator.cpp'; then $(CYGPATH_W) 'docks/dock_navigator.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_navigator.cpp'; fi`
 
 synfigstudio-dock_params.o: docks/dock_params.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_params.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_params.Tpo -c -o synfigstudio-dock_params.o `test -f 'docks/dock_params.cpp' || echo '$(srcdir)/'`docks/dock_params.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_params.Tpo $(DEPDIR)/synfigstudio-dock_params.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_params.cpp' object='synfigstudio-dock_params.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_params.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_params.Tpo -c -o synfigstudio-dock_params.o `test -f 'docks/dock_params.cpp' || echo '$(srcdir)/'`docks/dock_params.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_params.Tpo $(DEPDIR)/synfigstudio-dock_params.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_params.cpp' object='synfigstudio-dock_params.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_params.o `test -f 'docks/dock_params.cpp' || echo '$(srcdir)/'`docks/dock_params.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_params.o `test -f 'docks/dock_params.cpp' || echo '$(srcdir)/'`docks/dock_params.cpp
 
 synfigstudio-dock_params.obj: docks/dock_params.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_params.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_params.Tpo -c -o synfigstudio-dock_params.obj `if test -f 'docks/dock_params.cpp'; then $(CYGPATH_W) 'docks/dock_params.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_params.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_params.Tpo $(DEPDIR)/synfigstudio-dock_params.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_params.cpp' object='synfigstudio-dock_params.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_params.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_params.Tpo -c -o synfigstudio-dock_params.obj `if test -f 'docks/dock_params.cpp'; then $(CYGPATH_W) 'docks/dock_params.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_params.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_params.Tpo $(DEPDIR)/synfigstudio-dock_params.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_params.cpp' object='synfigstudio-dock_params.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_params.obj `if test -f 'docks/dock_params.cpp'; then $(CYGPATH_W) 'docks/dock_params.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_params.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_params.obj `if test -f 'docks/dock_params.cpp'; then $(CYGPATH_W) 'docks/dock_params.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_params.cpp'; fi`
 
 synfigstudio-dock_timetrack.o: docks/dock_timetrack.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_timetrack.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_timetrack.Tpo -c -o synfigstudio-dock_timetrack.o `test -f 'docks/dock_timetrack.cpp' || echo '$(srcdir)/'`docks/dock_timetrack.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_timetrack.Tpo $(DEPDIR)/synfigstudio-dock_timetrack.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_timetrack.cpp' object='synfigstudio-dock_timetrack.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_timetrack.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_timetrack.Tpo -c -o synfigstudio-dock_timetrack.o `test -f 'docks/dock_timetrack.cpp' || echo '$(srcdir)/'`docks/dock_timetrack.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_timetrack.Tpo $(DEPDIR)/synfigstudio-dock_timetrack.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_timetrack.cpp' object='synfigstudio-dock_timetrack.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_timetrack.o `test -f 'docks/dock_timetrack.cpp' || echo '$(srcdir)/'`docks/dock_timetrack.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_timetrack.o `test -f 'docks/dock_timetrack.cpp' || echo '$(srcdir)/'`docks/dock_timetrack.cpp
 
 synfigstudio-dock_timetrack.obj: docks/dock_timetrack.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_timetrack.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_timetrack.Tpo -c -o synfigstudio-dock_timetrack.obj `if test -f 'docks/dock_timetrack.cpp'; then $(CYGPATH_W) 'docks/dock_timetrack.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_timetrack.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_timetrack.Tpo $(DEPDIR)/synfigstudio-dock_timetrack.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dock_timetrack.cpp' object='synfigstudio-dock_timetrack.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_timetrack.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_timetrack.Tpo -c -o synfigstudio-dock_timetrack.obj `if test -f 'docks/dock_timetrack.cpp'; then $(CYGPATH_W) 'docks/dock_timetrack.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_timetrack.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_timetrack.Tpo $(DEPDIR)/synfigstudio-dock_timetrack.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dock_timetrack.cpp' object='synfigstudio-dock_timetrack.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_timetrack.obj `if test -f 'docks/dock_timetrack.cpp'; then $(CYGPATH_W) 'docks/dock_timetrack.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_timetrack.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_timetrack.obj `if test -f 'docks/dock_timetrack.cpp'; then $(CYGPATH_W) 'docks/dock_timetrack.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dock_timetrack.cpp'; fi`
 
 synfigstudio-dockable.o: docks/dockable.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockable.o -MD -MP -MF $(DEPDIR)/synfigstudio-dockable.Tpo -c -o synfigstudio-dockable.o `test -f 'docks/dockable.cpp' || echo '$(srcdir)/'`docks/dockable.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dockable.Tpo $(DEPDIR)/synfigstudio-dockable.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dockable.cpp' object='synfigstudio-dockable.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockable.o -MD -MP -MF $(DEPDIR)/synfigstudio-dockable.Tpo -c -o synfigstudio-dockable.o `test -f 'docks/dockable.cpp' || echo '$(srcdir)/'`docks/dockable.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dockable.Tpo $(DEPDIR)/synfigstudio-dockable.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dockable.cpp' object='synfigstudio-dockable.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockable.o `test -f 'docks/dockable.cpp' || echo '$(srcdir)/'`docks/dockable.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockable.o `test -f 'docks/dockable.cpp' || echo '$(srcdir)/'`docks/dockable.cpp
 
 synfigstudio-dockable.obj: docks/dockable.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockable.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dockable.Tpo -c -o synfigstudio-dockable.obj `if test -f 'docks/dockable.cpp'; then $(CYGPATH_W) 'docks/dockable.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockable.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dockable.Tpo $(DEPDIR)/synfigstudio-dockable.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dockable.cpp' object='synfigstudio-dockable.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockable.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dockable.Tpo -c -o synfigstudio-dockable.obj `if test -f 'docks/dockable.cpp'; then $(CYGPATH_W) 'docks/dockable.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockable.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dockable.Tpo $(DEPDIR)/synfigstudio-dockable.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dockable.cpp' object='synfigstudio-dockable.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockable.obj `if test -f 'docks/dockable.cpp'; then $(CYGPATH_W) 'docks/dockable.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockable.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockable.obj `if test -f 'docks/dockable.cpp'; then $(CYGPATH_W) 'docks/dockable.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockable.cpp'; fi`
 
 synfigstudio-dockbook.o: docks/dockbook.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockbook.o -MD -MP -MF $(DEPDIR)/synfigstudio-dockbook.Tpo -c -o synfigstudio-dockbook.o `test -f 'docks/dockbook.cpp' || echo '$(srcdir)/'`docks/dockbook.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dockbook.Tpo $(DEPDIR)/synfigstudio-dockbook.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dockbook.cpp' object='synfigstudio-dockbook.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockbook.o -MD -MP -MF $(DEPDIR)/synfigstudio-dockbook.Tpo -c -o synfigstudio-dockbook.o `test -f 'docks/dockbook.cpp' || echo '$(srcdir)/'`docks/dockbook.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dockbook.Tpo $(DEPDIR)/synfigstudio-dockbook.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dockbook.cpp' object='synfigstudio-dockbook.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockbook.o `test -f 'docks/dockbook.cpp' || echo '$(srcdir)/'`docks/dockbook.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockbook.o `test -f 'docks/dockbook.cpp' || echo '$(srcdir)/'`docks/dockbook.cpp
 
 synfigstudio-dockbook.obj: docks/dockbook.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockbook.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dockbook.Tpo -c -o synfigstudio-dockbook.obj `if test -f 'docks/dockbook.cpp'; then $(CYGPATH_W) 'docks/dockbook.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockbook.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dockbook.Tpo $(DEPDIR)/synfigstudio-dockbook.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dockbook.cpp' object='synfigstudio-dockbook.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockbook.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dockbook.Tpo -c -o synfigstudio-dockbook.obj `if test -f 'docks/dockbook.cpp'; then $(CYGPATH_W) 'docks/dockbook.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockbook.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dockbook.Tpo $(DEPDIR)/synfigstudio-dockbook.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dockbook.cpp' object='synfigstudio-dockbook.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockbook.obj `if test -f 'docks/dockbook.cpp'; then $(CYGPATH_W) 'docks/dockbook.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockbook.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockbook.obj `if test -f 'docks/dockbook.cpp'; then $(CYGPATH_W) 'docks/dockbook.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockbook.cpp'; fi`
 
 synfigstudio-dockdialog.o: docks/dockdialog.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockdialog.o -MD -MP -MF $(DEPDIR)/synfigstudio-dockdialog.Tpo -c -o synfigstudio-dockdialog.o `test -f 'docks/dockdialog.cpp' || echo '$(srcdir)/'`docks/dockdialog.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dockdialog.Tpo $(DEPDIR)/synfigstudio-dockdialog.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dockdialog.cpp' object='synfigstudio-dockdialog.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockdialog.o -MD -MP -MF $(DEPDIR)/synfigstudio-dockdialog.Tpo -c -o synfigstudio-dockdialog.o `test -f 'docks/dockdialog.cpp' || echo '$(srcdir)/'`docks/dockdialog.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dockdialog.Tpo $(DEPDIR)/synfigstudio-dockdialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dockdialog.cpp' object='synfigstudio-dockdialog.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockdialog.o `test -f 'docks/dockdialog.cpp' || echo '$(srcdir)/'`docks/dockdialog.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockdialog.o `test -f 'docks/dockdialog.cpp' || echo '$(srcdir)/'`docks/dockdialog.cpp
 
 synfigstudio-dockdialog.obj: docks/dockdialog.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockdialog.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dockdialog.Tpo -c -o synfigstudio-dockdialog.obj `if test -f 'docks/dockdialog.cpp'; then $(CYGPATH_W) 'docks/dockdialog.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockdialog.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dockdialog.Tpo $(DEPDIR)/synfigstudio-dockdialog.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dockdialog.cpp' object='synfigstudio-dockdialog.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockdialog.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dockdialog.Tpo -c -o synfigstudio-dockdialog.obj `if test -f 'docks/dockdialog.cpp'; then $(CYGPATH_W) 'docks/dockdialog.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockdialog.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dockdialog.Tpo $(DEPDIR)/synfigstudio-dockdialog.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dockdialog.cpp' object='synfigstudio-dockdialog.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockdialog.obj `if test -f 'docks/dockdialog.cpp'; then $(CYGPATH_W) 'docks/dockdialog.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockdialog.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockdialog.obj `if test -f 'docks/dockdialog.cpp'; then $(CYGPATH_W) 'docks/dockdialog.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockdialog.cpp'; fi`
 
 synfigstudio-dockmanager.o: docks/dockmanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockmanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-dockmanager.Tpo -c -o synfigstudio-dockmanager.o `test -f 'docks/dockmanager.cpp' || echo '$(srcdir)/'`docks/dockmanager.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dockmanager.Tpo $(DEPDIR)/synfigstudio-dockmanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dockmanager.cpp' object='synfigstudio-dockmanager.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockmanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-dockmanager.Tpo -c -o synfigstudio-dockmanager.o `test -f 'docks/dockmanager.cpp' || echo '$(srcdir)/'`docks/dockmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dockmanager.Tpo $(DEPDIR)/synfigstudio-dockmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dockmanager.cpp' object='synfigstudio-dockmanager.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockmanager.o `test -f 'docks/dockmanager.cpp' || echo '$(srcdir)/'`docks/dockmanager.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockmanager.o `test -f 'docks/dockmanager.cpp' || echo '$(srcdir)/'`docks/dockmanager.cpp
 
 synfigstudio-dockmanager.obj: docks/dockmanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockmanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dockmanager.Tpo -c -o synfigstudio-dockmanager.obj `if test -f 'docks/dockmanager.cpp'; then $(CYGPATH_W) 'docks/dockmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockmanager.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dockmanager.Tpo $(DEPDIR)/synfigstudio-dockmanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='docks/dockmanager.cpp' object='synfigstudio-dockmanager.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dockmanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dockmanager.Tpo -c -o synfigstudio-dockmanager.obj `if test -f 'docks/dockmanager.cpp'; then $(CYGPATH_W) 'docks/dockmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockmanager.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dockmanager.Tpo $(DEPDIR)/synfigstudio-dockmanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='docks/dockmanager.cpp' object='synfigstudio-dockmanager.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockmanager.obj `if test -f 'docks/dockmanager.cpp'; then $(CYGPATH_W) 'docks/dockmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockmanager.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dockmanager.obj `if test -f 'docks/dockmanager.cpp'; then $(CYGPATH_W) 'docks/dockmanager.cpp'; else $(CYGPATH_W) '$(srcdir)/docks/dockmanager.cpp'; fi`
 
 synfigstudio-dock_palbrowse.o: modules/mod_palette/dock_palbrowse.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_palbrowse.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_palbrowse.Tpo -c -o synfigstudio-dock_palbrowse.o `test -f 'modules/mod_palette/dock_palbrowse.cpp' || echo '$(srcdir)/'`modules/mod_palette/dock_palbrowse.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_palbrowse.Tpo $(DEPDIR)/synfigstudio-dock_palbrowse.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='modules/mod_palette/dock_palbrowse.cpp' object='synfigstudio-dock_palbrowse.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_palbrowse.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_palbrowse.Tpo -c -o synfigstudio-dock_palbrowse.o `test -f 'modules/mod_palette/dock_palbrowse.cpp' || echo '$(srcdir)/'`modules/mod_palette/dock_palbrowse.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_palbrowse.Tpo $(DEPDIR)/synfigstudio-dock_palbrowse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='modules/mod_palette/dock_palbrowse.cpp' object='synfigstudio-dock_palbrowse.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_palbrowse.o `test -f 'modules/mod_palette/dock_palbrowse.cpp' || echo '$(srcdir)/'`modules/mod_palette/dock_palbrowse.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_palbrowse.o `test -f 'modules/mod_palette/dock_palbrowse.cpp' || echo '$(srcdir)/'`modules/mod_palette/dock_palbrowse.cpp
 
 synfigstudio-dock_palbrowse.obj: modules/mod_palette/dock_palbrowse.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_palbrowse.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_palbrowse.Tpo -c -o synfigstudio-dock_palbrowse.obj `if test -f 'modules/mod_palette/dock_palbrowse.cpp'; then $(CYGPATH_W) 'modules/mod_palette/dock_palbrowse.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/dock_palbrowse.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_palbrowse.Tpo $(DEPDIR)/synfigstudio-dock_palbrowse.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='modules/mod_palette/dock_palbrowse.cpp' object='synfigstudio-dock_palbrowse.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_palbrowse.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_palbrowse.Tpo -c -o synfigstudio-dock_palbrowse.obj `if test -f 'modules/mod_palette/dock_palbrowse.cpp'; then $(CYGPATH_W) 'modules/mod_palette/dock_palbrowse.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/dock_palbrowse.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_palbrowse.Tpo $(DEPDIR)/synfigstudio-dock_palbrowse.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='modules/mod_palette/dock_palbrowse.cpp' object='synfigstudio-dock_palbrowse.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_palbrowse.obj `if test -f 'modules/mod_palette/dock_palbrowse.cpp'; then $(CYGPATH_W) 'modules/mod_palette/dock_palbrowse.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/dock_palbrowse.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_palbrowse.obj `if test -f 'modules/mod_palette/dock_palbrowse.cpp'; then $(CYGPATH_W) 'modules/mod_palette/dock_palbrowse.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/dock_palbrowse.cpp'; fi`
 
 synfigstudio-dock_paledit.o: modules/mod_palette/dock_paledit.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_paledit.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_paledit.Tpo -c -o synfigstudio-dock_paledit.o `test -f 'modules/mod_palette/dock_paledit.cpp' || echo '$(srcdir)/'`modules/mod_palette/dock_paledit.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_paledit.Tpo $(DEPDIR)/synfigstudio-dock_paledit.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='modules/mod_palette/dock_paledit.cpp' object='synfigstudio-dock_paledit.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_paledit.o -MD -MP -MF $(DEPDIR)/synfigstudio-dock_paledit.Tpo -c -o synfigstudio-dock_paledit.o `test -f 'modules/mod_palette/dock_paledit.cpp' || echo '$(srcdir)/'`modules/mod_palette/dock_paledit.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_paledit.Tpo $(DEPDIR)/synfigstudio-dock_paledit.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='modules/mod_palette/dock_paledit.cpp' object='synfigstudio-dock_paledit.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_paledit.o `test -f 'modules/mod_palette/dock_paledit.cpp' || echo '$(srcdir)/'`modules/mod_palette/dock_paledit.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_paledit.o `test -f 'modules/mod_palette/dock_paledit.cpp' || echo '$(srcdir)/'`modules/mod_palette/dock_paledit.cpp
 
 synfigstudio-dock_paledit.obj: modules/mod_palette/dock_paledit.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_paledit.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_paledit.Tpo -c -o synfigstudio-dock_paledit.obj `if test -f 'modules/mod_palette/dock_paledit.cpp'; then $(CYGPATH_W) 'modules/mod_palette/dock_paledit.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/dock_paledit.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dock_paledit.Tpo $(DEPDIR)/synfigstudio-dock_paledit.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='modules/mod_palette/dock_paledit.cpp' object='synfigstudio-dock_paledit.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dock_paledit.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dock_paledit.Tpo -c -o synfigstudio-dock_paledit.obj `if test -f 'modules/mod_palette/dock_paledit.cpp'; then $(CYGPATH_W) 'modules/mod_palette/dock_paledit.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/dock_paledit.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dock_paledit.Tpo $(DEPDIR)/synfigstudio-dock_paledit.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='modules/mod_palette/dock_paledit.cpp' object='synfigstudio-dock_paledit.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_paledit.obj `if test -f 'modules/mod_palette/dock_paledit.cpp'; then $(CYGPATH_W) 'modules/mod_palette/dock_paledit.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/dock_paledit.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dock_paledit.obj `if test -f 'modules/mod_palette/dock_paledit.cpp'; then $(CYGPATH_W) 'modules/mod_palette/dock_paledit.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/dock_paledit.cpp'; fi`
 
 synfigstudio-mod_palette.o: modules/mod_palette/mod_palette.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-mod_palette.o -MD -MP -MF $(DEPDIR)/synfigstudio-mod_palette.Tpo -c -o synfigstudio-mod_palette.o `test -f 'modules/mod_palette/mod_palette.cpp' || echo '$(srcdir)/'`modules/mod_palette/mod_palette.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-mod_palette.Tpo $(DEPDIR)/synfigstudio-mod_palette.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='modules/mod_palette/mod_palette.cpp' object='synfigstudio-mod_palette.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-mod_palette.o -MD -MP -MF $(DEPDIR)/synfigstudio-mod_palette.Tpo -c -o synfigstudio-mod_palette.o `test -f 'modules/mod_palette/mod_palette.cpp' || echo '$(srcdir)/'`modules/mod_palette/mod_palette.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-mod_palette.Tpo $(DEPDIR)/synfigstudio-mod_palette.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='modules/mod_palette/mod_palette.cpp' object='synfigstudio-mod_palette.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-mod_palette.o `test -f 'modules/mod_palette/mod_palette.cpp' || echo '$(srcdir)/'`modules/mod_palette/mod_palette.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-mod_palette.o `test -f 'modules/mod_palette/mod_palette.cpp' || echo '$(srcdir)/'`modules/mod_palette/mod_palette.cpp
 
 synfigstudio-mod_palette.obj: modules/mod_palette/mod_palette.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-mod_palette.obj -MD -MP -MF $(DEPDIR)/synfigstudio-mod_palette.Tpo -c -o synfigstudio-mod_palette.obj `if test -f 'modules/mod_palette/mod_palette.cpp'; then $(CYGPATH_W) 'modules/mod_palette/mod_palette.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/mod_palette.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-mod_palette.Tpo $(DEPDIR)/synfigstudio-mod_palette.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='modules/mod_palette/mod_palette.cpp' object='synfigstudio-mod_palette.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-mod_palette.obj -MD -MP -MF $(DEPDIR)/synfigstudio-mod_palette.Tpo -c -o synfigstudio-mod_palette.obj `if test -f 'modules/mod_palette/mod_palette.cpp'; then $(CYGPATH_W) 'modules/mod_palette/mod_palette.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/mod_palette.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-mod_palette.Tpo $(DEPDIR)/synfigstudio-mod_palette.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='modules/mod_palette/mod_palette.cpp' object='synfigstudio-mod_palette.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-mod_palette.obj `if test -f 'modules/mod_palette/mod_palette.cpp'; then $(CYGPATH_W) 'modules/mod_palette/mod_palette.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/mod_palette.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-mod_palette.obj `if test -f 'modules/mod_palette/mod_palette.cpp'; then $(CYGPATH_W) 'modules/mod_palette/mod_palette.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/mod_palette/mod_palette.cpp'; fi`
 
 synfigstudio-module.o: modules/module.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-module.o -MD -MP -MF $(DEPDIR)/synfigstudio-module.Tpo -c -o synfigstudio-module.o `test -f 'modules/module.cpp' || echo '$(srcdir)/'`modules/module.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-module.Tpo $(DEPDIR)/synfigstudio-module.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='modules/module.cpp' object='synfigstudio-module.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-module.o -MD -MP -MF $(DEPDIR)/synfigstudio-module.Tpo -c -o synfigstudio-module.o `test -f 'modules/module.cpp' || echo '$(srcdir)/'`modules/module.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-module.Tpo $(DEPDIR)/synfigstudio-module.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='modules/module.cpp' object='synfigstudio-module.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-module.o `test -f 'modules/module.cpp' || echo '$(srcdir)/'`modules/module.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-module.o `test -f 'modules/module.cpp' || echo '$(srcdir)/'`modules/module.cpp
 
 synfigstudio-module.obj: modules/module.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-module.obj -MD -MP -MF $(DEPDIR)/synfigstudio-module.Tpo -c -o synfigstudio-module.obj `if test -f 'modules/module.cpp'; then $(CYGPATH_W) 'modules/module.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/module.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-module.Tpo $(DEPDIR)/synfigstudio-module.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='modules/module.cpp' object='synfigstudio-module.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-module.obj -MD -MP -MF $(DEPDIR)/synfigstudio-module.Tpo -c -o synfigstudio-module.obj `if test -f 'modules/module.cpp'; then $(CYGPATH_W) 'modules/module.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/module.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-module.Tpo $(DEPDIR)/synfigstudio-module.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='modules/module.cpp' object='synfigstudio-module.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-module.obj `if test -f 'modules/module.cpp'; then $(CYGPATH_W) 'modules/module.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/module.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-module.obj `if test -f 'modules/module.cpp'; then $(CYGPATH_W) 'modules/module.cpp'; else $(CYGPATH_W) '$(srcdir)/modules/module.cpp'; fi`
 
 synfigstudio-state_bline.o: states/state_bline.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_bline.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_bline.Tpo -c -o synfigstudio-state_bline.o `test -f 'states/state_bline.cpp' || echo '$(srcdir)/'`states/state_bline.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_bline.Tpo $(DEPDIR)/synfigstudio-state_bline.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_bline.cpp' object='synfigstudio-state_bline.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_bline.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_bline.Tpo -c -o synfigstudio-state_bline.o `test -f 'states/state_bline.cpp' || echo '$(srcdir)/'`states/state_bline.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_bline.Tpo $(DEPDIR)/synfigstudio-state_bline.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_bline.cpp' object='synfigstudio-state_bline.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_bline.o `test -f 'states/state_bline.cpp' || echo '$(srcdir)/'`states/state_bline.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_bline.o `test -f 'states/state_bline.cpp' || echo '$(srcdir)/'`states/state_bline.cpp
 
 synfigstudio-state_bline.obj: states/state_bline.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_bline.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_bline.Tpo -c -o synfigstudio-state_bline.obj `if test -f 'states/state_bline.cpp'; then $(CYGPATH_W) 'states/state_bline.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_bline.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_bline.Tpo $(DEPDIR)/synfigstudio-state_bline.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_bline.cpp' object='synfigstudio-state_bline.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_bline.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_bline.Tpo -c -o synfigstudio-state_bline.obj `if test -f 'states/state_bline.cpp'; then $(CYGPATH_W) 'states/state_bline.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_bline.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_bline.Tpo $(DEPDIR)/synfigstudio-state_bline.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_bline.cpp' object='synfigstudio-state_bline.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_bline.obj `if test -f 'states/state_bline.cpp'; then $(CYGPATH_W) 'states/state_bline.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_bline.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_bline.obj `if test -f 'states/state_bline.cpp'; then $(CYGPATH_W) 'states/state_bline.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_bline.cpp'; fi`
 
 synfigstudio-state_circle.o: states/state_circle.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_circle.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_circle.Tpo -c -o synfigstudio-state_circle.o `test -f 'states/state_circle.cpp' || echo '$(srcdir)/'`states/state_circle.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_circle.Tpo $(DEPDIR)/synfigstudio-state_circle.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_circle.cpp' object='synfigstudio-state_circle.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_circle.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_circle.Tpo -c -o synfigstudio-state_circle.o `test -f 'states/state_circle.cpp' || echo '$(srcdir)/'`states/state_circle.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_circle.Tpo $(DEPDIR)/synfigstudio-state_circle.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_circle.cpp' object='synfigstudio-state_circle.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_circle.o `test -f 'states/state_circle.cpp' || echo '$(srcdir)/'`states/state_circle.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_circle.o `test -f 'states/state_circle.cpp' || echo '$(srcdir)/'`states/state_circle.cpp
 
 synfigstudio-state_circle.obj: states/state_circle.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_circle.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_circle.Tpo -c -o synfigstudio-state_circle.obj `if test -f 'states/state_circle.cpp'; then $(CYGPATH_W) 'states/state_circle.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_circle.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_circle.Tpo $(DEPDIR)/synfigstudio-state_circle.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_circle.cpp' object='synfigstudio-state_circle.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_circle.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_circle.Tpo -c -o synfigstudio-state_circle.obj `if test -f 'states/state_circle.cpp'; then $(CYGPATH_W) 'states/state_circle.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_circle.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_circle.Tpo $(DEPDIR)/synfigstudio-state_circle.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_circle.cpp' object='synfigstudio-state_circle.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_circle.obj `if test -f 'states/state_circle.cpp'; then $(CYGPATH_W) 'states/state_circle.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_circle.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_circle.obj `if test -f 'states/state_circle.cpp'; then $(CYGPATH_W) 'states/state_circle.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_circle.cpp'; fi`
 
 synfigstudio-state_draw.o: states/state_draw.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_draw.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_draw.Tpo -c -o synfigstudio-state_draw.o `test -f 'states/state_draw.cpp' || echo '$(srcdir)/'`states/state_draw.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_draw.Tpo $(DEPDIR)/synfigstudio-state_draw.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_draw.cpp' object='synfigstudio-state_draw.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_draw.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_draw.Tpo -c -o synfigstudio-state_draw.o `test -f 'states/state_draw.cpp' || echo '$(srcdir)/'`states/state_draw.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_draw.Tpo $(DEPDIR)/synfigstudio-state_draw.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_draw.cpp' object='synfigstudio-state_draw.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_draw.o `test -f 'states/state_draw.cpp' || echo '$(srcdir)/'`states/state_draw.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_draw.o `test -f 'states/state_draw.cpp' || echo '$(srcdir)/'`states/state_draw.cpp
 
 synfigstudio-state_draw.obj: states/state_draw.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_draw.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_draw.Tpo -c -o synfigstudio-state_draw.obj `if test -f 'states/state_draw.cpp'; then $(CYGPATH_W) 'states/state_draw.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_draw.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_draw.Tpo $(DEPDIR)/synfigstudio-state_draw.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_draw.cpp' object='synfigstudio-state_draw.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_draw.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_draw.Tpo -c -o synfigstudio-state_draw.obj `if test -f 'states/state_draw.cpp'; then $(CYGPATH_W) 'states/state_draw.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_draw.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_draw.Tpo $(DEPDIR)/synfigstudio-state_draw.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_draw.cpp' object='synfigstudio-state_draw.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_draw.obj `if test -f 'states/state_draw.cpp'; then $(CYGPATH_W) 'states/state_draw.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_draw.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_draw.obj `if test -f 'states/state_draw.cpp'; then $(CYGPATH_W) 'states/state_draw.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_draw.cpp'; fi`
 
 synfigstudio-state_eyedrop.o: states/state_eyedrop.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_eyedrop.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_eyedrop.Tpo -c -o synfigstudio-state_eyedrop.o `test -f 'states/state_eyedrop.cpp' || echo '$(srcdir)/'`states/state_eyedrop.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_eyedrop.Tpo $(DEPDIR)/synfigstudio-state_eyedrop.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_eyedrop.cpp' object='synfigstudio-state_eyedrop.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_eyedrop.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_eyedrop.Tpo -c -o synfigstudio-state_eyedrop.o `test -f 'states/state_eyedrop.cpp' || echo '$(srcdir)/'`states/state_eyedrop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_eyedrop.Tpo $(DEPDIR)/synfigstudio-state_eyedrop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_eyedrop.cpp' object='synfigstudio-state_eyedrop.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_eyedrop.o `test -f 'states/state_eyedrop.cpp' || echo '$(srcdir)/'`states/state_eyedrop.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_eyedrop.o `test -f 'states/state_eyedrop.cpp' || echo '$(srcdir)/'`states/state_eyedrop.cpp
 
 synfigstudio-state_eyedrop.obj: states/state_eyedrop.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_eyedrop.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_eyedrop.Tpo -c -o synfigstudio-state_eyedrop.obj `if test -f 'states/state_eyedrop.cpp'; then $(CYGPATH_W) 'states/state_eyedrop.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_eyedrop.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_eyedrop.Tpo $(DEPDIR)/synfigstudio-state_eyedrop.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_eyedrop.cpp' object='synfigstudio-state_eyedrop.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_eyedrop.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_eyedrop.Tpo -c -o synfigstudio-state_eyedrop.obj `if test -f 'states/state_eyedrop.cpp'; then $(CYGPATH_W) 'states/state_eyedrop.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_eyedrop.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_eyedrop.Tpo $(DEPDIR)/synfigstudio-state_eyedrop.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_eyedrop.cpp' object='synfigstudio-state_eyedrop.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_eyedrop.obj `if test -f 'states/state_eyedrop.cpp'; then $(CYGPATH_W) 'states/state_eyedrop.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_eyedrop.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_eyedrop.obj `if test -f 'states/state_eyedrop.cpp'; then $(CYGPATH_W) 'states/state_eyedrop.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_eyedrop.cpp'; fi`
 
 synfigstudio-state_fill.o: states/state_fill.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_fill.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_fill.Tpo -c -o synfigstudio-state_fill.o `test -f 'states/state_fill.cpp' || echo '$(srcdir)/'`states/state_fill.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_fill.Tpo $(DEPDIR)/synfigstudio-state_fill.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_fill.cpp' object='synfigstudio-state_fill.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_fill.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_fill.Tpo -c -o synfigstudio-state_fill.o `test -f 'states/state_fill.cpp' || echo '$(srcdir)/'`states/state_fill.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_fill.Tpo $(DEPDIR)/synfigstudio-state_fill.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_fill.cpp' object='synfigstudio-state_fill.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_fill.o `test -f 'states/state_fill.cpp' || echo '$(srcdir)/'`states/state_fill.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_fill.o `test -f 'states/state_fill.cpp' || echo '$(srcdir)/'`states/state_fill.cpp
 
 synfigstudio-state_fill.obj: states/state_fill.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_fill.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_fill.Tpo -c -o synfigstudio-state_fill.obj `if test -f 'states/state_fill.cpp'; then $(CYGPATH_W) 'states/state_fill.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_fill.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_fill.Tpo $(DEPDIR)/synfigstudio-state_fill.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_fill.cpp' object='synfigstudio-state_fill.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_fill.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_fill.Tpo -c -o synfigstudio-state_fill.obj `if test -f 'states/state_fill.cpp'; then $(CYGPATH_W) 'states/state_fill.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_fill.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_fill.Tpo $(DEPDIR)/synfigstudio-state_fill.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_fill.cpp' object='synfigstudio-state_fill.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_fill.obj `if test -f 'states/state_fill.cpp'; then $(CYGPATH_W) 'states/state_fill.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_fill.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_fill.obj `if test -f 'states/state_fill.cpp'; then $(CYGPATH_W) 'states/state_fill.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_fill.cpp'; fi`
 
 synfigstudio-state_gradient.o: states/state_gradient.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_gradient.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_gradient.Tpo -c -o synfigstudio-state_gradient.o `test -f 'states/state_gradient.cpp' || echo '$(srcdir)/'`states/state_gradient.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_gradient.Tpo $(DEPDIR)/synfigstudio-state_gradient.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_gradient.cpp' object='synfigstudio-state_gradient.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_gradient.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_gradient.Tpo -c -o synfigstudio-state_gradient.o `test -f 'states/state_gradient.cpp' || echo '$(srcdir)/'`states/state_gradient.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_gradient.Tpo $(DEPDIR)/synfigstudio-state_gradient.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_gradient.cpp' object='synfigstudio-state_gradient.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_gradient.o `test -f 'states/state_gradient.cpp' || echo '$(srcdir)/'`states/state_gradient.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_gradient.o `test -f 'states/state_gradient.cpp' || echo '$(srcdir)/'`states/state_gradient.cpp
 
 synfigstudio-state_gradient.obj: states/state_gradient.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_gradient.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_gradient.Tpo -c -o synfigstudio-state_gradient.obj `if test -f 'states/state_gradient.cpp'; then $(CYGPATH_W) 'states/state_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_gradient.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_gradient.Tpo $(DEPDIR)/synfigstudio-state_gradient.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_gradient.cpp' object='synfigstudio-state_gradient.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_gradient.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_gradient.Tpo -c -o synfigstudio-state_gradient.obj `if test -f 'states/state_gradient.cpp'; then $(CYGPATH_W) 'states/state_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_gradient.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_gradient.Tpo $(DEPDIR)/synfigstudio-state_gradient.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_gradient.cpp' object='synfigstudio-state_gradient.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_gradient.obj `if test -f 'states/state_gradient.cpp'; then $(CYGPATH_W) 'states/state_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_gradient.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_gradient.obj `if test -f 'states/state_gradient.cpp'; then $(CYGPATH_W) 'states/state_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_gradient.cpp'; fi`
 
 synfigstudio-state_mirror.o: states/state_mirror.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_mirror.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_mirror.Tpo -c -o synfigstudio-state_mirror.o `test -f 'states/state_mirror.cpp' || echo '$(srcdir)/'`states/state_mirror.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_mirror.Tpo $(DEPDIR)/synfigstudio-state_mirror.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_mirror.cpp' object='synfigstudio-state_mirror.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_mirror.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_mirror.Tpo -c -o synfigstudio-state_mirror.o `test -f 'states/state_mirror.cpp' || echo '$(srcdir)/'`states/state_mirror.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_mirror.Tpo $(DEPDIR)/synfigstudio-state_mirror.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_mirror.cpp' object='synfigstudio-state_mirror.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_mirror.o `test -f 'states/state_mirror.cpp' || echo '$(srcdir)/'`states/state_mirror.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_mirror.o `test -f 'states/state_mirror.cpp' || echo '$(srcdir)/'`states/state_mirror.cpp
 
 synfigstudio-state_mirror.obj: states/state_mirror.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_mirror.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_mirror.Tpo -c -o synfigstudio-state_mirror.obj `if test -f 'states/state_mirror.cpp'; then $(CYGPATH_W) 'states/state_mirror.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_mirror.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_mirror.Tpo $(DEPDIR)/synfigstudio-state_mirror.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_mirror.cpp' object='synfigstudio-state_mirror.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_mirror.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_mirror.Tpo -c -o synfigstudio-state_mirror.obj `if test -f 'states/state_mirror.cpp'; then $(CYGPATH_W) 'states/state_mirror.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_mirror.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_mirror.Tpo $(DEPDIR)/synfigstudio-state_mirror.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_mirror.cpp' object='synfigstudio-state_mirror.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_mirror.obj `if test -f 'states/state_mirror.cpp'; then $(CYGPATH_W) 'states/state_mirror.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_mirror.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_mirror.obj `if test -f 'states/state_mirror.cpp'; then $(CYGPATH_W) 'states/state_mirror.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_mirror.cpp'; fi`
 
 synfigstudio-state_normal.o: states/state_normal.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_normal.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_normal.Tpo -c -o synfigstudio-state_normal.o `test -f 'states/state_normal.cpp' || echo '$(srcdir)/'`states/state_normal.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_normal.Tpo $(DEPDIR)/synfigstudio-state_normal.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_normal.cpp' object='synfigstudio-state_normal.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_normal.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_normal.Tpo -c -o synfigstudio-state_normal.o `test -f 'states/state_normal.cpp' || echo '$(srcdir)/'`states/state_normal.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_normal.Tpo $(DEPDIR)/synfigstudio-state_normal.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_normal.cpp' object='synfigstudio-state_normal.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_normal.o `test -f 'states/state_normal.cpp' || echo '$(srcdir)/'`states/state_normal.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_normal.o `test -f 'states/state_normal.cpp' || echo '$(srcdir)/'`states/state_normal.cpp
 
 synfigstudio-state_normal.obj: states/state_normal.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_normal.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_normal.Tpo -c -o synfigstudio-state_normal.obj `if test -f 'states/state_normal.cpp'; then $(CYGPATH_W) 'states/state_normal.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_normal.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_normal.Tpo $(DEPDIR)/synfigstudio-state_normal.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_normal.cpp' object='synfigstudio-state_normal.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_normal.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_normal.Tpo -c -o synfigstudio-state_normal.obj `if test -f 'states/state_normal.cpp'; then $(CYGPATH_W) 'states/state_normal.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_normal.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_normal.Tpo $(DEPDIR)/synfigstudio-state_normal.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_normal.cpp' object='synfigstudio-state_normal.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_normal.obj `if test -f 'states/state_normal.cpp'; then $(CYGPATH_W) 'states/state_normal.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_normal.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_normal.obj `if test -f 'states/state_normal.cpp'; then $(CYGPATH_W) 'states/state_normal.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_normal.cpp'; fi`
 
 synfigstudio-state_polygon.o: states/state_polygon.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_polygon.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_polygon.Tpo -c -o synfigstudio-state_polygon.o `test -f 'states/state_polygon.cpp' || echo '$(srcdir)/'`states/state_polygon.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_polygon.Tpo $(DEPDIR)/synfigstudio-state_polygon.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_polygon.cpp' object='synfigstudio-state_polygon.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_polygon.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_polygon.Tpo -c -o synfigstudio-state_polygon.o `test -f 'states/state_polygon.cpp' || echo '$(srcdir)/'`states/state_polygon.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_polygon.Tpo $(DEPDIR)/synfigstudio-state_polygon.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_polygon.cpp' object='synfigstudio-state_polygon.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_polygon.o `test -f 'states/state_polygon.cpp' || echo '$(srcdir)/'`states/state_polygon.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_polygon.o `test -f 'states/state_polygon.cpp' || echo '$(srcdir)/'`states/state_polygon.cpp
 
 synfigstudio-state_polygon.obj: states/state_polygon.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_polygon.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_polygon.Tpo -c -o synfigstudio-state_polygon.obj `if test -f 'states/state_polygon.cpp'; then $(CYGPATH_W) 'states/state_polygon.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_polygon.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_polygon.Tpo $(DEPDIR)/synfigstudio-state_polygon.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_polygon.cpp' object='synfigstudio-state_polygon.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_polygon.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_polygon.Tpo -c -o synfigstudio-state_polygon.obj `if test -f 'states/state_polygon.cpp'; then $(CYGPATH_W) 'states/state_polygon.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_polygon.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_polygon.Tpo $(DEPDIR)/synfigstudio-state_polygon.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_polygon.cpp' object='synfigstudio-state_polygon.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_polygon.obj `if test -f 'states/state_polygon.cpp'; then $(CYGPATH_W) 'states/state_polygon.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_polygon.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_polygon.obj `if test -f 'states/state_polygon.cpp'; then $(CYGPATH_W) 'states/state_polygon.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_polygon.cpp'; fi`
 
 synfigstudio-state_rectangle.o: states/state_rectangle.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_rectangle.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_rectangle.Tpo -c -o synfigstudio-state_rectangle.o `test -f 'states/state_rectangle.cpp' || echo '$(srcdir)/'`states/state_rectangle.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_rectangle.Tpo $(DEPDIR)/synfigstudio-state_rectangle.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_rectangle.cpp' object='synfigstudio-state_rectangle.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_rectangle.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_rectangle.Tpo -c -o synfigstudio-state_rectangle.o `test -f 'states/state_rectangle.cpp' || echo '$(srcdir)/'`states/state_rectangle.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_rectangle.Tpo $(DEPDIR)/synfigstudio-state_rectangle.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_rectangle.cpp' object='synfigstudio-state_rectangle.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_rectangle.o `test -f 'states/state_rectangle.cpp' || echo '$(srcdir)/'`states/state_rectangle.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_rectangle.o `test -f 'states/state_rectangle.cpp' || echo '$(srcdir)/'`states/state_rectangle.cpp
 
 synfigstudio-state_rectangle.obj: states/state_rectangle.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_rectangle.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_rectangle.Tpo -c -o synfigstudio-state_rectangle.obj `if test -f 'states/state_rectangle.cpp'; then $(CYGPATH_W) 'states/state_rectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_rectangle.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_rectangle.Tpo $(DEPDIR)/synfigstudio-state_rectangle.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_rectangle.cpp' object='synfigstudio-state_rectangle.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_rectangle.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_rectangle.Tpo -c -o synfigstudio-state_rectangle.obj `if test -f 'states/state_rectangle.cpp'; then $(CYGPATH_W) 'states/state_rectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_rectangle.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_rectangle.Tpo $(DEPDIR)/synfigstudio-state_rectangle.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_rectangle.cpp' object='synfigstudio-state_rectangle.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_rectangle.obj `if test -f 'states/state_rectangle.cpp'; then $(CYGPATH_W) 'states/state_rectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_rectangle.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_rectangle.obj `if test -f 'states/state_rectangle.cpp'; then $(CYGPATH_W) 'states/state_rectangle.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_rectangle.cpp'; fi`
 
 synfigstudio-state_rotate.o: states/state_rotate.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_rotate.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_rotate.Tpo -c -o synfigstudio-state_rotate.o `test -f 'states/state_rotate.cpp' || echo '$(srcdir)/'`states/state_rotate.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_rotate.Tpo $(DEPDIR)/synfigstudio-state_rotate.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_rotate.cpp' object='synfigstudio-state_rotate.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_rotate.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_rotate.Tpo -c -o synfigstudio-state_rotate.o `test -f 'states/state_rotate.cpp' || echo '$(srcdir)/'`states/state_rotate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_rotate.Tpo $(DEPDIR)/synfigstudio-state_rotate.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_rotate.cpp' object='synfigstudio-state_rotate.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_rotate.o `test -f 'states/state_rotate.cpp' || echo '$(srcdir)/'`states/state_rotate.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_rotate.o `test -f 'states/state_rotate.cpp' || echo '$(srcdir)/'`states/state_rotate.cpp
 
 synfigstudio-state_rotate.obj: states/state_rotate.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_rotate.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_rotate.Tpo -c -o synfigstudio-state_rotate.obj `if test -f 'states/state_rotate.cpp'; then $(CYGPATH_W) 'states/state_rotate.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_rotate.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_rotate.Tpo $(DEPDIR)/synfigstudio-state_rotate.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_rotate.cpp' object='synfigstudio-state_rotate.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_rotate.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_rotate.Tpo -c -o synfigstudio-state_rotate.obj `if test -f 'states/state_rotate.cpp'; then $(CYGPATH_W) 'states/state_rotate.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_rotate.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_rotate.Tpo $(DEPDIR)/synfigstudio-state_rotate.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_rotate.cpp' object='synfigstudio-state_rotate.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_rotate.obj `if test -f 'states/state_rotate.cpp'; then $(CYGPATH_W) 'states/state_rotate.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_rotate.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_rotate.obj `if test -f 'states/state_rotate.cpp'; then $(CYGPATH_W) 'states/state_rotate.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_rotate.cpp'; fi`
 
 synfigstudio-state_scale.o: states/state_scale.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_scale.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_scale.Tpo -c -o synfigstudio-state_scale.o `test -f 'states/state_scale.cpp' || echo '$(srcdir)/'`states/state_scale.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_scale.Tpo $(DEPDIR)/synfigstudio-state_scale.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_scale.cpp' object='synfigstudio-state_scale.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_scale.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_scale.Tpo -c -o synfigstudio-state_scale.o `test -f 'states/state_scale.cpp' || echo '$(srcdir)/'`states/state_scale.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_scale.Tpo $(DEPDIR)/synfigstudio-state_scale.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_scale.cpp' object='synfigstudio-state_scale.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_scale.o `test -f 'states/state_scale.cpp' || echo '$(srcdir)/'`states/state_scale.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_scale.o `test -f 'states/state_scale.cpp' || echo '$(srcdir)/'`states/state_scale.cpp
 
 synfigstudio-state_scale.obj: states/state_scale.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_scale.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_scale.Tpo -c -o synfigstudio-state_scale.obj `if test -f 'states/state_scale.cpp'; then $(CYGPATH_W) 'states/state_scale.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_scale.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_scale.Tpo $(DEPDIR)/synfigstudio-state_scale.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_scale.cpp' object='synfigstudio-state_scale.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_scale.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_scale.Tpo -c -o synfigstudio-state_scale.obj `if test -f 'states/state_scale.cpp'; then $(CYGPATH_W) 'states/state_scale.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_scale.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_scale.Tpo $(DEPDIR)/synfigstudio-state_scale.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_scale.cpp' object='synfigstudio-state_scale.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_scale.obj `if test -f 'states/state_scale.cpp'; then $(CYGPATH_W) 'states/state_scale.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_scale.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_scale.obj `if test -f 'states/state_scale.cpp'; then $(CYGPATH_W) 'states/state_scale.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_scale.cpp'; fi`
 
 synfigstudio-state_sketch.o: states/state_sketch.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_sketch.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_sketch.Tpo -c -o synfigstudio-state_sketch.o `test -f 'states/state_sketch.cpp' || echo '$(srcdir)/'`states/state_sketch.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_sketch.Tpo $(DEPDIR)/synfigstudio-state_sketch.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_sketch.cpp' object='synfigstudio-state_sketch.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_sketch.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_sketch.Tpo -c -o synfigstudio-state_sketch.o `test -f 'states/state_sketch.cpp' || echo '$(srcdir)/'`states/state_sketch.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_sketch.Tpo $(DEPDIR)/synfigstudio-state_sketch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_sketch.cpp' object='synfigstudio-state_sketch.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_sketch.o `test -f 'states/state_sketch.cpp' || echo '$(srcdir)/'`states/state_sketch.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_sketch.o `test -f 'states/state_sketch.cpp' || echo '$(srcdir)/'`states/state_sketch.cpp
 
 synfigstudio-state_sketch.obj: states/state_sketch.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_sketch.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_sketch.Tpo -c -o synfigstudio-state_sketch.obj `if test -f 'states/state_sketch.cpp'; then $(CYGPATH_W) 'states/state_sketch.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_sketch.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_sketch.Tpo $(DEPDIR)/synfigstudio-state_sketch.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_sketch.cpp' object='synfigstudio-state_sketch.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_sketch.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_sketch.Tpo -c -o synfigstudio-state_sketch.obj `if test -f 'states/state_sketch.cpp'; then $(CYGPATH_W) 'states/state_sketch.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_sketch.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_sketch.Tpo $(DEPDIR)/synfigstudio-state_sketch.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_sketch.cpp' object='synfigstudio-state_sketch.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_sketch.obj `if test -f 'states/state_sketch.cpp'; then $(CYGPATH_W) 'states/state_sketch.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_sketch.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_sketch.obj `if test -f 'states/state_sketch.cpp'; then $(CYGPATH_W) 'states/state_sketch.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_sketch.cpp'; fi`
 
 synfigstudio-state_smoothmove.o: states/state_smoothmove.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_smoothmove.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_smoothmove.Tpo -c -o synfigstudio-state_smoothmove.o `test -f 'states/state_smoothmove.cpp' || echo '$(srcdir)/'`states/state_smoothmove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_smoothmove.Tpo $(DEPDIR)/synfigstudio-state_smoothmove.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_smoothmove.cpp' object='synfigstudio-state_smoothmove.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_smoothmove.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_smoothmove.Tpo -c -o synfigstudio-state_smoothmove.o `test -f 'states/state_smoothmove.cpp' || echo '$(srcdir)/'`states/state_smoothmove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_smoothmove.Tpo $(DEPDIR)/synfigstudio-state_smoothmove.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_smoothmove.cpp' object='synfigstudio-state_smoothmove.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_smoothmove.o `test -f 'states/state_smoothmove.cpp' || echo '$(srcdir)/'`states/state_smoothmove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_smoothmove.o `test -f 'states/state_smoothmove.cpp' || echo '$(srcdir)/'`states/state_smoothmove.cpp
 
 synfigstudio-state_smoothmove.obj: states/state_smoothmove.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_smoothmove.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_smoothmove.Tpo -c -o synfigstudio-state_smoothmove.obj `if test -f 'states/state_smoothmove.cpp'; then $(CYGPATH_W) 'states/state_smoothmove.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_smoothmove.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_smoothmove.Tpo $(DEPDIR)/synfigstudio-state_smoothmove.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_smoothmove.cpp' object='synfigstudio-state_smoothmove.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_smoothmove.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_smoothmove.Tpo -c -o synfigstudio-state_smoothmove.obj `if test -f 'states/state_smoothmove.cpp'; then $(CYGPATH_W) 'states/state_smoothmove.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_smoothmove.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_smoothmove.Tpo $(DEPDIR)/synfigstudio-state_smoothmove.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_smoothmove.cpp' object='synfigstudio-state_smoothmove.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_smoothmove.obj `if test -f 'states/state_smoothmove.cpp'; then $(CYGPATH_W) 'states/state_smoothmove.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_smoothmove.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_smoothmove.obj `if test -f 'states/state_smoothmove.cpp'; then $(CYGPATH_W) 'states/state_smoothmove.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_smoothmove.cpp'; fi`
 
 synfigstudio-state_star.o: states/state_star.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_star.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_star.Tpo -c -o synfigstudio-state_star.o `test -f 'states/state_star.cpp' || echo '$(srcdir)/'`states/state_star.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_star.Tpo $(DEPDIR)/synfigstudio-state_star.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_star.cpp' object='synfigstudio-state_star.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_star.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_star.Tpo -c -o synfigstudio-state_star.o `test -f 'states/state_star.cpp' || echo '$(srcdir)/'`states/state_star.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_star.Tpo $(DEPDIR)/synfigstudio-state_star.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_star.cpp' object='synfigstudio-state_star.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_star.o `test -f 'states/state_star.cpp' || echo '$(srcdir)/'`states/state_star.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_star.o `test -f 'states/state_star.cpp' || echo '$(srcdir)/'`states/state_star.cpp
 
 synfigstudio-state_star.obj: states/state_star.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_star.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_star.Tpo -c -o synfigstudio-state_star.obj `if test -f 'states/state_star.cpp'; then $(CYGPATH_W) 'states/state_star.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_star.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_star.Tpo $(DEPDIR)/synfigstudio-state_star.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_star.cpp' object='synfigstudio-state_star.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_star.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_star.Tpo -c -o synfigstudio-state_star.obj `if test -f 'states/state_star.cpp'; then $(CYGPATH_W) 'states/state_star.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_star.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_star.Tpo $(DEPDIR)/synfigstudio-state_star.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_star.cpp' object='synfigstudio-state_star.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_star.obj `if test -f 'states/state_star.cpp'; then $(CYGPATH_W) 'states/state_star.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_star.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_star.obj `if test -f 'states/state_star.cpp'; then $(CYGPATH_W) 'states/state_star.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_star.cpp'; fi`
 
 synfigstudio-state_stroke.o: states/state_stroke.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_stroke.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_stroke.Tpo -c -o synfigstudio-state_stroke.o `test -f 'states/state_stroke.cpp' || echo '$(srcdir)/'`states/state_stroke.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_stroke.Tpo $(DEPDIR)/synfigstudio-state_stroke.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_stroke.cpp' object='synfigstudio-state_stroke.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_stroke.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_stroke.Tpo -c -o synfigstudio-state_stroke.o `test -f 'states/state_stroke.cpp' || echo '$(srcdir)/'`states/state_stroke.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_stroke.Tpo $(DEPDIR)/synfigstudio-state_stroke.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_stroke.cpp' object='synfigstudio-state_stroke.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_stroke.o `test -f 'states/state_stroke.cpp' || echo '$(srcdir)/'`states/state_stroke.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_stroke.o `test -f 'states/state_stroke.cpp' || echo '$(srcdir)/'`states/state_stroke.cpp
 
 synfigstudio-state_stroke.obj: states/state_stroke.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_stroke.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_stroke.Tpo -c -o synfigstudio-state_stroke.obj `if test -f 'states/state_stroke.cpp'; then $(CYGPATH_W) 'states/state_stroke.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_stroke.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_stroke.Tpo $(DEPDIR)/synfigstudio-state_stroke.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_stroke.cpp' object='synfigstudio-state_stroke.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_stroke.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_stroke.Tpo -c -o synfigstudio-state_stroke.obj `if test -f 'states/state_stroke.cpp'; then $(CYGPATH_W) 'states/state_stroke.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_stroke.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_stroke.Tpo $(DEPDIR)/synfigstudio-state_stroke.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_stroke.cpp' object='synfigstudio-state_stroke.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_stroke.obj `if test -f 'states/state_stroke.cpp'; then $(CYGPATH_W) 'states/state_stroke.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_stroke.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_stroke.obj `if test -f 'states/state_stroke.cpp'; then $(CYGPATH_W) 'states/state_stroke.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_stroke.cpp'; fi`
 
 synfigstudio-state_text.o: states/state_text.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_text.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_text.Tpo -c -o synfigstudio-state_text.o `test -f 'states/state_text.cpp' || echo '$(srcdir)/'`states/state_text.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_text.Tpo $(DEPDIR)/synfigstudio-state_text.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_text.cpp' object='synfigstudio-state_text.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_text.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_text.Tpo -c -o synfigstudio-state_text.o `test -f 'states/state_text.cpp' || echo '$(srcdir)/'`states/state_text.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_text.Tpo $(DEPDIR)/synfigstudio-state_text.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_text.cpp' object='synfigstudio-state_text.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_text.o `test -f 'states/state_text.cpp' || echo '$(srcdir)/'`states/state_text.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_text.o `test -f 'states/state_text.cpp' || echo '$(srcdir)/'`states/state_text.cpp
 
 synfigstudio-state_text.obj: states/state_text.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_text.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_text.Tpo -c -o synfigstudio-state_text.obj `if test -f 'states/state_text.cpp'; then $(CYGPATH_W) 'states/state_text.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_text.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_text.Tpo $(DEPDIR)/synfigstudio-state_text.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_text.cpp' object='synfigstudio-state_text.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_text.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_text.Tpo -c -o synfigstudio-state_text.obj `if test -f 'states/state_text.cpp'; then $(CYGPATH_W) 'states/state_text.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_text.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_text.Tpo $(DEPDIR)/synfigstudio-state_text.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_text.cpp' object='synfigstudio-state_text.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_text.obj `if test -f 'states/state_text.cpp'; then $(CYGPATH_W) 'states/state_text.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_text.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_text.obj `if test -f 'states/state_text.cpp'; then $(CYGPATH_W) 'states/state_text.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_text.cpp'; fi`
 
 synfigstudio-state_width.o: states/state_width.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_width.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_width.Tpo -c -o synfigstudio-state_width.o `test -f 'states/state_width.cpp' || echo '$(srcdir)/'`states/state_width.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_width.Tpo $(DEPDIR)/synfigstudio-state_width.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_width.cpp' object='synfigstudio-state_width.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_width.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_width.Tpo -c -o synfigstudio-state_width.o `test -f 'states/state_width.cpp' || echo '$(srcdir)/'`states/state_width.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_width.Tpo $(DEPDIR)/synfigstudio-state_width.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_width.cpp' object='synfigstudio-state_width.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_width.o `test -f 'states/state_width.cpp' || echo '$(srcdir)/'`states/state_width.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_width.o `test -f 'states/state_width.cpp' || echo '$(srcdir)/'`states/state_width.cpp
 
 synfigstudio-state_width.obj: states/state_width.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_width.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_width.Tpo -c -o synfigstudio-state_width.obj `if test -f 'states/state_width.cpp'; then $(CYGPATH_W) 'states/state_width.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_width.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_width.Tpo $(DEPDIR)/synfigstudio-state_width.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_width.cpp' object='synfigstudio-state_width.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_width.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_width.Tpo -c -o synfigstudio-state_width.obj `if test -f 'states/state_width.cpp'; then $(CYGPATH_W) 'states/state_width.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_width.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_width.Tpo $(DEPDIR)/synfigstudio-state_width.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_width.cpp' object='synfigstudio-state_width.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_width.obj `if test -f 'states/state_width.cpp'; then $(CYGPATH_W) 'states/state_width.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_width.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_width.obj `if test -f 'states/state_width.cpp'; then $(CYGPATH_W) 'states/state_width.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_width.cpp'; fi`
 
 synfigstudio-state_zoom.o: states/state_zoom.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_zoom.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_zoom.Tpo -c -o synfigstudio-state_zoom.o `test -f 'states/state_zoom.cpp' || echo '$(srcdir)/'`states/state_zoom.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_zoom.Tpo $(DEPDIR)/synfigstudio-state_zoom.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_zoom.cpp' object='synfigstudio-state_zoom.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_zoom.o -MD -MP -MF $(DEPDIR)/synfigstudio-state_zoom.Tpo -c -o synfigstudio-state_zoom.o `test -f 'states/state_zoom.cpp' || echo '$(srcdir)/'`states/state_zoom.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_zoom.Tpo $(DEPDIR)/synfigstudio-state_zoom.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_zoom.cpp' object='synfigstudio-state_zoom.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_zoom.o `test -f 'states/state_zoom.cpp' || echo '$(srcdir)/'`states/state_zoom.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_zoom.o `test -f 'states/state_zoom.cpp' || echo '$(srcdir)/'`states/state_zoom.cpp
 
 synfigstudio-state_zoom.obj: states/state_zoom.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_zoom.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_zoom.Tpo -c -o synfigstudio-state_zoom.obj `if test -f 'states/state_zoom.cpp'; then $(CYGPATH_W) 'states/state_zoom.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_zoom.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-state_zoom.Tpo $(DEPDIR)/synfigstudio-state_zoom.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='states/state_zoom.cpp' object='synfigstudio-state_zoom.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-state_zoom.obj -MD -MP -MF $(DEPDIR)/synfigstudio-state_zoom.Tpo -c -o synfigstudio-state_zoom.obj `if test -f 'states/state_zoom.cpp'; then $(CYGPATH_W) 'states/state_zoom.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_zoom.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-state_zoom.Tpo $(DEPDIR)/synfigstudio-state_zoom.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='states/state_zoom.cpp' object='synfigstudio-state_zoom.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_zoom.obj `if test -f 'states/state_zoom.cpp'; then $(CYGPATH_W) 'states/state_zoom.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_zoom.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-state_zoom.obj `if test -f 'states/state_zoom.cpp'; then $(CYGPATH_W) 'states/state_zoom.cpp'; else $(CYGPATH_W) '$(srcdir)/states/state_zoom.cpp'; fi`
 
 synfigstudio-childrentree.o: trees/childrentree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-childrentree.o -MD -MP -MF $(DEPDIR)/synfigstudio-childrentree.Tpo -c -o synfigstudio-childrentree.o `test -f 'trees/childrentree.cpp' || echo '$(srcdir)/'`trees/childrentree.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-childrentree.Tpo $(DEPDIR)/synfigstudio-childrentree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/childrentree.cpp' object='synfigstudio-childrentree.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-childrentree.o -MD -MP -MF $(DEPDIR)/synfigstudio-childrentree.Tpo -c -o synfigstudio-childrentree.o `test -f 'trees/childrentree.cpp' || echo '$(srcdir)/'`trees/childrentree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-childrentree.Tpo $(DEPDIR)/synfigstudio-childrentree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/childrentree.cpp' object='synfigstudio-childrentree.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-childrentree.o `test -f 'trees/childrentree.cpp' || echo '$(srcdir)/'`trees/childrentree.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-childrentree.o `test -f 'trees/childrentree.cpp' || echo '$(srcdir)/'`trees/childrentree.cpp
 
 synfigstudio-childrentree.obj: trees/childrentree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-childrentree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-childrentree.Tpo -c -o synfigstudio-childrentree.obj `if test -f 'trees/childrentree.cpp'; then $(CYGPATH_W) 'trees/childrentree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/childrentree.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-childrentree.Tpo $(DEPDIR)/synfigstudio-childrentree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/childrentree.cpp' object='synfigstudio-childrentree.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-childrentree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-childrentree.Tpo -c -o synfigstudio-childrentree.obj `if test -f 'trees/childrentree.cpp'; then $(CYGPATH_W) 'trees/childrentree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/childrentree.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-childrentree.Tpo $(DEPDIR)/synfigstudio-childrentree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/childrentree.cpp' object='synfigstudio-childrentree.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-childrentree.obj `if test -f 'trees/childrentree.cpp'; then $(CYGPATH_W) 'trees/childrentree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/childrentree.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-childrentree.obj `if test -f 'trees/childrentree.cpp'; then $(CYGPATH_W) 'trees/childrentree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/childrentree.cpp'; fi`
 
 synfigstudio-keyframetree.o: trees/keyframetree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframetree.o -MD -MP -MF $(DEPDIR)/synfigstudio-keyframetree.Tpo -c -o synfigstudio-keyframetree.o `test -f 'trees/keyframetree.cpp' || echo '$(srcdir)/'`trees/keyframetree.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keyframetree.Tpo $(DEPDIR)/synfigstudio-keyframetree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/keyframetree.cpp' object='synfigstudio-keyframetree.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframetree.o -MD -MP -MF $(DEPDIR)/synfigstudio-keyframetree.Tpo -c -o synfigstudio-keyframetree.o `test -f 'trees/keyframetree.cpp' || echo '$(srcdir)/'`trees/keyframetree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keyframetree.Tpo $(DEPDIR)/synfigstudio-keyframetree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/keyframetree.cpp' object='synfigstudio-keyframetree.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframetree.o `test -f 'trees/keyframetree.cpp' || echo '$(srcdir)/'`trees/keyframetree.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframetree.o `test -f 'trees/keyframetree.cpp' || echo '$(srcdir)/'`trees/keyframetree.cpp
 
 synfigstudio-keyframetree.obj: trees/keyframetree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframetree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keyframetree.Tpo -c -o synfigstudio-keyframetree.obj `if test -f 'trees/keyframetree.cpp'; then $(CYGPATH_W) 'trees/keyframetree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/keyframetree.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keyframetree.Tpo $(DEPDIR)/synfigstudio-keyframetree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/keyframetree.cpp' object='synfigstudio-keyframetree.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframetree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keyframetree.Tpo -c -o synfigstudio-keyframetree.obj `if test -f 'trees/keyframetree.cpp'; then $(CYGPATH_W) 'trees/keyframetree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/keyframetree.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keyframetree.Tpo $(DEPDIR)/synfigstudio-keyframetree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/keyframetree.cpp' object='synfigstudio-keyframetree.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframetree.obj `if test -f 'trees/keyframetree.cpp'; then $(CYGPATH_W) 'trees/keyframetree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/keyframetree.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframetree.obj `if test -f 'trees/keyframetree.cpp'; then $(CYGPATH_W) 'trees/keyframetree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/keyframetree.cpp'; fi`
 
 synfigstudio-layergrouptree.o: trees/layergrouptree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layergrouptree.o -MD -MP -MF $(DEPDIR)/synfigstudio-layergrouptree.Tpo -c -o synfigstudio-layergrouptree.o `test -f 'trees/layergrouptree.cpp' || echo '$(srcdir)/'`trees/layergrouptree.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layergrouptree.Tpo $(DEPDIR)/synfigstudio-layergrouptree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layergrouptree.cpp' object='synfigstudio-layergrouptree.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layergrouptree.o -MD -MP -MF $(DEPDIR)/synfigstudio-layergrouptree.Tpo -c -o synfigstudio-layergrouptree.o `test -f 'trees/layergrouptree.cpp' || echo '$(srcdir)/'`trees/layergrouptree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layergrouptree.Tpo $(DEPDIR)/synfigstudio-layergrouptree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layergrouptree.cpp' object='synfigstudio-layergrouptree.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layergrouptree.o `test -f 'trees/layergrouptree.cpp' || echo '$(srcdir)/'`trees/layergrouptree.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layergrouptree.o `test -f 'trees/layergrouptree.cpp' || echo '$(srcdir)/'`trees/layergrouptree.cpp
 
 synfigstudio-layergrouptree.obj: trees/layergrouptree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layergrouptree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layergrouptree.Tpo -c -o synfigstudio-layergrouptree.obj `if test -f 'trees/layergrouptree.cpp'; then $(CYGPATH_W) 'trees/layergrouptree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layergrouptree.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layergrouptree.Tpo $(DEPDIR)/synfigstudio-layergrouptree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layergrouptree.cpp' object='synfigstudio-layergrouptree.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layergrouptree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layergrouptree.Tpo -c -o synfigstudio-layergrouptree.obj `if test -f 'trees/layergrouptree.cpp'; then $(CYGPATH_W) 'trees/layergrouptree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layergrouptree.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layergrouptree.Tpo $(DEPDIR)/synfigstudio-layergrouptree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layergrouptree.cpp' object='synfigstudio-layergrouptree.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layergrouptree.obj `if test -f 'trees/layergrouptree.cpp'; then $(CYGPATH_W) 'trees/layergrouptree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layergrouptree.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layergrouptree.obj `if test -f 'trees/layergrouptree.cpp'; then $(CYGPATH_W) 'trees/layergrouptree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layergrouptree.cpp'; fi`
 
 synfigstudio-layertree.o: trees/layertree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layertree.o -MD -MP -MF $(DEPDIR)/synfigstudio-layertree.Tpo -c -o synfigstudio-layertree.o `test -f 'trees/layertree.cpp' || echo '$(srcdir)/'`trees/layertree.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layertree.Tpo $(DEPDIR)/synfigstudio-layertree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layertree.cpp' object='synfigstudio-layertree.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layertree.o -MD -MP -MF $(DEPDIR)/synfigstudio-layertree.Tpo -c -o synfigstudio-layertree.o `test -f 'trees/layertree.cpp' || echo '$(srcdir)/'`trees/layertree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layertree.Tpo $(DEPDIR)/synfigstudio-layertree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layertree.cpp' object='synfigstudio-layertree.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layertree.o `test -f 'trees/layertree.cpp' || echo '$(srcdir)/'`trees/layertree.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layertree.o `test -f 'trees/layertree.cpp' || echo '$(srcdir)/'`trees/layertree.cpp
 
 synfigstudio-layertree.obj: trees/layertree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layertree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layertree.Tpo -c -o synfigstudio-layertree.obj `if test -f 'trees/layertree.cpp'; then $(CYGPATH_W) 'trees/layertree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layertree.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layertree.Tpo $(DEPDIR)/synfigstudio-layertree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layertree.cpp' object='synfigstudio-layertree.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layertree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layertree.Tpo -c -o synfigstudio-layertree.obj `if test -f 'trees/layertree.cpp'; then $(CYGPATH_W) 'trees/layertree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layertree.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layertree.Tpo $(DEPDIR)/synfigstudio-layertree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layertree.cpp' object='synfigstudio-layertree.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layertree.obj `if test -f 'trees/layertree.cpp'; then $(CYGPATH_W) 'trees/layertree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layertree.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layertree.obj `if test -f 'trees/layertree.cpp'; then $(CYGPATH_W) 'trees/layertree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layertree.cpp'; fi`
 
 synfigstudio-metadatatree.o: trees/metadatatree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-metadatatree.o -MD -MP -MF $(DEPDIR)/synfigstudio-metadatatree.Tpo -c -o synfigstudio-metadatatree.o `test -f 'trees/metadatatree.cpp' || echo '$(srcdir)/'`trees/metadatatree.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-metadatatree.Tpo $(DEPDIR)/synfigstudio-metadatatree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/metadatatree.cpp' object='synfigstudio-metadatatree.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-metadatatree.o -MD -MP -MF $(DEPDIR)/synfigstudio-metadatatree.Tpo -c -o synfigstudio-metadatatree.o `test -f 'trees/metadatatree.cpp' || echo '$(srcdir)/'`trees/metadatatree.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-metadatatree.Tpo $(DEPDIR)/synfigstudio-metadatatree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/metadatatree.cpp' object='synfigstudio-metadatatree.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-metadatatree.o `test -f 'trees/metadatatree.cpp' || echo '$(srcdir)/'`trees/metadatatree.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-metadatatree.o `test -f 'trees/metadatatree.cpp' || echo '$(srcdir)/'`trees/metadatatree.cpp
 
 synfigstudio-metadatatree.obj: trees/metadatatree.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-metadatatree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-metadatatree.Tpo -c -o synfigstudio-metadatatree.obj `if test -f 'trees/metadatatree.cpp'; then $(CYGPATH_W) 'trees/metadatatree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/metadatatree.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-metadatatree.Tpo $(DEPDIR)/synfigstudio-metadatatree.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/metadatatree.cpp' object='synfigstudio-metadatatree.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-metadatatree.obj -MD -MP -MF $(DEPDIR)/synfigstudio-metadatatree.Tpo -c -o synfigstudio-metadatatree.obj `if test -f 'trees/metadatatree.cpp'; then $(CYGPATH_W) 'trees/metadatatree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/metadatatree.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-metadatatree.Tpo $(DEPDIR)/synfigstudio-metadatatree.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/metadatatree.cpp' object='synfigstudio-metadatatree.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-metadatatree.obj `if test -f 'trees/metadatatree.cpp'; then $(CYGPATH_W) 'trees/metadatatree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/metadatatree.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-metadatatree.obj `if test -f 'trees/metadatatree.cpp'; then $(CYGPATH_W) 'trees/metadatatree.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/metadatatree.cpp'; fi`
 
 synfigstudio-canvastreestore.o: trees/canvastreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvastreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-canvastreestore.Tpo -c -o synfigstudio-canvastreestore.o `test -f 'trees/canvastreestore.cpp' || echo '$(srcdir)/'`trees/canvastreestore.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-canvastreestore.Tpo $(DEPDIR)/synfigstudio-canvastreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/canvastreestore.cpp' object='synfigstudio-canvastreestore.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvastreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-canvastreestore.Tpo -c -o synfigstudio-canvastreestore.o `test -f 'trees/canvastreestore.cpp' || echo '$(srcdir)/'`trees/canvastreestore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-canvastreestore.Tpo $(DEPDIR)/synfigstudio-canvastreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/canvastreestore.cpp' object='synfigstudio-canvastreestore.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvastreestore.o `test -f 'trees/canvastreestore.cpp' || echo '$(srcdir)/'`trees/canvastreestore.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvastreestore.o `test -f 'trees/canvastreestore.cpp' || echo '$(srcdir)/'`trees/canvastreestore.cpp
 
 synfigstudio-canvastreestore.obj: trees/canvastreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvastreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-canvastreestore.Tpo -c -o synfigstudio-canvastreestore.obj `if test -f 'trees/canvastreestore.cpp'; then $(CYGPATH_W) 'trees/canvastreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/canvastreestore.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-canvastreestore.Tpo $(DEPDIR)/synfigstudio-canvastreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/canvastreestore.cpp' object='synfigstudio-canvastreestore.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvastreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-canvastreestore.Tpo -c -o synfigstudio-canvastreestore.obj `if test -f 'trees/canvastreestore.cpp'; then $(CYGPATH_W) 'trees/canvastreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/canvastreestore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-canvastreestore.Tpo $(DEPDIR)/synfigstudio-canvastreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/canvastreestore.cpp' object='synfigstudio-canvastreestore.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvastreestore.obj `if test -f 'trees/canvastreestore.cpp'; then $(CYGPATH_W) 'trees/canvastreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/canvastreestore.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvastreestore.obj `if test -f 'trees/canvastreestore.cpp'; then $(CYGPATH_W) 'trees/canvastreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/canvastreestore.cpp'; fi`
 
 synfigstudio-childrentreestore.o: trees/childrentreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-childrentreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-childrentreestore.Tpo -c -o synfigstudio-childrentreestore.o `test -f 'trees/childrentreestore.cpp' || echo '$(srcdir)/'`trees/childrentreestore.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-childrentreestore.Tpo $(DEPDIR)/synfigstudio-childrentreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/childrentreestore.cpp' object='synfigstudio-childrentreestore.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-childrentreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-childrentreestore.Tpo -c -o synfigstudio-childrentreestore.o `test -f 'trees/childrentreestore.cpp' || echo '$(srcdir)/'`trees/childrentreestore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-childrentreestore.Tpo $(DEPDIR)/synfigstudio-childrentreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/childrentreestore.cpp' object='synfigstudio-childrentreestore.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-childrentreestore.o `test -f 'trees/childrentreestore.cpp' || echo '$(srcdir)/'`trees/childrentreestore.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-childrentreestore.o `test -f 'trees/childrentreestore.cpp' || echo '$(srcdir)/'`trees/childrentreestore.cpp
 
 synfigstudio-childrentreestore.obj: trees/childrentreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-childrentreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-childrentreestore.Tpo -c -o synfigstudio-childrentreestore.obj `if test -f 'trees/childrentreestore.cpp'; then $(CYGPATH_W) 'trees/childrentreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/childrentreestore.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-childrentreestore.Tpo $(DEPDIR)/synfigstudio-childrentreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/childrentreestore.cpp' object='synfigstudio-childrentreestore.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-childrentreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-childrentreestore.Tpo -c -o synfigstudio-childrentreestore.obj `if test -f 'trees/childrentreestore.cpp'; then $(CYGPATH_W) 'trees/childrentreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/childrentreestore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-childrentreestore.Tpo $(DEPDIR)/synfigstudio-childrentreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/childrentreestore.cpp' object='synfigstudio-childrentreestore.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-childrentreestore.obj `if test -f 'trees/childrentreestore.cpp'; then $(CYGPATH_W) 'trees/childrentreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/childrentreestore.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-childrentreestore.obj `if test -f 'trees/childrentreestore.cpp'; then $(CYGPATH_W) 'trees/childrentreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/childrentreestore.cpp'; fi`
 
 synfigstudio-historytreestore.o: trees/historytreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-historytreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-historytreestore.Tpo -c -o synfigstudio-historytreestore.o `test -f 'trees/historytreestore.cpp' || echo '$(srcdir)/'`trees/historytreestore.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-historytreestore.Tpo $(DEPDIR)/synfigstudio-historytreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/historytreestore.cpp' object='synfigstudio-historytreestore.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-historytreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-historytreestore.Tpo -c -o synfigstudio-historytreestore.o `test -f 'trees/historytreestore.cpp' || echo '$(srcdir)/'`trees/historytreestore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-historytreestore.Tpo $(DEPDIR)/synfigstudio-historytreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/historytreestore.cpp' object='synfigstudio-historytreestore.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-historytreestore.o `test -f 'trees/historytreestore.cpp' || echo '$(srcdir)/'`trees/historytreestore.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-historytreestore.o `test -f 'trees/historytreestore.cpp' || echo '$(srcdir)/'`trees/historytreestore.cpp
 
 synfigstudio-historytreestore.obj: trees/historytreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-historytreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-historytreestore.Tpo -c -o synfigstudio-historytreestore.obj `if test -f 'trees/historytreestore.cpp'; then $(CYGPATH_W) 'trees/historytreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/historytreestore.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-historytreestore.Tpo $(DEPDIR)/synfigstudio-historytreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/historytreestore.cpp' object='synfigstudio-historytreestore.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-historytreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-historytreestore.Tpo -c -o synfigstudio-historytreestore.obj `if test -f 'trees/historytreestore.cpp'; then $(CYGPATH_W) 'trees/historytreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/historytreestore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-historytreestore.Tpo $(DEPDIR)/synfigstudio-historytreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/historytreestore.cpp' object='synfigstudio-historytreestore.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-historytreestore.obj `if test -f 'trees/historytreestore.cpp'; then $(CYGPATH_W) 'trees/historytreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/historytreestore.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-historytreestore.obj `if test -f 'trees/historytreestore.cpp'; then $(CYGPATH_W) 'trees/historytreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/historytreestore.cpp'; fi`
 
 synfigstudio-keyframetreestore.o: trees/keyframetreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframetreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-keyframetreestore.Tpo -c -o synfigstudio-keyframetreestore.o `test -f 'trees/keyframetreestore.cpp' || echo '$(srcdir)/'`trees/keyframetreestore.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keyframetreestore.Tpo $(DEPDIR)/synfigstudio-keyframetreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/keyframetreestore.cpp' object='synfigstudio-keyframetreestore.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframetreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-keyframetreestore.Tpo -c -o synfigstudio-keyframetreestore.o `test -f 'trees/keyframetreestore.cpp' || echo '$(srcdir)/'`trees/keyframetreestore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keyframetreestore.Tpo $(DEPDIR)/synfigstudio-keyframetreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/keyframetreestore.cpp' object='synfigstudio-keyframetreestore.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframetreestore.o `test -f 'trees/keyframetreestore.cpp' || echo '$(srcdir)/'`trees/keyframetreestore.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframetreestore.o `test -f 'trees/keyframetreestore.cpp' || echo '$(srcdir)/'`trees/keyframetreestore.cpp
 
 synfigstudio-keyframetreestore.obj: trees/keyframetreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframetreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keyframetreestore.Tpo -c -o synfigstudio-keyframetreestore.obj `if test -f 'trees/keyframetreestore.cpp'; then $(CYGPATH_W) 'trees/keyframetreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/keyframetreestore.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keyframetreestore.Tpo $(DEPDIR)/synfigstudio-keyframetreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/keyframetreestore.cpp' object='synfigstudio-keyframetreestore.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keyframetreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keyframetreestore.Tpo -c -o synfigstudio-keyframetreestore.obj `if test -f 'trees/keyframetreestore.cpp'; then $(CYGPATH_W) 'trees/keyframetreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/keyframetreestore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keyframetreestore.Tpo $(DEPDIR)/synfigstudio-keyframetreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/keyframetreestore.cpp' object='synfigstudio-keyframetreestore.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframetreestore.obj `if test -f 'trees/keyframetreestore.cpp'; then $(CYGPATH_W) 'trees/keyframetreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/keyframetreestore.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keyframetreestore.obj `if test -f 'trees/keyframetreestore.cpp'; then $(CYGPATH_W) 'trees/keyframetreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/keyframetreestore.cpp'; fi`
 
 synfigstudio-layergrouptreestore.o: trees/layergrouptreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layergrouptreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-layergrouptreestore.Tpo -c -o synfigstudio-layergrouptreestore.o `test -f 'trees/layergrouptreestore.cpp' || echo '$(srcdir)/'`trees/layergrouptreestore.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layergrouptreestore.Tpo $(DEPDIR)/synfigstudio-layergrouptreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layergrouptreestore.cpp' object='synfigstudio-layergrouptreestore.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layergrouptreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-layergrouptreestore.Tpo -c -o synfigstudio-layergrouptreestore.o `test -f 'trees/layergrouptreestore.cpp' || echo '$(srcdir)/'`trees/layergrouptreestore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layergrouptreestore.Tpo $(DEPDIR)/synfigstudio-layergrouptreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layergrouptreestore.cpp' object='synfigstudio-layergrouptreestore.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layergrouptreestore.o `test -f 'trees/layergrouptreestore.cpp' || echo '$(srcdir)/'`trees/layergrouptreestore.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layergrouptreestore.o `test -f 'trees/layergrouptreestore.cpp' || echo '$(srcdir)/'`trees/layergrouptreestore.cpp
 
 synfigstudio-layergrouptreestore.obj: trees/layergrouptreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layergrouptreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layergrouptreestore.Tpo -c -o synfigstudio-layergrouptreestore.obj `if test -f 'trees/layergrouptreestore.cpp'; then $(CYGPATH_W) 'trees/layergrouptreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layergrouptreestore.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layergrouptreestore.Tpo $(DEPDIR)/synfigstudio-layergrouptreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layergrouptreestore.cpp' object='synfigstudio-layergrouptreestore.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layergrouptreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layergrouptreestore.Tpo -c -o synfigstudio-layergrouptreestore.obj `if test -f 'trees/layergrouptreestore.cpp'; then $(CYGPATH_W) 'trees/layergrouptreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layergrouptreestore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layergrouptreestore.Tpo $(DEPDIR)/synfigstudio-layergrouptreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layergrouptreestore.cpp' object='synfigstudio-layergrouptreestore.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layergrouptreestore.obj `if test -f 'trees/layergrouptreestore.cpp'; then $(CYGPATH_W) 'trees/layergrouptreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layergrouptreestore.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layergrouptreestore.obj `if test -f 'trees/layergrouptreestore.cpp'; then $(CYGPATH_W) 'trees/layergrouptreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layergrouptreestore.cpp'; fi`
 
 synfigstudio-layerparamtreestore.o: trees/layerparamtreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layerparamtreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-layerparamtreestore.Tpo -c -o synfigstudio-layerparamtreestore.o `test -f 'trees/layerparamtreestore.cpp' || echo '$(srcdir)/'`trees/layerparamtreestore.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layerparamtreestore.Tpo $(DEPDIR)/synfigstudio-layerparamtreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layerparamtreestore.cpp' object='synfigstudio-layerparamtreestore.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layerparamtreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-layerparamtreestore.Tpo -c -o synfigstudio-layerparamtreestore.o `test -f 'trees/layerparamtreestore.cpp' || echo '$(srcdir)/'`trees/layerparamtreestore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layerparamtreestore.Tpo $(DEPDIR)/synfigstudio-layerparamtreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layerparamtreestore.cpp' object='synfigstudio-layerparamtreestore.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layerparamtreestore.o `test -f 'trees/layerparamtreestore.cpp' || echo '$(srcdir)/'`trees/layerparamtreestore.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layerparamtreestore.o `test -f 'trees/layerparamtreestore.cpp' || echo '$(srcdir)/'`trees/layerparamtreestore.cpp
 
 synfigstudio-layerparamtreestore.obj: trees/layerparamtreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layerparamtreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layerparamtreestore.Tpo -c -o synfigstudio-layerparamtreestore.obj `if test -f 'trees/layerparamtreestore.cpp'; then $(CYGPATH_W) 'trees/layerparamtreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layerparamtreestore.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layerparamtreestore.Tpo $(DEPDIR)/synfigstudio-layerparamtreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layerparamtreestore.cpp' object='synfigstudio-layerparamtreestore.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layerparamtreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layerparamtreestore.Tpo -c -o synfigstudio-layerparamtreestore.obj `if test -f 'trees/layerparamtreestore.cpp'; then $(CYGPATH_W) 'trees/layerparamtreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layerparamtreestore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layerparamtreestore.Tpo $(DEPDIR)/synfigstudio-layerparamtreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layerparamtreestore.cpp' object='synfigstudio-layerparamtreestore.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layerparamtreestore.obj `if test -f 'trees/layerparamtreestore.cpp'; then $(CYGPATH_W) 'trees/layerparamtreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layerparamtreestore.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layerparamtreestore.obj `if test -f 'trees/layerparamtreestore.cpp'; then $(CYGPATH_W) 'trees/layerparamtreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layerparamtreestore.cpp'; fi`
 
 synfigstudio-layertreestore.o: trees/layertreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layertreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-layertreestore.Tpo -c -o synfigstudio-layertreestore.o `test -f 'trees/layertreestore.cpp' || echo '$(srcdir)/'`trees/layertreestore.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layertreestore.Tpo $(DEPDIR)/synfigstudio-layertreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layertreestore.cpp' object='synfigstudio-layertreestore.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layertreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-layertreestore.Tpo -c -o synfigstudio-layertreestore.o `test -f 'trees/layertreestore.cpp' || echo '$(srcdir)/'`trees/layertreestore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layertreestore.Tpo $(DEPDIR)/synfigstudio-layertreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layertreestore.cpp' object='synfigstudio-layertreestore.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layertreestore.o `test -f 'trees/layertreestore.cpp' || echo '$(srcdir)/'`trees/layertreestore.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layertreestore.o `test -f 'trees/layertreestore.cpp' || echo '$(srcdir)/'`trees/layertreestore.cpp
 
 synfigstudio-layertreestore.obj: trees/layertreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layertreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layertreestore.Tpo -c -o synfigstudio-layertreestore.obj `if test -f 'trees/layertreestore.cpp'; then $(CYGPATH_W) 'trees/layertreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layertreestore.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-layertreestore.Tpo $(DEPDIR)/synfigstudio-layertreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/layertreestore.cpp' object='synfigstudio-layertreestore.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-layertreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-layertreestore.Tpo -c -o synfigstudio-layertreestore.obj `if test -f 'trees/layertreestore.cpp'; then $(CYGPATH_W) 'trees/layertreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layertreestore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-layertreestore.Tpo $(DEPDIR)/synfigstudio-layertreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/layertreestore.cpp' object='synfigstudio-layertreestore.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layertreestore.obj `if test -f 'trees/layertreestore.cpp'; then $(CYGPATH_W) 'trees/layertreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layertreestore.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-layertreestore.obj `if test -f 'trees/layertreestore.cpp'; then $(CYGPATH_W) 'trees/layertreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/layertreestore.cpp'; fi`
 
 synfigstudio-metadatatreestore.o: trees/metadatatreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-metadatatreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-metadatatreestore.Tpo -c -o synfigstudio-metadatatreestore.o `test -f 'trees/metadatatreestore.cpp' || echo '$(srcdir)/'`trees/metadatatreestore.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-metadatatreestore.Tpo $(DEPDIR)/synfigstudio-metadatatreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/metadatatreestore.cpp' object='synfigstudio-metadatatreestore.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-metadatatreestore.o -MD -MP -MF $(DEPDIR)/synfigstudio-metadatatreestore.Tpo -c -o synfigstudio-metadatatreestore.o `test -f 'trees/metadatatreestore.cpp' || echo '$(srcdir)/'`trees/metadatatreestore.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-metadatatreestore.Tpo $(DEPDIR)/synfigstudio-metadatatreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/metadatatreestore.cpp' object='synfigstudio-metadatatreestore.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-metadatatreestore.o `test -f 'trees/metadatatreestore.cpp' || echo '$(srcdir)/'`trees/metadatatreestore.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-metadatatreestore.o `test -f 'trees/metadatatreestore.cpp' || echo '$(srcdir)/'`trees/metadatatreestore.cpp
 
 synfigstudio-metadatatreestore.obj: trees/metadatatreestore.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-metadatatreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-metadatatreestore.Tpo -c -o synfigstudio-metadatatreestore.obj `if test -f 'trees/metadatatreestore.cpp'; then $(CYGPATH_W) 'trees/metadatatreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/metadatatreestore.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-metadatatreestore.Tpo $(DEPDIR)/synfigstudio-metadatatreestore.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='trees/metadatatreestore.cpp' object='synfigstudio-metadatatreestore.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-metadatatreestore.obj -MD -MP -MF $(DEPDIR)/synfigstudio-metadatatreestore.Tpo -c -o synfigstudio-metadatatreestore.obj `if test -f 'trees/metadatatreestore.cpp'; then $(CYGPATH_W) 'trees/metadatatreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/metadatatreestore.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-metadatatreestore.Tpo $(DEPDIR)/synfigstudio-metadatatreestore.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='trees/metadatatreestore.cpp' object='synfigstudio-metadatatreestore.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-metadatatreestore.obj `if test -f 'trees/metadatatreestore.cpp'; then $(CYGPATH_W) 'trees/metadatatreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/metadatatreestore.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-metadatatreestore.obj `if test -f 'trees/metadatatreestore.cpp'; then $(CYGPATH_W) 'trees/metadatatreestore.cpp'; else $(CYGPATH_W) '$(srcdir)/trees/metadatatreestore.cpp'; fi`
 
 synfigstudio-widget_canvaschooser.o: widgets/widget_canvaschooser.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_canvaschooser.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_canvaschooser.Tpo -c -o synfigstudio-widget_canvaschooser.o `test -f 'widgets/widget_canvaschooser.cpp' || echo '$(srcdir)/'`widgets/widget_canvaschooser.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_canvaschooser.Tpo $(DEPDIR)/synfigstudio-widget_canvaschooser.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_canvaschooser.cpp' object='synfigstudio-widget_canvaschooser.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_canvaschooser.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_canvaschooser.Tpo -c -o synfigstudio-widget_canvaschooser.o `test -f 'widgets/widget_canvaschooser.cpp' || echo '$(srcdir)/'`widgets/widget_canvaschooser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_canvaschooser.Tpo $(DEPDIR)/synfigstudio-widget_canvaschooser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_canvaschooser.cpp' object='synfigstudio-widget_canvaschooser.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_canvaschooser.o `test -f 'widgets/widget_canvaschooser.cpp' || echo '$(srcdir)/'`widgets/widget_canvaschooser.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_canvaschooser.o `test -f 'widgets/widget_canvaschooser.cpp' || echo '$(srcdir)/'`widgets/widget_canvaschooser.cpp
 
 synfigstudio-widget_canvaschooser.obj: widgets/widget_canvaschooser.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_canvaschooser.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_canvaschooser.Tpo -c -o synfigstudio-widget_canvaschooser.obj `if test -f 'widgets/widget_canvaschooser.cpp'; then $(CYGPATH_W) 'widgets/widget_canvaschooser.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_canvaschooser.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_canvaschooser.Tpo $(DEPDIR)/synfigstudio-widget_canvaschooser.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_canvaschooser.cpp' object='synfigstudio-widget_canvaschooser.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_canvaschooser.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_canvaschooser.Tpo -c -o synfigstudio-widget_canvaschooser.obj `if test -f 'widgets/widget_canvaschooser.cpp'; then $(CYGPATH_W) 'widgets/widget_canvaschooser.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_canvaschooser.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_canvaschooser.Tpo $(DEPDIR)/synfigstudio-widget_canvaschooser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_canvaschooser.cpp' object='synfigstudio-widget_canvaschooser.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_canvaschooser.obj `if test -f 'widgets/widget_canvaschooser.cpp'; then $(CYGPATH_W) 'widgets/widget_canvaschooser.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_canvaschooser.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_canvaschooser.obj `if test -f 'widgets/widget_canvaschooser.cpp'; then $(CYGPATH_W) 'widgets/widget_canvaschooser.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_canvaschooser.cpp'; fi`
 
 synfigstudio-widget_color.o: widgets/widget_color.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_color.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_color.Tpo -c -o synfigstudio-widget_color.o `test -f 'widgets/widget_color.cpp' || echo '$(srcdir)/'`widgets/widget_color.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_color.Tpo $(DEPDIR)/synfigstudio-widget_color.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_color.cpp' object='synfigstudio-widget_color.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_color.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_color.Tpo -c -o synfigstudio-widget_color.o `test -f 'widgets/widget_color.cpp' || echo '$(srcdir)/'`widgets/widget_color.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_color.Tpo $(DEPDIR)/synfigstudio-widget_color.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_color.cpp' object='synfigstudio-widget_color.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_color.o `test -f 'widgets/widget_color.cpp' || echo '$(srcdir)/'`widgets/widget_color.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_color.o `test -f 'widgets/widget_color.cpp' || echo '$(srcdir)/'`widgets/widget_color.cpp
 
 synfigstudio-widget_color.obj: widgets/widget_color.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_color.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_color.Tpo -c -o synfigstudio-widget_color.obj `if test -f 'widgets/widget_color.cpp'; then $(CYGPATH_W) 'widgets/widget_color.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_color.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_color.Tpo $(DEPDIR)/synfigstudio-widget_color.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_color.cpp' object='synfigstudio-widget_color.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_color.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_color.Tpo -c -o synfigstudio-widget_color.obj `if test -f 'widgets/widget_color.cpp'; then $(CYGPATH_W) 'widgets/widget_color.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_color.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_color.Tpo $(DEPDIR)/synfigstudio-widget_color.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_color.cpp' object='synfigstudio-widget_color.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_color.obj `if test -f 'widgets/widget_color.cpp'; then $(CYGPATH_W) 'widgets/widget_color.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_color.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_color.obj `if test -f 'widgets/widget_color.cpp'; then $(CYGPATH_W) 'widgets/widget_color.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_color.cpp'; fi`
 
 synfigstudio-widget_coloredit.o: widgets/widget_coloredit.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_coloredit.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_coloredit.Tpo -c -o synfigstudio-widget_coloredit.o `test -f 'widgets/widget_coloredit.cpp' || echo '$(srcdir)/'`widgets/widget_coloredit.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_coloredit.Tpo $(DEPDIR)/synfigstudio-widget_coloredit.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_coloredit.cpp' object='synfigstudio-widget_coloredit.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_coloredit.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_coloredit.Tpo -c -o synfigstudio-widget_coloredit.o `test -f 'widgets/widget_coloredit.cpp' || echo '$(srcdir)/'`widgets/widget_coloredit.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_coloredit.Tpo $(DEPDIR)/synfigstudio-widget_coloredit.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_coloredit.cpp' object='synfigstudio-widget_coloredit.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_coloredit.o `test -f 'widgets/widget_coloredit.cpp' || echo '$(srcdir)/'`widgets/widget_coloredit.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_coloredit.o `test -f 'widgets/widget_coloredit.cpp' || echo '$(srcdir)/'`widgets/widget_coloredit.cpp
 
 synfigstudio-widget_coloredit.obj: widgets/widget_coloredit.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_coloredit.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_coloredit.Tpo -c -o synfigstudio-widget_coloredit.obj `if test -f 'widgets/widget_coloredit.cpp'; then $(CYGPATH_W) 'widgets/widget_coloredit.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_coloredit.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_coloredit.Tpo $(DEPDIR)/synfigstudio-widget_coloredit.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_coloredit.cpp' object='synfigstudio-widget_coloredit.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_coloredit.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_coloredit.Tpo -c -o synfigstudio-widget_coloredit.obj `if test -f 'widgets/widget_coloredit.cpp'; then $(CYGPATH_W) 'widgets/widget_coloredit.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_coloredit.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_coloredit.Tpo $(DEPDIR)/synfigstudio-widget_coloredit.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_coloredit.cpp' object='synfigstudio-widget_coloredit.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_coloredit.obj `if test -f 'widgets/widget_coloredit.cpp'; then $(CYGPATH_W) 'widgets/widget_coloredit.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_coloredit.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_coloredit.obj `if test -f 'widgets/widget_coloredit.cpp'; then $(CYGPATH_W) 'widgets/widget_coloredit.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_coloredit.cpp'; fi`
 
 synfigstudio-widget_compselect.o: widgets/widget_compselect.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_compselect.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_compselect.Tpo -c -o synfigstudio-widget_compselect.o `test -f 'widgets/widget_compselect.cpp' || echo '$(srcdir)/'`widgets/widget_compselect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_compselect.Tpo $(DEPDIR)/synfigstudio-widget_compselect.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_compselect.cpp' object='synfigstudio-widget_compselect.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_compselect.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_compselect.Tpo -c -o synfigstudio-widget_compselect.o `test -f 'widgets/widget_compselect.cpp' || echo '$(srcdir)/'`widgets/widget_compselect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_compselect.Tpo $(DEPDIR)/synfigstudio-widget_compselect.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_compselect.cpp' object='synfigstudio-widget_compselect.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_compselect.o `test -f 'widgets/widget_compselect.cpp' || echo '$(srcdir)/'`widgets/widget_compselect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_compselect.o `test -f 'widgets/widget_compselect.cpp' || echo '$(srcdir)/'`widgets/widget_compselect.cpp
 
 synfigstudio-widget_compselect.obj: widgets/widget_compselect.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_compselect.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_compselect.Tpo -c -o synfigstudio-widget_compselect.obj `if test -f 'widgets/widget_compselect.cpp'; then $(CYGPATH_W) 'widgets/widget_compselect.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_compselect.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_compselect.Tpo $(DEPDIR)/synfigstudio-widget_compselect.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_compselect.cpp' object='synfigstudio-widget_compselect.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_compselect.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_compselect.Tpo -c -o synfigstudio-widget_compselect.obj `if test -f 'widgets/widget_compselect.cpp'; then $(CYGPATH_W) 'widgets/widget_compselect.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_compselect.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_compselect.Tpo $(DEPDIR)/synfigstudio-widget_compselect.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_compselect.cpp' object='synfigstudio-widget_compselect.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_compselect.obj `if test -f 'widgets/widget_compselect.cpp'; then $(CYGPATH_W) 'widgets/widget_compselect.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_compselect.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_compselect.obj `if test -f 'widgets/widget_compselect.cpp'; then $(CYGPATH_W) 'widgets/widget_compselect.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_compselect.cpp'; fi`
 
 synfigstudio-widget_curves.o: widgets/widget_curves.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_curves.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_curves.Tpo -c -o synfigstudio-widget_curves.o `test -f 'widgets/widget_curves.cpp' || echo '$(srcdir)/'`widgets/widget_curves.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_curves.Tpo $(DEPDIR)/synfigstudio-widget_curves.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_curves.cpp' object='synfigstudio-widget_curves.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_curves.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_curves.Tpo -c -o synfigstudio-widget_curves.o `test -f 'widgets/widget_curves.cpp' || echo '$(srcdir)/'`widgets/widget_curves.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_curves.Tpo $(DEPDIR)/synfigstudio-widget_curves.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_curves.cpp' object='synfigstudio-widget_curves.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_curves.o `test -f 'widgets/widget_curves.cpp' || echo '$(srcdir)/'`widgets/widget_curves.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_curves.o `test -f 'widgets/widget_curves.cpp' || echo '$(srcdir)/'`widgets/widget_curves.cpp
 
 synfigstudio-widget_curves.obj: widgets/widget_curves.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_curves.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_curves.Tpo -c -o synfigstudio-widget_curves.obj `if test -f 'widgets/widget_curves.cpp'; then $(CYGPATH_W) 'widgets/widget_curves.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_curves.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_curves.Tpo $(DEPDIR)/synfigstudio-widget_curves.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_curves.cpp' object='synfigstudio-widget_curves.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_curves.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_curves.Tpo -c -o synfigstudio-widget_curves.obj `if test -f 'widgets/widget_curves.cpp'; then $(CYGPATH_W) 'widgets/widget_curves.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_curves.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_curves.Tpo $(DEPDIR)/synfigstudio-widget_curves.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_curves.cpp' object='synfigstudio-widget_curves.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_curves.obj `if test -f 'widgets/widget_curves.cpp'; then $(CYGPATH_W) 'widgets/widget_curves.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_curves.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_curves.obj `if test -f 'widgets/widget_curves.cpp'; then $(CYGPATH_W) 'widgets/widget_curves.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_curves.cpp'; fi`
 
 synfigstudio-widget_defaults.o: widgets/widget_defaults.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_defaults.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_defaults.Tpo -c -o synfigstudio-widget_defaults.o `test -f 'widgets/widget_defaults.cpp' || echo '$(srcdir)/'`widgets/widget_defaults.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_defaults.Tpo $(DEPDIR)/synfigstudio-widget_defaults.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_defaults.cpp' object='synfigstudio-widget_defaults.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_defaults.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_defaults.Tpo -c -o synfigstudio-widget_defaults.o `test -f 'widgets/widget_defaults.cpp' || echo '$(srcdir)/'`widgets/widget_defaults.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_defaults.Tpo $(DEPDIR)/synfigstudio-widget_defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_defaults.cpp' object='synfigstudio-widget_defaults.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_defaults.o `test -f 'widgets/widget_defaults.cpp' || echo '$(srcdir)/'`widgets/widget_defaults.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_defaults.o `test -f 'widgets/widget_defaults.cpp' || echo '$(srcdir)/'`widgets/widget_defaults.cpp
 
 synfigstudio-widget_defaults.obj: widgets/widget_defaults.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_defaults.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_defaults.Tpo -c -o synfigstudio-widget_defaults.obj `if test -f 'widgets/widget_defaults.cpp'; then $(CYGPATH_W) 'widgets/widget_defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_defaults.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_defaults.Tpo $(DEPDIR)/synfigstudio-widget_defaults.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_defaults.cpp' object='synfigstudio-widget_defaults.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_defaults.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_defaults.Tpo -c -o synfigstudio-widget_defaults.obj `if test -f 'widgets/widget_defaults.cpp'; then $(CYGPATH_W) 'widgets/widget_defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_defaults.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_defaults.Tpo $(DEPDIR)/synfigstudio-widget_defaults.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_defaults.cpp' object='synfigstudio-widget_defaults.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_defaults.obj `if test -f 'widgets/widget_defaults.cpp'; then $(CYGPATH_W) 'widgets/widget_defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_defaults.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_defaults.obj `if test -f 'widgets/widget_defaults.cpp'; then $(CYGPATH_W) 'widgets/widget_defaults.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_defaults.cpp'; fi`
 
 synfigstudio-widget_distance.o: widgets/widget_distance.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_distance.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_distance.Tpo -c -o synfigstudio-widget_distance.o `test -f 'widgets/widget_distance.cpp' || echo '$(srcdir)/'`widgets/widget_distance.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_distance.Tpo $(DEPDIR)/synfigstudio-widget_distance.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_distance.cpp' object='synfigstudio-widget_distance.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_distance.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_distance.Tpo -c -o synfigstudio-widget_distance.o `test -f 'widgets/widget_distance.cpp' || echo '$(srcdir)/'`widgets/widget_distance.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_distance.Tpo $(DEPDIR)/synfigstudio-widget_distance.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_distance.cpp' object='synfigstudio-widget_distance.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_distance.o `test -f 'widgets/widget_distance.cpp' || echo '$(srcdir)/'`widgets/widget_distance.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_distance.o `test -f 'widgets/widget_distance.cpp' || echo '$(srcdir)/'`widgets/widget_distance.cpp
 
 synfigstudio-widget_distance.obj: widgets/widget_distance.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_distance.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_distance.Tpo -c -o synfigstudio-widget_distance.obj `if test -f 'widgets/widget_distance.cpp'; then $(CYGPATH_W) 'widgets/widget_distance.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_distance.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_distance.Tpo $(DEPDIR)/synfigstudio-widget_distance.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_distance.cpp' object='synfigstudio-widget_distance.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_distance.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_distance.Tpo -c -o synfigstudio-widget_distance.obj `if test -f 'widgets/widget_distance.cpp'; then $(CYGPATH_W) 'widgets/widget_distance.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_distance.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_distance.Tpo $(DEPDIR)/synfigstudio-widget_distance.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_distance.cpp' object='synfigstudio-widget_distance.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_distance.obj `if test -f 'widgets/widget_distance.cpp'; then $(CYGPATH_W) 'widgets/widget_distance.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_distance.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_distance.obj `if test -f 'widgets/widget_distance.cpp'; then $(CYGPATH_W) 'widgets/widget_distance.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_distance.cpp'; fi`
 
 synfigstudio-widget_enum.o: widgets/widget_enum.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_enum.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_enum.Tpo -c -o synfigstudio-widget_enum.o `test -f 'widgets/widget_enum.cpp' || echo '$(srcdir)/'`widgets/widget_enum.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_enum.Tpo $(DEPDIR)/synfigstudio-widget_enum.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_enum.cpp' object='synfigstudio-widget_enum.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_enum.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_enum.Tpo -c -o synfigstudio-widget_enum.o `test -f 'widgets/widget_enum.cpp' || echo '$(srcdir)/'`widgets/widget_enum.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_enum.Tpo $(DEPDIR)/synfigstudio-widget_enum.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_enum.cpp' object='synfigstudio-widget_enum.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_enum.o `test -f 'widgets/widget_enum.cpp' || echo '$(srcdir)/'`widgets/widget_enum.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_enum.o `test -f 'widgets/widget_enum.cpp' || echo '$(srcdir)/'`widgets/widget_enum.cpp
 
 synfigstudio-widget_enum.obj: widgets/widget_enum.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_enum.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_enum.Tpo -c -o synfigstudio-widget_enum.obj `if test -f 'widgets/widget_enum.cpp'; then $(CYGPATH_W) 'widgets/widget_enum.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_enum.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_enum.Tpo $(DEPDIR)/synfigstudio-widget_enum.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_enum.cpp' object='synfigstudio-widget_enum.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_enum.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_enum.Tpo -c -o synfigstudio-widget_enum.obj `if test -f 'widgets/widget_enum.cpp'; then $(CYGPATH_W) 'widgets/widget_enum.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_enum.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_enum.Tpo $(DEPDIR)/synfigstudio-widget_enum.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_enum.cpp' object='synfigstudio-widget_enum.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_enum.obj `if test -f 'widgets/widget_enum.cpp'; then $(CYGPATH_W) 'widgets/widget_enum.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_enum.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_enum.obj `if test -f 'widgets/widget_enum.cpp'; then $(CYGPATH_W) 'widgets/widget_enum.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_enum.cpp'; fi`
 
 synfigstudio-widget_filename.o: widgets/widget_filename.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_filename.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_filename.Tpo -c -o synfigstudio-widget_filename.o `test -f 'widgets/widget_filename.cpp' || echo '$(srcdir)/'`widgets/widget_filename.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_filename.Tpo $(DEPDIR)/synfigstudio-widget_filename.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_filename.cpp' object='synfigstudio-widget_filename.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_filename.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_filename.Tpo -c -o synfigstudio-widget_filename.o `test -f 'widgets/widget_filename.cpp' || echo '$(srcdir)/'`widgets/widget_filename.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_filename.Tpo $(DEPDIR)/synfigstudio-widget_filename.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_filename.cpp' object='synfigstudio-widget_filename.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_filename.o `test -f 'widgets/widget_filename.cpp' || echo '$(srcdir)/'`widgets/widget_filename.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_filename.o `test -f 'widgets/widget_filename.cpp' || echo '$(srcdir)/'`widgets/widget_filename.cpp
 
 synfigstudio-widget_filename.obj: widgets/widget_filename.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_filename.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_filename.Tpo -c -o synfigstudio-widget_filename.obj `if test -f 'widgets/widget_filename.cpp'; then $(CYGPATH_W) 'widgets/widget_filename.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_filename.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_filename.Tpo $(DEPDIR)/synfigstudio-widget_filename.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_filename.cpp' object='synfigstudio-widget_filename.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_filename.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_filename.Tpo -c -o synfigstudio-widget_filename.obj `if test -f 'widgets/widget_filename.cpp'; then $(CYGPATH_W) 'widgets/widget_filename.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_filename.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_filename.Tpo $(DEPDIR)/synfigstudio-widget_filename.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_filename.cpp' object='synfigstudio-widget_filename.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_filename.obj `if test -f 'widgets/widget_filename.cpp'; then $(CYGPATH_W) 'widgets/widget_filename.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_filename.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_filename.obj `if test -f 'widgets/widget_filename.cpp'; then $(CYGPATH_W) 'widgets/widget_filename.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_filename.cpp'; fi`
 
 synfigstudio-widget_gradient.o: widgets/widget_gradient.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_gradient.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_gradient.Tpo -c -o synfigstudio-widget_gradient.o `test -f 'widgets/widget_gradient.cpp' || echo '$(srcdir)/'`widgets/widget_gradient.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_gradient.Tpo $(DEPDIR)/synfigstudio-widget_gradient.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_gradient.cpp' object='synfigstudio-widget_gradient.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_gradient.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_gradient.Tpo -c -o synfigstudio-widget_gradient.o `test -f 'widgets/widget_gradient.cpp' || echo '$(srcdir)/'`widgets/widget_gradient.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_gradient.Tpo $(DEPDIR)/synfigstudio-widget_gradient.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_gradient.cpp' object='synfigstudio-widget_gradient.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_gradient.o `test -f 'widgets/widget_gradient.cpp' || echo '$(srcdir)/'`widgets/widget_gradient.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_gradient.o `test -f 'widgets/widget_gradient.cpp' || echo '$(srcdir)/'`widgets/widget_gradient.cpp
 
 synfigstudio-widget_gradient.obj: widgets/widget_gradient.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_gradient.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_gradient.Tpo -c -o synfigstudio-widget_gradient.obj `if test -f 'widgets/widget_gradient.cpp'; then $(CYGPATH_W) 'widgets/widget_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_gradient.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_gradient.Tpo $(DEPDIR)/synfigstudio-widget_gradient.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_gradient.cpp' object='synfigstudio-widget_gradient.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_gradient.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_gradient.Tpo -c -o synfigstudio-widget_gradient.obj `if test -f 'widgets/widget_gradient.cpp'; then $(CYGPATH_W) 'widgets/widget_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_gradient.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_gradient.Tpo $(DEPDIR)/synfigstudio-widget_gradient.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_gradient.cpp' object='synfigstudio-widget_gradient.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_gradient.obj `if test -f 'widgets/widget_gradient.cpp'; then $(CYGPATH_W) 'widgets/widget_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_gradient.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_gradient.obj `if test -f 'widgets/widget_gradient.cpp'; then $(CYGPATH_W) 'widgets/widget_gradient.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_gradient.cpp'; fi`
 
 synfigstudio-widget_sound.o: widgets/widget_sound.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_sound.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_sound.Tpo -c -o synfigstudio-widget_sound.o `test -f 'widgets/widget_sound.cpp' || echo '$(srcdir)/'`widgets/widget_sound.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_sound.Tpo $(DEPDIR)/synfigstudio-widget_sound.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_sound.cpp' object='synfigstudio-widget_sound.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_sound.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_sound.Tpo -c -o synfigstudio-widget_sound.o `test -f 'widgets/widget_sound.cpp' || echo '$(srcdir)/'`widgets/widget_sound.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_sound.Tpo $(DEPDIR)/synfigstudio-widget_sound.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_sound.cpp' object='synfigstudio-widget_sound.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_sound.o `test -f 'widgets/widget_sound.cpp' || echo '$(srcdir)/'`widgets/widget_sound.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_sound.o `test -f 'widgets/widget_sound.cpp' || echo '$(srcdir)/'`widgets/widget_sound.cpp
 
 synfigstudio-widget_sound.obj: widgets/widget_sound.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_sound.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_sound.Tpo -c -o synfigstudio-widget_sound.obj `if test -f 'widgets/widget_sound.cpp'; then $(CYGPATH_W) 'widgets/widget_sound.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_sound.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_sound.Tpo $(DEPDIR)/synfigstudio-widget_sound.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_sound.cpp' object='synfigstudio-widget_sound.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_sound.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_sound.Tpo -c -o synfigstudio-widget_sound.obj `if test -f 'widgets/widget_sound.cpp'; then $(CYGPATH_W) 'widgets/widget_sound.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_sound.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_sound.Tpo $(DEPDIR)/synfigstudio-widget_sound.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_sound.cpp' object='synfigstudio-widget_sound.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_sound.obj `if test -f 'widgets/widget_sound.cpp'; then $(CYGPATH_W) 'widgets/widget_sound.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_sound.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_sound.obj `if test -f 'widgets/widget_sound.cpp'; then $(CYGPATH_W) 'widgets/widget_sound.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_sound.cpp'; fi`
 
 synfigstudio-widget_time.o: widgets/widget_time.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_time.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_time.Tpo -c -o synfigstudio-widget_time.o `test -f 'widgets/widget_time.cpp' || echo '$(srcdir)/'`widgets/widget_time.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_time.Tpo $(DEPDIR)/synfigstudio-widget_time.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_time.cpp' object='synfigstudio-widget_time.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_time.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_time.Tpo -c -o synfigstudio-widget_time.o `test -f 'widgets/widget_time.cpp' || echo '$(srcdir)/'`widgets/widget_time.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_time.Tpo $(DEPDIR)/synfigstudio-widget_time.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_time.cpp' object='synfigstudio-widget_time.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_time.o `test -f 'widgets/widget_time.cpp' || echo '$(srcdir)/'`widgets/widget_time.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_time.o `test -f 'widgets/widget_time.cpp' || echo '$(srcdir)/'`widgets/widget_time.cpp
 
 synfigstudio-widget_time.obj: widgets/widget_time.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_time.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_time.Tpo -c -o synfigstudio-widget_time.obj `if test -f 'widgets/widget_time.cpp'; then $(CYGPATH_W) 'widgets/widget_time.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_time.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_time.Tpo $(DEPDIR)/synfigstudio-widget_time.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_time.cpp' object='synfigstudio-widget_time.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_time.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_time.Tpo -c -o synfigstudio-widget_time.obj `if test -f 'widgets/widget_time.cpp'; then $(CYGPATH_W) 'widgets/widget_time.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_time.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_time.Tpo $(DEPDIR)/synfigstudio-widget_time.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_time.cpp' object='synfigstudio-widget_time.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_time.obj `if test -f 'widgets/widget_time.cpp'; then $(CYGPATH_W) 'widgets/widget_time.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_time.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_time.obj `if test -f 'widgets/widget_time.cpp'; then $(CYGPATH_W) 'widgets/widget_time.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_time.cpp'; fi`
 
 synfigstudio-widget_timeslider.o: widgets/widget_timeslider.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_timeslider.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_timeslider.Tpo -c -o synfigstudio-widget_timeslider.o `test -f 'widgets/widget_timeslider.cpp' || echo '$(srcdir)/'`widgets/widget_timeslider.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_timeslider.Tpo $(DEPDIR)/synfigstudio-widget_timeslider.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_timeslider.cpp' object='synfigstudio-widget_timeslider.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_timeslider.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_timeslider.Tpo -c -o synfigstudio-widget_timeslider.o `test -f 'widgets/widget_timeslider.cpp' || echo '$(srcdir)/'`widgets/widget_timeslider.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_timeslider.Tpo $(DEPDIR)/synfigstudio-widget_timeslider.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_timeslider.cpp' object='synfigstudio-widget_timeslider.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_timeslider.o `test -f 'widgets/widget_timeslider.cpp' || echo '$(srcdir)/'`widgets/widget_timeslider.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_timeslider.o `test -f 'widgets/widget_timeslider.cpp' || echo '$(srcdir)/'`widgets/widget_timeslider.cpp
 
 synfigstudio-widget_timeslider.obj: widgets/widget_timeslider.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_timeslider.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_timeslider.Tpo -c -o synfigstudio-widget_timeslider.obj `if test -f 'widgets/widget_timeslider.cpp'; then $(CYGPATH_W) 'widgets/widget_timeslider.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_timeslider.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_timeslider.Tpo $(DEPDIR)/synfigstudio-widget_timeslider.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_timeslider.cpp' object='synfigstudio-widget_timeslider.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_timeslider.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_timeslider.Tpo -c -o synfigstudio-widget_timeslider.obj `if test -f 'widgets/widget_timeslider.cpp'; then $(CYGPATH_W) 'widgets/widget_timeslider.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_timeslider.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_timeslider.Tpo $(DEPDIR)/synfigstudio-widget_timeslider.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_timeslider.cpp' object='synfigstudio-widget_timeslider.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_timeslider.obj `if test -f 'widgets/widget_timeslider.cpp'; then $(CYGPATH_W) 'widgets/widget_timeslider.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_timeslider.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_timeslider.obj `if test -f 'widgets/widget_timeslider.cpp'; then $(CYGPATH_W) 'widgets/widget_timeslider.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_timeslider.cpp'; fi`
 
 synfigstudio-widget_value.o: widgets/widget_value.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_value.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_value.Tpo -c -o synfigstudio-widget_value.o `test -f 'widgets/widget_value.cpp' || echo '$(srcdir)/'`widgets/widget_value.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_value.Tpo $(DEPDIR)/synfigstudio-widget_value.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_value.cpp' object='synfigstudio-widget_value.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_value.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_value.Tpo -c -o synfigstudio-widget_value.o `test -f 'widgets/widget_value.cpp' || echo '$(srcdir)/'`widgets/widget_value.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_value.Tpo $(DEPDIR)/synfigstudio-widget_value.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_value.cpp' object='synfigstudio-widget_value.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_value.o `test -f 'widgets/widget_value.cpp' || echo '$(srcdir)/'`widgets/widget_value.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_value.o `test -f 'widgets/widget_value.cpp' || echo '$(srcdir)/'`widgets/widget_value.cpp
 
 synfigstudio-widget_value.obj: widgets/widget_value.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_value.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_value.Tpo -c -o synfigstudio-widget_value.obj `if test -f 'widgets/widget_value.cpp'; then $(CYGPATH_W) 'widgets/widget_value.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_value.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_value.Tpo $(DEPDIR)/synfigstudio-widget_value.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_value.cpp' object='synfigstudio-widget_value.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_value.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_value.Tpo -c -o synfigstudio-widget_value.obj `if test -f 'widgets/widget_value.cpp'; then $(CYGPATH_W) 'widgets/widget_value.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_value.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_value.Tpo $(DEPDIR)/synfigstudio-widget_value.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_value.cpp' object='synfigstudio-widget_value.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_value.obj `if test -f 'widgets/widget_value.cpp'; then $(CYGPATH_W) 'widgets/widget_value.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_value.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_value.obj `if test -f 'widgets/widget_value.cpp'; then $(CYGPATH_W) 'widgets/widget_value.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_value.cpp'; fi`
 
 synfigstudio-widget_vector.o: widgets/widget_vector.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_vector.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_vector.Tpo -c -o synfigstudio-widget_vector.o `test -f 'widgets/widget_vector.cpp' || echo '$(srcdir)/'`widgets/widget_vector.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_vector.Tpo $(DEPDIR)/synfigstudio-widget_vector.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_vector.cpp' object='synfigstudio-widget_vector.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_vector.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_vector.Tpo -c -o synfigstudio-widget_vector.o `test -f 'widgets/widget_vector.cpp' || echo '$(srcdir)/'`widgets/widget_vector.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_vector.Tpo $(DEPDIR)/synfigstudio-widget_vector.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_vector.cpp' object='synfigstudio-widget_vector.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_vector.o `test -f 'widgets/widget_vector.cpp' || echo '$(srcdir)/'`widgets/widget_vector.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_vector.o `test -f 'widgets/widget_vector.cpp' || echo '$(srcdir)/'`widgets/widget_vector.cpp
 
 synfigstudio-widget_vector.obj: widgets/widget_vector.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_vector.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_vector.Tpo -c -o synfigstudio-widget_vector.obj `if test -f 'widgets/widget_vector.cpp'; then $(CYGPATH_W) 'widgets/widget_vector.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_vector.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_vector.Tpo $(DEPDIR)/synfigstudio-widget_vector.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_vector.cpp' object='synfigstudio-widget_vector.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_vector.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_vector.Tpo -c -o synfigstudio-widget_vector.obj `if test -f 'widgets/widget_vector.cpp'; then $(CYGPATH_W) 'widgets/widget_vector.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_vector.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_vector.Tpo $(DEPDIR)/synfigstudio-widget_vector.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_vector.cpp' object='synfigstudio-widget_vector.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_vector.obj `if test -f 'widgets/widget_vector.cpp'; then $(CYGPATH_W) 'widgets/widget_vector.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_vector.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_vector.obj `if test -f 'widgets/widget_vector.cpp'; then $(CYGPATH_W) 'widgets/widget_vector.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_vector.cpp'; fi`
 
 synfigstudio-widget_waypoint.o: widgets/widget_waypoint.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_waypoint.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_waypoint.Tpo -c -o synfigstudio-widget_waypoint.o `test -f 'widgets/widget_waypoint.cpp' || echo '$(srcdir)/'`widgets/widget_waypoint.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_waypoint.Tpo $(DEPDIR)/synfigstudio-widget_waypoint.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_waypoint.cpp' object='synfigstudio-widget_waypoint.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_waypoint.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_waypoint.Tpo -c -o synfigstudio-widget_waypoint.o `test -f 'widgets/widget_waypoint.cpp' || echo '$(srcdir)/'`widgets/widget_waypoint.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_waypoint.Tpo $(DEPDIR)/synfigstudio-widget_waypoint.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_waypoint.cpp' object='synfigstudio-widget_waypoint.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_waypoint.o `test -f 'widgets/widget_waypoint.cpp' || echo '$(srcdir)/'`widgets/widget_waypoint.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_waypoint.o `test -f 'widgets/widget_waypoint.cpp' || echo '$(srcdir)/'`widgets/widget_waypoint.cpp
 
 synfigstudio-widget_waypoint.obj: widgets/widget_waypoint.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_waypoint.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_waypoint.Tpo -c -o synfigstudio-widget_waypoint.obj `if test -f 'widgets/widget_waypoint.cpp'; then $(CYGPATH_W) 'widgets/widget_waypoint.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_waypoint.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_waypoint.Tpo $(DEPDIR)/synfigstudio-widget_waypoint.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_waypoint.cpp' object='synfigstudio-widget_waypoint.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_waypoint.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_waypoint.Tpo -c -o synfigstudio-widget_waypoint.obj `if test -f 'widgets/widget_waypoint.cpp'; then $(CYGPATH_W) 'widgets/widget_waypoint.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_waypoint.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_waypoint.Tpo $(DEPDIR)/synfigstudio-widget_waypoint.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_waypoint.cpp' object='synfigstudio-widget_waypoint.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_waypoint.obj `if test -f 'widgets/widget_waypoint.cpp'; then $(CYGPATH_W) 'widgets/widget_waypoint.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_waypoint.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_waypoint.obj `if test -f 'widgets/widget_waypoint.cpp'; then $(CYGPATH_W) 'widgets/widget_waypoint.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_waypoint.cpp'; fi`
 
 synfigstudio-widget_waypointmodel.o: widgets/widget_waypointmodel.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_waypointmodel.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_waypointmodel.Tpo -c -o synfigstudio-widget_waypointmodel.o `test -f 'widgets/widget_waypointmodel.cpp' || echo '$(srcdir)/'`widgets/widget_waypointmodel.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_waypointmodel.Tpo $(DEPDIR)/synfigstudio-widget_waypointmodel.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_waypointmodel.cpp' object='synfigstudio-widget_waypointmodel.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_waypointmodel.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_waypointmodel.Tpo -c -o synfigstudio-widget_waypointmodel.o `test -f 'widgets/widget_waypointmodel.cpp' || echo '$(srcdir)/'`widgets/widget_waypointmodel.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_waypointmodel.Tpo $(DEPDIR)/synfigstudio-widget_waypointmodel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_waypointmodel.cpp' object='synfigstudio-widget_waypointmodel.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_waypointmodel.o `test -f 'widgets/widget_waypointmodel.cpp' || echo '$(srcdir)/'`widgets/widget_waypointmodel.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_waypointmodel.o `test -f 'widgets/widget_waypointmodel.cpp' || echo '$(srcdir)/'`widgets/widget_waypointmodel.cpp
 
 synfigstudio-widget_waypointmodel.obj: widgets/widget_waypointmodel.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_waypointmodel.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_waypointmodel.Tpo -c -o synfigstudio-widget_waypointmodel.obj `if test -f 'widgets/widget_waypointmodel.cpp'; then $(CYGPATH_W) 'widgets/widget_waypointmodel.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_waypointmodel.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_waypointmodel.Tpo $(DEPDIR)/synfigstudio-widget_waypointmodel.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_waypointmodel.cpp' object='synfigstudio-widget_waypointmodel.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_waypointmodel.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_waypointmodel.Tpo -c -o synfigstudio-widget_waypointmodel.obj `if test -f 'widgets/widget_waypointmodel.cpp'; then $(CYGPATH_W) 'widgets/widget_waypointmodel.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_waypointmodel.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_waypointmodel.Tpo $(DEPDIR)/synfigstudio-widget_waypointmodel.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_waypointmodel.cpp' object='synfigstudio-widget_waypointmodel.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_waypointmodel.obj `if test -f 'widgets/widget_waypointmodel.cpp'; then $(CYGPATH_W) 'widgets/widget_waypointmodel.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_waypointmodel.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_waypointmodel.obj `if test -f 'widgets/widget_waypointmodel.cpp'; then $(CYGPATH_W) 'widgets/widget_waypointmodel.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_waypointmodel.cpp'; fi`
 
 synfigstudio-widget_keyframe_list.o: widgets/widget_keyframe_list.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_keyframe_list.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_keyframe_list.Tpo -c -o synfigstudio-widget_keyframe_list.o `test -f 'widgets/widget_keyframe_list.cpp' || echo '$(srcdir)/'`widgets/widget_keyframe_list.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_keyframe_list.Tpo $(DEPDIR)/synfigstudio-widget_keyframe_list.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_keyframe_list.cpp' object='synfigstudio-widget_keyframe_list.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_keyframe_list.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_keyframe_list.Tpo -c -o synfigstudio-widget_keyframe_list.o `test -f 'widgets/widget_keyframe_list.cpp' || echo '$(srcdir)/'`widgets/widget_keyframe_list.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_keyframe_list.Tpo $(DEPDIR)/synfigstudio-widget_keyframe_list.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_keyframe_list.cpp' object='synfigstudio-widget_keyframe_list.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_keyframe_list.o `test -f 'widgets/widget_keyframe_list.cpp' || echo '$(srcdir)/'`widgets/widget_keyframe_list.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_keyframe_list.o `test -f 'widgets/widget_keyframe_list.cpp' || echo '$(srcdir)/'`widgets/widget_keyframe_list.cpp
 
 synfigstudio-widget_keyframe_list.obj: widgets/widget_keyframe_list.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_keyframe_list.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_keyframe_list.Tpo -c -o synfigstudio-widget_keyframe_list.obj `if test -f 'widgets/widget_keyframe_list.cpp'; then $(CYGPATH_W) 'widgets/widget_keyframe_list.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_keyframe_list.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_keyframe_list.Tpo $(DEPDIR)/synfigstudio-widget_keyframe_list.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_keyframe_list.cpp' object='synfigstudio-widget_keyframe_list.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_keyframe_list.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_keyframe_list.Tpo -c -o synfigstudio-widget_keyframe_list.obj `if test -f 'widgets/widget_keyframe_list.cpp'; then $(CYGPATH_W) 'widgets/widget_keyframe_list.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_keyframe_list.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_keyframe_list.Tpo $(DEPDIR)/synfigstudio-widget_keyframe_list.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_keyframe_list.cpp' object='synfigstudio-widget_keyframe_list.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_keyframe_list.obj `if test -f 'widgets/widget_keyframe_list.cpp'; then $(CYGPATH_W) 'widgets/widget_keyframe_list.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_keyframe_list.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_keyframe_list.obj `if test -f 'widgets/widget_keyframe_list.cpp'; then $(CYGPATH_W) 'widgets/widget_keyframe_list.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_keyframe_list.cpp'; fi`
 
 synfigstudio-widget_bonechooser.o: widgets/widget_bonechooser.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_bonechooser.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_bonechooser.Tpo -c -o synfigstudio-widget_bonechooser.o `test -f 'widgets/widget_bonechooser.cpp' || echo '$(srcdir)/'`widgets/widget_bonechooser.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_bonechooser.Tpo $(DEPDIR)/synfigstudio-widget_bonechooser.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_bonechooser.cpp' object='synfigstudio-widget_bonechooser.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_bonechooser.o -MD -MP -MF $(DEPDIR)/synfigstudio-widget_bonechooser.Tpo -c -o synfigstudio-widget_bonechooser.o `test -f 'widgets/widget_bonechooser.cpp' || echo '$(srcdir)/'`widgets/widget_bonechooser.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_bonechooser.Tpo $(DEPDIR)/synfigstudio-widget_bonechooser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_bonechooser.cpp' object='synfigstudio-widget_bonechooser.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_bonechooser.o `test -f 'widgets/widget_bonechooser.cpp' || echo '$(srcdir)/'`widgets/widget_bonechooser.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_bonechooser.o `test -f 'widgets/widget_bonechooser.cpp' || echo '$(srcdir)/'`widgets/widget_bonechooser.cpp
 
 synfigstudio-widget_bonechooser.obj: widgets/widget_bonechooser.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_bonechooser.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_bonechooser.Tpo -c -o synfigstudio-widget_bonechooser.obj `if test -f 'widgets/widget_bonechooser.cpp'; then $(CYGPATH_W) 'widgets/widget_bonechooser.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_bonechooser.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-widget_bonechooser.Tpo $(DEPDIR)/synfigstudio-widget_bonechooser.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='widgets/widget_bonechooser.cpp' object='synfigstudio-widget_bonechooser.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-widget_bonechooser.obj -MD -MP -MF $(DEPDIR)/synfigstudio-widget_bonechooser.Tpo -c -o synfigstudio-widget_bonechooser.obj `if test -f 'widgets/widget_bonechooser.cpp'; then $(CYGPATH_W) 'widgets/widget_bonechooser.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_bonechooser.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-widget_bonechooser.Tpo $(DEPDIR)/synfigstudio-widget_bonechooser.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='widgets/widget_bonechooser.cpp' object='synfigstudio-widget_bonechooser.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_bonechooser.obj `if test -f 'widgets/widget_bonechooser.cpp'; then $(CYGPATH_W) 'widgets/widget_bonechooser.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_bonechooser.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-widget_bonechooser.obj `if test -f 'widgets/widget_bonechooser.cpp'; then $(CYGPATH_W) 'widgets/widget_bonechooser.cpp'; else $(CYGPATH_W) '$(srcdir)/widgets/widget_bonechooser.cpp'; fi`
 
 synfigstudio-renderer_background.o: workarearenderer/renderer_background.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_background.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_background.Tpo -c -o synfigstudio-renderer_background.o `test -f 'workarearenderer/renderer_background.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_background.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_background.Tpo $(DEPDIR)/synfigstudio-renderer_background.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_background.cpp' object='synfigstudio-renderer_background.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_background.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_background.Tpo -c -o synfigstudio-renderer_background.o `test -f 'workarearenderer/renderer_background.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_background.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_background.Tpo $(DEPDIR)/synfigstudio-renderer_background.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_background.cpp' object='synfigstudio-renderer_background.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_background.o `test -f 'workarearenderer/renderer_background.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_background.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_background.o `test -f 'workarearenderer/renderer_background.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_background.cpp
 
 synfigstudio-renderer_background.obj: workarearenderer/renderer_background.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_background.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_background.Tpo -c -o synfigstudio-renderer_background.obj `if test -f 'workarearenderer/renderer_background.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_background.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_background.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_background.Tpo $(DEPDIR)/synfigstudio-renderer_background.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_background.cpp' object='synfigstudio-renderer_background.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_background.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_background.Tpo -c -o synfigstudio-renderer_background.obj `if test -f 'workarearenderer/renderer_background.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_background.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_background.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_background.Tpo $(DEPDIR)/synfigstudio-renderer_background.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_background.cpp' object='synfigstudio-renderer_background.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_background.obj `if test -f 'workarearenderer/renderer_background.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_background.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_background.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_background.obj `if test -f 'workarearenderer/renderer_background.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_background.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_background.cpp'; fi`
 
 synfigstudio-renderer_bbox.o: workarearenderer/renderer_bbox.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_bbox.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_bbox.Tpo -c -o synfigstudio-renderer_bbox.o `test -f 'workarearenderer/renderer_bbox.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_bbox.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_bbox.Tpo $(DEPDIR)/synfigstudio-renderer_bbox.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_bbox.cpp' object='synfigstudio-renderer_bbox.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_bbox.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_bbox.Tpo -c -o synfigstudio-renderer_bbox.o `test -f 'workarearenderer/renderer_bbox.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_bbox.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_bbox.Tpo $(DEPDIR)/synfigstudio-renderer_bbox.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_bbox.cpp' object='synfigstudio-renderer_bbox.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_bbox.o `test -f 'workarearenderer/renderer_bbox.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_bbox.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_bbox.o `test -f 'workarearenderer/renderer_bbox.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_bbox.cpp
 
 synfigstudio-renderer_bbox.obj: workarearenderer/renderer_bbox.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_bbox.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_bbox.Tpo -c -o synfigstudio-renderer_bbox.obj `if test -f 'workarearenderer/renderer_bbox.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_bbox.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_bbox.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_bbox.Tpo $(DEPDIR)/synfigstudio-renderer_bbox.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_bbox.cpp' object='synfigstudio-renderer_bbox.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_bbox.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_bbox.Tpo -c -o synfigstudio-renderer_bbox.obj `if test -f 'workarearenderer/renderer_bbox.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_bbox.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_bbox.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_bbox.Tpo $(DEPDIR)/synfigstudio-renderer_bbox.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_bbox.cpp' object='synfigstudio-renderer_bbox.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_bbox.obj `if test -f 'workarearenderer/renderer_bbox.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_bbox.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_bbox.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_bbox.obj `if test -f 'workarearenderer/renderer_bbox.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_bbox.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_bbox.cpp'; fi`
 
 synfigstudio-renderer_canvas.o: workarearenderer/renderer_canvas.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_canvas.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_canvas.Tpo -c -o synfigstudio-renderer_canvas.o `test -f 'workarearenderer/renderer_canvas.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_canvas.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_canvas.Tpo $(DEPDIR)/synfigstudio-renderer_canvas.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_canvas.cpp' object='synfigstudio-renderer_canvas.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_canvas.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_canvas.Tpo -c -o synfigstudio-renderer_canvas.o `test -f 'workarearenderer/renderer_canvas.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_canvas.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_canvas.Tpo $(DEPDIR)/synfigstudio-renderer_canvas.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_canvas.cpp' object='synfigstudio-renderer_canvas.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_canvas.o `test -f 'workarearenderer/renderer_canvas.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_canvas.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_canvas.o `test -f 'workarearenderer/renderer_canvas.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_canvas.cpp
 
 synfigstudio-renderer_canvas.obj: workarearenderer/renderer_canvas.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_canvas.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_canvas.Tpo -c -o synfigstudio-renderer_canvas.obj `if test -f 'workarearenderer/renderer_canvas.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_canvas.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_canvas.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_canvas.Tpo $(DEPDIR)/synfigstudio-renderer_canvas.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_canvas.cpp' object='synfigstudio-renderer_canvas.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_canvas.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_canvas.Tpo -c -o synfigstudio-renderer_canvas.obj `if test -f 'workarearenderer/renderer_canvas.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_canvas.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_canvas.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_canvas.Tpo $(DEPDIR)/synfigstudio-renderer_canvas.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_canvas.cpp' object='synfigstudio-renderer_canvas.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_canvas.obj `if test -f 'workarearenderer/renderer_canvas.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_canvas.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_canvas.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_canvas.obj `if test -f 'workarearenderer/renderer_canvas.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_canvas.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_canvas.cpp'; fi`
 
 synfigstudio-renderer_dragbox.o: workarearenderer/renderer_dragbox.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_dragbox.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_dragbox.Tpo -c -o synfigstudio-renderer_dragbox.o `test -f 'workarearenderer/renderer_dragbox.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_dragbox.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_dragbox.Tpo $(DEPDIR)/synfigstudio-renderer_dragbox.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_dragbox.cpp' object='synfigstudio-renderer_dragbox.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_dragbox.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_dragbox.Tpo -c -o synfigstudio-renderer_dragbox.o `test -f 'workarearenderer/renderer_dragbox.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_dragbox.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_dragbox.Tpo $(DEPDIR)/synfigstudio-renderer_dragbox.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_dragbox.cpp' object='synfigstudio-renderer_dragbox.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_dragbox.o `test -f 'workarearenderer/renderer_dragbox.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_dragbox.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_dragbox.o `test -f 'workarearenderer/renderer_dragbox.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_dragbox.cpp
 
 synfigstudio-renderer_dragbox.obj: workarearenderer/renderer_dragbox.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_dragbox.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_dragbox.Tpo -c -o synfigstudio-renderer_dragbox.obj `if test -f 'workarearenderer/renderer_dragbox.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_dragbox.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_dragbox.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_dragbox.Tpo $(DEPDIR)/synfigstudio-renderer_dragbox.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_dragbox.cpp' object='synfigstudio-renderer_dragbox.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_dragbox.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_dragbox.Tpo -c -o synfigstudio-renderer_dragbox.obj `if test -f 'workarearenderer/renderer_dragbox.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_dragbox.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_dragbox.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_dragbox.Tpo $(DEPDIR)/synfigstudio-renderer_dragbox.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_dragbox.cpp' object='synfigstudio-renderer_dragbox.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_dragbox.obj `if test -f 'workarearenderer/renderer_dragbox.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_dragbox.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_dragbox.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_dragbox.obj `if test -f 'workarearenderer/renderer_dragbox.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_dragbox.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_dragbox.cpp'; fi`
 
 synfigstudio-renderer_ducks.o: workarearenderer/renderer_ducks.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_ducks.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_ducks.Tpo -c -o synfigstudio-renderer_ducks.o `test -f 'workarearenderer/renderer_ducks.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_ducks.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_ducks.Tpo $(DEPDIR)/synfigstudio-renderer_ducks.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_ducks.cpp' object='synfigstudio-renderer_ducks.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_ducks.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_ducks.Tpo -c -o synfigstudio-renderer_ducks.o `test -f 'workarearenderer/renderer_ducks.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_ducks.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_ducks.Tpo $(DEPDIR)/synfigstudio-renderer_ducks.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_ducks.cpp' object='synfigstudio-renderer_ducks.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_ducks.o `test -f 'workarearenderer/renderer_ducks.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_ducks.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_ducks.o `test -f 'workarearenderer/renderer_ducks.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_ducks.cpp
 
 synfigstudio-renderer_ducks.obj: workarearenderer/renderer_ducks.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_ducks.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_ducks.Tpo -c -o synfigstudio-renderer_ducks.obj `if test -f 'workarearenderer/renderer_ducks.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_ducks.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_ducks.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_ducks.Tpo $(DEPDIR)/synfigstudio-renderer_ducks.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_ducks.cpp' object='synfigstudio-renderer_ducks.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_ducks.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_ducks.Tpo -c -o synfigstudio-renderer_ducks.obj `if test -f 'workarearenderer/renderer_ducks.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_ducks.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_ducks.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_ducks.Tpo $(DEPDIR)/synfigstudio-renderer_ducks.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_ducks.cpp' object='synfigstudio-renderer_ducks.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_ducks.obj `if test -f 'workarearenderer/renderer_ducks.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_ducks.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_ducks.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_ducks.obj `if test -f 'workarearenderer/renderer_ducks.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_ducks.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_ducks.cpp'; fi`
 
 synfigstudio-renderer_grid.o: workarearenderer/renderer_grid.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_grid.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_grid.Tpo -c -o synfigstudio-renderer_grid.o `test -f 'workarearenderer/renderer_grid.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_grid.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_grid.Tpo $(DEPDIR)/synfigstudio-renderer_grid.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_grid.cpp' object='synfigstudio-renderer_grid.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_grid.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_grid.Tpo -c -o synfigstudio-renderer_grid.o `test -f 'workarearenderer/renderer_grid.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_grid.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_grid.Tpo $(DEPDIR)/synfigstudio-renderer_grid.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_grid.cpp' object='synfigstudio-renderer_grid.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_grid.o `test -f 'workarearenderer/renderer_grid.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_grid.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_grid.o `test -f 'workarearenderer/renderer_grid.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_grid.cpp
 
 synfigstudio-renderer_grid.obj: workarearenderer/renderer_grid.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_grid.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_grid.Tpo -c -o synfigstudio-renderer_grid.obj `if test -f 'workarearenderer/renderer_grid.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_grid.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_grid.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_grid.Tpo $(DEPDIR)/synfigstudio-renderer_grid.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_grid.cpp' object='synfigstudio-renderer_grid.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_grid.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_grid.Tpo -c -o synfigstudio-renderer_grid.obj `if test -f 'workarearenderer/renderer_grid.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_grid.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_grid.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_grid.Tpo $(DEPDIR)/synfigstudio-renderer_grid.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_grid.cpp' object='synfigstudio-renderer_grid.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_grid.obj `if test -f 'workarearenderer/renderer_grid.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_grid.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_grid.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_grid.obj `if test -f 'workarearenderer/renderer_grid.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_grid.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_grid.cpp'; fi`
 
 synfigstudio-renderer_guides.o: workarearenderer/renderer_guides.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_guides.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_guides.Tpo -c -o synfigstudio-renderer_guides.o `test -f 'workarearenderer/renderer_guides.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_guides.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_guides.Tpo $(DEPDIR)/synfigstudio-renderer_guides.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_guides.cpp' object='synfigstudio-renderer_guides.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_guides.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_guides.Tpo -c -o synfigstudio-renderer_guides.o `test -f 'workarearenderer/renderer_guides.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_guides.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_guides.Tpo $(DEPDIR)/synfigstudio-renderer_guides.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_guides.cpp' object='synfigstudio-renderer_guides.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_guides.o `test -f 'workarearenderer/renderer_guides.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_guides.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_guides.o `test -f 'workarearenderer/renderer_guides.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_guides.cpp
 
 synfigstudio-renderer_guides.obj: workarearenderer/renderer_guides.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_guides.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_guides.Tpo -c -o synfigstudio-renderer_guides.obj `if test -f 'workarearenderer/renderer_guides.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_guides.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_guides.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_guides.Tpo $(DEPDIR)/synfigstudio-renderer_guides.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_guides.cpp' object='synfigstudio-renderer_guides.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_guides.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_guides.Tpo -c -o synfigstudio-renderer_guides.obj `if test -f 'workarearenderer/renderer_guides.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_guides.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_guides.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_guides.Tpo $(DEPDIR)/synfigstudio-renderer_guides.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_guides.cpp' object='synfigstudio-renderer_guides.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_guides.obj `if test -f 'workarearenderer/renderer_guides.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_guides.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_guides.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_guides.obj `if test -f 'workarearenderer/renderer_guides.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_guides.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_guides.cpp'; fi`
 
 synfigstudio-renderer_timecode.o: workarearenderer/renderer_timecode.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_timecode.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_timecode.Tpo -c -o synfigstudio-renderer_timecode.o `test -f 'workarearenderer/renderer_timecode.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_timecode.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_timecode.Tpo $(DEPDIR)/synfigstudio-renderer_timecode.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_timecode.cpp' object='synfigstudio-renderer_timecode.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_timecode.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_timecode.Tpo -c -o synfigstudio-renderer_timecode.o `test -f 'workarearenderer/renderer_timecode.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_timecode.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_timecode.Tpo $(DEPDIR)/synfigstudio-renderer_timecode.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_timecode.cpp' object='synfigstudio-renderer_timecode.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_timecode.o `test -f 'workarearenderer/renderer_timecode.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_timecode.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_timecode.o `test -f 'workarearenderer/renderer_timecode.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_timecode.cpp
 
 synfigstudio-renderer_timecode.obj: workarearenderer/renderer_timecode.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_timecode.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_timecode.Tpo -c -o synfigstudio-renderer_timecode.obj `if test -f 'workarearenderer/renderer_timecode.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_timecode.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_timecode.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_timecode.Tpo $(DEPDIR)/synfigstudio-renderer_timecode.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_timecode.cpp' object='synfigstudio-renderer_timecode.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_timecode.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_timecode.Tpo -c -o synfigstudio-renderer_timecode.obj `if test -f 'workarearenderer/renderer_timecode.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_timecode.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_timecode.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_timecode.Tpo $(DEPDIR)/synfigstudio-renderer_timecode.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_timecode.cpp' object='synfigstudio-renderer_timecode.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_timecode.obj `if test -f 'workarearenderer/renderer_timecode.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_timecode.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_timecode.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_timecode.obj `if test -f 'workarearenderer/renderer_timecode.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_timecode.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_timecode.cpp'; fi`
 
 synfigstudio-renderer_bonesetup.o: workarearenderer/renderer_bonesetup.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_bonesetup.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_bonesetup.Tpo -c -o synfigstudio-renderer_bonesetup.o `test -f 'workarearenderer/renderer_bonesetup.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_bonesetup.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_bonesetup.Tpo $(DEPDIR)/synfigstudio-renderer_bonesetup.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_bonesetup.cpp' object='synfigstudio-renderer_bonesetup.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_bonesetup.o -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_bonesetup.Tpo -c -o synfigstudio-renderer_bonesetup.o `test -f 'workarearenderer/renderer_bonesetup.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_bonesetup.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_bonesetup.Tpo $(DEPDIR)/synfigstudio-renderer_bonesetup.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_bonesetup.cpp' object='synfigstudio-renderer_bonesetup.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_bonesetup.o `test -f 'workarearenderer/renderer_bonesetup.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_bonesetup.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_bonesetup.o `test -f 'workarearenderer/renderer_bonesetup.cpp' || echo '$(srcdir)/'`workarearenderer/renderer_bonesetup.cpp
 
 synfigstudio-renderer_bonesetup.obj: workarearenderer/renderer_bonesetup.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_bonesetup.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_bonesetup.Tpo -c -o synfigstudio-renderer_bonesetup.obj `if test -f 'workarearenderer/renderer_bonesetup.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_bonesetup.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_bonesetup.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renderer_bonesetup.Tpo $(DEPDIR)/synfigstudio-renderer_bonesetup.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/renderer_bonesetup.cpp' object='synfigstudio-renderer_bonesetup.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renderer_bonesetup.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renderer_bonesetup.Tpo -c -o synfigstudio-renderer_bonesetup.obj `if test -f 'workarearenderer/renderer_bonesetup.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_bonesetup.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_bonesetup.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renderer_bonesetup.Tpo $(DEPDIR)/synfigstudio-renderer_bonesetup.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/renderer_bonesetup.cpp' object='synfigstudio-renderer_bonesetup.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_bonesetup.obj `if test -f 'workarearenderer/renderer_bonesetup.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_bonesetup.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_bonesetup.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renderer_bonesetup.obj `if test -f 'workarearenderer/renderer_bonesetup.cpp'; then $(CYGPATH_W) 'workarearenderer/renderer_bonesetup.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/renderer_bonesetup.cpp'; fi`
 
 synfigstudio-workarearenderer.o: workarearenderer/workarearenderer.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-workarearenderer.o -MD -MP -MF $(DEPDIR)/synfigstudio-workarearenderer.Tpo -c -o synfigstudio-workarearenderer.o `test -f 'workarearenderer/workarearenderer.cpp' || echo '$(srcdir)/'`workarearenderer/workarearenderer.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-workarearenderer.Tpo $(DEPDIR)/synfigstudio-workarearenderer.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/workarearenderer.cpp' object='synfigstudio-workarearenderer.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-workarearenderer.o -MD -MP -MF $(DEPDIR)/synfigstudio-workarearenderer.Tpo -c -o synfigstudio-workarearenderer.o `test -f 'workarearenderer/workarearenderer.cpp' || echo '$(srcdir)/'`workarearenderer/workarearenderer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-workarearenderer.Tpo $(DEPDIR)/synfigstudio-workarearenderer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/workarearenderer.cpp' object='synfigstudio-workarearenderer.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-workarearenderer.o `test -f 'workarearenderer/workarearenderer.cpp' || echo '$(srcdir)/'`workarearenderer/workarearenderer.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-workarearenderer.o `test -f 'workarearenderer/workarearenderer.cpp' || echo '$(srcdir)/'`workarearenderer/workarearenderer.cpp
 
 synfigstudio-workarearenderer.obj: workarearenderer/workarearenderer.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-workarearenderer.obj -MD -MP -MF $(DEPDIR)/synfigstudio-workarearenderer.Tpo -c -o synfigstudio-workarearenderer.obj `if test -f 'workarearenderer/workarearenderer.cpp'; then $(CYGPATH_W) 'workarearenderer/workarearenderer.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/workarearenderer.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-workarearenderer.Tpo $(DEPDIR)/synfigstudio-workarearenderer.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarearenderer/workarearenderer.cpp' object='synfigstudio-workarearenderer.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-workarearenderer.obj -MD -MP -MF $(DEPDIR)/synfigstudio-workarearenderer.Tpo -c -o synfigstudio-workarearenderer.obj `if test -f 'workarearenderer/workarearenderer.cpp'; then $(CYGPATH_W) 'workarearenderer/workarearenderer.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/workarearenderer.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-workarearenderer.Tpo $(DEPDIR)/synfigstudio-workarearenderer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarearenderer/workarearenderer.cpp' object='synfigstudio-workarearenderer.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-workarearenderer.obj `if test -f 'workarearenderer/workarearenderer.cpp'; then $(CYGPATH_W) 'workarearenderer/workarearenderer.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/workarearenderer.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-workarearenderer.obj `if test -f 'workarearenderer/workarearenderer.cpp'; then $(CYGPATH_W) 'workarearenderer/workarearenderer.cpp'; else $(CYGPATH_W) '$(srcdir)/workarearenderer/workarearenderer.cpp'; fi`
 
 synfigstudio-duck.o: duck.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-duck.o -MD -MP -MF $(DEPDIR)/synfigstudio-duck.Tpo -c -o synfigstudio-duck.o `test -f 'duck.cpp' || echo '$(srcdir)/'`duck.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-duck.Tpo $(DEPDIR)/synfigstudio-duck.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='duck.cpp' object='synfigstudio-duck.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-duck.o -MD -MP -MF $(DEPDIR)/synfigstudio-duck.Tpo -c -o synfigstudio-duck.o `test -f 'duck.cpp' || echo '$(srcdir)/'`duck.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-duck.Tpo $(DEPDIR)/synfigstudio-duck.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='duck.cpp' object='synfigstudio-duck.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-duck.o `test -f 'duck.cpp' || echo '$(srcdir)/'`duck.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-duck.o `test -f 'duck.cpp' || echo '$(srcdir)/'`duck.cpp
 
 synfigstudio-duck.obj: duck.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-duck.obj -MD -MP -MF $(DEPDIR)/synfigstudio-duck.Tpo -c -o synfigstudio-duck.obj `if test -f 'duck.cpp'; then $(CYGPATH_W) 'duck.cpp'; else $(CYGPATH_W) '$(srcdir)/duck.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-duck.Tpo $(DEPDIR)/synfigstudio-duck.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='duck.cpp' object='synfigstudio-duck.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-duck.obj -MD -MP -MF $(DEPDIR)/synfigstudio-duck.Tpo -c -o synfigstudio-duck.obj `if test -f 'duck.cpp'; then $(CYGPATH_W) 'duck.cpp'; else $(CYGPATH_W) '$(srcdir)/duck.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-duck.Tpo $(DEPDIR)/synfigstudio-duck.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='duck.cpp' object='synfigstudio-duck.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-duck.obj `if test -f 'duck.cpp'; then $(CYGPATH_W) 'duck.cpp'; else $(CYGPATH_W) '$(srcdir)/duck.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-duck.obj `if test -f 'duck.cpp'; then $(CYGPATH_W) 'duck.cpp'; else $(CYGPATH_W) '$(srcdir)/duck.cpp'; fi`
 
 synfigstudio-adjust_window.o: adjust_window.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-adjust_window.o -MD -MP -MF $(DEPDIR)/synfigstudio-adjust_window.Tpo -c -o synfigstudio-adjust_window.o `test -f 'adjust_window.cpp' || echo '$(srcdir)/'`adjust_window.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-adjust_window.Tpo $(DEPDIR)/synfigstudio-adjust_window.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='adjust_window.cpp' object='synfigstudio-adjust_window.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-adjust_window.o -MD -MP -MF $(DEPDIR)/synfigstudio-adjust_window.Tpo -c -o synfigstudio-adjust_window.o `test -f 'adjust_window.cpp' || echo '$(srcdir)/'`adjust_window.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-adjust_window.Tpo $(DEPDIR)/synfigstudio-adjust_window.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='adjust_window.cpp' object='synfigstudio-adjust_window.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-adjust_window.o `test -f 'adjust_window.cpp' || echo '$(srcdir)/'`adjust_window.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-adjust_window.o `test -f 'adjust_window.cpp' || echo '$(srcdir)/'`adjust_window.cpp
 
 synfigstudio-adjust_window.obj: adjust_window.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-adjust_window.obj -MD -MP -MF $(DEPDIR)/synfigstudio-adjust_window.Tpo -c -o synfigstudio-adjust_window.obj `if test -f 'adjust_window.cpp'; then $(CYGPATH_W) 'adjust_window.cpp'; else $(CYGPATH_W) '$(srcdir)/adjust_window.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-adjust_window.Tpo $(DEPDIR)/synfigstudio-adjust_window.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='adjust_window.cpp' object='synfigstudio-adjust_window.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-adjust_window.obj -MD -MP -MF $(DEPDIR)/synfigstudio-adjust_window.Tpo -c -o synfigstudio-adjust_window.obj `if test -f 'adjust_window.cpp'; then $(CYGPATH_W) 'adjust_window.cpp'; else $(CYGPATH_W) '$(srcdir)/adjust_window.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-adjust_window.Tpo $(DEPDIR)/synfigstudio-adjust_window.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='adjust_window.cpp' object='synfigstudio-adjust_window.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-adjust_window.obj `if test -f 'adjust_window.cpp'; then $(CYGPATH_W) 'adjust_window.cpp'; else $(CYGPATH_W) '$(srcdir)/adjust_window.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-adjust_window.obj `if test -f 'adjust_window.cpp'; then $(CYGPATH_W) 'adjust_window.cpp'; else $(CYGPATH_W) '$(srcdir)/adjust_window.cpp'; fi`
 
 synfigstudio-app.o: app.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-app.o -MD -MP -MF $(DEPDIR)/synfigstudio-app.Tpo -c -o synfigstudio-app.o `test -f 'app.cpp' || echo '$(srcdir)/'`app.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-app.Tpo $(DEPDIR)/synfigstudio-app.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='app.cpp' object='synfigstudio-app.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-app.o -MD -MP -MF $(DEPDIR)/synfigstudio-app.Tpo -c -o synfigstudio-app.o `test -f 'app.cpp' || echo '$(srcdir)/'`app.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-app.Tpo $(DEPDIR)/synfigstudio-app.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='app.cpp' object='synfigstudio-app.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-app.o `test -f 'app.cpp' || echo '$(srcdir)/'`app.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-app.o `test -f 'app.cpp' || echo '$(srcdir)/'`app.cpp
 
 synfigstudio-app.obj: app.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-app.obj -MD -MP -MF $(DEPDIR)/synfigstudio-app.Tpo -c -o synfigstudio-app.obj `if test -f 'app.cpp'; then $(CYGPATH_W) 'app.cpp'; else $(CYGPATH_W) '$(srcdir)/app.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-app.Tpo $(DEPDIR)/synfigstudio-app.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='app.cpp' object='synfigstudio-app.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-app.obj -MD -MP -MF $(DEPDIR)/synfigstudio-app.Tpo -c -o synfigstudio-app.obj `if test -f 'app.cpp'; then $(CYGPATH_W) 'app.cpp'; else $(CYGPATH_W) '$(srcdir)/app.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-app.Tpo $(DEPDIR)/synfigstudio-app.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='app.cpp' object='synfigstudio-app.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-app.obj `if test -f 'app.cpp'; then $(CYGPATH_W) 'app.cpp'; else $(CYGPATH_W) '$(srcdir)/app.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-app.obj `if test -f 'app.cpp'; then $(CYGPATH_W) 'app.cpp'; else $(CYGPATH_W) '$(srcdir)/app.cpp'; fi`
 
 synfigstudio-asyncrenderer.o: asyncrenderer.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-asyncrenderer.o -MD -MP -MF $(DEPDIR)/synfigstudio-asyncrenderer.Tpo -c -o synfigstudio-asyncrenderer.o `test -f 'asyncrenderer.cpp' || echo '$(srcdir)/'`asyncrenderer.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-asyncrenderer.Tpo $(DEPDIR)/synfigstudio-asyncrenderer.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='asyncrenderer.cpp' object='synfigstudio-asyncrenderer.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-asyncrenderer.o -MD -MP -MF $(DEPDIR)/synfigstudio-asyncrenderer.Tpo -c -o synfigstudio-asyncrenderer.o `test -f 'asyncrenderer.cpp' || echo '$(srcdir)/'`asyncrenderer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-asyncrenderer.Tpo $(DEPDIR)/synfigstudio-asyncrenderer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='asyncrenderer.cpp' object='synfigstudio-asyncrenderer.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-asyncrenderer.o `test -f 'asyncrenderer.cpp' || echo '$(srcdir)/'`asyncrenderer.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-asyncrenderer.o `test -f 'asyncrenderer.cpp' || echo '$(srcdir)/'`asyncrenderer.cpp
 
 synfigstudio-asyncrenderer.obj: asyncrenderer.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-asyncrenderer.obj -MD -MP -MF $(DEPDIR)/synfigstudio-asyncrenderer.Tpo -c -o synfigstudio-asyncrenderer.obj `if test -f 'asyncrenderer.cpp'; then $(CYGPATH_W) 'asyncrenderer.cpp'; else $(CYGPATH_W) '$(srcdir)/asyncrenderer.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-asyncrenderer.Tpo $(DEPDIR)/synfigstudio-asyncrenderer.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='asyncrenderer.cpp' object='synfigstudio-asyncrenderer.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-asyncrenderer.obj -MD -MP -MF $(DEPDIR)/synfigstudio-asyncrenderer.Tpo -c -o synfigstudio-asyncrenderer.obj `if test -f 'asyncrenderer.cpp'; then $(CYGPATH_W) 'asyncrenderer.cpp'; else $(CYGPATH_W) '$(srcdir)/asyncrenderer.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-asyncrenderer.Tpo $(DEPDIR)/synfigstudio-asyncrenderer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='asyncrenderer.cpp' object='synfigstudio-asyncrenderer.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-asyncrenderer.obj `if test -f 'asyncrenderer.cpp'; then $(CYGPATH_W) 'asyncrenderer.cpp'; else $(CYGPATH_W) '$(srcdir)/asyncrenderer.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-asyncrenderer.obj `if test -f 'asyncrenderer.cpp'; then $(CYGPATH_W) 'asyncrenderer.cpp'; else $(CYGPATH_W) '$(srcdir)/asyncrenderer.cpp'; fi`
 
 synfigstudio-audiocontainer.o: audiocontainer.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-audiocontainer.o -MD -MP -MF $(DEPDIR)/synfigstudio-audiocontainer.Tpo -c -o synfigstudio-audiocontainer.o `test -f 'audiocontainer.cpp' || echo '$(srcdir)/'`audiocontainer.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-audiocontainer.Tpo $(DEPDIR)/synfigstudio-audiocontainer.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='audiocontainer.cpp' object='synfigstudio-audiocontainer.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-audiocontainer.o -MD -MP -MF $(DEPDIR)/synfigstudio-audiocontainer.Tpo -c -o synfigstudio-audiocontainer.o `test -f 'audiocontainer.cpp' || echo '$(srcdir)/'`audiocontainer.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-audiocontainer.Tpo $(DEPDIR)/synfigstudio-audiocontainer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocontainer.cpp' object='synfigstudio-audiocontainer.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-audiocontainer.o `test -f 'audiocontainer.cpp' || echo '$(srcdir)/'`audiocontainer.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-audiocontainer.o `test -f 'audiocontainer.cpp' || echo '$(srcdir)/'`audiocontainer.cpp
 
 synfigstudio-audiocontainer.obj: audiocontainer.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-audiocontainer.obj -MD -MP -MF $(DEPDIR)/synfigstudio-audiocontainer.Tpo -c -o synfigstudio-audiocontainer.obj `if test -f 'audiocontainer.cpp'; then $(CYGPATH_W) 'audiocontainer.cpp'; else $(CYGPATH_W) '$(srcdir)/audiocontainer.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-audiocontainer.Tpo $(DEPDIR)/synfigstudio-audiocontainer.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='audiocontainer.cpp' object='synfigstudio-audiocontainer.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-audiocontainer.obj -MD -MP -MF $(DEPDIR)/synfigstudio-audiocontainer.Tpo -c -o synfigstudio-audiocontainer.obj `if test -f 'audiocontainer.cpp'; then $(CYGPATH_W) 'audiocontainer.cpp'; else $(CYGPATH_W) '$(srcdir)/audiocontainer.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-audiocontainer.Tpo $(DEPDIR)/synfigstudio-audiocontainer.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='audiocontainer.cpp' object='synfigstudio-audiocontainer.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-audiocontainer.obj `if test -f 'audiocontainer.cpp'; then $(CYGPATH_W) 'audiocontainer.cpp'; else $(CYGPATH_W) '$(srcdir)/audiocontainer.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-audiocontainer.obj `if test -f 'audiocontainer.cpp'; then $(CYGPATH_W) 'audiocontainer.cpp'; else $(CYGPATH_W) '$(srcdir)/audiocontainer.cpp'; fi`
 
 synfigstudio-autorecover.o: autorecover.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-autorecover.o -MD -MP -MF $(DEPDIR)/synfigstudio-autorecover.Tpo -c -o synfigstudio-autorecover.o `test -f 'autorecover.cpp' || echo '$(srcdir)/'`autorecover.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-autorecover.Tpo $(DEPDIR)/synfigstudio-autorecover.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='autorecover.cpp' object='synfigstudio-autorecover.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-autorecover.o -MD -MP -MF $(DEPDIR)/synfigstudio-autorecover.Tpo -c -o synfigstudio-autorecover.o `test -f 'autorecover.cpp' || echo '$(srcdir)/'`autorecover.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-autorecover.Tpo $(DEPDIR)/synfigstudio-autorecover.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='autorecover.cpp' object='synfigstudio-autorecover.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-autorecover.o `test -f 'autorecover.cpp' || echo '$(srcdir)/'`autorecover.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-autorecover.o `test -f 'autorecover.cpp' || echo '$(srcdir)/'`autorecover.cpp
 
 synfigstudio-autorecover.obj: autorecover.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-autorecover.obj -MD -MP -MF $(DEPDIR)/synfigstudio-autorecover.Tpo -c -o synfigstudio-autorecover.obj `if test -f 'autorecover.cpp'; then $(CYGPATH_W) 'autorecover.cpp'; else $(CYGPATH_W) '$(srcdir)/autorecover.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-autorecover.Tpo $(DEPDIR)/synfigstudio-autorecover.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='autorecover.cpp' object='synfigstudio-autorecover.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-autorecover.obj -MD -MP -MF $(DEPDIR)/synfigstudio-autorecover.Tpo -c -o synfigstudio-autorecover.obj `if test -f 'autorecover.cpp'; then $(CYGPATH_W) 'autorecover.cpp'; else $(CYGPATH_W) '$(srcdir)/autorecover.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-autorecover.Tpo $(DEPDIR)/synfigstudio-autorecover.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='autorecover.cpp' object='synfigstudio-autorecover.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-autorecover.obj `if test -f 'autorecover.cpp'; then $(CYGPATH_W) 'autorecover.cpp'; else $(CYGPATH_W) '$(srcdir)/autorecover.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-autorecover.obj `if test -f 'autorecover.cpp'; then $(CYGPATH_W) 'autorecover.cpp'; else $(CYGPATH_W) '$(srcdir)/autorecover.cpp'; fi`
 
 synfigstudio-canvasview.o: canvasview.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasview.o -MD -MP -MF $(DEPDIR)/synfigstudio-canvasview.Tpo -c -o synfigstudio-canvasview.o `test -f 'canvasview.cpp' || echo '$(srcdir)/'`canvasview.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-canvasview.Tpo $(DEPDIR)/synfigstudio-canvasview.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='canvasview.cpp' object='synfigstudio-canvasview.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasview.o -MD -MP -MF $(DEPDIR)/synfigstudio-canvasview.Tpo -c -o synfigstudio-canvasview.o `test -f 'canvasview.cpp' || echo '$(srcdir)/'`canvasview.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-canvasview.Tpo $(DEPDIR)/synfigstudio-canvasview.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='canvasview.cpp' object='synfigstudio-canvasview.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasview.o `test -f 'canvasview.cpp' || echo '$(srcdir)/'`canvasview.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasview.o `test -f 'canvasview.cpp' || echo '$(srcdir)/'`canvasview.cpp
 
 synfigstudio-canvasview.obj: canvasview.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasview.obj -MD -MP -MF $(DEPDIR)/synfigstudio-canvasview.Tpo -c -o synfigstudio-canvasview.obj `if test -f 'canvasview.cpp'; then $(CYGPATH_W) 'canvasview.cpp'; else $(CYGPATH_W) '$(srcdir)/canvasview.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-canvasview.Tpo $(DEPDIR)/synfigstudio-canvasview.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='canvasview.cpp' object='synfigstudio-canvasview.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-canvasview.obj -MD -MP -MF $(DEPDIR)/synfigstudio-canvasview.Tpo -c -o synfigstudio-canvasview.obj `if test -f 'canvasview.cpp'; then $(CYGPATH_W) 'canvasview.cpp'; else $(CYGPATH_W) '$(srcdir)/canvasview.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-canvasview.Tpo $(DEPDIR)/synfigstudio-canvasview.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='canvasview.cpp' object='synfigstudio-canvasview.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasview.obj `if test -f 'canvasview.cpp'; then $(CYGPATH_W) 'canvasview.cpp'; else $(CYGPATH_W) '$(srcdir)/canvasview.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-canvasview.obj `if test -f 'canvasview.cpp'; then $(CYGPATH_W) 'canvasview.cpp'; else $(CYGPATH_W) '$(srcdir)/canvasview.cpp'; fi`
 
 synfigstudio-devicetracker.o: devicetracker.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-devicetracker.o -MD -MP -MF $(DEPDIR)/synfigstudio-devicetracker.Tpo -c -o synfigstudio-devicetracker.o `test -f 'devicetracker.cpp' || echo '$(srcdir)/'`devicetracker.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-devicetracker.Tpo $(DEPDIR)/synfigstudio-devicetracker.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='devicetracker.cpp' object='synfigstudio-devicetracker.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-devicetracker.o -MD -MP -MF $(DEPDIR)/synfigstudio-devicetracker.Tpo -c -o synfigstudio-devicetracker.o `test -f 'devicetracker.cpp' || echo '$(srcdir)/'`devicetracker.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-devicetracker.Tpo $(DEPDIR)/synfigstudio-devicetracker.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='devicetracker.cpp' object='synfigstudio-devicetracker.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-devicetracker.o `test -f 'devicetracker.cpp' || echo '$(srcdir)/'`devicetracker.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-devicetracker.o `test -f 'devicetracker.cpp' || echo '$(srcdir)/'`devicetracker.cpp
 
 synfigstudio-devicetracker.obj: devicetracker.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-devicetracker.obj -MD -MP -MF $(DEPDIR)/synfigstudio-devicetracker.Tpo -c -o synfigstudio-devicetracker.obj `if test -f 'devicetracker.cpp'; then $(CYGPATH_W) 'devicetracker.cpp'; else $(CYGPATH_W) '$(srcdir)/devicetracker.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-devicetracker.Tpo $(DEPDIR)/synfigstudio-devicetracker.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='devicetracker.cpp' object='synfigstudio-devicetracker.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-devicetracker.obj -MD -MP -MF $(DEPDIR)/synfigstudio-devicetracker.Tpo -c -o synfigstudio-devicetracker.obj `if test -f 'devicetracker.cpp'; then $(CYGPATH_W) 'devicetracker.cpp'; else $(CYGPATH_W) '$(srcdir)/devicetracker.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-devicetracker.Tpo $(DEPDIR)/synfigstudio-devicetracker.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='devicetracker.cpp' object='synfigstudio-devicetracker.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-devicetracker.obj `if test -f 'devicetracker.cpp'; then $(CYGPATH_W) 'devicetracker.cpp'; else $(CYGPATH_W) '$(srcdir)/devicetracker.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-devicetracker.obj `if test -f 'devicetracker.cpp'; then $(CYGPATH_W) 'devicetracker.cpp'; else $(CYGPATH_W) '$(srcdir)/devicetracker.cpp'; fi`
 
 synfigstudio-dialogsettings.o: dialogsettings.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialogsettings.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialogsettings.Tpo -c -o synfigstudio-dialogsettings.o `test -f 'dialogsettings.cpp' || echo '$(srcdir)/'`dialogsettings.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialogsettings.Tpo $(DEPDIR)/synfigstudio-dialogsettings.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogsettings.cpp' object='synfigstudio-dialogsettings.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialogsettings.o -MD -MP -MF $(DEPDIR)/synfigstudio-dialogsettings.Tpo -c -o synfigstudio-dialogsettings.o `test -f 'dialogsettings.cpp' || echo '$(srcdir)/'`dialogsettings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialogsettings.Tpo $(DEPDIR)/synfigstudio-dialogsettings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogsettings.cpp' object='synfigstudio-dialogsettings.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialogsettings.o `test -f 'dialogsettings.cpp' || echo '$(srcdir)/'`dialogsettings.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialogsettings.o `test -f 'dialogsettings.cpp' || echo '$(srcdir)/'`dialogsettings.cpp
 
 synfigstudio-dialogsettings.obj: dialogsettings.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialogsettings.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialogsettings.Tpo -c -o synfigstudio-dialogsettings.obj `if test -f 'dialogsettings.cpp'; then $(CYGPATH_W) 'dialogsettings.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogsettings.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-dialogsettings.Tpo $(DEPDIR)/synfigstudio-dialogsettings.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='dialogsettings.cpp' object='synfigstudio-dialogsettings.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-dialogsettings.obj -MD -MP -MF $(DEPDIR)/synfigstudio-dialogsettings.Tpo -c -o synfigstudio-dialogsettings.obj `if test -f 'dialogsettings.cpp'; then $(CYGPATH_W) 'dialogsettings.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogsettings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-dialogsettings.Tpo $(DEPDIR)/synfigstudio-dialogsettings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='dialogsettings.cpp' object='synfigstudio-dialogsettings.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialogsettings.obj `if test -f 'dialogsettings.cpp'; then $(CYGPATH_W) 'dialogsettings.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogsettings.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-dialogsettings.obj `if test -f 'dialogsettings.cpp'; then $(CYGPATH_W) 'dialogsettings.cpp'; else $(CYGPATH_W) '$(srcdir)/dialogsettings.cpp'; fi`
 
 synfigstudio-duckmatic.o: duckmatic.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-duckmatic.o -MD -MP -MF $(DEPDIR)/synfigstudio-duckmatic.Tpo -c -o synfigstudio-duckmatic.o `test -f 'duckmatic.cpp' || echo '$(srcdir)/'`duckmatic.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-duckmatic.Tpo $(DEPDIR)/synfigstudio-duckmatic.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='duckmatic.cpp' object='synfigstudio-duckmatic.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-duckmatic.o -MD -MP -MF $(DEPDIR)/synfigstudio-duckmatic.Tpo -c -o synfigstudio-duckmatic.o `test -f 'duckmatic.cpp' || echo '$(srcdir)/'`duckmatic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-duckmatic.Tpo $(DEPDIR)/synfigstudio-duckmatic.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='duckmatic.cpp' object='synfigstudio-duckmatic.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-duckmatic.o `test -f 'duckmatic.cpp' || echo '$(srcdir)/'`duckmatic.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-duckmatic.o `test -f 'duckmatic.cpp' || echo '$(srcdir)/'`duckmatic.cpp
 
 synfigstudio-duckmatic.obj: duckmatic.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-duckmatic.obj -MD -MP -MF $(DEPDIR)/synfigstudio-duckmatic.Tpo -c -o synfigstudio-duckmatic.obj `if test -f 'duckmatic.cpp'; then $(CYGPATH_W) 'duckmatic.cpp'; else $(CYGPATH_W) '$(srcdir)/duckmatic.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-duckmatic.Tpo $(DEPDIR)/synfigstudio-duckmatic.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='duckmatic.cpp' object='synfigstudio-duckmatic.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-duckmatic.obj -MD -MP -MF $(DEPDIR)/synfigstudio-duckmatic.Tpo -c -o synfigstudio-duckmatic.obj `if test -f 'duckmatic.cpp'; then $(CYGPATH_W) 'duckmatic.cpp'; else $(CYGPATH_W) '$(srcdir)/duckmatic.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-duckmatic.Tpo $(DEPDIR)/synfigstudio-duckmatic.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='duckmatic.cpp' object='synfigstudio-duckmatic.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-duckmatic.obj `if test -f 'duckmatic.cpp'; then $(CYGPATH_W) 'duckmatic.cpp'; else $(CYGPATH_W) '$(srcdir)/duckmatic.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-duckmatic.obj `if test -f 'duckmatic.cpp'; then $(CYGPATH_W) 'duckmatic.cpp'; else $(CYGPATH_W) '$(srcdir)/duckmatic.cpp'; fi`
 
 synfigstudio-iconcontroller.o: iconcontroller.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-iconcontroller.o -MD -MP -MF $(DEPDIR)/synfigstudio-iconcontroller.Tpo -c -o synfigstudio-iconcontroller.o `test -f 'iconcontroller.cpp' || echo '$(srcdir)/'`iconcontroller.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-iconcontroller.Tpo $(DEPDIR)/synfigstudio-iconcontroller.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='iconcontroller.cpp' object='synfigstudio-iconcontroller.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-iconcontroller.o -MD -MP -MF $(DEPDIR)/synfigstudio-iconcontroller.Tpo -c -o synfigstudio-iconcontroller.o `test -f 'iconcontroller.cpp' || echo '$(srcdir)/'`iconcontroller.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-iconcontroller.Tpo $(DEPDIR)/synfigstudio-iconcontroller.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='iconcontroller.cpp' object='synfigstudio-iconcontroller.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-iconcontroller.o `test -f 'iconcontroller.cpp' || echo '$(srcdir)/'`iconcontroller.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-iconcontroller.o `test -f 'iconcontroller.cpp' || echo '$(srcdir)/'`iconcontroller.cpp
 
 synfigstudio-iconcontroller.obj: iconcontroller.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-iconcontroller.obj -MD -MP -MF $(DEPDIR)/synfigstudio-iconcontroller.Tpo -c -o synfigstudio-iconcontroller.obj `if test -f 'iconcontroller.cpp'; then $(CYGPATH_W) 'iconcontroller.cpp'; else $(CYGPATH_W) '$(srcdir)/iconcontroller.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-iconcontroller.Tpo $(DEPDIR)/synfigstudio-iconcontroller.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='iconcontroller.cpp' object='synfigstudio-iconcontroller.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-iconcontroller.obj -MD -MP -MF $(DEPDIR)/synfigstudio-iconcontroller.Tpo -c -o synfigstudio-iconcontroller.obj `if test -f 'iconcontroller.cpp'; then $(CYGPATH_W) 'iconcontroller.cpp'; else $(CYGPATH_W) '$(srcdir)/iconcontroller.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-iconcontroller.Tpo $(DEPDIR)/synfigstudio-iconcontroller.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='iconcontroller.cpp' object='synfigstudio-iconcontroller.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-iconcontroller.obj `if test -f 'iconcontroller.cpp'; then $(CYGPATH_W) 'iconcontroller.cpp'; else $(CYGPATH_W) '$(srcdir)/iconcontroller.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-iconcontroller.obj `if test -f 'iconcontroller.cpp'; then $(CYGPATH_W) 'iconcontroller.cpp'; else $(CYGPATH_W) '$(srcdir)/iconcontroller.cpp'; fi`
 
 synfigstudio-instance.o: instance.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-instance.o -MD -MP -MF $(DEPDIR)/synfigstudio-instance.Tpo -c -o synfigstudio-instance.o `test -f 'instance.cpp' || echo '$(srcdir)/'`instance.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-instance.Tpo $(DEPDIR)/synfigstudio-instance.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='instance.cpp' object='synfigstudio-instance.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-instance.o -MD -MP -MF $(DEPDIR)/synfigstudio-instance.Tpo -c -o synfigstudio-instance.o `test -f 'instance.cpp' || echo '$(srcdir)/'`instance.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-instance.Tpo $(DEPDIR)/synfigstudio-instance.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='instance.cpp' object='synfigstudio-instance.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-instance.o `test -f 'instance.cpp' || echo '$(srcdir)/'`instance.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-instance.o `test -f 'instance.cpp' || echo '$(srcdir)/'`instance.cpp
 
 synfigstudio-instance.obj: instance.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-instance.obj -MD -MP -MF $(DEPDIR)/synfigstudio-instance.Tpo -c -o synfigstudio-instance.obj `if test -f 'instance.cpp'; then $(CYGPATH_W) 'instance.cpp'; else $(CYGPATH_W) '$(srcdir)/instance.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-instance.Tpo $(DEPDIR)/synfigstudio-instance.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='instance.cpp' object='synfigstudio-instance.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-instance.obj -MD -MP -MF $(DEPDIR)/synfigstudio-instance.Tpo -c -o synfigstudio-instance.obj `if test -f 'instance.cpp'; then $(CYGPATH_W) 'instance.cpp'; else $(CYGPATH_W) '$(srcdir)/instance.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-instance.Tpo $(DEPDIR)/synfigstudio-instance.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='instance.cpp' object='synfigstudio-instance.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-instance.obj `if test -f 'instance.cpp'; then $(CYGPATH_W) 'instance.cpp'; else $(CYGPATH_W) '$(srcdir)/instance.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-instance.obj `if test -f 'instance.cpp'; then $(CYGPATH_W) 'instance.cpp'; else $(CYGPATH_W) '$(srcdir)/instance.cpp'; fi`
 
 synfigstudio-ipc.o: ipc.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-ipc.o -MD -MP -MF $(DEPDIR)/synfigstudio-ipc.Tpo -c -o synfigstudio-ipc.o `test -f 'ipc.cpp' || echo '$(srcdir)/'`ipc.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-ipc.Tpo $(DEPDIR)/synfigstudio-ipc.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='ipc.cpp' object='synfigstudio-ipc.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-ipc.o -MD -MP -MF $(DEPDIR)/synfigstudio-ipc.Tpo -c -o synfigstudio-ipc.o `test -f 'ipc.cpp' || echo '$(srcdir)/'`ipc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-ipc.Tpo $(DEPDIR)/synfigstudio-ipc.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ipc.cpp' object='synfigstudio-ipc.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-ipc.o `test -f 'ipc.cpp' || echo '$(srcdir)/'`ipc.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-ipc.o `test -f 'ipc.cpp' || echo '$(srcdir)/'`ipc.cpp
 
 synfigstudio-ipc.obj: ipc.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-ipc.obj -MD -MP -MF $(DEPDIR)/synfigstudio-ipc.Tpo -c -o synfigstudio-ipc.obj `if test -f 'ipc.cpp'; then $(CYGPATH_W) 'ipc.cpp'; else $(CYGPATH_W) '$(srcdir)/ipc.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-ipc.Tpo $(DEPDIR)/synfigstudio-ipc.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='ipc.cpp' object='synfigstudio-ipc.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-ipc.obj -MD -MP -MF $(DEPDIR)/synfigstudio-ipc.Tpo -c -o synfigstudio-ipc.obj `if test -f 'ipc.cpp'; then $(CYGPATH_W) 'ipc.cpp'; else $(CYGPATH_W) '$(srcdir)/ipc.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-ipc.Tpo $(DEPDIR)/synfigstudio-ipc.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='ipc.cpp' object='synfigstudio-ipc.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-ipc.obj `if test -f 'ipc.cpp'; then $(CYGPATH_W) 'ipc.cpp'; else $(CYGPATH_W) '$(srcdir)/ipc.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-ipc.obj `if test -f 'ipc.cpp'; then $(CYGPATH_W) 'ipc.cpp'; else $(CYGPATH_W) '$(srcdir)/ipc.cpp'; fi`
 
 synfigstudio-keymapsettings.o: keymapsettings.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keymapsettings.o -MD -MP -MF $(DEPDIR)/synfigstudio-keymapsettings.Tpo -c -o synfigstudio-keymapsettings.o `test -f 'keymapsettings.cpp' || echo '$(srcdir)/'`keymapsettings.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keymapsettings.Tpo $(DEPDIR)/synfigstudio-keymapsettings.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='keymapsettings.cpp' object='synfigstudio-keymapsettings.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keymapsettings.o -MD -MP -MF $(DEPDIR)/synfigstudio-keymapsettings.Tpo -c -o synfigstudio-keymapsettings.o `test -f 'keymapsettings.cpp' || echo '$(srcdir)/'`keymapsettings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keymapsettings.Tpo $(DEPDIR)/synfigstudio-keymapsettings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='keymapsettings.cpp' object='synfigstudio-keymapsettings.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keymapsettings.o `test -f 'keymapsettings.cpp' || echo '$(srcdir)/'`keymapsettings.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keymapsettings.o `test -f 'keymapsettings.cpp' || echo '$(srcdir)/'`keymapsettings.cpp
 
 synfigstudio-keymapsettings.obj: keymapsettings.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keymapsettings.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keymapsettings.Tpo -c -o synfigstudio-keymapsettings.obj `if test -f 'keymapsettings.cpp'; then $(CYGPATH_W) 'keymapsettings.cpp'; else $(CYGPATH_W) '$(srcdir)/keymapsettings.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-keymapsettings.Tpo $(DEPDIR)/synfigstudio-keymapsettings.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='keymapsettings.cpp' object='synfigstudio-keymapsettings.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-keymapsettings.obj -MD -MP -MF $(DEPDIR)/synfigstudio-keymapsettings.Tpo -c -o synfigstudio-keymapsettings.obj `if test -f 'keymapsettings.cpp'; then $(CYGPATH_W) 'keymapsettings.cpp'; else $(CYGPATH_W) '$(srcdir)/keymapsettings.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-keymapsettings.Tpo $(DEPDIR)/synfigstudio-keymapsettings.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='keymapsettings.cpp' object='synfigstudio-keymapsettings.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keymapsettings.obj `if test -f 'keymapsettings.cpp'; then $(CYGPATH_W) 'keymapsettings.cpp'; else $(CYGPATH_W) '$(srcdir)/keymapsettings.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-keymapsettings.obj `if test -f 'keymapsettings.cpp'; then $(CYGPATH_W) 'keymapsettings.cpp'; else $(CYGPATH_W) '$(srcdir)/keymapsettings.cpp'; fi`
 
 synfigstudio-onemoment.o: onemoment.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-onemoment.o -MD -MP -MF $(DEPDIR)/synfigstudio-onemoment.Tpo -c -o synfigstudio-onemoment.o `test -f 'onemoment.cpp' || echo '$(srcdir)/'`onemoment.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-onemoment.Tpo $(DEPDIR)/synfigstudio-onemoment.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='onemoment.cpp' object='synfigstudio-onemoment.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-onemoment.o -MD -MP -MF $(DEPDIR)/synfigstudio-onemoment.Tpo -c -o synfigstudio-onemoment.o `test -f 'onemoment.cpp' || echo '$(srcdir)/'`onemoment.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-onemoment.Tpo $(DEPDIR)/synfigstudio-onemoment.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='onemoment.cpp' object='synfigstudio-onemoment.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-onemoment.o `test -f 'onemoment.cpp' || echo '$(srcdir)/'`onemoment.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-onemoment.o `test -f 'onemoment.cpp' || echo '$(srcdir)/'`onemoment.cpp
 
 synfigstudio-onemoment.obj: onemoment.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-onemoment.obj -MD -MP -MF $(DEPDIR)/synfigstudio-onemoment.Tpo -c -o synfigstudio-onemoment.obj `if test -f 'onemoment.cpp'; then $(CYGPATH_W) 'onemoment.cpp'; else $(CYGPATH_W) '$(srcdir)/onemoment.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-onemoment.Tpo $(DEPDIR)/synfigstudio-onemoment.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='onemoment.cpp' object='synfigstudio-onemoment.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-onemoment.obj -MD -MP -MF $(DEPDIR)/synfigstudio-onemoment.Tpo -c -o synfigstudio-onemoment.obj `if test -f 'onemoment.cpp'; then $(CYGPATH_W) 'onemoment.cpp'; else $(CYGPATH_W) '$(srcdir)/onemoment.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-onemoment.Tpo $(DEPDIR)/synfigstudio-onemoment.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='onemoment.cpp' object='synfigstudio-onemoment.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-onemoment.obj `if test -f 'onemoment.cpp'; then $(CYGPATH_W) 'onemoment.cpp'; else $(CYGPATH_W) '$(srcdir)/onemoment.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-onemoment.obj `if test -f 'onemoment.cpp'; then $(CYGPATH_W) 'onemoment.cpp'; else $(CYGPATH_W) '$(srcdir)/onemoment.cpp'; fi`
 
 synfigstudio-preview.o: preview.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-preview.o -MD -MP -MF $(DEPDIR)/synfigstudio-preview.Tpo -c -o synfigstudio-preview.o `test -f 'preview.cpp' || echo '$(srcdir)/'`preview.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-preview.Tpo $(DEPDIR)/synfigstudio-preview.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='preview.cpp' object='synfigstudio-preview.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-preview.o -MD -MP -MF $(DEPDIR)/synfigstudio-preview.Tpo -c -o synfigstudio-preview.o `test -f 'preview.cpp' || echo '$(srcdir)/'`preview.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-preview.Tpo $(DEPDIR)/synfigstudio-preview.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='preview.cpp' object='synfigstudio-preview.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-preview.o `test -f 'preview.cpp' || echo '$(srcdir)/'`preview.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-preview.o `test -f 'preview.cpp' || echo '$(srcdir)/'`preview.cpp
 
 synfigstudio-preview.obj: preview.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-preview.obj -MD -MP -MF $(DEPDIR)/synfigstudio-preview.Tpo -c -o synfigstudio-preview.obj `if test -f 'preview.cpp'; then $(CYGPATH_W) 'preview.cpp'; else $(CYGPATH_W) '$(srcdir)/preview.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-preview.Tpo $(DEPDIR)/synfigstudio-preview.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='preview.cpp' object='synfigstudio-preview.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-preview.obj -MD -MP -MF $(DEPDIR)/synfigstudio-preview.Tpo -c -o synfigstudio-preview.obj `if test -f 'preview.cpp'; then $(CYGPATH_W) 'preview.cpp'; else $(CYGPATH_W) '$(srcdir)/preview.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-preview.Tpo $(DEPDIR)/synfigstudio-preview.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='preview.cpp' object='synfigstudio-preview.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-preview.obj `if test -f 'preview.cpp'; then $(CYGPATH_W) 'preview.cpp'; else $(CYGPATH_W) '$(srcdir)/preview.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-preview.obj `if test -f 'preview.cpp'; then $(CYGPATH_W) 'preview.cpp'; else $(CYGPATH_W) '$(srcdir)/preview.cpp'; fi`
 
 synfigstudio-renddesc.o: renddesc.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renddesc.o -MD -MP -MF $(DEPDIR)/synfigstudio-renddesc.Tpo -c -o synfigstudio-renddesc.o `test -f 'renddesc.cpp' || echo '$(srcdir)/'`renddesc.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renddesc.Tpo $(DEPDIR)/synfigstudio-renddesc.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='renddesc.cpp' object='synfigstudio-renddesc.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renddesc.o -MD -MP -MF $(DEPDIR)/synfigstudio-renddesc.Tpo -c -o synfigstudio-renddesc.o `test -f 'renddesc.cpp' || echo '$(srcdir)/'`renddesc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renddesc.Tpo $(DEPDIR)/synfigstudio-renddesc.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='renddesc.cpp' object='synfigstudio-renddesc.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renddesc.o `test -f 'renddesc.cpp' || echo '$(srcdir)/'`renddesc.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renddesc.o `test -f 'renddesc.cpp' || echo '$(srcdir)/'`renddesc.cpp
 
 synfigstudio-renddesc.obj: renddesc.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renddesc.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renddesc.Tpo -c -o synfigstudio-renddesc.obj `if test -f 'renddesc.cpp'; then $(CYGPATH_W) 'renddesc.cpp'; else $(CYGPATH_W) '$(srcdir)/renddesc.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-renddesc.Tpo $(DEPDIR)/synfigstudio-renddesc.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='renddesc.cpp' object='synfigstudio-renddesc.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-renddesc.obj -MD -MP -MF $(DEPDIR)/synfigstudio-renddesc.Tpo -c -o synfigstudio-renddesc.obj `if test -f 'renddesc.cpp'; then $(CYGPATH_W) 'renddesc.cpp'; else $(CYGPATH_W) '$(srcdir)/renddesc.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-renddesc.Tpo $(DEPDIR)/synfigstudio-renddesc.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='renddesc.cpp' object='synfigstudio-renddesc.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renddesc.obj `if test -f 'renddesc.cpp'; then $(CYGPATH_W) 'renddesc.cpp'; else $(CYGPATH_W) '$(srcdir)/renddesc.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-renddesc.obj `if test -f 'renddesc.cpp'; then $(CYGPATH_W) 'renddesc.cpp'; else $(CYGPATH_W) '$(srcdir)/renddesc.cpp'; fi`
 
 synfigstudio-render.o: render.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-render.o -MD -MP -MF $(DEPDIR)/synfigstudio-render.Tpo -c -o synfigstudio-render.o `test -f 'render.cpp' || echo '$(srcdir)/'`render.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-render.Tpo $(DEPDIR)/synfigstudio-render.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='render.cpp' object='synfigstudio-render.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-render.o -MD -MP -MF $(DEPDIR)/synfigstudio-render.Tpo -c -o synfigstudio-render.o `test -f 'render.cpp' || echo '$(srcdir)/'`render.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-render.Tpo $(DEPDIR)/synfigstudio-render.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='render.cpp' object='synfigstudio-render.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-render.o `test -f 'render.cpp' || echo '$(srcdir)/'`render.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-render.o `test -f 'render.cpp' || echo '$(srcdir)/'`render.cpp
 
 synfigstudio-render.obj: render.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-render.obj -MD -MP -MF $(DEPDIR)/synfigstudio-render.Tpo -c -o synfigstudio-render.obj `if test -f 'render.cpp'; then $(CYGPATH_W) 'render.cpp'; else $(CYGPATH_W) '$(srcdir)/render.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-render.Tpo $(DEPDIR)/synfigstudio-render.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='render.cpp' object='synfigstudio-render.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-render.obj -MD -MP -MF $(DEPDIR)/synfigstudio-render.Tpo -c -o synfigstudio-render.obj `if test -f 'render.cpp'; then $(CYGPATH_W) 'render.cpp'; else $(CYGPATH_W) '$(srcdir)/render.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-render.Tpo $(DEPDIR)/synfigstudio-render.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='render.cpp' object='synfigstudio-render.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-render.obj `if test -f 'render.cpp'; then $(CYGPATH_W) 'render.cpp'; else $(CYGPATH_W) '$(srcdir)/render.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-render.obj `if test -f 'render.cpp'; then $(CYGPATH_W) 'render.cpp'; else $(CYGPATH_W) '$(srcdir)/render.cpp'; fi`
 
 synfigstudio-splash.o: splash.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-splash.o -MD -MP -MF $(DEPDIR)/synfigstudio-splash.Tpo -c -o synfigstudio-splash.o `test -f 'splash.cpp' || echo '$(srcdir)/'`splash.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-splash.Tpo $(DEPDIR)/synfigstudio-splash.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='splash.cpp' object='synfigstudio-splash.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-splash.o -MD -MP -MF $(DEPDIR)/synfigstudio-splash.Tpo -c -o synfigstudio-splash.o `test -f 'splash.cpp' || echo '$(srcdir)/'`splash.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-splash.Tpo $(DEPDIR)/synfigstudio-splash.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='splash.cpp' object='synfigstudio-splash.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-splash.o `test -f 'splash.cpp' || echo '$(srcdir)/'`splash.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-splash.o `test -f 'splash.cpp' || echo '$(srcdir)/'`splash.cpp
 
 synfigstudio-splash.obj: splash.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-splash.obj -MD -MP -MF $(DEPDIR)/synfigstudio-splash.Tpo -c -o synfigstudio-splash.obj `if test -f 'splash.cpp'; then $(CYGPATH_W) 'splash.cpp'; else $(CYGPATH_W) '$(srcdir)/splash.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-splash.Tpo $(DEPDIR)/synfigstudio-splash.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='splash.cpp' object='synfigstudio-splash.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-splash.obj -MD -MP -MF $(DEPDIR)/synfigstudio-splash.Tpo -c -o synfigstudio-splash.obj `if test -f 'splash.cpp'; then $(CYGPATH_W) 'splash.cpp'; else $(CYGPATH_W) '$(srcdir)/splash.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-splash.Tpo $(DEPDIR)/synfigstudio-splash.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='splash.cpp' object='synfigstudio-splash.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-splash.obj `if test -f 'splash.cpp'; then $(CYGPATH_W) 'splash.cpp'; else $(CYGPATH_W) '$(srcdir)/splash.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-splash.obj `if test -f 'splash.cpp'; then $(CYGPATH_W) 'splash.cpp'; else $(CYGPATH_W) '$(srcdir)/splash.cpp'; fi`
 
 synfigstudio-statemanager.o: statemanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-statemanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-statemanager.Tpo -c -o synfigstudio-statemanager.o `test -f 'statemanager.cpp' || echo '$(srcdir)/'`statemanager.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-statemanager.Tpo $(DEPDIR)/synfigstudio-statemanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='statemanager.cpp' object='synfigstudio-statemanager.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-statemanager.o -MD -MP -MF $(DEPDIR)/synfigstudio-statemanager.Tpo -c -o synfigstudio-statemanager.o `test -f 'statemanager.cpp' || echo '$(srcdir)/'`statemanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-statemanager.Tpo $(DEPDIR)/synfigstudio-statemanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='statemanager.cpp' object='synfigstudio-statemanager.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-statemanager.o `test -f 'statemanager.cpp' || echo '$(srcdir)/'`statemanager.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-statemanager.o `test -f 'statemanager.cpp' || echo '$(srcdir)/'`statemanager.cpp
 
 synfigstudio-statemanager.obj: statemanager.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-statemanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-statemanager.Tpo -c -o synfigstudio-statemanager.obj `if test -f 'statemanager.cpp'; then $(CYGPATH_W) 'statemanager.cpp'; else $(CYGPATH_W) '$(srcdir)/statemanager.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-statemanager.Tpo $(DEPDIR)/synfigstudio-statemanager.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='statemanager.cpp' object='synfigstudio-statemanager.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-statemanager.obj -MD -MP -MF $(DEPDIR)/synfigstudio-statemanager.Tpo -c -o synfigstudio-statemanager.obj `if test -f 'statemanager.cpp'; then $(CYGPATH_W) 'statemanager.cpp'; else $(CYGPATH_W) '$(srcdir)/statemanager.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-statemanager.Tpo $(DEPDIR)/synfigstudio-statemanager.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='statemanager.cpp' object='synfigstudio-statemanager.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-statemanager.obj `if test -f 'statemanager.cpp'; then $(CYGPATH_W) 'statemanager.cpp'; else $(CYGPATH_W) '$(srcdir)/statemanager.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-statemanager.obj `if test -f 'statemanager.cpp'; then $(CYGPATH_W) 'statemanager.cpp'; else $(CYGPATH_W) '$(srcdir)/statemanager.cpp'; fi`
 
 synfigstudio-toolbox.o: toolbox.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-toolbox.o -MD -MP -MF $(DEPDIR)/synfigstudio-toolbox.Tpo -c -o synfigstudio-toolbox.o `test -f 'toolbox.cpp' || echo '$(srcdir)/'`toolbox.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-toolbox.Tpo $(DEPDIR)/synfigstudio-toolbox.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='toolbox.cpp' object='synfigstudio-toolbox.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-toolbox.o -MD -MP -MF $(DEPDIR)/synfigstudio-toolbox.Tpo -c -o synfigstudio-toolbox.o `test -f 'toolbox.cpp' || echo '$(srcdir)/'`toolbox.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-toolbox.Tpo $(DEPDIR)/synfigstudio-toolbox.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='toolbox.cpp' object='synfigstudio-toolbox.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-toolbox.o `test -f 'toolbox.cpp' || echo '$(srcdir)/'`toolbox.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-toolbox.o `test -f 'toolbox.cpp' || echo '$(srcdir)/'`toolbox.cpp
 
 synfigstudio-toolbox.obj: toolbox.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-toolbox.obj -MD -MP -MF $(DEPDIR)/synfigstudio-toolbox.Tpo -c -o synfigstudio-toolbox.obj `if test -f 'toolbox.cpp'; then $(CYGPATH_W) 'toolbox.cpp'; else $(CYGPATH_W) '$(srcdir)/toolbox.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-toolbox.Tpo $(DEPDIR)/synfigstudio-toolbox.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='toolbox.cpp' object='synfigstudio-toolbox.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-toolbox.obj -MD -MP -MF $(DEPDIR)/synfigstudio-toolbox.Tpo -c -o synfigstudio-toolbox.obj `if test -f 'toolbox.cpp'; then $(CYGPATH_W) 'toolbox.cpp'; else $(CYGPATH_W) '$(srcdir)/toolbox.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-toolbox.Tpo $(DEPDIR)/synfigstudio-toolbox.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='toolbox.cpp' object='synfigstudio-toolbox.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-toolbox.obj `if test -f 'toolbox.cpp'; then $(CYGPATH_W) 'toolbox.cpp'; else $(CYGPATH_W) '$(srcdir)/toolbox.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-toolbox.obj `if test -f 'toolbox.cpp'; then $(CYGPATH_W) 'toolbox.cpp'; else $(CYGPATH_W) '$(srcdir)/toolbox.cpp'; fi`
 
 synfigstudio-valuelink.o: valuelink.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-valuelink.o -MD -MP -MF $(DEPDIR)/synfigstudio-valuelink.Tpo -c -o synfigstudio-valuelink.o `test -f 'valuelink.cpp' || echo '$(srcdir)/'`valuelink.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-valuelink.Tpo $(DEPDIR)/synfigstudio-valuelink.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='valuelink.cpp' object='synfigstudio-valuelink.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-valuelink.o -MD -MP -MF $(DEPDIR)/synfigstudio-valuelink.Tpo -c -o synfigstudio-valuelink.o `test -f 'valuelink.cpp' || echo '$(srcdir)/'`valuelink.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-valuelink.Tpo $(DEPDIR)/synfigstudio-valuelink.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='valuelink.cpp' object='synfigstudio-valuelink.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-valuelink.o `test -f 'valuelink.cpp' || echo '$(srcdir)/'`valuelink.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-valuelink.o `test -f 'valuelink.cpp' || echo '$(srcdir)/'`valuelink.cpp
 
 synfigstudio-valuelink.obj: valuelink.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-valuelink.obj -MD -MP -MF $(DEPDIR)/synfigstudio-valuelink.Tpo -c -o synfigstudio-valuelink.obj `if test -f 'valuelink.cpp'; then $(CYGPATH_W) 'valuelink.cpp'; else $(CYGPATH_W) '$(srcdir)/valuelink.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-valuelink.Tpo $(DEPDIR)/synfigstudio-valuelink.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='valuelink.cpp' object='synfigstudio-valuelink.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-valuelink.obj -MD -MP -MF $(DEPDIR)/synfigstudio-valuelink.Tpo -c -o synfigstudio-valuelink.obj `if test -f 'valuelink.cpp'; then $(CYGPATH_W) 'valuelink.cpp'; else $(CYGPATH_W) '$(srcdir)/valuelink.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-valuelink.Tpo $(DEPDIR)/synfigstudio-valuelink.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='valuelink.cpp' object='synfigstudio-valuelink.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-valuelink.obj `if test -f 'valuelink.cpp'; then $(CYGPATH_W) 'valuelink.cpp'; else $(CYGPATH_W) '$(srcdir)/valuelink.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-valuelink.obj `if test -f 'valuelink.cpp'; then $(CYGPATH_W) 'valuelink.cpp'; else $(CYGPATH_W) '$(srcdir)/valuelink.cpp'; fi`
 
 synfigstudio-workarea.o: workarea.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-workarea.o -MD -MP -MF $(DEPDIR)/synfigstudio-workarea.Tpo -c -o synfigstudio-workarea.o `test -f 'workarea.cpp' || echo '$(srcdir)/'`workarea.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-workarea.Tpo $(DEPDIR)/synfigstudio-workarea.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarea.cpp' object='synfigstudio-workarea.o' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-workarea.o -MD -MP -MF $(DEPDIR)/synfigstudio-workarea.Tpo -c -o synfigstudio-workarea.o `test -f 'workarea.cpp' || echo '$(srcdir)/'`workarea.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-workarea.Tpo $(DEPDIR)/synfigstudio-workarea.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarea.cpp' object='synfigstudio-workarea.o' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-workarea.o `test -f 'workarea.cpp' || echo '$(srcdir)/'`workarea.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-workarea.o `test -f 'workarea.cpp' || echo '$(srcdir)/'`workarea.cpp
 
 synfigstudio-workarea.obj: workarea.cpp
- at am__fastdepCXX_TRUE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-workarea.obj -MD -MP -MF $(DEPDIR)/synfigstudio-workarea.Tpo -c -o synfigstudio-workarea.obj `if test -f 'workarea.cpp'; then $(CYGPATH_W) 'workarea.cpp'; else $(CYGPATH_W) '$(srcdir)/workarea.cpp'; fi`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/synfigstudio-workarea.Tpo $(DEPDIR)/synfigstudio-workarea.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='workarea.cpp' object='synfigstudio-workarea.obj' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -MT synfigstudio-workarea.obj -MD -MP -MF $(DEPDIR)/synfigstudio-workarea.Tpo -c -o synfigstudio-workarea.obj `if test -f 'workarea.cpp'; then $(CYGPATH_W) 'workarea.cpp'; else $(CYGPATH_W) '$(srcdir)/workarea.cpp'; fi`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/synfigstudio-workarea.Tpo $(DEPDIR)/synfigstudio-workarea.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='workarea.cpp' object='synfigstudio-workarea.obj' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-workarea.obj `if test -f 'workarea.cpp'; then $(CYGPATH_W) 'workarea.cpp'; else $(CYGPATH_W) '$(srcdir)/workarea.cpp'; fi`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(synfigstudio_CXXFLAGS) $(CXXFLAGS) -c -o synfigstudio-workarea.obj `if test -f 'workarea.cpp'; then $(CYGPATH_W) 'workarea.cpp'; else $(CYGPATH_W) '$(srcdir)/workarea.cpp'; fi`
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -2884,26 +2967,15 @@ mostlyclean-libtool:
 clean-libtool:
 	-rm -rf .libs _libs
 
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
+ID: $(am__tagged_files)
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-am
+TAGS: tags
+
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 	set x; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	$(am__define_uniq_tagged_files); \
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
@@ -2915,15 +2987,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      $$unique; \
 	  fi; \
 	fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+ctags: ctags-am
+
+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
@@ -2932,9 +3000,10 @@ GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
+cscopelist: cscopelist-am
 
-cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
 	case "$(srcdir)" in \
 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 	  *) sdir=$(subdir)/$(srcdir) ;; \
@@ -3090,19 +3159,19 @@ uninstall-am: uninstall-binPROGRAMS
 
 .MAKE: install-am install-strip
 
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
-	clean-generic clean-libtool cscopelist ctags distclean \
-	distclean-compile distclean-generic distclean-libtool \
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
-	install install-am install-binPROGRAMS install-data \
-	install-data-am install-dvi install-dvi-am install-exec \
-	install-exec-am install-html install-html-am install-info \
-	install-info-am install-man install-pdf install-pdf-am \
-	install-ps install-ps-am install-strip installcheck \
-	installcheck-am installdirs maintainer-clean \
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
+	ctags ctags-am distclean distclean-compile distclean-generic \
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-binPROGRAMS \
+	install-data install-data-am install-dvi install-dvi-am \
+	install-exec install-exec-am install-html install-html-am \
+	install-info install-info-am install-man install-pdf \
+	install-pdf-am install-ps install-ps-am install-strip \
+	installcheck installcheck-am installdirs maintainer-clean \
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags uninstall uninstall-am uninstall-binPROGRAMS
+	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/src/gui/app.cpp b/src/gui/app.cpp
index f47a96e..94d70ac 100644
--- a/src/gui/app.cpp
+++ b/src/gui/app.cpp
@@ -44,7 +44,9 @@
 #include <locale>
 #include <cstring>
 
-#ifdef HAVE_SYS_ERRNO_H
+#ifdef __OpenBSD__
+#include <errno.h>
+#elif defined(HAVE_SYS_ERRNO_H)
 #include <sys/errno.h>
 #endif
 #include <gtkmm/fileselection.h>
@@ -1352,6 +1354,9 @@ App::App(const synfig::String& basepath, int *argc, char ***argv):
 		dock_keyframes=new studio::Dock_Keyframes();
 		dock_manager->register_dockable(*dock_keyframes);
 
+//! Must be done before Dock_Timetrack and Dock_Curves :
+//! both are connected to a studio::LayerTree::param_tree_view_'s signal, and
+//! studio::LayerTree is created from Dock_Layers::init_canvas_view_vfunc
 		studio_init_cb.task(_("Init Layers..."));
 		dock_layers=new studio::Dock_Layers();
 		dock_manager->register_dockable(*dock_layers);
@@ -2271,7 +2276,8 @@ App::dialog_save_file(const std::string &title, std::string &filename, std::stri
 	{
 		file_type_enum = manage(new Widget_Enum());
 		file_type_enum->set_param_desc(ParamDesc().set_hint("enum")
-				.add_enum_value(synfig::RELEASE_VERSION_0_64_1, "0.64.1", strprintf("0.64.1 (%s)", _("current")))
+				.add_enum_value(synfig::RELEASE_VERSION_0_64_2, "0.64.2", strprintf("0.64.2 (%s)", _("current")))
+				.add_enum_value(synfig::RELEASE_VERSION_0_64_1, "0.64.1", "0.64.1")
 				.add_enum_value(synfig::RELEASE_VERSION_0_64_0, "0.64.0", "0.64.0")
 				.add_enum_value(synfig::RELEASE_VERSION_0_63_04, "0.63.05", "0.63.05")
 				.add_enum_value(synfig::RELEASE_VERSION_0_63_04, "0.63.04", "0.63.04")
diff --git a/src/gui/asyncrenderer.cpp b/src/gui/asyncrenderer.cpp
index 3989416..05d09c4 100644
--- a/src/gui/asyncrenderer.cpp
+++ b/src/gui/asyncrenderer.cpp
@@ -110,7 +110,7 @@ public:
 		set_tile_h(warm_target->get_tile_h());
 		set_canvas(warm_target->get_canvas());
 		set_quality(warm_target->get_quality());
-		set_remove_alpha(warm_target->get_remove_alpha());
+		set_alpha_mode(warm_target->get_alpha_mode());
 		set_threads(warm_target->get_threads());
 		set_clipping(warm_target->get_clipping());
 		set_rend_desc(&warm_target->rend_desc());
@@ -295,7 +295,7 @@ public:
 		set_tile_h(warm_target->get_tile_h());
 		set_canvas(warm_target->get_canvas());
 		set_quality(warm_target->get_quality());
-		set_remove_alpha(warm_target->get_remove_alpha());
+		set_alpha_mode(warm_target->get_alpha_mode());
 		set_threads(warm_target->get_threads());
 		set_clipping(warm_target->get_clipping());
 		set_rend_desc(&warm_target->rend_desc());
@@ -455,7 +455,7 @@ public:
 		set_avoid_time_sync(warm_target->get_avoid_time_sync());
 		set_canvas(warm_target->get_canvas());
 		set_quality(warm_target->get_quality());
-		set_remove_alpha(warm_target->get_remove_alpha());
+		set_alpha_mode(warm_target->get_alpha_mode());
 		set_threads(warm_target->get_threads());
 		set_rend_desc(&warm_target->rend_desc());
 		alive_flag=true;
@@ -584,7 +584,7 @@ public:
 		set_avoid_time_sync(warm_target->get_avoid_time_sync());
 		set_canvas(warm_target->get_canvas());
 		set_quality(warm_target->get_quality());
-		set_remove_alpha(warm_target->get_remove_alpha());
+		set_alpha_mode(warm_target->get_alpha_mode());
 		set_rend_desc(&warm_target->rend_desc());
 		alive_flag=true;
 #ifndef GLIB_DISPATCHER_BROKEN
@@ -686,10 +686,12 @@ public:
 AsyncRenderer::AsyncRenderer(etl::handle<synfig::Target> target_,synfig::ProgressCallback *cb):
 	error(false),
 	success(false),
-	cb(cb)
+	cb(cb),
 #ifdef SINGLE_THREADED
-	, updating(false)
+	updating(false),
 #endif
+	start_time(0, 0),
+	finish_time(0, 0)
 {
 	render_thread=0;
 	if(etl::handle<synfig::Target_Tile>::cast_dynamic(target_))
@@ -765,6 +767,8 @@ AsyncRenderer::stop()
 #endif
 				render_thread->join();
 #endif
+			finish_time.assign_current_time();
+
 
 			// Make sure all the dispatch crap is cleared out
 			//Glib::MainContext::get_default()->iteration(false);
@@ -772,10 +776,12 @@ AsyncRenderer::stop()
 			if(success)
 				signal_success_();
 
-			signal_finished_();
-
 			target=0;
 			render_thread=0;
+			
+			lock.release();
+			
+			signal_finished_();
 		}
 	}
 }
@@ -793,6 +799,8 @@ AsyncRenderer::resume()
 void
 AsyncRenderer::start()
 {
+	start_time.assign_current_time();
+	finish_time = start_time;
 	done_connection=Glib::signal_timeout().connect(
 		sigc::bind_return(
 			mem_fun(*this,&AsyncRenderer::start_),
diff --git a/src/gui/asyncrenderer.h b/src/gui/asyncrenderer.h
index 2e51503..26de161 100644
--- a/src/gui/asyncrenderer.h
+++ b/src/gui/asyncrenderer.h
@@ -87,6 +87,9 @@ class AsyncRenderer : public etl::shared_object, public sigc::trackable
 	Glib::Mutex mutex;
 	sigc::connection done_connection;
 
+	Glib::TimeVal start_time;
+	Glib::TimeVal finish_time;
+
 	/*
  --	** -- P A R E N T   M E M B E R S -----------------------------------------
 	*/
@@ -106,6 +109,7 @@ public:
 
 	bool has_error()const { return error; }
 	bool has_success()const { return success; }
+	synfig::Real get_execution_time() const { return (finish_time - start_time).as_double(); }
 
 	sigc::signal<void>& signal_finished() { return signal_finished_; }
 	sigc::signal<void>& signal_success() { return signal_success_; }
diff --git a/src/gui/autorecover.cpp b/src/gui/autorecover.cpp
index 145b760..ccf39a6 100644
--- a/src/gui/autorecover.cpp
+++ b/src/gui/autorecover.cpp
@@ -32,7 +32,9 @@
 
 #include "autorecover.h"
 
-#ifdef HAVE_SYS_ERRNO_H
+#ifdef __OpenBSD__
+#include <errno.h>
+#elif defined(HAVE_SYS_ERRNO_H)
 #include <sys/errno.h>
 #endif
 //#include <unistd.h>
diff --git a/src/gui/dialogs/about.cpp b/src/gui/dialogs/about.cpp
index aadf1ec..73878d1 100644
--- a/src/gui/dialogs/about.cpp
+++ b/src/gui/dialogs/about.cpp
@@ -107,7 +107,7 @@ About::About()
 	set_website("http://synfig.org/");
 	set_website_label(_("Visit the Synfig website"));
 
-	set_copyright(_("Copyright 2001-2013\nRobert B. Quattlebaum Jr.,\nAdrian Bentley and Synfig contributors"));
+	set_copyright(_("Copyright 2001-2014\nRobert B. Quattlebaum Jr.,\nAdrian Bentley and Synfig contributors"));
 	Glib::ustring license =
 		"This program is free software; you can redistribute it and/or modify "
 		"it under the terms of the GNU General Public License as published by "
diff --git a/src/gui/dialogs/dialog_targetparam.cpp b/src/gui/dialogs/dialog_targetparam.cpp
index 5b3b864..3e6a38a 100644
--- a/src/gui/dialogs/dialog_targetparam.cpp
+++ b/src/gui/dialogs/dialog_targetparam.cpp
@@ -54,7 +54,7 @@ using namespace studio;
  */
 const char* allowed_video_codecs[] =
 {
-	"flv", "h263p", "huffyuv", "libtheora", "libx264",
+	"flv", "h263p", "huffyuv", "libtheora", "libx264", "libx264-lossless",
 	"mjpeg", "mpeg1video", "mpeg2video", "mpeg4", "msmpeg4",
 	"msmpeg4v1", "msmpeg4v2", "wmv1", "wmv2", CUSTOM_VCODEC, NULL
 };
@@ -65,20 +65,21 @@ const char* allowed_video_codecs[] =
  */
 const char* allowed_video_codecs_description[] =
 {
-	_("Flash Video (FLV) / Sorenson Spark / Sorenson H.263."),
-	_("H.263+ / H.263-1998 / H.263 version 2."),
-	_("Huffyuv / HuffYUV."),
-	_("libtheora Theora."),
-	_("libx264 H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10."),
-	_("MJPEG (Motion JPEG)."),
-	_("raw MPEG-1 video."),
-	_("raw MPEG-2 video."),
+	_("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"),
+	_("H.263+ / H.263-1998 / H.263 version 2"),
+	_("Huffyuv / HuffYUV"),
+	_("libtheora Theora"),
+	_("H.264 / AVC / MPEG-4 AVC"),
+	_("H.264 / AVC / MPEG-4 AVC (LossLess)"),
+	_("MJPEG (Motion JPEG)"),
+	_("raw MPEG-1 video"),
+	_("raw MPEG-2 video"),
 	_("MPEG-4 part 2. (XviD/DivX)"),
-	_("MPEG-4 part 2 Microsoft variant version 3."),
-	_("MPEG-4 part 2 Microsoft variant version 1."),
-	_("MPEG-4 part 2 Microsoft variant version 2."),
-	_("Windows Media Video 7."),
-	_("Windows Media Video 8."),
+	_("MPEG-4 part 2 Microsoft variant version 3"),
+	_("MPEG-4 part 2 Microsoft variant version 1"),
+	_("MPEG-4 part 2 Microsoft variant version 2"),
+	_("Windows Media Video 7"),
+	_("Windows Media Video 8"),
 	CUSTOM_VCODEC_DESCRIPTION,
 	NULL
 };
diff --git a/src/gui/docks/dock_curves.cpp b/src/gui/docks/dock_curves.cpp
index 7854b4b..51edf2f 100644
--- a/src/gui/docks/dock_curves.cpp
+++ b/src/gui/docks/dock_curves.cpp
@@ -106,6 +106,10 @@ _curve_selection_changed(Gtk::TreeView* param_tree_view,Widget_Curves* curves)
 void
 Dock_Curves::init_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_view)
 {
+	//! Curves is registred thrue CanvasView::set_ext_widget
+	//! and will be deleted during CanvasView::~CanvasView()
+	//! \see CanvasView::set_ext_widget
+	//! \see CanvasView::~CanvasView
 	Widget_Curves* curves(new Widget_Curves());
 	curves->set_time_adjustment(canvas_view->time_adjustment());
 
@@ -123,6 +127,9 @@ Dock_Curves::init_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_view)
 		)
 	);
 
+	studio::LayerTree* tree_layer(dynamic_cast<studio::LayerTree*>(canvas_view->get_ext_widget("layers_cmp")));
+	tree_layer->signal_param_tree_header_height_changed().connect(sigc::mem_fun(*this, &studio::Dock_Curves::on_update_header_height));
+
 	canvas_view->set_ext_widget(get_name(),curves);
 }
 
@@ -191,3 +198,20 @@ Dock_Curves::changed_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_view
 		//clear_previous();
 	}
 }
+
+void
+Dock_Curves::on_update_header_height( int header_height)
+{
+	// FIXME very bad hack (timetrack dock also contains this)
+	//! Adapt the border size "according" to different windows manager rendering
+#ifdef WIN32
+	header_height-=2;
+#elif defined(__APPLE__)
+	header_height+=6;
+#else
+// *nux and others
+	header_height+=2;
+#endif
+
+	widget_timeslider_->set_size_request(-1,header_height+1);
+}
diff --git a/src/gui/docks/dock_curves.h b/src/gui/docks/dock_curves.h
index 495dd68..1b61351 100644
--- a/src/gui/docks/dock_curves.h
+++ b/src/gui/docks/dock_curves.h
@@ -65,7 +65,12 @@ public:
 
 	Dock_Curves();
 	~Dock_Curves();
-}; // END of Dock_Keyframes
+
+private:
+	//! Signal handler for studio::LayerTree::signal_param_tree_header_height_changed
+	/* \see studio::LayerTree::signal_param_tree_header_height_changed */
+	void on_update_header_height( int header_height);
+}; // END of Dock_Curves
 
 }; // END of namespace studio
 
diff --git a/src/gui/docks/dock_layers.cpp b/src/gui/docks/dock_layers.cpp
index b5a9543..95e353d 100644
--- a/src/gui/docks/dock_layers.cpp
+++ b/src/gui/docks/dock_layers.cpp
@@ -229,6 +229,11 @@ Dock_Layers::init_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_view)
 	layer_tree_store=LayerTreeStore::create(canvas_view->canvas_interface());
 
 	canvas_view->set_tree_model(get_name(),layer_tree_store);
+
+	//! layer_tree is registred thrue CanvasView::set_ext_widget
+	//! and will be deleted during CanvasView::~CanvasView()
+	//! \see CanvasView::set_ext_widget
+	//! \see CanvasView::~CanvasView
 	LayerTree* layer_tree(new LayerTree());
 	layer_tree->set_time_adjustment(canvas_view->time_adjustment());
 
diff --git a/src/gui/docks/dock_navigator.cpp b/src/gui/docks/dock_navigator.cpp
index f7a2ad2..2d5b2e7 100644
--- a/src/gui/docks/dock_navigator.cpp
+++ b/src/gui/docks/dock_navigator.cpp
@@ -152,7 +152,7 @@ void studio::Widget_NavView::on_start_render()
 			etl::handle<Target_Cairo> targ = cairo_image_target(&cairo_surface);
 			// Fill the target with the proper information
 			targ->set_canvas(get_canvas_view()->get_canvas());
-			targ->set_remove_alpha();
+			targ->set_alpha_mode(TARGET_ALPHA_MODE_FILL);
 			targ->set_avoid_time_sync();
 			targ->set_quality(get_canvas_view()->get_work_area()->get_quality());
 			targ->set_rend_desc(&r);
@@ -165,7 +165,7 @@ void studio::Widget_NavView::on_start_render()
 			etl::handle<Target_Scanline>	targ = surface_target(surface.get());
 			// Fill the target with the proper information
 			targ->set_canvas(get_canvas_view()->get_canvas());
-			targ->set_remove_alpha();
+			targ->set_alpha_mode(TARGET_ALPHA_MODE_FILL);
 			targ->set_avoid_time_sync();
 			targ->set_quality(get_canvas_view()->get_work_area()->get_quality());
 			targ->set_rend_desc(&r);
diff --git a/src/gui/docks/dock_timetrack.cpp b/src/gui/docks/dock_timetrack.cpp
index bb80276..7b37e1b 100644
--- a/src/gui/docks/dock_timetrack.cpp
+++ b/src/gui/docks/dock_timetrack.cpp
@@ -46,6 +46,7 @@
 #include "widgets/widget_timeslider.h"
 #include "widgets/widget_keyframe_list.h"
 #include "general.h"
+#include "trees/layertree.h"
 #include <synfig/timepointcollect.h>
 
 #endif
@@ -81,8 +82,18 @@ public:
 
 	TimeTrackView()
 	{
+		//Text attributes must be the same that layer param tree's to have aligned rows
+		Pango::AttrList attr_list;
+		{
+			Pango::AttrInt pango_size(Pango::Attribute::create_attr_size(Pango::SCALE*8));
+			pango_size.set_start_index(0);
+			pango_size.set_end_index(64);
+			attr_list.change(pango_size);
+		}
+
 		int label_index(append_column_editable(_("Name"),model.label));
 		Gtk::TreeView::Column* label_column = get_column(label_index-1);
+		label_column->set_sizing(Gtk::TREE_VIEW_COLUMN_AUTOSIZE);
 
 		{	// --- T I M E   T R A C K --------------------------------------------
 			Gtk::TreeView::Column* column = Gtk::manage( new Gtk::TreeView::Column(_("Time Track")) );
@@ -98,10 +109,29 @@ public:
 
 			//column->pack_start(*cellrenderer_time_track);
 
+			// Add a fixed size (same that layer param tree) empty text renderer
+			// to align the rows with params dock when the text is taller than value_type icons height
+			Gtk::CellRendererText* text_cellrenderer = Gtk::manage( new Gtk::CellRendererText() );
+			text_cellrenderer->property_attributes()=attr_list;
+			column->pack_end(*text_cellrenderer,false);
+			text_cellrenderer->set_fixed_size (0,-1);
+
+			// Add a fixed size (1pixel widht, same height than value_type icon) empty (alpha) icon
+			// to align the rows with params dock when the text is smaller than value_type icons height
+			Gtk::CellRendererPixbuf* icon_cellrenderer = Gtk::manage( new Gtk::CellRendererPixbuf() );
+			column->pack_end(*icon_cellrenderer,false);
+			Glib::RefPtr<Gdk::Pixbuf> pixbuf;
+			pixbuf=Gtk::Button().render_icon(Gtk::StockID("synfig-utils_timetrack_align"),Gtk::ICON_SIZE_SMALL_TOOLBAR);
+			icon_cellrenderer->property_pixbuf() = pixbuf;
+			icon_cellrenderer->set_fixed_size (0,-1);
+
 			// Finish setting up the column
 			column->set_reorderable();
+			column->set_sizing(Gtk::TREE_VIEW_COLUMN_AUTOSIZE);
 			column->set_resizable();
-			column->set_min_width(200);
+// Commented during Align rows fixing
+// http://www.synfig.org/issues/thebuggenie/synfig/issues/161
+// 			column->set_min_width(200);
 
 			append_column(*column);
 		}
@@ -325,7 +355,8 @@ public:
 
 			if(adjustment.get_page_size()>get_height())
 				adjustment.set_page_size(get_height());
-
+/* Commented during Align rows fixing
+// http://www.synfig.org/issues/thebuggenie/synfig/issues/161
 			int row_height = 0;
 			if(getenv("SYNFIG_TIMETRACK_ROW_HEIGHT"))
 				row_height = atoi(getenv("SYNFIG_TIMETRACK_ROW_HEIGHT"));
@@ -333,6 +364,7 @@ public:
 				row_height = 18;
 
 			cellrenderer_time_track->set_fixed_size(-1,row_height);
+*/
 		}
 	}
 
@@ -376,9 +408,12 @@ Dock_Timetrack::Dock_Timetrack():
 	widget_kf_list_= new Widget_Keyframe_List();
 
 	int header_height = 0;
+/* Commented during Align rows fixing
+// http://www.synfig.org/issues/thebuggenie/synfig/issues/161
 	if(getenv("SYNFIG_TIMETRACK_HEADER_HEIGHT"))
 		header_height = atoi(getenv("SYNFIG_TIMETRACK_HEADER_HEIGHT"));
 	if (header_height < 3)
+*/
 		header_height = 24;
 
 	widget_timeslider_->set_size_request(-1,header_height-header_height/3+1);
@@ -416,6 +451,13 @@ Dock_Timetrack::init_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_view
 
 	tree_view->signal_waypoint_clicked_timetrackview.connect(sigc::mem_fun(*canvas_view, &studio::CanvasView::on_waypoint_clicked_canvasview));
 
+	studio::LayerTree* tree_layer(dynamic_cast<studio::LayerTree*>(canvas_view->get_ext_widget("layers_cmp")));
+
+	/*
+	if(!getenv("SYNFIG_TIMETRACK_HEADER_HEIGHT"))
+	*/
+	tree_layer->signal_param_tree_header_height_changed().connect(sigc::mem_fun(*this, &studio::Dock_Timetrack::on_update_header_height));
+
 	canvas_view->time_adjustment().signal_value_changed().connect(sigc::mem_fun(*tree_view,&Gtk::TreeView::queue_draw));
 	canvas_view->time_adjustment().signal_changed().connect(sigc::mem_fun(*tree_view,&Gtk::TreeView::queue_draw));
 
@@ -474,11 +516,17 @@ Dock_Timetrack::changed_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_v
 	if(canvas_view)
 	{
 		TimeTrackView* tree_view(dynamic_cast<TimeTrackView*>(canvas_view->get_ext_widget(get_name())));
-	Gtk::TreeView* param_tree_view(dynamic_cast<Gtk::TreeView*>(canvas_view->get_ext_widget("params")));
-	tree_view->set_vadjustment(*param_tree_view->get_vadjustment());
+		Gtk::TreeView* param_tree_view(dynamic_cast<Gtk::TreeView*>(canvas_view->get_ext_widget("params")));
+		tree_view->set_vadjustment(*param_tree_view->get_vadjustment());
 
 		assert(tree_view);
-
+		// Fixed size drawing areas to align the widget_timeslider and tree_view time cursors
+		// TODO ?: one align_drawingArea.(0, 1, 0, 1) modify_bg KF's color another (0, 1, 1, 2) modify_bg TS's color
+		Gtk::DrawingArea* align_drawingArea1 = Gtk::manage(new Gtk::DrawingArea);
+		align_drawingArea1->set_size_request(2,-1);
+		// TODO ?: one align_drawingArea.(2, 3, 0, 1) modify_bg KF's color another (2, 3, 1, 2) modify_bg TS's color
+		Gtk::DrawingArea* align_drawingArea2 = Gtk::manage(new Gtk::DrawingArea);
+		align_drawingArea2->set_size_request(6,-1);
 
 		widget_timeslider_->set_time_adjustment(&canvas_view->time_adjustment());
 		widget_timeslider_->set_bounds_adjustment(&canvas_view->time_window_adjustment());
@@ -489,12 +537,34 @@ Dock_Timetrack::changed_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_v
 
 		vscrollbar_->set_adjustment(*tree_view->get_vadjustment());
 		hscrollbar_->set_adjustment(canvas_view->time_window_adjustment());
-		table_=new Gtk::Table(2,3);
-		table_->attach(*widget_timeslider_, 0, 1, 1, 2, Gtk::FILL|Gtk::SHRINK, Gtk::FILL|Gtk::SHRINK);
-		table_->attach(*widget_kf_list_, 0, 1, 0, 1, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::SHRINK);
-		table_->attach(*tree_view, 0, 1, 2, 3, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::EXPAND);
-		table_->attach(*hscrollbar_, 0, 1, 3, 4, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::SHRINK);
-		table_->attach(*vscrollbar_, 1, 2, 0, 3, Gtk::FILL|Gtk::SHRINK, Gtk::FILL|Gtk::EXPAND);
+
+/*
+	0------1------2------3------4
+	|  A   |  KF  |  A   |  v   |
+	|  L   |      |  L   |  s   |
+	1--I---x------x--I---x--c---x
+	|  G   |  TS  |  G   |  r   |
+	|  N1  |      |  N2  |  o   |
+	2------x------x------x--l---x
+	|  TV  |  TV  |  TV  |  l   |
+	|      |      |      |  b   |
+	3------x------x------x------x
+	| hscrollbar
+
+KF = widget_kf_list
+TS = widget_timeslider
+TV = tree_view
+ALIGN1 = align_drawingArea1
+ALIGN2 = align_drawingArea2
+*/
+		table_=new Gtk::Table(3,4);
+		table_->attach(*align_drawingArea1, 0, 1, 0, 2, Gtk::SHRINK, Gtk::FILL);
+		table_->attach(*widget_kf_list_, 1, 2, 0, 1, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::SHRINK);
+		table_->attach(*widget_timeslider_, 1, 2, 1, 2, Gtk::FILL|Gtk::SHRINK, Gtk::FILL|Gtk::SHRINK);
+		table_->attach(*align_drawingArea2, 2, 3, 0, 2, Gtk::SHRINK, Gtk::FILL);
+		table_->attach(*tree_view, 0, 3, 2, 3, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::EXPAND);
+		table_->attach(*hscrollbar_, 0, 3, 3, 4, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::SHRINK);
+		table_->attach(*vscrollbar_, 3, 4, 0, 3, Gtk::FILL|Gtk::SHRINK, Gtk::FILL|Gtk::EXPAND);
 		add(*table_);
 
 		//add(*last_widget_curves_);
@@ -506,3 +576,21 @@ Dock_Timetrack::changed_canvas_view_vfunc(etl::loose_handle<CanvasView> canvas_v
 		//clear_previous();
 	}
 }
+
+void
+Dock_Timetrack::on_update_header_height( int header_height)
+{
+	// FIXME very bad hack (curves dock also contains this)
+	//! Adapt the border size "according" to different windows manager rendering
+#ifdef WIN32
+	header_height-=2;
+#elif defined(__APPLE__)
+	header_height+=6;
+#else
+// *nux and others
+	header_height+=2;
+#endif
+
+	widget_timeslider_->set_size_request(-1,header_height-header_height/3+1);
+	widget_kf_list_->set_size_request(-1,header_height/3+1);
+}
diff --git a/src/gui/docks/dock_timetrack.h b/src/gui/docks/dock_timetrack.h
index f3062d3..05e383b 100644
--- a/src/gui/docks/dock_timetrack.h
+++ b/src/gui/docks/dock_timetrack.h
@@ -64,6 +64,11 @@ public:
 
 	Dock_Timetrack();
 	~Dock_Timetrack();
+
+private:
+	//! Signal handler for studio::LayerTree::signal_param_tree_header_height_changed
+	/* \see studio::LayerTree::signal_param_tree_header_height_changed */
+	void on_update_header_height( int header_height);
 }; // END of Dock_Timetrack
 
 }; // END of namespace studio
diff --git a/src/gui/docks/dockable.cpp b/src/gui/docks/dockable.cpp
index 30845a6..2051f7c 100644
--- a/src/gui/docks/dockable.cpp
+++ b/src/gui/docks/dockable.cpp
@@ -229,6 +229,7 @@ Dockable::set_toolbar(Gtk::Toolbar& toolbar)
 	{
 		attach(*toolbar_, 0, 1, 2,3, Gtk::EXPAND|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0);
 		gtk_toolbar_set_icon_size(toolbar_->gobj(),GtkIconSize(1)/*GTK_ICON_SIZE_MENU*/);
+		toolbar_->set_property("toolbar-style", Gtk::TOOLBAR_ICONS);
 		toolbar_->show();
 	}
 }
diff --git a/src/gui/iconcontroller.cpp b/src/gui/iconcontroller.cpp
index 2cd15a0..0663c6d 100644
--- a/src/gui/iconcontroller.cpp
+++ b/src/gui/iconcontroller.cpp
@@ -323,6 +323,8 @@ IconController::IconController(const synfig::String& /*basepath*/)
 	INIT_STOCK_ICON(interpolation_type_linear,"interpolation_type_linear_icon."IMAGE_EXT,_("Linear interpolation"));
 	INIT_STOCK_ICON(interpolation_type_clamped,"interpolation_type_clamped_icon."IMAGE_EXT,_("Clamped interpolation"));
 
+	INIT_STOCK_ICON(utils_timetrack_align,"utils_timetrack_align_icon."IMAGE_EXT,"Utils Timetrack align");
+
 	INIT_STOCK_ICON_CLONE(cvs_add,"gtk-add",_("CVS Add"));
 	INIT_STOCK_ICON_CLONE(cvs_update,"gtk-open",_("CVS Update"));
 	INIT_STOCK_ICON_CLONE(cvs_commit,"gtk-save",_("CVS Commit"));
diff --git a/src/gui/ipc.cpp b/src/gui/ipc.cpp
index db949a6..2de63f5 100644
--- a/src/gui/ipc.cpp
+++ b/src/gui/ipc.cpp
@@ -40,7 +40,9 @@
 #include <sys/stat.h>
 #endif
 
-#ifdef HAVE_SYS_ERRNO_H
+#ifdef __OpenBSD__
+#include <errno.h>
+#elif defined(HAVE_SYS_ERRNO_H)
 #include <sys/errno.h>
 #endif
 
diff --git a/src/gui/preview.cpp b/src/gui/preview.cpp
index 2cde49e..f769104 100644
--- a/src/gui/preview.cpp
+++ b/src/gui/preview.cpp
@@ -54,7 +54,7 @@
 #include <cstdio>
 #include <ctype.h>
 #include <math.h>
-#include <synfig/string_decl.h>
+#include <synfig/string.h>
 
 #endif
 
@@ -136,7 +136,7 @@ public:
 
 	Preview_Target()
 	{
-		set_remove_alpha();
+		set_alpha_mode(TARGET_ALPHA_MODE_FILL);
 		tbegin = tend = 0;
 		scanline = 0;
 		nframes = curframe = 0;
diff --git a/src/gui/render.cpp b/src/gui/render.cpp
index f3e3154..bcff232 100644
--- a/src/gui/render.cpp
+++ b/src/gui/render.cpp
@@ -69,7 +69,8 @@ RenderSettings::RenderSettings(Gtk::Window& parent, etl::handle<synfigapp::Canva
 	adjustment_antialias(1,1,31),
 	entry_antialias(adjustment_antialias,1,0),
 	toggle_single_frame(_("Render _current frame only"), true),
-	tparam("mpeg4",200)
+	toggle_extract_alpha(_("Extract alpha"), true),
+	tparam("libx264-lossless",2000)
 {
 	tparam.sequence_separator=App::sequence_separator;
 	widget_rend_desc.show();
@@ -151,7 +152,7 @@ RenderSettings::RenderSettings(Gtk::Window& parent, etl::handle<synfigapp::Canva
 	settingsPadding->set_padding(6, 0, 24, 0);
 	settings_frame->add(*settingsPadding);
 
-	Gtk::Table *settings_table=manage(new Gtk::Table(2,2,false));
+	Gtk::Table *settings_table=manage(new Gtk::Table(3,2,false));
 	settings_table->set_row_spacings(6);
 	settings_table->set_col_spacings(12);
 	settingsPadding->add(*settings_table);
@@ -169,7 +170,12 @@ RenderSettings::RenderSettings(Gtk::Window& parent, etl::handle<synfigapp::Canva
 	settings_table->attach(entry_antialias, 1, 2, 1, 2, Gtk::EXPAND|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0);
 
 	toggle_single_frame.set_alignment(0, 0.5);
-	settings_table->attach(toggle_single_frame, 0, 2, 2, 3, Gtk::EXPAND|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0);
+	settings_table->attach(toggle_single_frame, 2, 3, 0, 1, Gtk::SHRINK|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0);
+	toggle_single_frame.set_active(false);
+	
+	toggle_extract_alpha.set_alignment(0, 0.5);
+	settings_table->attach(toggle_extract_alpha, 2, 3, 1, 2, Gtk::SHRINK|Gtk::FILL, Gtk::SHRINK|Gtk::FILL, 0, 0);
+	toggle_extract_alpha.set_active(false);
 
 	dialogBox->pack_start(widget_rend_desc);
 
@@ -188,7 +194,6 @@ RenderSettings::RenderSettings(Gtk::Window& parent, etl::handle<synfigapp::Canva
 
 	set_title(_("Render Settings")+String(" - ")+canvas_interface_->get_canvas()->get_name());
 
-	toggle_single_frame.set_active(false);
 	widget_rend_desc.enable_time_section();
 
 	set_entry_filename();
@@ -263,7 +268,7 @@ void
 RenderSettings::on_render_pressed()
 {
 	String filename=entry_filename.get_text();
-	synfig::String calculated_target_name(target_name);
+	calculated_target_name=target_name;
 
 	if(filename.empty())
 	{
@@ -304,67 +309,105 @@ RenderSettings::on_render_pressed()
 		return;
 	}
 
-	Target::Handle target=Target::create(calculated_target_name,filename, tparam);
-	if(!target)
-	{
-		canvas_interface_->get_ui_interface()->error(_("Unable to create target for ")+filename);
-		return;
-	}
-	// Test whether the output file is writable (path exists or has write permit)
-	if (access(dirname(filename).c_str(),W_OK) == -1)
+	hide();
+	
+	render_passes.clear();
+	if (toggle_extract_alpha.get_active())
 	{
-		canvas_interface_->get_ui_interface()->error(_("Unable to create file for ")+filename+": "+strerror( errno ));
-		return;
+		String filename_alpha(filename_sans_extension(filename)+"-alpha"+filename_extension(filename));
+		
+		render_passes.push_back(make_pair(TARGET_ALPHA_MODE_EXTRACT, filename_alpha));
+		render_passes.push_back(make_pair(TARGET_ALPHA_MODE_REDUCE, filename));
+		
+	} else {
+		render_passes.push_back(make_pair(TARGET_ALPHA_MODE_KEEP, filename));
 	}
+	
+	submit_next_render_pass();
+	
+	return;
+}
+	
+void
+RenderSettings::submit_next_render_pass()
+{
+	if (render_passes.size()>0) {
+		pair<TargetAlphaMode,String> pass_info = render_passes.back();
+		render_passes.pop_back();
+		
+		TargetAlphaMode pass_alpha_mode = pass_info.first;
+		String pass_filename = pass_info.second;
+		
+		Target::Handle target=Target::create(calculated_target_name,pass_filename, tparam);
+		if(!target)
+		{
+			canvas_interface_->get_ui_interface()->error(_("Unable to create target for ")+pass_filename);
+			return;
+		}
+		// Test whether the output file is writable (path exists or has write permit)
+		if (access(dirname(pass_filename).c_str(),W_OK) == -1)
+		{
+			canvas_interface_->get_ui_interface()->error(_("Unable to create file for ")+pass_filename+": "+strerror( errno ));
+			return;
+		}
 
-	hide();
+		target->set_canvas(canvas_interface_->get_canvas());
+		RendDesc rend_desc(widget_rend_desc.get_rend_desc());
+		rend_desc.set_antialias((int)adjustment_antialias.get_value());
+		rend_desc.set_render_excluded_contexts(false);
 
-	target->set_canvas(canvas_interface_->get_canvas());
-	RendDesc rend_desc(widget_rend_desc.get_rend_desc());
-	rend_desc.set_antialias((int)adjustment_antialias.get_value());
-	rend_desc.set_render_excluded_contexts(false);
+		// If we are to only render the current frame
+		if(toggle_single_frame.get_active())
+			rend_desc.set_time(canvas_interface_->get_time());
 
-	// If we are to only render the current frame
-	if(toggle_single_frame.get_active())
-		rend_desc.set_time(canvas_interface_->get_time());
+		target->set_rend_desc(&rend_desc);
+		target->set_quality((int)adjustment_quality.get_value());
+		if( !target->init(canvas_interface_->get_ui_interface().get()) ){
+			canvas_interface_->get_ui_interface()->error(_("Target initialization failure"));
+			return;
+		}
+		if(pass_alpha_mode!=TARGET_ALPHA_MODE_KEEP)
+			target->set_alpha_mode(pass_alpha_mode);
 
-	target->set_rend_desc(&rend_desc);
-	target->set_quality((int)adjustment_quality.get_value());
-	if( !target->init() ){
-		canvas_interface_->get_ui_interface()->error(_("Target initialization failure"));
-		return;
-	}
+		canvas_interface_->get_ui_interface()->task(_("Rendering ")+pass_filename);
 
-	canvas_interface_->get_ui_interface()->task(_("Rendering ")+filename);
+		/*
+		if(async_renderer)
+		{
+			async_renderer->stop();
+			async_renderer.detach();
+		}
+		*/
+		async_renderer=new AsyncRenderer(target);
+		async_renderer->signal_finished().connect( sigc::mem_fun(*this,&RenderSettings::on_finished));
+		async_renderer->start();
+		/*
+		if(!target->render(canvas_interface_->get_ui_interface().get()))
+		{
+			canvas_interface_->get_ui_interface()->error(_("Render Failure"));
+			canvas_interface_->get_ui_interface()->amount_complete(0,10000);
+			return;
+		}
 
-	if(async_renderer)
-	{
-		async_renderer->stop();
-		async_renderer.detach();
-	}
-	async_renderer=new AsyncRenderer(target);
-	async_renderer->signal_finished().connect( sigc::mem_fun(*this,&RenderSettings::on_finished));
-	async_renderer->start();
-	/*
-	if(!target->render(canvas_interface_->get_ui_interface().get()))
-	{
-		canvas_interface_->get_ui_interface()->error(_("Render Failure"));
+		// Success!
+		canvas_interface_->get_ui_interface()->task(pass_filename+_(" rendered successfully"));
 		canvas_interface_->get_ui_interface()->amount_complete(0,10000);
-		return;
+		*/
 	}
-
-	// Success!
-	canvas_interface_->get_ui_interface()->task(filename+_(" rendered successfully"));
-	canvas_interface_->get_ui_interface()->amount_complete(0,10000);
-	*/
 	return;
 }
 
 void
 RenderSettings::on_finished()
 {
-	canvas_interface_->get_ui_interface()->task(_("File rendered successfully"));
+	String text(_("File rendered successfully"));
+	Real execution_time = async_renderer ? async_renderer->get_execution_time() : 0.0;
+	if (execution_time > 0) text += strprintf(" (%f %s)", execution_time, _("sec"));
+
+	canvas_interface_->get_ui_interface()->task(text);
 	canvas_interface_->get_ui_interface()->amount_complete(0,10000);
+	
+	submit_next_render_pass();
 }
 
 void
diff --git a/src/gui/render.h b/src/gui/render.h
index b2a7b4c..239e8e6 100644
--- a/src/gui/render.h
+++ b/src/gui/render.h
@@ -39,6 +39,7 @@
 
 #include <synfig/string.h>
 #include <synfig/targetparam.h>
+#include <synfig/target.h>
 
 #include <synfigapp/canvasinterface.h>
 
@@ -68,12 +69,15 @@ class RenderSettings : public Gtk::Dialog
 	Gtk::SpinButton entry_antialias;
 
 	Gtk::CheckButton toggle_single_frame;
+	Gtk::CheckButton toggle_extract_alpha;
 
 	Gtk::OptionMenu optionmenu_target;
 	Gtk::Menu *menu_target;
 	Gtk::Button *tparam_button;
 
 	synfig::String target_name;
+	synfig::String calculated_target_name;
+	std::vector< std::pair<synfig::TargetAlphaMode,synfig::String> > render_passes;
 
 	void set_target(synfig::String name);
 
@@ -94,7 +98,7 @@ private:
 	void on_render_pressed();
 	void on_cancel_pressed();
 	void on_targetparam_pressed();
-
+	void submit_next_render_pass();
 	void on_finished();
 }; // END of class RenderSettings
 
diff --git a/src/gui/trees/layertree.cpp b/src/gui/trees/layertree.cpp
index fdf988e..eae3907 100644
--- a/src/gui/trees/layertree.cpp
+++ b/src/gui/trees/layertree.cpp
@@ -268,6 +268,7 @@ LayerTree::create_layer_tree()
 Gtk::Widget*
 LayerTree::create_param_tree()
 {
+	//Text attributes must be the same that TimeTrackView tree's to have aligned rows
 	Pango::AttrList attr_list;
 	{
 		Pango::AttrInt pango_size(Pango::Attribute::create_attr_size(Pango::SCALE*8));
@@ -281,6 +282,12 @@ LayerTree::create_param_tree()
 	{	// --- N A M E --------------------------------------------------------
 		Gtk::TreeView::Column* column = Gtk::manage( new Gtk::TreeView::Column(_("Name")) );
 
+		// Affect a widget to the first column button to retrieve it when style is updated
+		Gtk::Label* columnzero_label = Gtk::manage( new Gtk::Label() );
+		columnzero_label->set_text(column->get_title());
+		column->set_widget(*columnzero_label);
+		columnzero_label->show();
+
 		// Set up the icon cell-renderer
 		Gtk::CellRendererPixbuf* icon_cellrenderer = Gtk::manage( new Gtk::CellRendererPixbuf() );
 		column->pack_start(*icon_cellrenderer,false);
@@ -387,8 +394,10 @@ LayerTree::create_param_tree()
 
 		// Finish setting up the column
 		column->set_reorderable();
+		column->set_sizing(Gtk::TREE_VIEW_COLUMN_AUTOSIZE);
 		column->set_resizable();
-		column->set_min_width(200);
+// Commented during Align attempt
+//		column->set_min_width(200);
 
 		if (!getenv("SYNFIG_DISABLE_PARAMS_PANEL_TIMETRACK"))
 			get_param_tree_view().append_column(*column);
@@ -403,6 +412,16 @@ LayerTree::create_param_tree()
 
 	get_param_tree_view().signal_event().connect(sigc::mem_fun(*this, &studio::LayerTree::on_param_tree_event));
 	get_param_tree_view().signal_query_tooltip().connect(sigc::mem_fun(*this, &studio::LayerTree::on_param_tree_view_query_tooltip));
+	// Column widget label event used to retrieve column size
+	Gtk::Widget* columnzero_label = get_param_tree_view().get_column(0)->get_widget ();
+	/* GTKMM 3 remplacement for columnzero_label signal_style_changed
+	columnzero_label->signal_style_updated().connect(sigc::mem_fun(*this, &studio::LayerTree::on_param_tree_column_label_style_updated));
+	*/
+	columnzero_label->signal_style_changed().connect(sigc::mem_fun(*this, &studio::LayerTree::on_param_tree_column_label_style_changed));
+	/* GTKMM 3 remplacement for columnzero_label signal_expose_event
+	columnzero_label->signal_draw().connect(sigc::mem_fun(*this, &studio::LayerTree::on_param_tree_column_label_draw));
+	*/
+	columnzero_label->signal_expose_event().connect(sigc::mem_fun(*this, &studio::LayerTree::on_param_tree_column_label_expose_draw));
 	get_param_tree_view().show();
 
 	Gtk::ScrolledWindow *scroll = manage(new class Gtk::ScrolledWindow());
@@ -412,6 +431,10 @@ LayerTree::create_param_tree()
 	scroll->set_shadow_type(Gtk::SHADOW_ETCHED_IN);
 	scroll->show();
 
+	// To get the initial style
+	param_tree_style_changed = true;
+	param_tree_header_height = 0;
+
 	//column_time_track->set_visible(false);
 
 	return scroll;
@@ -1277,3 +1300,77 @@ LayerTree::on_drag_data_received(const Glib::RefPtr<Gdk::DragContext>& context,
 	context->drag_finish(false, false, time);
 }
 */
+
+// GTKMM 3 remplacement for on_param_tree_column_label_style_changed
+//void
+//LayerTree::on_param_tree_column_label_style_updated ()
+//{
+//	param_tree_style_changed = true;
+//}
+
+void
+LayerTree::on_param_tree_column_label_style_changed (const Glib::RefPtr< Gtk::Style >& /*previous_style*/)
+{
+	param_tree_style_changed = true;
+}
+
+// GTKMM 3 remplacement for on_param_tree_column_label_expose_draw
+//bool
+//LayerTree::on_param_tree_column_label_draw (const ::Cairo::RefPtr< ::Cairo::Context>& /*cr*/)
+//{
+//	if (param_tree_style_changed)
+//	{
+//		if (update_param_tree_header_height())	signal_param_tree_header_height_changed()(param_tree_header_height);
+//		param_tree_style_changed = false;
+//	}
+//	return true;
+//}
+
+bool
+LayerTree::on_param_tree_column_label_expose_draw (GdkEventExpose * /*event*/)
+{
+	if (param_tree_style_changed)
+	{
+		if (update_param_tree_header_height())	signal_param_tree_header_height_changed()(param_tree_header_height);
+		param_tree_style_changed = false;
+	}
+	//tell gtkmm to pass (x window) signal to the next signal handler
+	return false;
+}
+
+bool
+LayerTree::update_param_tree_header_height()
+{
+	bool header_height_updated = false;
+	const Gtk::TreeViewColumn* column = get_param_tree_view().get_column (0);
+	if (column)
+	{
+		if(column->get_widget())
+		{
+			if(column->get_widget()->get_parent())
+			{
+				const Gtk::Container* container;
+				if((container = column->get_widget()->get_parent()->get_parent()))
+				{
+					int header_height = container->get_height();
+					if (header_height != param_tree_header_height)
+					{
+						param_tree_header_height = header_height;
+						header_height_updated = true;
+					}
+				}
+				else
+				{
+					int header_height = column->get_widget()->get_parent()->get_height();
+					if (header_height != param_tree_header_height)
+					{
+						param_tree_header_height = header_height;
+						header_height_updated = true;
+					}
+				}
+
+			}
+		}
+	}
+	return header_height_updated;
+}
diff --git a/src/gui/trees/layertree.h b/src/gui/trees/layertree.h
index 56666f9..f58c4e7 100644
--- a/src/gui/trees/layertree.h
+++ b/src/gui/trees/layertree.h
@@ -140,6 +140,8 @@ private:
 
 	sigc::signal<void,synfigapp::ValueDesc,std::set<synfig::Waypoint,std::less<synfig::UniqueID> >,int> signal_waypoint_clicked_layertree_;
 
+	sigc::signal<void,int> signal_param_tree_header_height_changed_;
+
 	bool disable_amount_changed_signal;
 
 	Gtk::Button *button_raise;
@@ -150,6 +152,10 @@ private:
 
 	Widget_ValueBase blend_method_widget;
 
+	bool param_tree_style_changed;
+
+	int param_tree_header_height;
+
 	/*
  -- ** -- P R I V A T E   M E T H O D S ---------------------------------------
 	*/
@@ -158,6 +164,10 @@ private:
 
 	Gtk::Widget* create_layer_tree();
 	Gtk::Widget* create_param_tree();
+	//! Update the param_tree_view header height.
+	/*! \return true if param_tree_header_height updated, else false
+	*/
+	bool update_param_tree_header_height();
 
 	/*
  -- ** -- S I G N A L   T E R M I N A L S -------------------------------------
@@ -191,6 +201,15 @@ private:
 
 	void on_blend_method_changed();
 
+	/* GTKMM 3
+	void on_param_column_label_tree_style_updated ();
+	*/
+	void on_param_tree_column_label_style_changed (const Glib::RefPtr< Gtk::Style >& previous_style);
+	/* GTKMM 3
+	bool on_param_column_label_tree_draw (const ::Cairo::RefPtr< ::Cairo::Context>& cr);
+	*/
+	bool on_param_tree_column_label_expose_draw (GdkEventExpose * event);
+
 public:
 
 	// void on_raise_pressed();
@@ -243,6 +262,10 @@ public:
 
 	sigc::signal<void,synfigapp::ValueDesc,std::set<synfig::Waypoint,std::less<synfig::UniqueID> >,int>& signal_waypoint_clicked_layertree() { return signal_waypoint_clicked_layertree_; }
 
+	//! Signal fired when the param treeview header height has changed. The first parameter hold the header height
+	/*! \see LayerTree::update_param_tree_header_height() */
+	sigc::signal<void,int>& signal_param_tree_header_height_changed() { return signal_param_tree_header_height_changed_; }
+
 	etl::handle<synfigapp::SelectionManager> get_selection_manager() { return layer_tree_store_->canvas_interface()->get_selection_manager(); }
 
 	void select_layer(synfig::Layer::Handle layer);
diff --git a/src/gui/widgets/widget_timeslider.cpp b/src/gui/widgets/widget_timeslider.cpp
index 5395bbb..3afcdad 100644
--- a/src/gui/widgets/widget_timeslider.cpp
+++ b/src/gui/widgets/widget_timeslider.cpp
@@ -471,11 +471,6 @@ bool Widget_Timeslider::redraw(bool /*doublebuffer*/)
 
 	//lines
 
-	//Draw the time line...
-	double tpx = (current-start)*dpdt;
-	gc->set_rgb_fg_color(Gdk::Color("#ffaf00"));
-	window->draw_line(gc,round_to_int(tpx),0,round_to_int(tpx),fullheight);
-
 	//normal line/text color
 	gc->set_rgb_fg_color(Gdk::Color("#333333"));
 
@@ -625,6 +620,11 @@ bool Widget_Timeslider::redraw(bool /*doublebuffer*/)
 		if(++sdindex >= subdiv) sdindex -= subdiv;
 	}
 
+	//Draw the time line afer all
+	double tpx = (current-start)*dpdt;
+	gc->set_rgb_fg_color(Gdk::Color("#ffaf00"));
+	window->draw_line(gc,round_to_int(tpx),0,round_to_int(tpx),fullheight);
+
 	return true;
 }
 
diff --git a/src/gui/workarea.cpp b/src/gui/workarea.cpp
index de79f31..5e8c1a7 100644
--- a/src/gui/workarea.cpp
+++ b/src/gui/workarea.cpp
@@ -2955,7 +2955,11 @@ studio::WorkArea::async_update_finished()
 	{
 		dirty=false;
 		//queued=false;
-		cb->task(_("Idle"));
+		String text(_("Idle"));
+		String text2(_("Last rendering time"));
+		Real execution_time = async_renderer ? async_renderer->get_execution_time() : 0.0;
+		if (execution_time > 0) text += strprintf(" (%s = %f %s)", text2.c_str(), execution_time, _("sec"));
+		cb->task(text);
 	}
 	else
 	{
diff --git a/src/synfigapp/Makefile.in b/src/synfigapp/Makefile.in
index 01ea845..3d55871 100644
--- a/src/synfigapp/Makefile.in
+++ b/src/synfigapp/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.12.2 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2012 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -18,23 +18,51 @@
 
 
 VPATH = @srcdir@
-am__make_dryrun = \
-  { \
-    am__dry=no; \
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+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 \
       *\\[\ \	]*) \
-        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
-          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
-      *) \
-        for am__flg in $$MAKEFLAGS; do \
-          case $$am__flg in \
-            *=*|--*) ;; \
-            *n*) am__dry=yes; break;; \
-          esac; \
-        done;; \
+        bs=\\; \
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
     esac; \
-    test $$am__dry = yes; \
-  }
+  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@
@@ -54,8 +82,8 @@ POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
 subdir = src/synfigapp
-DIST_COMMON = $(include_synfigapp_HEADERS) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+	$(top_srcdir)/config/depcomp $(include_synfigapp_HEADERS)
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
 	$(top_srcdir)/m4/gnome.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -211,32 +239,66 @@ am__objects_14 = $(am__objects_13) $(am__objects_13) $(am__objects_13) \
 am__objects_15 = $(am__objects_14)
 am_libsynfigapp_la_OBJECTS = $(am__objects_12) $(am__objects_15)
 libsynfigapp_la_OBJECTS = $(am_libsynfigapp_la_OBJECTS)
-libsynfigapp_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \
-	$(LIBTOOLFLAGS) --mode=link $(CXXLD) \
+AM_V_lt = $(am__v_lt_ at AM_V@)
+am__v_lt_ = $(am__v_lt_ at AM_DEFAULT_V@)
+am__v_lt_0 = --silent
+am__v_lt_1 = 
+libsynfigapp_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
+	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
 	$(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) \
 	$(libsynfigapp_la_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_P = $(am__v_P_ at AM_V@)
+am__v_P_ = $(am__v_P_ at AM_DEFAULT_V@)
+am__v_P_0 = false
+am__v_P_1 = :
+AM_V_GEN = $(am__v_GEN_ at AM_V@)
+am__v_GEN_ = $(am__v_GEN_ at AM_DEFAULT_V@)
+am__v_GEN_0 = @echo "  GEN     " $@;
+am__v_GEN_1 = 
+AM_V_at = $(am__v_at_ at AM_V@)
+am__v_at_ = $(am__v_at_ at AM_DEFAULT_V@)
+am__v_at_0 = @
+am__v_at_1 = 
 DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
 am__depfiles_maybe = depfiles
 am__mv = mv -f
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
-LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
-	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
+	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+	$(AM_CXXFLAGS) $(CXXFLAGS)
+AM_V_CXX = $(am__v_CXX_ at AM_V@)
+am__v_CXX_ = $(am__v_CXX_ at AM_DEFAULT_V@)
+am__v_CXX_0 = @echo "  CXX     " $@;
+am__v_CXX_1 = 
 CXXLD = $(CXX)
-CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
-	$(LDFLAGS) -o $@
+CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
+	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
+	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
+AM_V_CXXLD = $(am__v_CXXLD_ at AM_V@)
+am__v_CXXLD_ = $(am__v_CXXLD_ at AM_DEFAULT_V@)
+am__v_CXXLD_0 = @echo "  CXXLD   " $@;
+am__v_CXXLD_1 = 
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=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_ at AM_V@)
+am__v_CC_ = $(am__v_CC_ at AM_DEFAULT_V@)
+am__v_CC_0 = @echo "  CC      " $@;
+am__v_CC_1 = 
 CCLD = $(CC)
-LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
-	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
-	$(LDFLAGS) -o $@
+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_ at AM_V@)
+am__v_CCLD_ = $(am__v_CCLD_ at AM_DEFAULT_V@)
+am__v_CCLD_0 = @echo "  CCLD    " $@;
+am__v_CCLD_1 = 
 SOURCES = $(libsynfigapp_la_SOURCES)
 DIST_SOURCES = $(libsynfigapp_la_SOURCES)
 am__can_run_installinfo = \
@@ -245,6 +307,23 @@ am__can_run_installinfo = \
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
 HEADERS = $(include_synfigapp_HEADERS)
+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
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
@@ -780,6 +859,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 $(am__aclocal_m4_deps):
+
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 	@$(NORMAL_INSTALL)
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
@@ -814,8 +894,9 @@ clean-libLTLIBRARIES:
 	  echo rm -f $${locs}; \
 	  rm -f $${locs}; \
 	}
+
 libsynfigapp.la: $(libsynfigapp_la_OBJECTS) $(libsynfigapp_la_DEPENDENCIES) $(EXTRA_libsynfigapp_la_DEPENDENCIES) 
-	$(libsynfigapp_la_LINK) -rpath $(libdir) $(libsynfigapp_la_OBJECTS) $(libsynfigapp_la_LIBADD) $(LIBS)
+	$(AM_V_CXXLD)$(libsynfigapp_la_LINK) -rpath $(libdir) $(libsynfigapp_la_OBJECTS) $(libsynfigapp_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
 	-rm -f *.$(OBJEXT)
@@ -929,753 +1010,753 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libsynfigapp_la-wplistconverter.Plo at am__quote@
 
 .cpp.o:
- at am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ $<
 
 .cpp.obj:
- at am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
 .cpp.lo:
- at am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
 
 libsynfigapp_la-activepointadd.lo: actions/activepointadd.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointadd.Tpo -c -o libsynfigapp_la-activepointadd.lo `test -f 'actions/activepointadd.cpp' || echo '$(srcdir)/'`actions/activepointadd.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointadd.Tpo $(DEPDIR)/libsynfigapp_la-activepointadd.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/activepointadd.cpp' object='libsynfigapp_la-activepointadd.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointadd.Tpo -c -o libsynfigapp_la-activepointadd.lo `test -f 'actions/activepointadd.cpp' || echo '$(srcdir)/'`actions/activepointadd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointadd.Tpo $(DEPDIR)/libsynfigapp_la-activepointadd.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/activepointadd.cpp' object='libsynfigapp_la-activepointadd.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointadd.lo `test -f 'actions/activepointadd.cpp' || echo '$(srcdir)/'`actions/activepointadd.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointadd.lo `test -f 'actions/activepointadd.cpp' || echo '$(srcdir)/'`actions/activepointadd.cpp
 
 libsynfigapp_la-activepointremove.lo: actions/activepointremove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointremove.Tpo -c -o libsynfigapp_la-activepointremove.lo `test -f 'actions/activepointremove.cpp' || echo '$(srcdir)/'`actions/activepointremove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointremove.Tpo $(DEPDIR)/libsynfigapp_la-activepointremove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/activepointremove.cpp' object='libsynfigapp_la-activepointremove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointremove.Tpo -c -o libsynfigapp_la-activepointremove.lo `test -f 'actions/activepointremove.cpp' || echo '$(srcdir)/'`actions/activepointremove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointremove.Tpo $(DEPDIR)/libsynfigapp_la-activepointremove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/activepointremove.cpp' object='libsynfigapp_la-activepointremove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointremove.lo `test -f 'actions/activepointremove.cpp' || echo '$(srcdir)/'`actions/activepointremove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointremove.lo `test -f 'actions/activepointremove.cpp' || echo '$(srcdir)/'`actions/activepointremove.cpp
 
 libsynfigapp_la-activepointset.lo: actions/activepointset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointset.Tpo -c -o libsynfigapp_la-activepointset.lo `test -f 'actions/activepointset.cpp' || echo '$(srcdir)/'`actions/activepointset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointset.Tpo $(DEPDIR)/libsynfigapp_la-activepointset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/activepointset.cpp' object='libsynfigapp_la-activepointset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointset.Tpo -c -o libsynfigapp_la-activepointset.lo `test -f 'actions/activepointset.cpp' || echo '$(srcdir)/'`actions/activepointset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointset.Tpo $(DEPDIR)/libsynfigapp_la-activepointset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/activepointset.cpp' object='libsynfigapp_la-activepointset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointset.lo `test -f 'actions/activepointset.cpp' || echo '$(srcdir)/'`actions/activepointset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointset.lo `test -f 'actions/activepointset.cpp' || echo '$(srcdir)/'`actions/activepointset.cpp
 
 libsynfigapp_la-activepointsetoff.lo: actions/activepointsetoff.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointsetoff.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointsetoff.Tpo -c -o libsynfigapp_la-activepointsetoff.lo `test -f 'actions/activepointsetoff.cpp' || echo '$(srcdir)/'`actions/activepointsetoff.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointsetoff.Tpo $(DEPDIR)/libsynfigapp_la-activepointsetoff.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/activepointsetoff.cpp' object='libsynfigapp_la-activepointsetoff.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointsetoff.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointsetoff.Tpo -c -o libsynfigapp_la-activepointsetoff.lo `test -f 'actions/activepointsetoff.cpp' || echo '$(srcdir)/'`actions/activepointsetoff.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointsetoff.Tpo $(DEPDIR)/libsynfigapp_la-activepointsetoff.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/activepointsetoff.cpp' object='libsynfigapp_la-activepointsetoff.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointsetoff.lo `test -f 'actions/activepointsetoff.cpp' || echo '$(srcdir)/'`actions/activepointsetoff.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointsetoff.lo `test -f 'actions/activepointsetoff.cpp' || echo '$(srcdir)/'`actions/activepointsetoff.cpp
 
 libsynfigapp_la-activepointseton.lo: actions/activepointseton.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointseton.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointseton.Tpo -c -o libsynfigapp_la-activepointseton.lo `test -f 'actions/activepointseton.cpp' || echo '$(srcdir)/'`actions/activepointseton.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointseton.Tpo $(DEPDIR)/libsynfigapp_la-activepointseton.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/activepointseton.cpp' object='libsynfigapp_la-activepointseton.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointseton.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointseton.Tpo -c -o libsynfigapp_la-activepointseton.lo `test -f 'actions/activepointseton.cpp' || echo '$(srcdir)/'`actions/activepointseton.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointseton.Tpo $(DEPDIR)/libsynfigapp_la-activepointseton.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/activepointseton.cpp' object='libsynfigapp_la-activepointseton.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointseton.lo `test -f 'actions/activepointseton.cpp' || echo '$(srcdir)/'`actions/activepointseton.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointseton.lo `test -f 'actions/activepointseton.cpp' || echo '$(srcdir)/'`actions/activepointseton.cpp
 
 libsynfigapp_la-activepointsetsmart.lo: actions/activepointsetsmart.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointsetsmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointsetsmart.Tpo -c -o libsynfigapp_la-activepointsetsmart.lo `test -f 'actions/activepointsetsmart.cpp' || echo '$(srcdir)/'`actions/activepointsetsmart.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointsetsmart.Tpo $(DEPDIR)/libsynfigapp_la-activepointsetsmart.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/activepointsetsmart.cpp' object='libsynfigapp_la-activepointsetsmart.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointsetsmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointsetsmart.Tpo -c -o libsynfigapp_la-activepointsetsmart.lo `test -f 'actions/activepointsetsmart.cpp' || echo '$(srcdir)/'`actions/activepointsetsmart.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointsetsmart.Tpo $(DEPDIR)/libsynfigapp_la-activepointsetsmart.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/activepointsetsmart.cpp' object='libsynfigapp_la-activepointsetsmart.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointsetsmart.lo `test -f 'actions/activepointsetsmart.cpp' || echo '$(srcdir)/'`actions/activepointsetsmart.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointsetsmart.lo `test -f 'actions/activepointsetsmart.cpp' || echo '$(srcdir)/'`actions/activepointsetsmart.cpp
 
 libsynfigapp_la-activepointsimpleadd.lo: actions/activepointsimpleadd.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointsimpleadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointsimpleadd.Tpo -c -o libsynfigapp_la-activepointsimpleadd.lo `test -f 'actions/activepointsimpleadd.cpp' || echo '$(srcdir)/'`actions/activepointsimpleadd.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointsimpleadd.Tpo $(DEPDIR)/libsynfigapp_la-activepointsimpleadd.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/activepointsimpleadd.cpp' object='libsynfigapp_la-activepointsimpleadd.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-activepointsimpleadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-activepointsimpleadd.Tpo -c -o libsynfigapp_la-activepointsimpleadd.lo `test -f 'actions/activepointsimpleadd.cpp' || echo '$(srcdir)/'`actions/activepointsimpleadd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-activepointsimpleadd.Tpo $(DEPDIR)/libsynfigapp_la-activepointsimpleadd.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/activepointsimpleadd.cpp' object='libsynfigapp_la-activepointsimpleadd.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointsimpleadd.lo `test -f 'actions/activepointsimpleadd.cpp' || echo '$(srcdir)/'`actions/activepointsimpleadd.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-activepointsimpleadd.lo `test -f 'actions/activepointsimpleadd.cpp' || echo '$(srcdir)/'`actions/activepointsimpleadd.cpp
 
 libsynfigapp_la-canvasadd.lo: actions/canvasadd.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasadd.Tpo -c -o libsynfigapp_la-canvasadd.lo `test -f 'actions/canvasadd.cpp' || echo '$(srcdir)/'`actions/canvasadd.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasadd.Tpo $(DEPDIR)/libsynfigapp_la-canvasadd.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/canvasadd.cpp' object='libsynfigapp_la-canvasadd.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasadd.Tpo -c -o libsynfigapp_la-canvasadd.lo `test -f 'actions/canvasadd.cpp' || echo '$(srcdir)/'`actions/canvasadd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasadd.Tpo $(DEPDIR)/libsynfigapp_la-canvasadd.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/canvasadd.cpp' object='libsynfigapp_la-canvasadd.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasadd.lo `test -f 'actions/canvasadd.cpp' || echo '$(srcdir)/'`actions/canvasadd.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasadd.lo `test -f 'actions/canvasadd.cpp' || echo '$(srcdir)/'`actions/canvasadd.cpp
 
 libsynfigapp_la-canvasdescriptionset.lo: actions/canvasdescriptionset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasdescriptionset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasdescriptionset.Tpo -c -o libsynfigapp_la-canvasdescriptionset.lo `test -f 'actions/canvasdescriptionset.cpp' || echo '$(srcdir)/'`actions/canvasdescriptionset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasdescriptionset.Tpo $(DEPDIR)/libsynfigapp_la-canvasdescriptionset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/canvasdescriptionset.cpp' object='libsynfigapp_la-canvasdescriptionset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasdescriptionset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasdescriptionset.Tpo -c -o libsynfigapp_la-canvasdescriptionset.lo `test -f 'actions/canvasdescriptionset.cpp' || echo '$(srcdir)/'`actions/canvasdescriptionset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasdescriptionset.Tpo $(DEPDIR)/libsynfigapp_la-canvasdescriptionset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/canvasdescriptionset.cpp' object='libsynfigapp_la-canvasdescriptionset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasdescriptionset.lo `test -f 'actions/canvasdescriptionset.cpp' || echo '$(srcdir)/'`actions/canvasdescriptionset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasdescriptionset.lo `test -f 'actions/canvasdescriptionset.cpp' || echo '$(srcdir)/'`actions/canvasdescriptionset.cpp
 
 libsynfigapp_la-canvasidset.lo: actions/canvasidset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasidset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasidset.Tpo -c -o libsynfigapp_la-canvasidset.lo `test -f 'actions/canvasidset.cpp' || echo '$(srcdir)/'`actions/canvasidset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasidset.Tpo $(DEPDIR)/libsynfigapp_la-canvasidset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/canvasidset.cpp' object='libsynfigapp_la-canvasidset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasidset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasidset.Tpo -c -o libsynfigapp_la-canvasidset.lo `test -f 'actions/canvasidset.cpp' || echo '$(srcdir)/'`actions/canvasidset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasidset.Tpo $(DEPDIR)/libsynfigapp_la-canvasidset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/canvasidset.cpp' object='libsynfigapp_la-canvasidset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasidset.lo `test -f 'actions/canvasidset.cpp' || echo '$(srcdir)/'`actions/canvasidset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasidset.lo `test -f 'actions/canvasidset.cpp' || echo '$(srcdir)/'`actions/canvasidset.cpp
 
 libsynfigapp_la-canvasmetadataerase.lo: actions/canvasmetadataerase.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasmetadataerase.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasmetadataerase.Tpo -c -o libsynfigapp_la-canvasmetadataerase.lo `test -f 'actions/canvasmetadataerase.cpp' || echo '$(srcdir)/'`actions/canvasmetadataerase.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasmetadataerase.Tpo $(DEPDIR)/libsynfigapp_la-canvasmetadataerase.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/canvasmetadataerase.cpp' object='libsynfigapp_la-canvasmetadataerase.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasmetadataerase.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasmetadataerase.Tpo -c -o libsynfigapp_la-canvasmetadataerase.lo `test -f 'actions/canvasmetadataerase.cpp' || echo '$(srcdir)/'`actions/canvasmetadataerase.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasmetadataerase.Tpo $(DEPDIR)/libsynfigapp_la-canvasmetadataerase.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/canvasmetadataerase.cpp' object='libsynfigapp_la-canvasmetadataerase.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasmetadataerase.lo `test -f 'actions/canvasmetadataerase.cpp' || echo '$(srcdir)/'`actions/canvasmetadataerase.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasmetadataerase.lo `test -f 'actions/canvasmetadataerase.cpp' || echo '$(srcdir)/'`actions/canvasmetadataerase.cpp
 
 libsynfigapp_la-canvasmetadataset.lo: actions/canvasmetadataset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasmetadataset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasmetadataset.Tpo -c -o libsynfigapp_la-canvasmetadataset.lo `test -f 'actions/canvasmetadataset.cpp' || echo '$(srcdir)/'`actions/canvasmetadataset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasmetadataset.Tpo $(DEPDIR)/libsynfigapp_la-canvasmetadataset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/canvasmetadataset.cpp' object='libsynfigapp_la-canvasmetadataset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasmetadataset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasmetadataset.Tpo -c -o libsynfigapp_la-canvasmetadataset.lo `test -f 'actions/canvasmetadataset.cpp' || echo '$(srcdir)/'`actions/canvasmetadataset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasmetadataset.Tpo $(DEPDIR)/libsynfigapp_la-canvasmetadataset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/canvasmetadataset.cpp' object='libsynfigapp_la-canvasmetadataset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasmetadataset.lo `test -f 'actions/canvasmetadataset.cpp' || echo '$(srcdir)/'`actions/canvasmetadataset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasmetadataset.lo `test -f 'actions/canvasmetadataset.cpp' || echo '$(srcdir)/'`actions/canvasmetadataset.cpp
 
 libsynfigapp_la-canvasnameset.lo: actions/canvasnameset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasnameset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasnameset.Tpo -c -o libsynfigapp_la-canvasnameset.lo `test -f 'actions/canvasnameset.cpp' || echo '$(srcdir)/'`actions/canvasnameset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasnameset.Tpo $(DEPDIR)/libsynfigapp_la-canvasnameset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/canvasnameset.cpp' object='libsynfigapp_la-canvasnameset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasnameset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasnameset.Tpo -c -o libsynfigapp_la-canvasnameset.lo `test -f 'actions/canvasnameset.cpp' || echo '$(srcdir)/'`actions/canvasnameset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasnameset.Tpo $(DEPDIR)/libsynfigapp_la-canvasnameset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/canvasnameset.cpp' object='libsynfigapp_la-canvasnameset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasnameset.lo `test -f 'actions/canvasnameset.cpp' || echo '$(srcdir)/'`actions/canvasnameset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasnameset.lo `test -f 'actions/canvasnameset.cpp' || echo '$(srcdir)/'`actions/canvasnameset.cpp
 
 libsynfigapp_la-canvasremove.lo: actions/canvasremove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasremove.Tpo -c -o libsynfigapp_la-canvasremove.lo `test -f 'actions/canvasremove.cpp' || echo '$(srcdir)/'`actions/canvasremove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasremove.Tpo $(DEPDIR)/libsynfigapp_la-canvasremove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/canvasremove.cpp' object='libsynfigapp_la-canvasremove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasremove.Tpo -c -o libsynfigapp_la-canvasremove.lo `test -f 'actions/canvasremove.cpp' || echo '$(srcdir)/'`actions/canvasremove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasremove.Tpo $(DEPDIR)/libsynfigapp_la-canvasremove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/canvasremove.cpp' object='libsynfigapp_la-canvasremove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasremove.lo `test -f 'actions/canvasremove.cpp' || echo '$(srcdir)/'`actions/canvasremove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasremove.lo `test -f 'actions/canvasremove.cpp' || echo '$(srcdir)/'`actions/canvasremove.cpp
 
 libsynfigapp_la-canvasrenddescset.lo: actions/canvasrenddescset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasrenddescset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasrenddescset.Tpo -c -o libsynfigapp_la-canvasrenddescset.lo `test -f 'actions/canvasrenddescset.cpp' || echo '$(srcdir)/'`actions/canvasrenddescset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasrenddescset.Tpo $(DEPDIR)/libsynfigapp_la-canvasrenddescset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/canvasrenddescset.cpp' object='libsynfigapp_la-canvasrenddescset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasrenddescset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasrenddescset.Tpo -c -o libsynfigapp_la-canvasrenddescset.lo `test -f 'actions/canvasrenddescset.cpp' || echo '$(srcdir)/'`actions/canvasrenddescset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasrenddescset.Tpo $(DEPDIR)/libsynfigapp_la-canvasrenddescset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/canvasrenddescset.cpp' object='libsynfigapp_la-canvasrenddescset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasrenddescset.lo `test -f 'actions/canvasrenddescset.cpp' || echo '$(srcdir)/'`actions/canvasrenddescset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasrenddescset.lo `test -f 'actions/canvasrenddescset.cpp' || echo '$(srcdir)/'`actions/canvasrenddescset.cpp
 
 libsynfigapp_la-groupaddlayers.lo: actions/groupaddlayers.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-groupaddlayers.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-groupaddlayers.Tpo -c -o libsynfigapp_la-groupaddlayers.lo `test -f 'actions/groupaddlayers.cpp' || echo '$(srcdir)/'`actions/groupaddlayers.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-groupaddlayers.Tpo $(DEPDIR)/libsynfigapp_la-groupaddlayers.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/groupaddlayers.cpp' object='libsynfigapp_la-groupaddlayers.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-groupaddlayers.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-groupaddlayers.Tpo -c -o libsynfigapp_la-groupaddlayers.lo `test -f 'actions/groupaddlayers.cpp' || echo '$(srcdir)/'`actions/groupaddlayers.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-groupaddlayers.Tpo $(DEPDIR)/libsynfigapp_la-groupaddlayers.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/groupaddlayers.cpp' object='libsynfigapp_la-groupaddlayers.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-groupaddlayers.lo `test -f 'actions/groupaddlayers.cpp' || echo '$(srcdir)/'`actions/groupaddlayers.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-groupaddlayers.lo `test -f 'actions/groupaddlayers.cpp' || echo '$(srcdir)/'`actions/groupaddlayers.cpp
 
 libsynfigapp_la-groupremove.lo: actions/groupremove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-groupremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-groupremove.Tpo -c -o libsynfigapp_la-groupremove.lo `test -f 'actions/groupremove.cpp' || echo '$(srcdir)/'`actions/groupremove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-groupremove.Tpo $(DEPDIR)/libsynfigapp_la-groupremove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/groupremove.cpp' object='libsynfigapp_la-groupremove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-groupremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-groupremove.Tpo -c -o libsynfigapp_la-groupremove.lo `test -f 'actions/groupremove.cpp' || echo '$(srcdir)/'`actions/groupremove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-groupremove.Tpo $(DEPDIR)/libsynfigapp_la-groupremove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/groupremove.cpp' object='libsynfigapp_la-groupremove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-groupremove.lo `test -f 'actions/groupremove.cpp' || echo '$(srcdir)/'`actions/groupremove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-groupremove.lo `test -f 'actions/groupremove.cpp' || echo '$(srcdir)/'`actions/groupremove.cpp
 
 libsynfigapp_la-groupremovelayers.lo: actions/groupremovelayers.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-groupremovelayers.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-groupremovelayers.Tpo -c -o libsynfigapp_la-groupremovelayers.lo `test -f 'actions/groupremovelayers.cpp' || echo '$(srcdir)/'`actions/groupremovelayers.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-groupremovelayers.Tpo $(DEPDIR)/libsynfigapp_la-groupremovelayers.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/groupremovelayers.cpp' object='libsynfigapp_la-groupremovelayers.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-groupremovelayers.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-groupremovelayers.Tpo -c -o libsynfigapp_la-groupremovelayers.lo `test -f 'actions/groupremovelayers.cpp' || echo '$(srcdir)/'`actions/groupremovelayers.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-groupremovelayers.Tpo $(DEPDIR)/libsynfigapp_la-groupremovelayers.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/groupremovelayers.cpp' object='libsynfigapp_la-groupremovelayers.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-groupremovelayers.lo `test -f 'actions/groupremovelayers.cpp' || echo '$(srcdir)/'`actions/groupremovelayers.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-groupremovelayers.lo `test -f 'actions/groupremovelayers.cpp' || echo '$(srcdir)/'`actions/groupremovelayers.cpp
 
 libsynfigapp_la-grouprename.lo: actions/grouprename.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-grouprename.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-grouprename.Tpo -c -o libsynfigapp_la-grouprename.lo `test -f 'actions/grouprename.cpp' || echo '$(srcdir)/'`actions/grouprename.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-grouprename.Tpo $(DEPDIR)/libsynfigapp_la-grouprename.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/grouprename.cpp' object='libsynfigapp_la-grouprename.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-grouprename.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-grouprename.Tpo -c -o libsynfigapp_la-grouprename.lo `test -f 'actions/grouprename.cpp' || echo '$(srcdir)/'`actions/grouprename.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-grouprename.Tpo $(DEPDIR)/libsynfigapp_la-grouprename.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/grouprename.cpp' object='libsynfigapp_la-grouprename.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-grouprename.lo `test -f 'actions/grouprename.cpp' || echo '$(srcdir)/'`actions/grouprename.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-grouprename.lo `test -f 'actions/grouprename.cpp' || echo '$(srcdir)/'`actions/grouprename.cpp
 
 libsynfigapp_la-keyframeadd.lo: actions/keyframeadd.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframeadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframeadd.Tpo -c -o libsynfigapp_la-keyframeadd.lo `test -f 'actions/keyframeadd.cpp' || echo '$(srcdir)/'`actions/keyframeadd.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframeadd.Tpo $(DEPDIR)/libsynfigapp_la-keyframeadd.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/keyframeadd.cpp' object='libsynfigapp_la-keyframeadd.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframeadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframeadd.Tpo -c -o libsynfigapp_la-keyframeadd.lo `test -f 'actions/keyframeadd.cpp' || echo '$(srcdir)/'`actions/keyframeadd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframeadd.Tpo $(DEPDIR)/libsynfigapp_la-keyframeadd.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/keyframeadd.cpp' object='libsynfigapp_la-keyframeadd.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframeadd.lo `test -f 'actions/keyframeadd.cpp' || echo '$(srcdir)/'`actions/keyframeadd.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframeadd.lo `test -f 'actions/keyframeadd.cpp' || echo '$(srcdir)/'`actions/keyframeadd.cpp
 
 libsynfigapp_la-keyframeduplicate.lo: actions/keyframeduplicate.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframeduplicate.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframeduplicate.Tpo -c -o libsynfigapp_la-keyframeduplicate.lo `test -f 'actions/keyframeduplicate.cpp' || echo '$(srcdir)/'`actions/keyframeduplicate.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframeduplicate.Tpo $(DEPDIR)/libsynfigapp_la-keyframeduplicate.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/keyframeduplicate.cpp' object='libsynfigapp_la-keyframeduplicate.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframeduplicate.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframeduplicate.Tpo -c -o libsynfigapp_la-keyframeduplicate.lo `test -f 'actions/keyframeduplicate.cpp' || echo '$(srcdir)/'`actions/keyframeduplicate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframeduplicate.Tpo $(DEPDIR)/libsynfigapp_la-keyframeduplicate.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/keyframeduplicate.cpp' object='libsynfigapp_la-keyframeduplicate.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframeduplicate.lo `test -f 'actions/keyframeduplicate.cpp' || echo '$(srcdir)/'`actions/keyframeduplicate.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframeduplicate.lo `test -f 'actions/keyframeduplicate.cpp' || echo '$(srcdir)/'`actions/keyframeduplicate.cpp
 
 libsynfigapp_la-keyframeremove.lo: actions/keyframeremove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframeremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframeremove.Tpo -c -o libsynfigapp_la-keyframeremove.lo `test -f 'actions/keyframeremove.cpp' || echo '$(srcdir)/'`actions/keyframeremove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframeremove.Tpo $(DEPDIR)/libsynfigapp_la-keyframeremove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/keyframeremove.cpp' object='libsynfigapp_la-keyframeremove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframeremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframeremove.Tpo -c -o libsynfigapp_la-keyframeremove.lo `test -f 'actions/keyframeremove.cpp' || echo '$(srcdir)/'`actions/keyframeremove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframeremove.Tpo $(DEPDIR)/libsynfigapp_la-keyframeremove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/keyframeremove.cpp' object='libsynfigapp_la-keyframeremove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframeremove.lo `test -f 'actions/keyframeremove.cpp' || echo '$(srcdir)/'`actions/keyframeremove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframeremove.lo `test -f 'actions/keyframeremove.cpp' || echo '$(srcdir)/'`actions/keyframeremove.cpp
 
 libsynfigapp_la-keyframetoggl.lo: actions/keyframetoggl.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframetoggl.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframetoggl.Tpo -c -o libsynfigapp_la-keyframetoggl.lo `test -f 'actions/keyframetoggl.cpp' || echo '$(srcdir)/'`actions/keyframetoggl.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframetoggl.Tpo $(DEPDIR)/libsynfigapp_la-keyframetoggl.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/keyframetoggl.cpp' object='libsynfigapp_la-keyframetoggl.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframetoggl.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframetoggl.Tpo -c -o libsynfigapp_la-keyframetoggl.lo `test -f 'actions/keyframetoggl.cpp' || echo '$(srcdir)/'`actions/keyframetoggl.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframetoggl.Tpo $(DEPDIR)/libsynfigapp_la-keyframetoggl.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/keyframetoggl.cpp' object='libsynfigapp_la-keyframetoggl.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframetoggl.lo `test -f 'actions/keyframetoggl.cpp' || echo '$(srcdir)/'`actions/keyframetoggl.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframetoggl.lo `test -f 'actions/keyframetoggl.cpp' || echo '$(srcdir)/'`actions/keyframetoggl.cpp
 
 libsynfigapp_la-keyframeset.lo: actions/keyframeset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframeset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframeset.Tpo -c -o libsynfigapp_la-keyframeset.lo `test -f 'actions/keyframeset.cpp' || echo '$(srcdir)/'`actions/keyframeset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframeset.Tpo $(DEPDIR)/libsynfigapp_la-keyframeset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/keyframeset.cpp' object='libsynfigapp_la-keyframeset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframeset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframeset.Tpo -c -o libsynfigapp_la-keyframeset.lo `test -f 'actions/keyframeset.cpp' || echo '$(srcdir)/'`actions/keyframeset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframeset.Tpo $(DEPDIR)/libsynfigapp_la-keyframeset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/keyframeset.cpp' object='libsynfigapp_la-keyframeset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframeset.lo `test -f 'actions/keyframeset.cpp' || echo '$(srcdir)/'`actions/keyframeset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframeset.lo `test -f 'actions/keyframeset.cpp' || echo '$(srcdir)/'`actions/keyframeset.cpp
 
 libsynfigapp_la-keyframesetdelta.lo: actions/keyframesetdelta.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframesetdelta.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframesetdelta.Tpo -c -o libsynfigapp_la-keyframesetdelta.lo `test -f 'actions/keyframesetdelta.cpp' || echo '$(srcdir)/'`actions/keyframesetdelta.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframesetdelta.Tpo $(DEPDIR)/libsynfigapp_la-keyframesetdelta.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/keyframesetdelta.cpp' object='libsynfigapp_la-keyframesetdelta.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframesetdelta.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframesetdelta.Tpo -c -o libsynfigapp_la-keyframesetdelta.lo `test -f 'actions/keyframesetdelta.cpp' || echo '$(srcdir)/'`actions/keyframesetdelta.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframesetdelta.Tpo $(DEPDIR)/libsynfigapp_la-keyframesetdelta.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/keyframesetdelta.cpp' object='libsynfigapp_la-keyframesetdelta.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframesetdelta.lo `test -f 'actions/keyframesetdelta.cpp' || echo '$(srcdir)/'`actions/keyframesetdelta.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframesetdelta.lo `test -f 'actions/keyframesetdelta.cpp' || echo '$(srcdir)/'`actions/keyframesetdelta.cpp
 
 libsynfigapp_la-keyframewaypointset.lo: actions/keyframewaypointset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframewaypointset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframewaypointset.Tpo -c -o libsynfigapp_la-keyframewaypointset.lo `test -f 'actions/keyframewaypointset.cpp' || echo '$(srcdir)/'`actions/keyframewaypointset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframewaypointset.Tpo $(DEPDIR)/libsynfigapp_la-keyframewaypointset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/keyframewaypointset.cpp' object='libsynfigapp_la-keyframewaypointset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-keyframewaypointset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-keyframewaypointset.Tpo -c -o libsynfigapp_la-keyframewaypointset.lo `test -f 'actions/keyframewaypointset.cpp' || echo '$(srcdir)/'`actions/keyframewaypointset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-keyframewaypointset.Tpo $(DEPDIR)/libsynfigapp_la-keyframewaypointset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/keyframewaypointset.cpp' object='libsynfigapp_la-keyframewaypointset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframewaypointset.lo `test -f 'actions/keyframewaypointset.cpp' || echo '$(srcdir)/'`actions/keyframewaypointset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-keyframewaypointset.lo `test -f 'actions/keyframewaypointset.cpp' || echo '$(srcdir)/'`actions/keyframewaypointset.cpp
 
 libsynfigapp_la-layeractivate.lo: actions/layeractivate.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layeractivate.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layeractivate.Tpo -c -o libsynfigapp_la-layeractivate.lo `test -f 'actions/layeractivate.cpp' || echo '$(srcdir)/'`actions/layeractivate.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layeractivate.Tpo $(DEPDIR)/libsynfigapp_la-layeractivate.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layeractivate.cpp' object='libsynfigapp_la-layeractivate.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layeractivate.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layeractivate.Tpo -c -o libsynfigapp_la-layeractivate.lo `test -f 'actions/layeractivate.cpp' || echo '$(srcdir)/'`actions/layeractivate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layeractivate.Tpo $(DEPDIR)/libsynfigapp_la-layeractivate.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layeractivate.cpp' object='libsynfigapp_la-layeractivate.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layeractivate.lo `test -f 'actions/layeractivate.cpp' || echo '$(srcdir)/'`actions/layeractivate.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layeractivate.lo `test -f 'actions/layeractivate.cpp' || echo '$(srcdir)/'`actions/layeractivate.cpp
 
 libsynfigapp_la-layeradd.lo: actions/layeradd.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layeradd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layeradd.Tpo -c -o libsynfigapp_la-layeradd.lo `test -f 'actions/layeradd.cpp' || echo '$(srcdir)/'`actions/layeradd.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layeradd.Tpo $(DEPDIR)/libsynfigapp_la-layeradd.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layeradd.cpp' object='libsynfigapp_la-layeradd.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layeradd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layeradd.Tpo -c -o libsynfigapp_la-layeradd.lo `test -f 'actions/layeradd.cpp' || echo '$(srcdir)/'`actions/layeradd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layeradd.Tpo $(DEPDIR)/libsynfigapp_la-layeradd.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layeradd.cpp' object='libsynfigapp_la-layeradd.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layeradd.lo `test -f 'actions/layeradd.cpp' || echo '$(srcdir)/'`actions/layeradd.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layeradd.lo `test -f 'actions/layeradd.cpp' || echo '$(srcdir)/'`actions/layeradd.cpp
 
 libsynfigapp_la-layerduplicate.lo: actions/layerduplicate.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerduplicate.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerduplicate.Tpo -c -o libsynfigapp_la-layerduplicate.lo `test -f 'actions/layerduplicate.cpp' || echo '$(srcdir)/'`actions/layerduplicate.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerduplicate.Tpo $(DEPDIR)/libsynfigapp_la-layerduplicate.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerduplicate.cpp' object='libsynfigapp_la-layerduplicate.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerduplicate.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerduplicate.Tpo -c -o libsynfigapp_la-layerduplicate.lo `test -f 'actions/layerduplicate.cpp' || echo '$(srcdir)/'`actions/layerduplicate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerduplicate.Tpo $(DEPDIR)/libsynfigapp_la-layerduplicate.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerduplicate.cpp' object='libsynfigapp_la-layerduplicate.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerduplicate.lo `test -f 'actions/layerduplicate.cpp' || echo '$(srcdir)/'`actions/layerduplicate.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerduplicate.lo `test -f 'actions/layerduplicate.cpp' || echo '$(srcdir)/'`actions/layerduplicate.cpp
 
 libsynfigapp_la-layerencapsulate.lo: actions/layerencapsulate.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerencapsulate.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerencapsulate.Tpo -c -o libsynfigapp_la-layerencapsulate.lo `test -f 'actions/layerencapsulate.cpp' || echo '$(srcdir)/'`actions/layerencapsulate.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerencapsulate.Tpo $(DEPDIR)/libsynfigapp_la-layerencapsulate.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerencapsulate.cpp' object='libsynfigapp_la-layerencapsulate.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerencapsulate.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerencapsulate.Tpo -c -o libsynfigapp_la-layerencapsulate.lo `test -f 'actions/layerencapsulate.cpp' || echo '$(srcdir)/'`actions/layerencapsulate.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerencapsulate.Tpo $(DEPDIR)/libsynfigapp_la-layerencapsulate.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerencapsulate.cpp' object='libsynfigapp_la-layerencapsulate.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerencapsulate.lo `test -f 'actions/layerencapsulate.cpp' || echo '$(srcdir)/'`actions/layerencapsulate.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerencapsulate.lo `test -f 'actions/layerencapsulate.cpp' || echo '$(srcdir)/'`actions/layerencapsulate.cpp
 
 libsynfigapp_la-layerlower.lo: actions/layerlower.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerlower.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerlower.Tpo -c -o libsynfigapp_la-layerlower.lo `test -f 'actions/layerlower.cpp' || echo '$(srcdir)/'`actions/layerlower.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerlower.Tpo $(DEPDIR)/libsynfigapp_la-layerlower.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerlower.cpp' object='libsynfigapp_la-layerlower.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerlower.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerlower.Tpo -c -o libsynfigapp_la-layerlower.lo `test -f 'actions/layerlower.cpp' || echo '$(srcdir)/'`actions/layerlower.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerlower.Tpo $(DEPDIR)/libsynfigapp_la-layerlower.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerlower.cpp' object='libsynfigapp_la-layerlower.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerlower.lo `test -f 'actions/layerlower.cpp' || echo '$(srcdir)/'`actions/layerlower.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerlower.lo `test -f 'actions/layerlower.cpp' || echo '$(srcdir)/'`actions/layerlower.cpp
 
 libsynfigapp_la-layermove.lo: actions/layermove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layermove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layermove.Tpo -c -o libsynfigapp_la-layermove.lo `test -f 'actions/layermove.cpp' || echo '$(srcdir)/'`actions/layermove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layermove.Tpo $(DEPDIR)/libsynfigapp_la-layermove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layermove.cpp' object='libsynfigapp_la-layermove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layermove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layermove.Tpo -c -o libsynfigapp_la-layermove.lo `test -f 'actions/layermove.cpp' || echo '$(srcdir)/'`actions/layermove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layermove.Tpo $(DEPDIR)/libsynfigapp_la-layermove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layermove.cpp' object='libsynfigapp_la-layermove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layermove.lo `test -f 'actions/layermove.cpp' || echo '$(srcdir)/'`actions/layermove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layermove.lo `test -f 'actions/layermove.cpp' || echo '$(srcdir)/'`actions/layermove.cpp
 
 libsynfigapp_la-layermakebline.lo: actions/layermakebline.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layermakebline.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layermakebline.Tpo -c -o libsynfigapp_la-layermakebline.lo `test -f 'actions/layermakebline.cpp' || echo '$(srcdir)/'`actions/layermakebline.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layermakebline.Tpo $(DEPDIR)/libsynfigapp_la-layermakebline.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layermakebline.cpp' object='libsynfigapp_la-layermakebline.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layermakebline.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layermakebline.Tpo -c -o libsynfigapp_la-layermakebline.lo `test -f 'actions/layermakebline.cpp' || echo '$(srcdir)/'`actions/layermakebline.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layermakebline.Tpo $(DEPDIR)/libsynfigapp_la-layermakebline.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layermakebline.cpp' object='libsynfigapp_la-layermakebline.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layermakebline.lo `test -f 'actions/layermakebline.cpp' || echo '$(srcdir)/'`actions/layermakebline.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layermakebline.lo `test -f 'actions/layermakebline.cpp' || echo '$(srcdir)/'`actions/layermakebline.cpp
 
 libsynfigapp_la-layerparamconnect.lo: actions/layerparamconnect.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamconnect.Tpo -c -o libsynfigapp_la-layerparamconnect.lo `test -f 'actions/layerparamconnect.cpp' || echo '$(srcdir)/'`actions/layerparamconnect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamconnect.Tpo $(DEPDIR)/libsynfigapp_la-layerparamconnect.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerparamconnect.cpp' object='libsynfigapp_la-layerparamconnect.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamconnect.Tpo -c -o libsynfigapp_la-layerparamconnect.lo `test -f 'actions/layerparamconnect.cpp' || echo '$(srcdir)/'`actions/layerparamconnect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamconnect.Tpo $(DEPDIR)/libsynfigapp_la-layerparamconnect.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerparamconnect.cpp' object='libsynfigapp_la-layerparamconnect.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamconnect.lo `test -f 'actions/layerparamconnect.cpp' || echo '$(srcdir)/'`actions/layerparamconnect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamconnect.lo `test -f 'actions/layerparamconnect.cpp' || echo '$(srcdir)/'`actions/layerparamconnect.cpp
 
 libsynfigapp_la-layerparamdisconnect.lo: actions/layerparamdisconnect.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamdisconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamdisconnect.Tpo -c -o libsynfigapp_la-layerparamdisconnect.lo `test -f 'actions/layerparamdisconnect.cpp' || echo '$(srcdir)/'`actions/layerparamdisconnect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamdisconnect.Tpo $(DEPDIR)/libsynfigapp_la-layerparamdisconnect.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerparamdisconnect.cpp' object='libsynfigapp_la-layerparamdisconnect.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamdisconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamdisconnect.Tpo -c -o libsynfigapp_la-layerparamdisconnect.lo `test -f 'actions/layerparamdisconnect.cpp' || echo '$(srcdir)/'`actions/layerparamdisconnect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamdisconnect.Tpo $(DEPDIR)/libsynfigapp_la-layerparamdisconnect.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerparamdisconnect.cpp' object='libsynfigapp_la-layerparamdisconnect.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamdisconnect.lo `test -f 'actions/layerparamdisconnect.cpp' || echo '$(srcdir)/'`actions/layerparamdisconnect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamdisconnect.lo `test -f 'actions/layerparamdisconnect.cpp' || echo '$(srcdir)/'`actions/layerparamdisconnect.cpp
 
 libsynfigapp_la-layerparamset.lo: actions/layerparamset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamset.Tpo -c -o libsynfigapp_la-layerparamset.lo `test -f 'actions/layerparamset.cpp' || echo '$(srcdir)/'`actions/layerparamset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamset.Tpo $(DEPDIR)/libsynfigapp_la-layerparamset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerparamset.cpp' object='libsynfigapp_la-layerparamset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamset.Tpo -c -o libsynfigapp_la-layerparamset.lo `test -f 'actions/layerparamset.cpp' || echo '$(srcdir)/'`actions/layerparamset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamset.Tpo $(DEPDIR)/libsynfigapp_la-layerparamset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerparamset.cpp' object='libsynfigapp_la-layerparamset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamset.lo `test -f 'actions/layerparamset.cpp' || echo '$(srcdir)/'`actions/layerparamset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamset.lo `test -f 'actions/layerparamset.cpp' || echo '$(srcdir)/'`actions/layerparamset.cpp
 
 libsynfigapp_la-layerparamsetstatic.lo: actions/layerparamsetstatic.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamsetstatic.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamsetstatic.Tpo -c -o libsynfigapp_la-layerparamsetstatic.lo `test -f 'actions/layerparamsetstatic.cpp' || echo '$(srcdir)/'`actions/layerparamsetstatic.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamsetstatic.Tpo $(DEPDIR)/libsynfigapp_la-layerparamsetstatic.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerparamsetstatic.cpp' object='libsynfigapp_la-layerparamsetstatic.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamsetstatic.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamsetstatic.Tpo -c -o libsynfigapp_la-layerparamsetstatic.lo `test -f 'actions/layerparamsetstatic.cpp' || echo '$(srcdir)/'`actions/layerparamsetstatic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamsetstatic.Tpo $(DEPDIR)/libsynfigapp_la-layerparamsetstatic.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerparamsetstatic.cpp' object='libsynfigapp_la-layerparamsetstatic.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamsetstatic.lo `test -f 'actions/layerparamsetstatic.cpp' || echo '$(srcdir)/'`actions/layerparamsetstatic.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamsetstatic.lo `test -f 'actions/layerparamsetstatic.cpp' || echo '$(srcdir)/'`actions/layerparamsetstatic.cpp
 
 libsynfigapp_la-layerparamunsetstatic.lo: actions/layerparamunsetstatic.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamunsetstatic.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamunsetstatic.Tpo -c -o libsynfigapp_la-layerparamunsetstatic.lo `test -f 'actions/layerparamunsetstatic.cpp' || echo '$(srcdir)/'`actions/layerparamunsetstatic.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamunsetstatic.Tpo $(DEPDIR)/libsynfigapp_la-layerparamunsetstatic.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerparamunsetstatic.cpp' object='libsynfigapp_la-layerparamunsetstatic.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerparamunsetstatic.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerparamunsetstatic.Tpo -c -o libsynfigapp_la-layerparamunsetstatic.lo `test -f 'actions/layerparamunsetstatic.cpp' || echo '$(srcdir)/'`actions/layerparamunsetstatic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerparamunsetstatic.Tpo $(DEPDIR)/libsynfigapp_la-layerparamunsetstatic.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerparamunsetstatic.cpp' object='libsynfigapp_la-layerparamunsetstatic.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamunsetstatic.lo `test -f 'actions/layerparamunsetstatic.cpp' || echo '$(srcdir)/'`actions/layerparamunsetstatic.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerparamunsetstatic.lo `test -f 'actions/layerparamunsetstatic.cpp' || echo '$(srcdir)/'`actions/layerparamunsetstatic.cpp
 
 libsynfigapp_la-layerraise.lo: actions/layerraise.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerraise.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerraise.Tpo -c -o libsynfigapp_la-layerraise.lo `test -f 'actions/layerraise.cpp' || echo '$(srcdir)/'`actions/layerraise.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerraise.Tpo $(DEPDIR)/libsynfigapp_la-layerraise.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerraise.cpp' object='libsynfigapp_la-layerraise.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerraise.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerraise.Tpo -c -o libsynfigapp_la-layerraise.lo `test -f 'actions/layerraise.cpp' || echo '$(srcdir)/'`actions/layerraise.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerraise.Tpo $(DEPDIR)/libsynfigapp_la-layerraise.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerraise.cpp' object='libsynfigapp_la-layerraise.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerraise.lo `test -f 'actions/layerraise.cpp' || echo '$(srcdir)/'`actions/layerraise.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerraise.lo `test -f 'actions/layerraise.cpp' || echo '$(srcdir)/'`actions/layerraise.cpp
 
 libsynfigapp_la-layerremove.lo: actions/layerremove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerremove.Tpo -c -o libsynfigapp_la-layerremove.lo `test -f 'actions/layerremove.cpp' || echo '$(srcdir)/'`actions/layerremove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layerremove.Tpo $(DEPDIR)/libsynfigapp_la-layerremove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layerremove.cpp' object='libsynfigapp_la-layerremove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layerremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layerremove.Tpo -c -o libsynfigapp_la-layerremove.lo `test -f 'actions/layerremove.cpp' || echo '$(srcdir)/'`actions/layerremove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layerremove.Tpo $(DEPDIR)/libsynfigapp_la-layerremove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layerremove.cpp' object='libsynfigapp_la-layerremove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerremove.lo `test -f 'actions/layerremove.cpp' || echo '$(srcdir)/'`actions/layerremove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layerremove.lo `test -f 'actions/layerremove.cpp' || echo '$(srcdir)/'`actions/layerremove.cpp
 
 libsynfigapp_la-layersetdesc.lo: actions/layersetdesc.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layersetdesc.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layersetdesc.Tpo -c -o libsynfigapp_la-layersetdesc.lo `test -f 'actions/layersetdesc.cpp' || echo '$(srcdir)/'`actions/layersetdesc.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layersetdesc.Tpo $(DEPDIR)/libsynfigapp_la-layersetdesc.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layersetdesc.cpp' object='libsynfigapp_la-layersetdesc.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layersetdesc.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layersetdesc.Tpo -c -o libsynfigapp_la-layersetdesc.lo `test -f 'actions/layersetdesc.cpp' || echo '$(srcdir)/'`actions/layersetdesc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layersetdesc.Tpo $(DEPDIR)/libsynfigapp_la-layersetdesc.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layersetdesc.cpp' object='libsynfigapp_la-layersetdesc.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layersetdesc.lo `test -f 'actions/layersetdesc.cpp' || echo '$(srcdir)/'`actions/layersetdesc.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layersetdesc.lo `test -f 'actions/layersetdesc.cpp' || echo '$(srcdir)/'`actions/layersetdesc.cpp
 
 libsynfigapp_la-layersetexcludefromrendering.lo: actions/layersetexcludefromrendering.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layersetexcludefromrendering.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layersetexcludefromrendering.Tpo -c -o libsynfigapp_la-layersetexcludefromrendering.lo `test -f 'actions/layersetexcludefromrendering.cpp' || echo '$(srcdir)/'`actions/layersetexcludefromrendering.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-layersetexcludefromrendering.Tpo $(DEPDIR)/libsynfigapp_la-layersetexcludefromrendering.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/layersetexcludefromrendering.cpp' object='libsynfigapp_la-layersetexcludefromrendering.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-layersetexcludefromrendering.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-layersetexcludefromrendering.Tpo -c -o libsynfigapp_la-layersetexcludefromrendering.lo `test -f 'actions/layersetexcludefromrendering.cpp' || echo '$(srcdir)/'`actions/layersetexcludefromrendering.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-layersetexcludefromrendering.Tpo $(DEPDIR)/libsynfigapp_la-layersetexcludefromrendering.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/layersetexcludefromrendering.cpp' object='libsynfigapp_la-layersetexcludefromrendering.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layersetexcludefromrendering.lo `test -f 'actions/layersetexcludefromrendering.cpp' || echo '$(srcdir)/'`actions/layersetexcludefromrendering.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-layersetexcludefromrendering.lo `test -f 'actions/layersetexcludefromrendering.cpp' || echo '$(srcdir)/'`actions/layersetexcludefromrendering.cpp
 
 libsynfigapp_la-blinepointtangentmerge.lo: actions/blinepointtangentmerge.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-blinepointtangentmerge.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-blinepointtangentmerge.Tpo -c -o libsynfigapp_la-blinepointtangentmerge.lo `test -f 'actions/blinepointtangentmerge.cpp' || echo '$(srcdir)/'`actions/blinepointtangentmerge.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-blinepointtangentmerge.Tpo $(DEPDIR)/libsynfigapp_la-blinepointtangentmerge.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/blinepointtangentmerge.cpp' object='libsynfigapp_la-blinepointtangentmerge.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-blinepointtangentmerge.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-blinepointtangentmerge.Tpo -c -o libsynfigapp_la-blinepointtangentmerge.lo `test -f 'actions/blinepointtangentmerge.cpp' || echo '$(srcdir)/'`actions/blinepointtangentmerge.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-blinepointtangentmerge.Tpo $(DEPDIR)/libsynfigapp_la-blinepointtangentmerge.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/blinepointtangentmerge.cpp' object='libsynfigapp_la-blinepointtangentmerge.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-blinepointtangentmerge.lo `test -f 'actions/blinepointtangentmerge.cpp' || echo '$(srcdir)/'`actions/blinepointtangentmerge.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-blinepointtangentmerge.lo `test -f 'actions/blinepointtangentmerge.cpp' || echo '$(srcdir)/'`actions/blinepointtangentmerge.cpp
 
 libsynfigapp_la-blinepointtangentsplit.lo: actions/blinepointtangentsplit.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-blinepointtangentsplit.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-blinepointtangentsplit.Tpo -c -o libsynfigapp_la-blinepointtangentsplit.lo `test -f 'actions/blinepointtangentsplit.cpp' || echo '$(srcdir)/'`actions/blinepointtangentsplit.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-blinepointtangentsplit.Tpo $(DEPDIR)/libsynfigapp_la-blinepointtangentsplit.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/blinepointtangentsplit.cpp' object='libsynfigapp_la-blinepointtangentsplit.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-blinepointtangentsplit.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-blinepointtangentsplit.Tpo -c -o libsynfigapp_la-blinepointtangentsplit.lo `test -f 'actions/blinepointtangentsplit.cpp' || echo '$(srcdir)/'`actions/blinepointtangentsplit.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-blinepointtangentsplit.Tpo $(DEPDIR)/libsynfigapp_la-blinepointtangentsplit.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/blinepointtangentsplit.cpp' object='libsynfigapp_la-blinepointtangentsplit.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-blinepointtangentsplit.lo `test -f 'actions/blinepointtangentsplit.cpp' || echo '$(srcdir)/'`actions/blinepointtangentsplit.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-blinepointtangentsplit.lo `test -f 'actions/blinepointtangentsplit.cpp' || echo '$(srcdir)/'`actions/blinepointtangentsplit.cpp
 
 libsynfigapp_la-colorset.lo: actions/colorset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-colorset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-colorset.Tpo -c -o libsynfigapp_la-colorset.lo `test -f 'actions/colorset.cpp' || echo '$(srcdir)/'`actions/colorset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-colorset.Tpo $(DEPDIR)/libsynfigapp_la-colorset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/colorset.cpp' object='libsynfigapp_la-colorset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-colorset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-colorset.Tpo -c -o libsynfigapp_la-colorset.lo `test -f 'actions/colorset.cpp' || echo '$(srcdir)/'`actions/colorset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-colorset.Tpo $(DEPDIR)/libsynfigapp_la-colorset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/colorset.cpp' object='libsynfigapp_la-colorset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-colorset.lo `test -f 'actions/colorset.cpp' || echo '$(srcdir)/'`actions/colorset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-colorset.lo `test -f 'actions/colorset.cpp' || echo '$(srcdir)/'`actions/colorset.cpp
 
 libsynfigapp_la-editmodeset.lo: actions/editmodeset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-editmodeset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-editmodeset.Tpo -c -o libsynfigapp_la-editmodeset.lo `test -f 'actions/editmodeset.cpp' || echo '$(srcdir)/'`actions/editmodeset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-editmodeset.Tpo $(DEPDIR)/libsynfigapp_la-editmodeset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/editmodeset.cpp' object='libsynfigapp_la-editmodeset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-editmodeset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-editmodeset.Tpo -c -o libsynfigapp_la-editmodeset.lo `test -f 'actions/editmodeset.cpp' || echo '$(srcdir)/'`actions/editmodeset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-editmodeset.Tpo $(DEPDIR)/libsynfigapp_la-editmodeset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/editmodeset.cpp' object='libsynfigapp_la-editmodeset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-editmodeset.lo `test -f 'actions/editmodeset.cpp' || echo '$(srcdir)/'`actions/editmodeset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-editmodeset.lo `test -f 'actions/editmodeset.cpp' || echo '$(srcdir)/'`actions/editmodeset.cpp
 
 libsynfigapp_la-gradientset.lo: actions/gradientset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-gradientset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-gradientset.Tpo -c -o libsynfigapp_la-gradientset.lo `test -f 'actions/gradientset.cpp' || echo '$(srcdir)/'`actions/gradientset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-gradientset.Tpo $(DEPDIR)/libsynfigapp_la-gradientset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/gradientset.cpp' object='libsynfigapp_la-gradientset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-gradientset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-gradientset.Tpo -c -o libsynfigapp_la-gradientset.lo `test -f 'actions/gradientset.cpp' || echo '$(srcdir)/'`actions/gradientset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-gradientset.Tpo $(DEPDIR)/libsynfigapp_la-gradientset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/gradientset.cpp' object='libsynfigapp_la-gradientset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-gradientset.lo `test -f 'actions/gradientset.cpp' || echo '$(srcdir)/'`actions/gradientset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-gradientset.lo `test -f 'actions/gradientset.cpp' || echo '$(srcdir)/'`actions/gradientset.cpp
 
 libsynfigapp_la-timepointscopy.lo: actions/timepointscopy.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-timepointscopy.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-timepointscopy.Tpo -c -o libsynfigapp_la-timepointscopy.lo `test -f 'actions/timepointscopy.cpp' || echo '$(srcdir)/'`actions/timepointscopy.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-timepointscopy.Tpo $(DEPDIR)/libsynfigapp_la-timepointscopy.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/timepointscopy.cpp' object='libsynfigapp_la-timepointscopy.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-timepointscopy.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-timepointscopy.Tpo -c -o libsynfigapp_la-timepointscopy.lo `test -f 'actions/timepointscopy.cpp' || echo '$(srcdir)/'`actions/timepointscopy.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-timepointscopy.Tpo $(DEPDIR)/libsynfigapp_la-timepointscopy.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/timepointscopy.cpp' object='libsynfigapp_la-timepointscopy.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-timepointscopy.lo `test -f 'actions/timepointscopy.cpp' || echo '$(srcdir)/'`actions/timepointscopy.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-timepointscopy.lo `test -f 'actions/timepointscopy.cpp' || echo '$(srcdir)/'`actions/timepointscopy.cpp
 
 libsynfigapp_la-timepointsdelete.lo: actions/timepointsdelete.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-timepointsdelete.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-timepointsdelete.Tpo -c -o libsynfigapp_la-timepointsdelete.lo `test -f 'actions/timepointsdelete.cpp' || echo '$(srcdir)/'`actions/timepointsdelete.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-timepointsdelete.Tpo $(DEPDIR)/libsynfigapp_la-timepointsdelete.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/timepointsdelete.cpp' object='libsynfigapp_la-timepointsdelete.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-timepointsdelete.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-timepointsdelete.Tpo -c -o libsynfigapp_la-timepointsdelete.lo `test -f 'actions/timepointsdelete.cpp' || echo '$(srcdir)/'`actions/timepointsdelete.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-timepointsdelete.Tpo $(DEPDIR)/libsynfigapp_la-timepointsdelete.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/timepointsdelete.cpp' object='libsynfigapp_la-timepointsdelete.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-timepointsdelete.lo `test -f 'actions/timepointsdelete.cpp' || echo '$(srcdir)/'`actions/timepointsdelete.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-timepointsdelete.lo `test -f 'actions/timepointsdelete.cpp' || echo '$(srcdir)/'`actions/timepointsdelete.cpp
 
 libsynfigapp_la-timepointsmove.lo: actions/timepointsmove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-timepointsmove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-timepointsmove.Tpo -c -o libsynfigapp_la-timepointsmove.lo `test -f 'actions/timepointsmove.cpp' || echo '$(srcdir)/'`actions/timepointsmove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-timepointsmove.Tpo $(DEPDIR)/libsynfigapp_la-timepointsmove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/timepointsmove.cpp' object='libsynfigapp_la-timepointsmove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-timepointsmove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-timepointsmove.Tpo -c -o libsynfigapp_la-timepointsmove.lo `test -f 'actions/timepointsmove.cpp' || echo '$(srcdir)/'`actions/timepointsmove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-timepointsmove.Tpo $(DEPDIR)/libsynfigapp_la-timepointsmove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/timepointsmove.cpp' object='libsynfigapp_la-timepointsmove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-timepointsmove.lo `test -f 'actions/timepointsmove.cpp' || echo '$(srcdir)/'`actions/timepointsmove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-timepointsmove.lo `test -f 'actions/timepointsmove.cpp' || echo '$(srcdir)/'`actions/timepointsmove.cpp
 
 libsynfigapp_la-timegather.lo: timegather.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-timegather.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-timegather.Tpo -c -o libsynfigapp_la-timegather.lo `test -f 'timegather.cpp' || echo '$(srcdir)/'`timegather.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-timegather.Tpo $(DEPDIR)/libsynfigapp_la-timegather.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='timegather.cpp' object='libsynfigapp_la-timegather.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-timegather.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-timegather.Tpo -c -o libsynfigapp_la-timegather.lo `test -f 'timegather.cpp' || echo '$(srcdir)/'`timegather.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-timegather.Tpo $(DEPDIR)/libsynfigapp_la-timegather.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='timegather.cpp' object='libsynfigapp_la-timegather.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-timegather.lo `test -f 'timegather.cpp' || echo '$(srcdir)/'`timegather.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-timegather.lo `test -f 'timegather.cpp' || echo '$(srcdir)/'`timegather.cpp
 
 libsynfigapp_la-valuedescconnect.lo: actions/valuedescconnect.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescconnect.Tpo -c -o libsynfigapp_la-valuedescconnect.lo `test -f 'actions/valuedescconnect.cpp' || echo '$(srcdir)/'`actions/valuedescconnect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescconnect.Tpo $(DEPDIR)/libsynfigapp_la-valuedescconnect.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuedescconnect.cpp' object='libsynfigapp_la-valuedescconnect.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescconnect.Tpo -c -o libsynfigapp_la-valuedescconnect.lo `test -f 'actions/valuedescconnect.cpp' || echo '$(srcdir)/'`actions/valuedescconnect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescconnect.Tpo $(DEPDIR)/libsynfigapp_la-valuedescconnect.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuedescconnect.cpp' object='libsynfigapp_la-valuedescconnect.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescconnect.lo `test -f 'actions/valuedescconnect.cpp' || echo '$(srcdir)/'`actions/valuedescconnect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescconnect.lo `test -f 'actions/valuedescconnect.cpp' || echo '$(srcdir)/'`actions/valuedescconnect.cpp
 
 libsynfigapp_la-valuedescconvert.lo: actions/valuedescconvert.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescconvert.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescconvert.Tpo -c -o libsynfigapp_la-valuedescconvert.lo `test -f 'actions/valuedescconvert.cpp' || echo '$(srcdir)/'`actions/valuedescconvert.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescconvert.Tpo $(DEPDIR)/libsynfigapp_la-valuedescconvert.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuedescconvert.cpp' object='libsynfigapp_la-valuedescconvert.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescconvert.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescconvert.Tpo -c -o libsynfigapp_la-valuedescconvert.lo `test -f 'actions/valuedescconvert.cpp' || echo '$(srcdir)/'`actions/valuedescconvert.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescconvert.Tpo $(DEPDIR)/libsynfigapp_la-valuedescconvert.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuedescconvert.cpp' object='libsynfigapp_la-valuedescconvert.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescconvert.lo `test -f 'actions/valuedescconvert.cpp' || echo '$(srcdir)/'`actions/valuedescconvert.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescconvert.lo `test -f 'actions/valuedescconvert.cpp' || echo '$(srcdir)/'`actions/valuedescconvert.cpp
 
 libsynfigapp_la-valuedescdisconnect.lo: actions/valuedescdisconnect.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescdisconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescdisconnect.Tpo -c -o libsynfigapp_la-valuedescdisconnect.lo `test -f 'actions/valuedescdisconnect.cpp' || echo '$(srcdir)/'`actions/valuedescdisconnect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescdisconnect.Tpo $(DEPDIR)/libsynfigapp_la-valuedescdisconnect.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuedescdisconnect.cpp' object='libsynfigapp_la-valuedescdisconnect.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescdisconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescdisconnect.Tpo -c -o libsynfigapp_la-valuedescdisconnect.lo `test -f 'actions/valuedescdisconnect.cpp' || echo '$(srcdir)/'`actions/valuedescdisconnect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescdisconnect.Tpo $(DEPDIR)/libsynfigapp_la-valuedescdisconnect.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuedescdisconnect.cpp' object='libsynfigapp_la-valuedescdisconnect.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescdisconnect.lo `test -f 'actions/valuedescdisconnect.cpp' || echo '$(srcdir)/'`actions/valuedescdisconnect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescdisconnect.lo `test -f 'actions/valuedescdisconnect.cpp' || echo '$(srcdir)/'`actions/valuedescdisconnect.cpp
 
 libsynfigapp_la-valuedescexport.lo: actions/valuedescexport.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescexport.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescexport.Tpo -c -o libsynfigapp_la-valuedescexport.lo `test -f 'actions/valuedescexport.cpp' || echo '$(srcdir)/'`actions/valuedescexport.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescexport.Tpo $(DEPDIR)/libsynfigapp_la-valuedescexport.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuedescexport.cpp' object='libsynfigapp_la-valuedescexport.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescexport.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescexport.Tpo -c -o libsynfigapp_la-valuedescexport.lo `test -f 'actions/valuedescexport.cpp' || echo '$(srcdir)/'`actions/valuedescexport.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescexport.Tpo $(DEPDIR)/libsynfigapp_la-valuedescexport.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuedescexport.cpp' object='libsynfigapp_la-valuedescexport.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescexport.lo `test -f 'actions/valuedescexport.cpp' || echo '$(srcdir)/'`actions/valuedescexport.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescexport.lo `test -f 'actions/valuedescexport.cpp' || echo '$(srcdir)/'`actions/valuedescexport.cpp
 
 libsynfigapp_la-valuedesclink.lo: actions/valuedesclink.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedesclink.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedesclink.Tpo -c -o libsynfigapp_la-valuedesclink.lo `test -f 'actions/valuedesclink.cpp' || echo '$(srcdir)/'`actions/valuedesclink.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedesclink.Tpo $(DEPDIR)/libsynfigapp_la-valuedesclink.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuedesclink.cpp' object='libsynfigapp_la-valuedesclink.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedesclink.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedesclink.Tpo -c -o libsynfigapp_la-valuedesclink.lo `test -f 'actions/valuedesclink.cpp' || echo '$(srcdir)/'`actions/valuedesclink.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedesclink.Tpo $(DEPDIR)/libsynfigapp_la-valuedesclink.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuedesclink.cpp' object='libsynfigapp_la-valuedesclink.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedesclink.lo `test -f 'actions/valuedesclink.cpp' || echo '$(srcdir)/'`actions/valuedesclink.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedesclink.lo `test -f 'actions/valuedesclink.cpp' || echo '$(srcdir)/'`actions/valuedesclink.cpp
 
 libsynfigapp_la-valuedescblinelink.lo: actions/valuedescblinelink.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescblinelink.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescblinelink.Tpo -c -o libsynfigapp_la-valuedescblinelink.lo `test -f 'actions/valuedescblinelink.cpp' || echo '$(srcdir)/'`actions/valuedescblinelink.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescblinelink.Tpo $(DEPDIR)/libsynfigapp_la-valuedescblinelink.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuedescblinelink.cpp' object='libsynfigapp_la-valuedescblinelink.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescblinelink.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescblinelink.Tpo -c -o libsynfigapp_la-valuedescblinelink.lo `test -f 'actions/valuedescblinelink.cpp' || echo '$(srcdir)/'`actions/valuedescblinelink.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescblinelink.Tpo $(DEPDIR)/libsynfigapp_la-valuedescblinelink.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuedescblinelink.cpp' object='libsynfigapp_la-valuedescblinelink.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescblinelink.lo `test -f 'actions/valuedescblinelink.cpp' || echo '$(srcdir)/'`actions/valuedescblinelink.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescblinelink.lo `test -f 'actions/valuedescblinelink.cpp' || echo '$(srcdir)/'`actions/valuedescblinelink.cpp
 
 libsynfigapp_la-valuedescset.lo: actions/valuedescset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescset.Tpo -c -o libsynfigapp_la-valuedescset.lo `test -f 'actions/valuedescset.cpp' || echo '$(srcdir)/'`actions/valuedescset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescset.Tpo $(DEPDIR)/libsynfigapp_la-valuedescset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuedescset.cpp' object='libsynfigapp_la-valuedescset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescset.Tpo -c -o libsynfigapp_la-valuedescset.lo `test -f 'actions/valuedescset.cpp' || echo '$(srcdir)/'`actions/valuedescset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescset.Tpo $(DEPDIR)/libsynfigapp_la-valuedescset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuedescset.cpp' object='libsynfigapp_la-valuedescset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescset.lo `test -f 'actions/valuedescset.cpp' || echo '$(srcdir)/'`actions/valuedescset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescset.lo `test -f 'actions/valuedescset.cpp' || echo '$(srcdir)/'`actions/valuedescset.cpp
 
 libsynfigapp_la-valuedescsetinterpolation.lo: actions/valuedescsetinterpolation.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescsetinterpolation.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescsetinterpolation.Tpo -c -o libsynfigapp_la-valuedescsetinterpolation.lo `test -f 'actions/valuedescsetinterpolation.cpp' || echo '$(srcdir)/'`actions/valuedescsetinterpolation.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescsetinterpolation.Tpo $(DEPDIR)/libsynfigapp_la-valuedescsetinterpolation.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuedescsetinterpolation.cpp' object='libsynfigapp_la-valuedescsetinterpolation.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescsetinterpolation.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescsetinterpolation.Tpo -c -o libsynfigapp_la-valuedescsetinterpolation.lo `test -f 'actions/valuedescsetinterpolation.cpp' || echo '$(srcdir)/'`actions/valuedescsetinterpolation.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescsetinterpolation.Tpo $(DEPDIR)/libsynfigapp_la-valuedescsetinterpolation.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuedescsetinterpolation.cpp' object='libsynfigapp_la-valuedescsetinterpolation.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescsetinterpolation.lo `test -f 'actions/valuedescsetinterpolation.cpp' || echo '$(srcdir)/'`actions/valuedescsetinterpolation.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescsetinterpolation.lo `test -f 'actions/valuedescsetinterpolation.cpp' || echo '$(srcdir)/'`actions/valuedescsetinterpolation.cpp
 
 libsynfigapp_la-valuedescremovesmart.lo: actions/valuedescremovesmart.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescremovesmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescremovesmart.Tpo -c -o libsynfigapp_la-valuedescremovesmart.lo `test -f 'actions/valuedescremovesmart.cpp' || echo '$(srcdir)/'`actions/valuedescremovesmart.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescremovesmart.Tpo $(DEPDIR)/libsynfigapp_la-valuedescremovesmart.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuedescremovesmart.cpp' object='libsynfigapp_la-valuedescremovesmart.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuedescremovesmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuedescremovesmart.Tpo -c -o libsynfigapp_la-valuedescremovesmart.lo `test -f 'actions/valuedescremovesmart.cpp' || echo '$(srcdir)/'`actions/valuedescremovesmart.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuedescremovesmart.Tpo $(DEPDIR)/libsynfigapp_la-valuedescremovesmart.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuedescremovesmart.cpp' object='libsynfigapp_la-valuedescremovesmart.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescremovesmart.lo `test -f 'actions/valuedescremovesmart.cpp' || echo '$(srcdir)/'`actions/valuedescremovesmart.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuedescremovesmart.lo `test -f 'actions/valuedescremovesmart.cpp' || echo '$(srcdir)/'`actions/valuedescremovesmart.cpp
 
 libsynfigapp_la-valuenodeadd.lo: actions/valuenodeadd.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodeadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodeadd.Tpo -c -o libsynfigapp_la-valuenodeadd.lo `test -f 'actions/valuenodeadd.cpp' || echo '$(srcdir)/'`actions/valuenodeadd.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodeadd.Tpo $(DEPDIR)/libsynfigapp_la-valuenodeadd.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodeadd.cpp' object='libsynfigapp_la-valuenodeadd.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodeadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodeadd.Tpo -c -o libsynfigapp_la-valuenodeadd.lo `test -f 'actions/valuenodeadd.cpp' || echo '$(srcdir)/'`actions/valuenodeadd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodeadd.Tpo $(DEPDIR)/libsynfigapp_la-valuenodeadd.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodeadd.cpp' object='libsynfigapp_la-valuenodeadd.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodeadd.lo `test -f 'actions/valuenodeadd.cpp' || echo '$(srcdir)/'`actions/valuenodeadd.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodeadd.lo `test -f 'actions/valuenodeadd.cpp' || echo '$(srcdir)/'`actions/valuenodeadd.cpp
 
 libsynfigapp_la-valuenodeconstset.lo: actions/valuenodeconstset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodeconstset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodeconstset.Tpo -c -o libsynfigapp_la-valuenodeconstset.lo `test -f 'actions/valuenodeconstset.cpp' || echo '$(srcdir)/'`actions/valuenodeconstset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodeconstset.Tpo $(DEPDIR)/libsynfigapp_la-valuenodeconstset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodeconstset.cpp' object='libsynfigapp_la-valuenodeconstset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodeconstset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodeconstset.Tpo -c -o libsynfigapp_la-valuenodeconstset.lo `test -f 'actions/valuenodeconstset.cpp' || echo '$(srcdir)/'`actions/valuenodeconstset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodeconstset.Tpo $(DEPDIR)/libsynfigapp_la-valuenodeconstset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodeconstset.cpp' object='libsynfigapp_la-valuenodeconstset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodeconstset.lo `test -f 'actions/valuenodeconstset.cpp' || echo '$(srcdir)/'`actions/valuenodeconstset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodeconstset.lo `test -f 'actions/valuenodeconstset.cpp' || echo '$(srcdir)/'`actions/valuenodeconstset.cpp
 
 libsynfigapp_la-valuenodeconstsetstatic.lo: actions/valuenodeconstsetstatic.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodeconstsetstatic.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodeconstsetstatic.Tpo -c -o libsynfigapp_la-valuenodeconstsetstatic.lo `test -f 'actions/valuenodeconstsetstatic.cpp' || echo '$(srcdir)/'`actions/valuenodeconstsetstatic.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodeconstsetstatic.Tpo $(DEPDIR)/libsynfigapp_la-valuenodeconstsetstatic.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodeconstsetstatic.cpp' object='libsynfigapp_la-valuenodeconstsetstatic.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodeconstsetstatic.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodeconstsetstatic.Tpo -c -o libsynfigapp_la-valuenodeconstsetstatic.lo `test -f 'actions/valuenodeconstsetstatic.cpp' || echo '$(srcdir)/'`actions/valuenodeconstsetstatic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodeconstsetstatic.Tpo $(DEPDIR)/libsynfigapp_la-valuenodeconstsetstatic.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodeconstsetstatic.cpp' object='libsynfigapp_la-valuenodeconstsetstatic.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodeconstsetstatic.lo `test -f 'actions/valuenodeconstsetstatic.cpp' || echo '$(srcdir)/'`actions/valuenodeconstsetstatic.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodeconstsetstatic.lo `test -f 'actions/valuenodeconstsetstatic.cpp' || echo '$(srcdir)/'`actions/valuenodeconstsetstatic.cpp
 
 libsynfigapp_la-valuenodeconstunsetstatic.lo: actions/valuenodeconstunsetstatic.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodeconstunsetstatic.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodeconstunsetstatic.Tpo -c -o libsynfigapp_la-valuenodeconstunsetstatic.lo `test -f 'actions/valuenodeconstunsetstatic.cpp' || echo '$(srcdir)/'`actions/valuenodeconstunsetstatic.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodeconstunsetstatic.Tpo $(DEPDIR)/libsynfigapp_la-valuenodeconstunsetstatic.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodeconstunsetstatic.cpp' object='libsynfigapp_la-valuenodeconstunsetstatic.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodeconstunsetstatic.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodeconstunsetstatic.Tpo -c -o libsynfigapp_la-valuenodeconstunsetstatic.lo `test -f 'actions/valuenodeconstunsetstatic.cpp' || echo '$(srcdir)/'`actions/valuenodeconstunsetstatic.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodeconstunsetstatic.Tpo $(DEPDIR)/libsynfigapp_la-valuenodeconstunsetstatic.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodeconstunsetstatic.cpp' object='libsynfigapp_la-valuenodeconstunsetstatic.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodeconstunsetstatic.lo `test -f 'actions/valuenodeconstunsetstatic.cpp' || echo '$(srcdir)/'`actions/valuenodeconstunsetstatic.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodeconstunsetstatic.lo `test -f 'actions/valuenodeconstunsetstatic.cpp' || echo '$(srcdir)/'`actions/valuenodeconstunsetstatic.cpp
 
 libsynfigapp_la-valuenodedynamiclistinsert.lo: actions/valuenodedynamiclistinsert.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistinsert.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsert.Tpo -c -o libsynfigapp_la-valuenodedynamiclistinsert.lo `test -f 'actions/valuenodedynamiclistinsert.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistinsert.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsert.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsert.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodedynamiclistinsert.cpp' object='libsynfigapp_la-valuenodedynamiclistinsert.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistinsert.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsert.Tpo -c -o libsynfigapp_la-valuenodedynamiclistinsert.lo `test -f 'actions/valuenodedynamiclistinsert.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistinsert.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsert.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsert.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodedynamiclistinsert.cpp' object='libsynfigapp_la-valuenodedynamiclistinsert.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistinsert.lo `test -f 'actions/valuenodedynamiclistinsert.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistinsert.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistinsert.lo `test -f 'actions/valuenodedynamiclistinsert.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistinsert.cpp
 
 libsynfigapp_la-valuenodedynamiclistinsertsmart.lo: actions/valuenodedynamiclistinsertsmart.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistinsertsmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsertsmart.Tpo -c -o libsynfigapp_la-valuenodedynamiclistinsertsmart.lo `test -f 'actions/valuenodedynamiclistinsertsmart.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistinsertsmart.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsertsmart.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsertsmart.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodedynamiclistinsertsmart.cpp' object='libsynfigapp_la-valuenodedynamiclistinsertsmart.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistinsertsmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsertsmart.Tpo -c -o libsynfigapp_la-valuenodedynamiclistinsertsmart.lo `test -f 'actions/valuenodedynamiclistinsertsmart.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistinsertsmart.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsertsmart.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistinsertsmart.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodedynamiclistinsertsmart.cpp' object='libsynfigapp_la-valuenodedynamiclistinsertsmart.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistinsertsmart.lo `test -f 'actions/valuenodedynamiclistinsertsmart.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistinsertsmart.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistinsertsmart.lo `test -f 'actions/valuenodedynamiclistinsertsmart.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistinsertsmart.cpp
 
 libsynfigapp_la-valuenodedynamiclistloop.lo: actions/valuenodedynamiclistloop.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistloop.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistloop.Tpo -c -o libsynfigapp_la-valuenodedynamiclistloop.lo `test -f 'actions/valuenodedynamiclistloop.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistloop.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistloop.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistloop.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodedynamiclistloop.cpp' object='libsynfigapp_la-valuenodedynamiclistloop.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistloop.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistloop.Tpo -c -o libsynfigapp_la-valuenodedynamiclistloop.lo `test -f 'actions/valuenodedynamiclistloop.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistloop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistloop.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistloop.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodedynamiclistloop.cpp' object='libsynfigapp_la-valuenodedynamiclistloop.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistloop.lo `test -f 'actions/valuenodedynamiclistloop.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistloop.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistloop.lo `test -f 'actions/valuenodedynamiclistloop.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistloop.cpp
 
 libsynfigapp_la-valuenodedynamiclistremove.lo: actions/valuenodedynamiclistremove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremove.Tpo -c -o libsynfigapp_la-valuenodedynamiclistremove.lo `test -f 'actions/valuenodedynamiclistremove.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistremove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremove.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodedynamiclistremove.cpp' object='libsynfigapp_la-valuenodedynamiclistremove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremove.Tpo -c -o libsynfigapp_la-valuenodedynamiclistremove.lo `test -f 'actions/valuenodedynamiclistremove.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistremove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremove.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodedynamiclistremove.cpp' object='libsynfigapp_la-valuenodedynamiclistremove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistremove.lo `test -f 'actions/valuenodedynamiclistremove.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistremove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistremove.lo `test -f 'actions/valuenodedynamiclistremove.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistremove.cpp
 
 libsynfigapp_la-valuenodedynamiclistremovesmart.lo: actions/valuenodedynamiclistremovesmart.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistremovesmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremovesmart.Tpo -c -o libsynfigapp_la-valuenodedynamiclistremovesmart.lo `test -f 'actions/valuenodedynamiclistremovesmart.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistremovesmart.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremovesmart.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremovesmart.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodedynamiclistremovesmart.cpp' object='libsynfigapp_la-valuenodedynamiclistremovesmart.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistremovesmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremovesmart.Tpo -c -o libsynfigapp_la-valuenodedynamiclistremovesmart.lo `test -f 'actions/valuenodedynamiclistremovesmart.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistremovesmart.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremovesmart.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistremovesmart.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodedynamiclistremovesmart.cpp' object='libsynfigapp_la-valuenodedynamiclistremovesmart.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistremovesmart.lo `test -f 'actions/valuenodedynamiclistremovesmart.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistremovesmart.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistremovesmart.lo `test -f 'actions/valuenodedynamiclistremovesmart.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistremovesmart.cpp
 
 libsynfigapp_la-valuenodedynamiclistrotateorder.lo: actions/valuenodedynamiclistrotateorder.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistrotateorder.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistrotateorder.Tpo -c -o libsynfigapp_la-valuenodedynamiclistrotateorder.lo `test -f 'actions/valuenodedynamiclistrotateorder.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistrotateorder.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistrotateorder.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistrotateorder.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodedynamiclistrotateorder.cpp' object='libsynfigapp_la-valuenodedynamiclistrotateorder.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistrotateorder.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistrotateorder.Tpo -c -o libsynfigapp_la-valuenodedynamiclistrotateorder.lo `test -f 'actions/valuenodedynamiclistrotateorder.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistrotateorder.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistrotateorder.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistrotateorder.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodedynamiclistrotateorder.cpp' object='libsynfigapp_la-valuenodedynamiclistrotateorder.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistrotateorder.lo `test -f 'actions/valuenodedynamiclistrotateorder.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistrotateorder.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistrotateorder.lo `test -f 'actions/valuenodedynamiclistrotateorder.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistrotateorder.cpp
 
 libsynfigapp_la-valuenodedynamiclistunloop.lo: actions/valuenodedynamiclistunloop.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistunloop.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistunloop.Tpo -c -o libsynfigapp_la-valuenodedynamiclistunloop.lo `test -f 'actions/valuenodedynamiclistunloop.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistunloop.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistunloop.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistunloop.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodedynamiclistunloop.cpp' object='libsynfigapp_la-valuenodedynamiclistunloop.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodedynamiclistunloop.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistunloop.Tpo -c -o libsynfigapp_la-valuenodedynamiclistunloop.lo `test -f 'actions/valuenodedynamiclistunloop.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistunloop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistunloop.Tpo $(DEPDIR)/libsynfigapp_la-valuenodedynamiclistunloop.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodedynamiclistunloop.cpp' object='libsynfigapp_la-valuenodedynamiclistunloop.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistunloop.lo `test -f 'actions/valuenodedynamiclistunloop.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistunloop.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodedynamiclistunloop.lo `test -f 'actions/valuenodedynamiclistunloop.cpp' || echo '$(srcdir)/'`actions/valuenodedynamiclistunloop.cpp
 
 libsynfigapp_la-valuenodestaticlistinsert.lo: actions/valuenodestaticlistinsert.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistinsert.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsert.Tpo -c -o libsynfigapp_la-valuenodestaticlistinsert.lo `test -f 'actions/valuenodestaticlistinsert.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistinsert.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsert.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsert.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodestaticlistinsert.cpp' object='libsynfigapp_la-valuenodestaticlistinsert.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistinsert.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsert.Tpo -c -o libsynfigapp_la-valuenodestaticlistinsert.lo `test -f 'actions/valuenodestaticlistinsert.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistinsert.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsert.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsert.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodestaticlistinsert.cpp' object='libsynfigapp_la-valuenodestaticlistinsert.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistinsert.lo `test -f 'actions/valuenodestaticlistinsert.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistinsert.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistinsert.lo `test -f 'actions/valuenodestaticlistinsert.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistinsert.cpp
 
 libsynfigapp_la-valuenodestaticlistinsertsmart.lo: actions/valuenodestaticlistinsertsmart.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistinsertsmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsertsmart.Tpo -c -o libsynfigapp_la-valuenodestaticlistinsertsmart.lo `test -f 'actions/valuenodestaticlistinsertsmart.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistinsertsmart.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsertsmart.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsertsmart.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodestaticlistinsertsmart.cpp' object='libsynfigapp_la-valuenodestaticlistinsertsmart.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistinsertsmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsertsmart.Tpo -c -o libsynfigapp_la-valuenodestaticlistinsertsmart.lo `test -f 'actions/valuenodestaticlistinsertsmart.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistinsertsmart.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsertsmart.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistinsertsmart.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodestaticlistinsertsmart.cpp' object='libsynfigapp_la-valuenodestaticlistinsertsmart.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistinsertsmart.lo `test -f 'actions/valuenodestaticlistinsertsmart.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistinsertsmart.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistinsertsmart.lo `test -f 'actions/valuenodestaticlistinsertsmart.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistinsertsmart.cpp
 
 libsynfigapp_la-valuenodestaticlistloop.lo: actions/valuenodestaticlistloop.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistloop.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistloop.Tpo -c -o libsynfigapp_la-valuenodestaticlistloop.lo `test -f 'actions/valuenodestaticlistloop.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistloop.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistloop.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistloop.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodestaticlistloop.cpp' object='libsynfigapp_la-valuenodestaticlistloop.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistloop.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistloop.Tpo -c -o libsynfigapp_la-valuenodestaticlistloop.lo `test -f 'actions/valuenodestaticlistloop.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistloop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistloop.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistloop.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodestaticlistloop.cpp' object='libsynfigapp_la-valuenodestaticlistloop.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistloop.lo `test -f 'actions/valuenodestaticlistloop.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistloop.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistloop.lo `test -f 'actions/valuenodestaticlistloop.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistloop.cpp
 
 libsynfigapp_la-valuenodestaticlistremove.lo: actions/valuenodestaticlistremove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremove.Tpo -c -o libsynfigapp_la-valuenodestaticlistremove.lo `test -f 'actions/valuenodestaticlistremove.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistremove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremove.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodestaticlistremove.cpp' object='libsynfigapp_la-valuenodestaticlistremove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremove.Tpo -c -o libsynfigapp_la-valuenodestaticlistremove.lo `test -f 'actions/valuenodestaticlistremove.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistremove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremove.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodestaticlistremove.cpp' object='libsynfigapp_la-valuenodestaticlistremove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistremove.lo `test -f 'actions/valuenodestaticlistremove.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistremove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistremove.lo `test -f 'actions/valuenodestaticlistremove.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistremove.cpp
 
 libsynfigapp_la-valuenodestaticlistremovesmart.lo: actions/valuenodestaticlistremovesmart.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistremovesmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremovesmart.Tpo -c -o libsynfigapp_la-valuenodestaticlistremovesmart.lo `test -f 'actions/valuenodestaticlistremovesmart.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistremovesmart.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremovesmart.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremovesmart.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodestaticlistremovesmart.cpp' object='libsynfigapp_la-valuenodestaticlistremovesmart.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistremovesmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremovesmart.Tpo -c -o libsynfigapp_la-valuenodestaticlistremovesmart.lo `test -f 'actions/valuenodestaticlistremovesmart.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistremovesmart.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremovesmart.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistremovesmart.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodestaticlistremovesmart.cpp' object='libsynfigapp_la-valuenodestaticlistremovesmart.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistremovesmart.lo `test -f 'actions/valuenodestaticlistremovesmart.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistremovesmart.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistremovesmart.lo `test -f 'actions/valuenodestaticlistremovesmart.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistremovesmart.cpp
 
 libsynfigapp_la-valuenodestaticlistrotateorder.lo: actions/valuenodestaticlistrotateorder.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistrotateorder.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistrotateorder.Tpo -c -o libsynfigapp_la-valuenodestaticlistrotateorder.lo `test -f 'actions/valuenodestaticlistrotateorder.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistrotateorder.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistrotateorder.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistrotateorder.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodestaticlistrotateorder.cpp' object='libsynfigapp_la-valuenodestaticlistrotateorder.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistrotateorder.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistrotateorder.Tpo -c -o libsynfigapp_la-valuenodestaticlistrotateorder.lo `test -f 'actions/valuenodestaticlistrotateorder.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistrotateorder.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistrotateorder.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistrotateorder.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodestaticlistrotateorder.cpp' object='libsynfigapp_la-valuenodestaticlistrotateorder.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistrotateorder.lo `test -f 'actions/valuenodestaticlistrotateorder.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistrotateorder.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistrotateorder.lo `test -f 'actions/valuenodestaticlistrotateorder.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistrotateorder.cpp
 
 libsynfigapp_la-valuenodestaticlistunloop.lo: actions/valuenodestaticlistunloop.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistunloop.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistunloop.Tpo -c -o libsynfigapp_la-valuenodestaticlistunloop.lo `test -f 'actions/valuenodestaticlistunloop.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistunloop.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistunloop.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistunloop.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodestaticlistunloop.cpp' object='libsynfigapp_la-valuenodestaticlistunloop.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodestaticlistunloop.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodestaticlistunloop.Tpo -c -o libsynfigapp_la-valuenodestaticlistunloop.lo `test -f 'actions/valuenodestaticlistunloop.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistunloop.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodestaticlistunloop.Tpo $(DEPDIR)/libsynfigapp_la-valuenodestaticlistunloop.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodestaticlistunloop.cpp' object='libsynfigapp_la-valuenodestaticlistunloop.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistunloop.lo `test -f 'actions/valuenodestaticlistunloop.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistunloop.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodestaticlistunloop.lo `test -f 'actions/valuenodestaticlistunloop.cpp' || echo '$(srcdir)/'`actions/valuenodestaticlistunloop.cpp
 
 libsynfigapp_la-valuenodelinkconnect.lo: actions/valuenodelinkconnect.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodelinkconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodelinkconnect.Tpo -c -o libsynfigapp_la-valuenodelinkconnect.lo `test -f 'actions/valuenodelinkconnect.cpp' || echo '$(srcdir)/'`actions/valuenodelinkconnect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodelinkconnect.Tpo $(DEPDIR)/libsynfigapp_la-valuenodelinkconnect.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodelinkconnect.cpp' object='libsynfigapp_la-valuenodelinkconnect.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodelinkconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodelinkconnect.Tpo -c -o libsynfigapp_la-valuenodelinkconnect.lo `test -f 'actions/valuenodelinkconnect.cpp' || echo '$(srcdir)/'`actions/valuenodelinkconnect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodelinkconnect.Tpo $(DEPDIR)/libsynfigapp_la-valuenodelinkconnect.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodelinkconnect.cpp' object='libsynfigapp_la-valuenodelinkconnect.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodelinkconnect.lo `test -f 'actions/valuenodelinkconnect.cpp' || echo '$(srcdir)/'`actions/valuenodelinkconnect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodelinkconnect.lo `test -f 'actions/valuenodelinkconnect.cpp' || echo '$(srcdir)/'`actions/valuenodelinkconnect.cpp
 
 libsynfigapp_la-valuenodelinkdisconnect.lo: actions/valuenodelinkdisconnect.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodelinkdisconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodelinkdisconnect.Tpo -c -o libsynfigapp_la-valuenodelinkdisconnect.lo `test -f 'actions/valuenodelinkdisconnect.cpp' || echo '$(srcdir)/'`actions/valuenodelinkdisconnect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodelinkdisconnect.Tpo $(DEPDIR)/libsynfigapp_la-valuenodelinkdisconnect.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodelinkdisconnect.cpp' object='libsynfigapp_la-valuenodelinkdisconnect.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodelinkdisconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodelinkdisconnect.Tpo -c -o libsynfigapp_la-valuenodelinkdisconnect.lo `test -f 'actions/valuenodelinkdisconnect.cpp' || echo '$(srcdir)/'`actions/valuenodelinkdisconnect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodelinkdisconnect.Tpo $(DEPDIR)/libsynfigapp_la-valuenodelinkdisconnect.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodelinkdisconnect.cpp' object='libsynfigapp_la-valuenodelinkdisconnect.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodelinkdisconnect.lo `test -f 'actions/valuenodelinkdisconnect.cpp' || echo '$(srcdir)/'`actions/valuenodelinkdisconnect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodelinkdisconnect.lo `test -f 'actions/valuenodelinkdisconnect.cpp' || echo '$(srcdir)/'`actions/valuenodelinkdisconnect.cpp
 
 libsynfigapp_la-valuenoderemove.lo: actions/valuenoderemove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenoderemove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenoderemove.Tpo -c -o libsynfigapp_la-valuenoderemove.lo `test -f 'actions/valuenoderemove.cpp' || echo '$(srcdir)/'`actions/valuenoderemove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenoderemove.Tpo $(DEPDIR)/libsynfigapp_la-valuenoderemove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenoderemove.cpp' object='libsynfigapp_la-valuenoderemove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenoderemove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenoderemove.Tpo -c -o libsynfigapp_la-valuenoderemove.lo `test -f 'actions/valuenoderemove.cpp' || echo '$(srcdir)/'`actions/valuenoderemove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenoderemove.Tpo $(DEPDIR)/libsynfigapp_la-valuenoderemove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenoderemove.cpp' object='libsynfigapp_la-valuenoderemove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenoderemove.lo `test -f 'actions/valuenoderemove.cpp' || echo '$(srcdir)/'`actions/valuenoderemove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenoderemove.lo `test -f 'actions/valuenoderemove.cpp' || echo '$(srcdir)/'`actions/valuenoderemove.cpp
 
 libsynfigapp_la-valuenoderename.lo: actions/valuenoderename.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenoderename.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenoderename.Tpo -c -o libsynfigapp_la-valuenoderename.lo `test -f 'actions/valuenoderename.cpp' || echo '$(srcdir)/'`actions/valuenoderename.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenoderename.Tpo $(DEPDIR)/libsynfigapp_la-valuenoderename.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenoderename.cpp' object='libsynfigapp_la-valuenoderename.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenoderename.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenoderename.Tpo -c -o libsynfigapp_la-valuenoderename.lo `test -f 'actions/valuenoderename.cpp' || echo '$(srcdir)/'`actions/valuenoderename.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenoderename.Tpo $(DEPDIR)/libsynfigapp_la-valuenoderename.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenoderename.cpp' object='libsynfigapp_la-valuenoderename.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenoderename.lo `test -f 'actions/valuenoderename.cpp' || echo '$(srcdir)/'`actions/valuenoderename.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenoderename.lo `test -f 'actions/valuenoderename.cpp' || echo '$(srcdir)/'`actions/valuenoderename.cpp
 
 libsynfigapp_la-valuenodereplace.lo: actions/valuenodereplace.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodereplace.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodereplace.Tpo -c -o libsynfigapp_la-valuenodereplace.lo `test -f 'actions/valuenodereplace.cpp' || echo '$(srcdir)/'`actions/valuenodereplace.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodereplace.Tpo $(DEPDIR)/libsynfigapp_la-valuenodereplace.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/valuenodereplace.cpp' object='libsynfigapp_la-valuenodereplace.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-valuenodereplace.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-valuenodereplace.Tpo -c -o libsynfigapp_la-valuenodereplace.lo `test -f 'actions/valuenodereplace.cpp' || echo '$(srcdir)/'`actions/valuenodereplace.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-valuenodereplace.Tpo $(DEPDIR)/libsynfigapp_la-valuenodereplace.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/valuenodereplace.cpp' object='libsynfigapp_la-valuenodereplace.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodereplace.lo `test -f 'actions/valuenodereplace.cpp' || echo '$(srcdir)/'`actions/valuenodereplace.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-valuenodereplace.lo `test -f 'actions/valuenodereplace.cpp' || echo '$(srcdir)/'`actions/valuenodereplace.cpp
 
 libsynfigapp_la-waypointadd.lo: actions/waypointadd.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointadd.Tpo -c -o libsynfigapp_la-waypointadd.lo `test -f 'actions/waypointadd.cpp' || echo '$(srcdir)/'`actions/waypointadd.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointadd.Tpo $(DEPDIR)/libsynfigapp_la-waypointadd.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/waypointadd.cpp' object='libsynfigapp_la-waypointadd.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointadd.Tpo -c -o libsynfigapp_la-waypointadd.lo `test -f 'actions/waypointadd.cpp' || echo '$(srcdir)/'`actions/waypointadd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointadd.Tpo $(DEPDIR)/libsynfigapp_la-waypointadd.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/waypointadd.cpp' object='libsynfigapp_la-waypointadd.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointadd.lo `test -f 'actions/waypointadd.cpp' || echo '$(srcdir)/'`actions/waypointadd.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointadd.lo `test -f 'actions/waypointadd.cpp' || echo '$(srcdir)/'`actions/waypointadd.cpp
 
 libsynfigapp_la-waypointremove.lo: actions/waypointremove.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointremove.Tpo -c -o libsynfigapp_la-waypointremove.lo `test -f 'actions/waypointremove.cpp' || echo '$(srcdir)/'`actions/waypointremove.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointremove.Tpo $(DEPDIR)/libsynfigapp_la-waypointremove.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/waypointremove.cpp' object='libsynfigapp_la-waypointremove.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointremove.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointremove.Tpo -c -o libsynfigapp_la-waypointremove.lo `test -f 'actions/waypointremove.cpp' || echo '$(srcdir)/'`actions/waypointremove.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointremove.Tpo $(DEPDIR)/libsynfigapp_la-waypointremove.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/waypointremove.cpp' object='libsynfigapp_la-waypointremove.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointremove.lo `test -f 'actions/waypointremove.cpp' || echo '$(srcdir)/'`actions/waypointremove.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointremove.lo `test -f 'actions/waypointremove.cpp' || echo '$(srcdir)/'`actions/waypointremove.cpp
 
 libsynfigapp_la-waypointset.lo: actions/waypointset.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointset.Tpo -c -o libsynfigapp_la-waypointset.lo `test -f 'actions/waypointset.cpp' || echo '$(srcdir)/'`actions/waypointset.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointset.Tpo $(DEPDIR)/libsynfigapp_la-waypointset.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/waypointset.cpp' object='libsynfigapp_la-waypointset.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointset.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointset.Tpo -c -o libsynfigapp_la-waypointset.lo `test -f 'actions/waypointset.cpp' || echo '$(srcdir)/'`actions/waypointset.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointset.Tpo $(DEPDIR)/libsynfigapp_la-waypointset.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/waypointset.cpp' object='libsynfigapp_la-waypointset.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointset.lo `test -f 'actions/waypointset.cpp' || echo '$(srcdir)/'`actions/waypointset.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointset.lo `test -f 'actions/waypointset.cpp' || echo '$(srcdir)/'`actions/waypointset.cpp
 
 libsynfigapp_la-waypointsetsmart.lo: actions/waypointsetsmart.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointsetsmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointsetsmart.Tpo -c -o libsynfigapp_la-waypointsetsmart.lo `test -f 'actions/waypointsetsmart.cpp' || echo '$(srcdir)/'`actions/waypointsetsmart.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointsetsmart.Tpo $(DEPDIR)/libsynfigapp_la-waypointsetsmart.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/waypointsetsmart.cpp' object='libsynfigapp_la-waypointsetsmart.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointsetsmart.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointsetsmart.Tpo -c -o libsynfigapp_la-waypointsetsmart.lo `test -f 'actions/waypointsetsmart.cpp' || echo '$(srcdir)/'`actions/waypointsetsmart.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointsetsmart.Tpo $(DEPDIR)/libsynfigapp_la-waypointsetsmart.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/waypointsetsmart.cpp' object='libsynfigapp_la-waypointsetsmart.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointsetsmart.lo `test -f 'actions/waypointsetsmart.cpp' || echo '$(srcdir)/'`actions/waypointsetsmart.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointsetsmart.lo `test -f 'actions/waypointsetsmart.cpp' || echo '$(srcdir)/'`actions/waypointsetsmart.cpp
 
 libsynfigapp_la-waypointsimpleadd.lo: actions/waypointsimpleadd.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointsimpleadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointsimpleadd.Tpo -c -o libsynfigapp_la-waypointsimpleadd.lo `test -f 'actions/waypointsimpleadd.cpp' || echo '$(srcdir)/'`actions/waypointsimpleadd.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointsimpleadd.Tpo $(DEPDIR)/libsynfigapp_la-waypointsimpleadd.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/waypointsimpleadd.cpp' object='libsynfigapp_la-waypointsimpleadd.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointsimpleadd.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointsimpleadd.Tpo -c -o libsynfigapp_la-waypointsimpleadd.lo `test -f 'actions/waypointsimpleadd.cpp' || echo '$(srcdir)/'`actions/waypointsimpleadd.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointsimpleadd.Tpo $(DEPDIR)/libsynfigapp_la-waypointsimpleadd.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/waypointsimpleadd.cpp' object='libsynfigapp_la-waypointsimpleadd.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointsimpleadd.lo `test -f 'actions/waypointsimpleadd.cpp' || echo '$(srcdir)/'`actions/waypointsimpleadd.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointsimpleadd.lo `test -f 'actions/waypointsimpleadd.cpp' || echo '$(srcdir)/'`actions/waypointsimpleadd.cpp
 
 libsynfigapp_la-waypointconnect.lo: actions/waypointconnect.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointconnect.Tpo -c -o libsynfigapp_la-waypointconnect.lo `test -f 'actions/waypointconnect.cpp' || echo '$(srcdir)/'`actions/waypointconnect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointconnect.Tpo $(DEPDIR)/libsynfigapp_la-waypointconnect.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/waypointconnect.cpp' object='libsynfigapp_la-waypointconnect.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointconnect.Tpo -c -o libsynfigapp_la-waypointconnect.lo `test -f 'actions/waypointconnect.cpp' || echo '$(srcdir)/'`actions/waypointconnect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointconnect.Tpo $(DEPDIR)/libsynfigapp_la-waypointconnect.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/waypointconnect.cpp' object='libsynfigapp_la-waypointconnect.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointconnect.lo `test -f 'actions/waypointconnect.cpp' || echo '$(srcdir)/'`actions/waypointconnect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointconnect.lo `test -f 'actions/waypointconnect.cpp' || echo '$(srcdir)/'`actions/waypointconnect.cpp
 
 libsynfigapp_la-waypointdisconnect.lo: actions/waypointdisconnect.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointdisconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointdisconnect.Tpo -c -o libsynfigapp_la-waypointdisconnect.lo `test -f 'actions/waypointdisconnect.cpp' || echo '$(srcdir)/'`actions/waypointdisconnect.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointdisconnect.Tpo $(DEPDIR)/libsynfigapp_la-waypointdisconnect.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='actions/waypointdisconnect.cpp' object='libsynfigapp_la-waypointdisconnect.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-waypointdisconnect.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-waypointdisconnect.Tpo -c -o libsynfigapp_la-waypointdisconnect.lo `test -f 'actions/waypointdisconnect.cpp' || echo '$(srcdir)/'`actions/waypointdisconnect.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-waypointdisconnect.Tpo $(DEPDIR)/libsynfigapp_la-waypointdisconnect.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='actions/waypointdisconnect.cpp' object='libsynfigapp_la-waypointdisconnect.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointdisconnect.lo `test -f 'actions/waypointdisconnect.cpp' || echo '$(srcdir)/'`actions/waypointdisconnect.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-waypointdisconnect.lo `test -f 'actions/waypointdisconnect.cpp' || echo '$(srcdir)/'`actions/waypointdisconnect.cpp
 
 libsynfigapp_la-action.lo: action.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-action.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-action.Tpo -c -o libsynfigapp_la-action.lo `test -f 'action.cpp' || echo '$(srcdir)/'`action.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-action.Tpo $(DEPDIR)/libsynfigapp_la-action.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='action.cpp' object='libsynfigapp_la-action.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-action.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-action.Tpo -c -o libsynfigapp_la-action.lo `test -f 'action.cpp' || echo '$(srcdir)/'`action.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-action.Tpo $(DEPDIR)/libsynfigapp_la-action.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='action.cpp' object='libsynfigapp_la-action.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-action.lo `test -f 'action.cpp' || echo '$(srcdir)/'`action.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-action.lo `test -f 'action.cpp' || echo '$(srcdir)/'`action.cpp
 
 libsynfigapp_la-action_param.lo: action_param.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-action_param.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-action_param.Tpo -c -o libsynfigapp_la-action_param.lo `test -f 'action_param.cpp' || echo '$(srcdir)/'`action_param.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-action_param.Tpo $(DEPDIR)/libsynfigapp_la-action_param.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='action_param.cpp' object='libsynfigapp_la-action_param.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-action_param.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-action_param.Tpo -c -o libsynfigapp_la-action_param.lo `test -f 'action_param.cpp' || echo '$(srcdir)/'`action_param.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-action_param.Tpo $(DEPDIR)/libsynfigapp_la-action_param.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='action_param.cpp' object='libsynfigapp_la-action_param.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-action_param.lo `test -f 'action_param.cpp' || echo '$(srcdir)/'`action_param.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-action_param.lo `test -f 'action_param.cpp' || echo '$(srcdir)/'`action_param.cpp
 
 libsynfigapp_la-action_system.lo: action_system.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-action_system.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-action_system.Tpo -c -o libsynfigapp_la-action_system.lo `test -f 'action_system.cpp' || echo '$(srcdir)/'`action_system.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-action_system.Tpo $(DEPDIR)/libsynfigapp_la-action_system.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='action_system.cpp' object='libsynfigapp_la-action_system.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-action_system.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-action_system.Tpo -c -o libsynfigapp_la-action_system.lo `test -f 'action_system.cpp' || echo '$(srcdir)/'`action_system.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-action_system.Tpo $(DEPDIR)/libsynfigapp_la-action_system.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='action_system.cpp' object='libsynfigapp_la-action_system.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-action_system.lo `test -f 'action_system.cpp' || echo '$(srcdir)/'`action_system.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-action_system.lo `test -f 'action_system.cpp' || echo '$(srcdir)/'`action_system.cpp
 
 libsynfigapp_la-blineconvert.lo: blineconvert.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-blineconvert.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-blineconvert.Tpo -c -o libsynfigapp_la-blineconvert.lo `test -f 'blineconvert.cpp' || echo '$(srcdir)/'`blineconvert.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-blineconvert.Tpo $(DEPDIR)/libsynfigapp_la-blineconvert.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='blineconvert.cpp' object='libsynfigapp_la-blineconvert.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-blineconvert.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-blineconvert.Tpo -c -o libsynfigapp_la-blineconvert.lo `test -f 'blineconvert.cpp' || echo '$(srcdir)/'`blineconvert.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-blineconvert.Tpo $(DEPDIR)/libsynfigapp_la-blineconvert.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='blineconvert.cpp' object='libsynfigapp_la-blineconvert.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-blineconvert.lo `test -f 'blineconvert.cpp' || echo '$(srcdir)/'`blineconvert.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-blineconvert.lo `test -f 'blineconvert.cpp' || echo '$(srcdir)/'`blineconvert.cpp
 
 libsynfigapp_la-wplistconverter.lo: wplistconverter.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-wplistconverter.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-wplistconverter.Tpo -c -o libsynfigapp_la-wplistconverter.lo `test -f 'wplistconverter.cpp' || echo '$(srcdir)/'`wplistconverter.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-wplistconverter.Tpo $(DEPDIR)/libsynfigapp_la-wplistconverter.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='wplistconverter.cpp' object='libsynfigapp_la-wplistconverter.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-wplistconverter.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-wplistconverter.Tpo -c -o libsynfigapp_la-wplistconverter.lo `test -f 'wplistconverter.cpp' || echo '$(srcdir)/'`wplistconverter.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-wplistconverter.Tpo $(DEPDIR)/libsynfigapp_la-wplistconverter.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='wplistconverter.cpp' object='libsynfigapp_la-wplistconverter.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-wplistconverter.lo `test -f 'wplistconverter.cpp' || echo '$(srcdir)/'`wplistconverter.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-wplistconverter.lo `test -f 'wplistconverter.cpp' || echo '$(srcdir)/'`wplistconverter.cpp
 
 libsynfigapp_la-canvasinterface.lo: canvasinterface.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasinterface.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasinterface.Tpo -c -o libsynfigapp_la-canvasinterface.lo `test -f 'canvasinterface.cpp' || echo '$(srcdir)/'`canvasinterface.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasinterface.Tpo $(DEPDIR)/libsynfigapp_la-canvasinterface.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='canvasinterface.cpp' object='libsynfigapp_la-canvasinterface.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-canvasinterface.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-canvasinterface.Tpo -c -o libsynfigapp_la-canvasinterface.lo `test -f 'canvasinterface.cpp' || echo '$(srcdir)/'`canvasinterface.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-canvasinterface.Tpo $(DEPDIR)/libsynfigapp_la-canvasinterface.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='canvasinterface.cpp' object='libsynfigapp_la-canvasinterface.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasinterface.lo `test -f 'canvasinterface.cpp' || echo '$(srcdir)/'`canvasinterface.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-canvasinterface.lo `test -f 'canvasinterface.cpp' || echo '$(srcdir)/'`canvasinterface.cpp
 
 libsynfigapp_la-cvs.lo: cvs.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-cvs.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-cvs.Tpo -c -o libsynfigapp_la-cvs.lo `test -f 'cvs.cpp' || echo '$(srcdir)/'`cvs.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-cvs.Tpo $(DEPDIR)/libsynfigapp_la-cvs.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='cvs.cpp' object='libsynfigapp_la-cvs.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-cvs.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-cvs.Tpo -c -o libsynfigapp_la-cvs.lo `test -f 'cvs.cpp' || echo '$(srcdir)/'`cvs.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-cvs.Tpo $(DEPDIR)/libsynfigapp_la-cvs.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='cvs.cpp' object='libsynfigapp_la-cvs.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-cvs.lo `test -f 'cvs.cpp' || echo '$(srcdir)/'`cvs.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-cvs.lo `test -f 'cvs.cpp' || echo '$(srcdir)/'`cvs.cpp
 
 libsynfigapp_la-inputdevice.lo: inputdevice.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-inputdevice.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-inputdevice.Tpo -c -o libsynfigapp_la-inputdevice.lo `test -f 'inputdevice.cpp' || echo '$(srcdir)/'`inputdevice.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-inputdevice.Tpo $(DEPDIR)/libsynfigapp_la-inputdevice.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='inputdevice.cpp' object='libsynfigapp_la-inputdevice.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-inputdevice.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-inputdevice.Tpo -c -o libsynfigapp_la-inputdevice.lo `test -f 'inputdevice.cpp' || echo '$(srcdir)/'`inputdevice.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-inputdevice.Tpo $(DEPDIR)/libsynfigapp_la-inputdevice.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='inputdevice.cpp' object='libsynfigapp_la-inputdevice.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-inputdevice.lo `test -f 'inputdevice.cpp' || echo '$(srcdir)/'`inputdevice.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-inputdevice.lo `test -f 'inputdevice.cpp' || echo '$(srcdir)/'`inputdevice.cpp
 
 libsynfigapp_la-instance.lo: instance.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-instance.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-instance.Tpo -c -o libsynfigapp_la-instance.lo `test -f 'instance.cpp' || echo '$(srcdir)/'`instance.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-instance.Tpo $(DEPDIR)/libsynfigapp_la-instance.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='instance.cpp' object='libsynfigapp_la-instance.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-instance.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-instance.Tpo -c -o libsynfigapp_la-instance.lo `test -f 'instance.cpp' || echo '$(srcdir)/'`instance.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-instance.Tpo $(DEPDIR)/libsynfigapp_la-instance.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='instance.cpp' object='libsynfigapp_la-instance.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-instance.lo `test -f 'instance.cpp' || echo '$(srcdir)/'`instance.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-instance.lo `test -f 'instance.cpp' || echo '$(srcdir)/'`instance.cpp
 
 libsynfigapp_la-main.lo: main.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-main.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-main.Tpo -c -o libsynfigapp_la-main.lo `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-main.Tpo $(DEPDIR)/libsynfigapp_la-main.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='main.cpp' object='libsynfigapp_la-main.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-main.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-main.Tpo -c -o libsynfigapp_la-main.lo `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-main.Tpo $(DEPDIR)/libsynfigapp_la-main.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='main.cpp' object='libsynfigapp_la-main.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-main.lo `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-main.lo `test -f 'main.cpp' || echo '$(srcdir)/'`main.cpp
 
 libsynfigapp_la-pluginmanager.lo: pluginmanager.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-pluginmanager.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-pluginmanager.Tpo -c -o libsynfigapp_la-pluginmanager.lo `test -f 'pluginmanager.cpp' || echo '$(srcdir)/'`pluginmanager.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-pluginmanager.Tpo $(DEPDIR)/libsynfigapp_la-pluginmanager.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='pluginmanager.cpp' object='libsynfigapp_la-pluginmanager.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-pluginmanager.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-pluginmanager.Tpo -c -o libsynfigapp_la-pluginmanager.lo `test -f 'pluginmanager.cpp' || echo '$(srcdir)/'`pluginmanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-pluginmanager.Tpo $(DEPDIR)/libsynfigapp_la-pluginmanager.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='pluginmanager.cpp' object='libsynfigapp_la-pluginmanager.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-pluginmanager.lo `test -f 'pluginmanager.cpp' || echo '$(srcdir)/'`pluginmanager.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-pluginmanager.lo `test -f 'pluginmanager.cpp' || echo '$(srcdir)/'`pluginmanager.cpp
 
 libsynfigapp_la-settings.lo: settings.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-settings.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-settings.Tpo -c -o libsynfigapp_la-settings.lo `test -f 'settings.cpp' || echo '$(srcdir)/'`settings.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-settings.Tpo $(DEPDIR)/libsynfigapp_la-settings.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='settings.cpp' object='libsynfigapp_la-settings.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-settings.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-settings.Tpo -c -o libsynfigapp_la-settings.lo `test -f 'settings.cpp' || echo '$(srcdir)/'`settings.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-settings.Tpo $(DEPDIR)/libsynfigapp_la-settings.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='settings.cpp' object='libsynfigapp_la-settings.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-settings.lo `test -f 'settings.cpp' || echo '$(srcdir)/'`settings.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-settings.lo `test -f 'settings.cpp' || echo '$(srcdir)/'`settings.cpp
 
 libsynfigapp_la-uimanager.lo: uimanager.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-uimanager.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-uimanager.Tpo -c -o libsynfigapp_la-uimanager.lo `test -f 'uimanager.cpp' || echo '$(srcdir)/'`uimanager.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-uimanager.Tpo $(DEPDIR)/libsynfigapp_la-uimanager.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='uimanager.cpp' object='libsynfigapp_la-uimanager.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-uimanager.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-uimanager.Tpo -c -o libsynfigapp_la-uimanager.lo `test -f 'uimanager.cpp' || echo '$(srcdir)/'`uimanager.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-uimanager.Tpo $(DEPDIR)/libsynfigapp_la-uimanager.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='uimanager.cpp' object='libsynfigapp_la-uimanager.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-uimanager.lo `test -f 'uimanager.cpp' || echo '$(srcdir)/'`uimanager.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-uimanager.lo `test -f 'uimanager.cpp' || echo '$(srcdir)/'`uimanager.cpp
 
 libsynfigapp_la-value_desc.lo: value_desc.cpp
- at am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-value_desc.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-value_desc.Tpo -c -o libsynfigapp_la-value_desc.lo `test -f 'value_desc.cpp' || echo '$(srcdir)/'`value_desc.cpp
- at am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libsynfigapp_la-value_desc.Tpo $(DEPDIR)/libsynfigapp_la-value_desc.Plo
- at AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='value_desc.cpp' object='libsynfigapp_la-value_desc.lo' libtool=yes @AMDEPBACKSLASH@
+ at am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -MT libsynfigapp_la-value_desc.lo -MD -MP -MF $(DEPDIR)/libsynfigapp_la-value_desc.Tpo -c -o libsynfigapp_la-value_desc.lo `test -f 'value_desc.cpp' || echo '$(srcdir)/'`value_desc.cpp
+ at am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libsynfigapp_la-value_desc.Tpo $(DEPDIR)/libsynfigapp_la-value_desc.Plo
+ at AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='value_desc.cpp' object='libsynfigapp_la-value_desc.lo' libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-value_desc.lo `test -f 'value_desc.cpp' || echo '$(srcdir)/'`value_desc.cpp
+ at am__fastdepCXX_FALSE@	$(AM_V_CXX at am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libsynfigapp_la_CXXFLAGS) $(CXXFLAGS) -c -o libsynfigapp_la-value_desc.lo `test -f 'value_desc.cpp' || echo '$(srcdir)/'`value_desc.cpp
 
 mostlyclean-libtool:
 	-rm -f *.lo
@@ -1704,26 +1785,15 @@ uninstall-include_synfigappHEADERS:
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 	dir='$(DESTDIR)$(include_synfigappdir)'; $(am__uninstall_files_from_dir)
 
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
+ID: $(am__tagged_files)
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
+tags: tags-am
+TAGS: tags
+
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 	set x; \
 	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+	$(am__define_uniq_tagged_files); \
 	shift; \
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 	  test -n "$$unique" || unique=$$empty_fix; \
@@ -1735,15 +1805,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 	      $$unique; \
 	  fi; \
 	fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
+ctags: ctags-am
+
+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
@@ -1752,9 +1818,10 @@ GTAGS:
 	here=`$(am__cd) $(top_builddir) && pwd` \
 	  && $(am__cd) $(top_srcdir) \
 	  && gtags -i $(GTAGS_ARGS) "$$here"
+cscopelist: cscopelist-am
 
-cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
-	list='$(SOURCES) $(HEADERS) $(LISP)'; \
+cscopelist-am: $(am__tagged_files)
+	list='$(am__tagged_files)'; \
 	case "$(srcdir)" in \
 	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 	  *) sdir=$(subdir)/$(srcdir) ;; \
@@ -1912,20 +1979,21 @@ uninstall-am: uninstall-include_synfigappHEADERS \
 
 .MAKE: install-am install-strip
 
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
-	clean-libLTLIBRARIES clean-libtool cscopelist ctags distclean \
-	distclean-compile distclean-generic distclean-libtool \
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
-	install install-am install-data install-data-am install-dvi \
-	install-dvi-am install-exec install-exec-am install-html \
-	install-html-am install-include_synfigappHEADERS install-info \
-	install-info-am install-libLTLIBRARIES install-man install-pdf \
-	install-pdf-am install-ps install-ps-am install-strip \
-	installcheck installcheck-am installdirs maintainer-clean \
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
+	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
+	ctags-am distclean distclean-compile distclean-generic \
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
+	html-am info info-am install install-am install-data \
+	install-data-am install-dvi install-dvi-am install-exec \
+	install-exec-am install-html install-html-am \
+	install-include_synfigappHEADERS install-info install-info-am \
+	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
+	install-ps install-ps-am install-strip installcheck \
+	installcheck-am installdirs maintainer-clean \
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
-	tags uninstall uninstall-am uninstall-include_synfigappHEADERS \
-	uninstall-libLTLIBRARIES
+	tags tags-am uninstall uninstall-am \
+	uninstall-include_synfigappHEADERS uninstall-libLTLIBRARIES
 
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/src/synfigapp/cvs.cpp b/src/synfigapp/cvs.cpp
index 6ded1a5..751f76b 100644
--- a/src/synfigapp/cvs.cpp
+++ b/src/synfigapp/cvs.cpp
@@ -62,7 +62,7 @@ using namespace synfigapp;
 #define HAVE_STRPTIME
 #endif
 
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__OpenBSD__)
 time_t _daylight_() { time_t t(time(0)); return localtime(&t)->tm_gmtoff; }
 #define daylight _daylight_()
 #endif
diff --git a/src/synfigapp/settings.cpp b/src/synfigapp/settings.cpp
index c27b4fa..fc29b51 100644
--- a/src/synfigapp/settings.cpp
+++ b/src/synfigapp/settings.cpp
@@ -33,8 +33,10 @@
 #include <fstream>
 #include <iostream>
 #include <algorithm>
+#include <sys/stat.h>
 #include "settings.h"
 #include <synfig/general.h>
+#include <synfig/guid.h>
 
 #include "general.h"
 
@@ -208,15 +210,24 @@ Settings::save_to_file(const synfig::String& filename)const
 	}catch(...) { return false; }
 
 #ifdef _WIN32
-	char old_file[80]="sif.XXXXXXXX";
-	mktemp(old_file);
-	rename(filename.c_str(),old_file);
+	
+	// On Win32 platforms, rename() has bad behavior. Work around it.
+		
+	// Make random filename and ensure there's no file with such name exist
+	struct stat buf;
+	String old_file;
+	do {
+		synfig::GUID guid;
+		old_file = filename+"."+guid.get_string().substr(0,8);
+	} while (stat(old_file.c_str(), &buf) != -1);
+	
+	rename(filename.c_str(),old_file.c_str());
 	if(rename(tmp_filename.c_str(),filename.c_str())!=0)
 	{
-		rename(old_file,tmp_filename.c_str());
+		rename(old_file.c_str(),tmp_filename.c_str());
 		return false;
 	}
-	remove(old_file);
+	remove(old_file.c_str());
 #else
 	if(rename(tmp_filename.c_str(),filename.c_str())!=0)
 		return false;
diff --git a/synfigstudio.appdata.xml.in b/synfigstudio.appdata.xml.in
new file mode 100644
index 0000000..fa54fd3
--- /dev/null
+++ b/synfigstudio.appdata.xml.in
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2013 Yu Chen <jcomee at gmail.com> -->
+<application>
+ <id type="desktop">synfigstudio.desktop</id>
+ <licence>CC0</licence>
+ <description>
+  <_p>
+   Synfig Studio is a free and open-source 2D animation software, designed as powerful industrial-strength solution for creating film-quality animation using a vector and bitmap artwork. It eliminates the need to create animation frame-by frame, allowing you to produce 2D animation of a higher quality with fewer people and resources. 
+  </_p>
+  <_p>Features:</_p>
+  <ul>
+   <_li>Spatial resolution-independence</_li>
+   <_li>Temporal resolution independence</_li>
+   <_li>High Dynamic-Range Imaging (HDRI)</_li>
+   <_li>Pentablet-friendly tools</_li>
+   <_li>Artist-oriented design</_li>
+   <_li>Path-based Gradients</_li>
+   <_li>Multitude of layers of various types</_li>
+  </ul>
+ </description>
+ <screenshots>
+  <screenshot type="default" width="1360" height="768">http://download.tuxfamily.org/synfig/wiki/images/2/2f/Synfigstudio-0.64.0-linux-screenshot_1360x768.png</screenshot>
+ </screenshots>
+ <url type="homepage">http://www.synfig.org</url>
+ <updatecontact>synfig-devl at lists.sourceforge.net</updatecontact>
+</application>

-- 
synfig-synfigstudio packaging



More information about the pkg-multimedia-commits mailing list