summaryrefslogtreecommitdiff
path: root/Build/source/libs/graphite
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-22 12:38:02 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-05-22 12:38:02 +0000
commit461bfa29c7bd6d29399c6d9dda5d375dffeb9a2b (patch)
tree4179546896b6a5c00c97f9247b8369d55217c8ec /Build/source/libs/graphite
parent735e8d18e3177658866fbc36d88d5d109f7fd832 (diff)
reconfigure with automake-1.11 -- part 3
git-svn-id: svn://tug.org/texlive/trunk@13385 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite')
-rw-r--r--Build/source/libs/graphite/Makefile.in217
1 files changed, 128 insertions, 89 deletions
diff --git a/Build/source/libs/graphite/Makefile.in b/Build/source/libs/graphite/Makefile.in
index 1c569d54fcd..2fd509e1742 100644
--- a/Build/source/libs/graphite/Makefile.in
+++ b/Build/source/libs/graphite/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
+# Makefile.in generated by automake 1.11 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
+# Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -17,8 +18,9 @@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
@@ -55,6 +57,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/../../build-aux/mkinstalldirs
CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
LIBRARIES = $(noinst_LIBRARIES)
AR = ar
ARFLAGS = cru
@@ -75,6 +78,7 @@ libgraphite_a_OBJECTS = $(am_libgraphite_a_OBJECTS)
DEFAULT_INCLUDES = -I.@am__isrc@
depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp
am__depfiles_maybe = depfiles
+am__mv = mv -f
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
@@ -93,9 +97,9 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
am__remove_distdir = \
- { test ! -d $(distdir) \
- || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr $(distdir); }; }
+ { test ! -d "$(distdir)" \
+ || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
+ && rm -fr "$(distdir)"; }; }
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
@@ -304,15 +308,15 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
@for dep in $?; do \
case '$(am__configure_deps)' in \
*$$dep*) \
- echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
- cd $(srcdir) && $(AUTOMAKE) --foreign \
+ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
+ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
&& exit 0; \
exit 1;; \
esac; \
done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
- cd $(top_srcdir) && \
- $(AUTOMAKE) --foreign Makefile
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
+ $(am__cd) $(top_srcdir) && \
+ $(AUTOMAKE) --foreign Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
@@ -328,9 +332,10 @@ $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENC
$(SHELL) ./config.status --recheck
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
- cd $(srcdir) && $(AUTOCONF)
+ $(am__cd) $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
- cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+ $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
+$(am__aclocal_m4_deps):
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
@@ -375,392 +380,392 @@ distclean-compile:
.cpp.o:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
.cpp.obj:
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
FileFont.o: src/font/FileFont.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FileFont.o -MD -MP -MF $(DEPDIR)/FileFont.Tpo -c -o FileFont.o `test -f 'src/font/FileFont.cpp' || echo '$(srcdir)/'`src/font/FileFont.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FileFont.Tpo $(DEPDIR)/FileFont.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FileFont.Tpo $(DEPDIR)/FileFont.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/font/FileFont.cpp' object='FileFont.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FileFont.o `test -f 'src/font/FileFont.cpp' || echo '$(srcdir)/'`src/font/FileFont.cpp
FileFont.obj: src/font/FileFont.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FileFont.obj -MD -MP -MF $(DEPDIR)/FileFont.Tpo -c -o FileFont.obj `if test -f 'src/font/FileFont.cpp'; then $(CYGPATH_W) 'src/font/FileFont.cpp'; else $(CYGPATH_W) '$(srcdir)/src/font/FileFont.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FileFont.Tpo $(DEPDIR)/FileFont.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FileFont.Tpo $(DEPDIR)/FileFont.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/font/FileFont.cpp' object='FileFont.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FileFont.obj `if test -f 'src/font/FileFont.cpp'; then $(CYGPATH_W) 'src/font/FileFont.cpp'; else $(CYGPATH_W) '$(srcdir)/src/font/FileFont.cpp'; fi`
Font.o: src/font/Font.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Font.o -MD -MP -MF $(DEPDIR)/Font.Tpo -c -o Font.o `test -f 'src/font/Font.cpp' || echo '$(srcdir)/'`src/font/Font.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Font.Tpo $(DEPDIR)/Font.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Font.Tpo $(DEPDIR)/Font.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/font/Font.cpp' object='Font.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Font.o `test -f 'src/font/Font.cpp' || echo '$(srcdir)/'`src/font/Font.cpp
Font.obj: src/font/Font.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Font.obj -MD -MP -MF $(DEPDIR)/Font.Tpo -c -o Font.obj `if test -f 'src/font/Font.cpp'; then $(CYGPATH_W) 'src/font/Font.cpp'; else $(CYGPATH_W) '$(srcdir)/src/font/Font.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Font.Tpo $(DEPDIR)/Font.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Font.Tpo $(DEPDIR)/Font.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/font/Font.cpp' object='Font.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Font.obj `if test -f 'src/font/Font.cpp'; then $(CYGPATH_W) 'src/font/Font.cpp'; else $(CYGPATH_W) '$(srcdir)/src/font/Font.cpp'; fi`
TtfUtil.o: src/font/TtfUtil.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TtfUtil.o -MD -MP -MF $(DEPDIR)/TtfUtil.Tpo -c -o TtfUtil.o `test -f 'src/font/TtfUtil.cpp' || echo '$(srcdir)/'`src/font/TtfUtil.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TtfUtil.Tpo $(DEPDIR)/TtfUtil.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TtfUtil.Tpo $(DEPDIR)/TtfUtil.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/font/TtfUtil.cpp' object='TtfUtil.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TtfUtil.o `test -f 'src/font/TtfUtil.cpp' || echo '$(srcdir)/'`src/font/TtfUtil.cpp
TtfUtil.obj: src/font/TtfUtil.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TtfUtil.obj -MD -MP -MF $(DEPDIR)/TtfUtil.Tpo -c -o TtfUtil.obj `if test -f 'src/font/TtfUtil.cpp'; then $(CYGPATH_W) 'src/font/TtfUtil.cpp'; else $(CYGPATH_W) '$(srcdir)/src/font/TtfUtil.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TtfUtil.Tpo $(DEPDIR)/TtfUtil.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TtfUtil.Tpo $(DEPDIR)/TtfUtil.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/font/TtfUtil.cpp' object='TtfUtil.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TtfUtil.obj `if test -f 'src/font/TtfUtil.cpp'; then $(CYGPATH_W) 'src/font/TtfUtil.cpp'; else $(CYGPATH_W) '$(srcdir)/src/font/TtfUtil.cpp'; fi`
Debug.o: src/generic/Debug.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Debug.o -MD -MP -MF $(DEPDIR)/Debug.Tpo -c -o Debug.o `test -f 'src/generic/Debug.cpp' || echo '$(srcdir)/'`src/generic/Debug.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Debug.Tpo $(DEPDIR)/Debug.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Debug.Tpo $(DEPDIR)/Debug.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/generic/Debug.cpp' object='Debug.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Debug.o `test -f 'src/generic/Debug.cpp' || echo '$(srcdir)/'`src/generic/Debug.cpp
Debug.obj: src/generic/Debug.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Debug.obj -MD -MP -MF $(DEPDIR)/Debug.Tpo -c -o Debug.obj `if test -f 'src/generic/Debug.cpp'; then $(CYGPATH_W) 'src/generic/Debug.cpp'; else $(CYGPATH_W) '$(srcdir)/src/generic/Debug.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Debug.Tpo $(DEPDIR)/Debug.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Debug.Tpo $(DEPDIR)/Debug.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/generic/Debug.cpp' object='Debug.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Debug.obj `if test -f 'src/generic/Debug.cpp'; then $(CYGPATH_W) 'src/generic/Debug.cpp'; else $(CYGPATH_W) '$(srcdir)/src/generic/Debug.cpp'; fi`
Util.o: src/generic/Util.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Util.o -MD -MP -MF $(DEPDIR)/Util.Tpo -c -o Util.o `test -f 'src/generic/Util.cpp' || echo '$(srcdir)/'`src/generic/Util.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Util.Tpo $(DEPDIR)/Util.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Util.Tpo $(DEPDIR)/Util.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/generic/Util.cpp' object='Util.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Util.o `test -f 'src/generic/Util.cpp' || echo '$(srcdir)/'`src/generic/Util.cpp
Util.obj: src/generic/Util.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Util.obj -MD -MP -MF $(DEPDIR)/Util.Tpo -c -o Util.obj `if test -f 'src/generic/Util.cpp'; then $(CYGPATH_W) 'src/generic/Util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/generic/Util.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Util.Tpo $(DEPDIR)/Util.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Util.Tpo $(DEPDIR)/Util.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/generic/Util.cpp' object='Util.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Util.obj `if test -f 'src/generic/Util.cpp'; then $(CYGPATH_W) 'src/generic/Util.cpp'; else $(CYGPATH_W) '$(srcdir)/src/generic/Util.cpp'; fi`
SegmentPainter.o: src/painter/SegmentPainter.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SegmentPainter.o -MD -MP -MF $(DEPDIR)/SegmentPainter.Tpo -c -o SegmentPainter.o `test -f 'src/painter/SegmentPainter.cpp' || echo '$(srcdir)/'`src/painter/SegmentPainter.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SegmentPainter.Tpo $(DEPDIR)/SegmentPainter.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SegmentPainter.Tpo $(DEPDIR)/SegmentPainter.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/painter/SegmentPainter.cpp' object='SegmentPainter.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SegmentPainter.o `test -f 'src/painter/SegmentPainter.cpp' || echo '$(srcdir)/'`src/painter/SegmentPainter.cpp
SegmentPainter.obj: src/painter/SegmentPainter.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SegmentPainter.obj -MD -MP -MF $(DEPDIR)/SegmentPainter.Tpo -c -o SegmentPainter.obj `if test -f 'src/painter/SegmentPainter.cpp'; then $(CYGPATH_W) 'src/painter/SegmentPainter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/painter/SegmentPainter.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SegmentPainter.Tpo $(DEPDIR)/SegmentPainter.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SegmentPainter.Tpo $(DEPDIR)/SegmentPainter.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/painter/SegmentPainter.cpp' object='SegmentPainter.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SegmentPainter.obj `if test -f 'src/painter/SegmentPainter.cpp'; then $(CYGPATH_W) 'src/painter/SegmentPainter.cpp'; else $(CYGPATH_W) '$(srcdir)/src/painter/SegmentPainter.cpp'; fi`
FileInput.o: src/segment/FileInput.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FileInput.o -MD -MP -MF $(DEPDIR)/FileInput.Tpo -c -o FileInput.o `test -f 'src/segment/FileInput.cpp' || echo '$(srcdir)/'`src/segment/FileInput.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FileInput.Tpo $(DEPDIR)/FileInput.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FileInput.Tpo $(DEPDIR)/FileInput.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/FileInput.cpp' object='FileInput.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FileInput.o `test -f 'src/segment/FileInput.cpp' || echo '$(srcdir)/'`src/segment/FileInput.cpp
FileInput.obj: src/segment/FileInput.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FileInput.obj -MD -MP -MF $(DEPDIR)/FileInput.Tpo -c -o FileInput.obj `if test -f 'src/segment/FileInput.cpp'; then $(CYGPATH_W) 'src/segment/FileInput.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/FileInput.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FileInput.Tpo $(DEPDIR)/FileInput.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FileInput.Tpo $(DEPDIR)/FileInput.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/FileInput.cpp' object='FileInput.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FileInput.obj `if test -f 'src/segment/FileInput.cpp'; then $(CYGPATH_W) 'src/segment/FileInput.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/FileInput.cpp'; fi`
FontCache.o: src/segment/FontCache.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FontCache.o -MD -MP -MF $(DEPDIR)/FontCache.Tpo -c -o FontCache.o `test -f 'src/segment/FontCache.cpp' || echo '$(srcdir)/'`src/segment/FontCache.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FontCache.Tpo $(DEPDIR)/FontCache.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FontCache.Tpo $(DEPDIR)/FontCache.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/FontCache.cpp' object='FontCache.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FontCache.o `test -f 'src/segment/FontCache.cpp' || echo '$(srcdir)/'`src/segment/FontCache.cpp
FontCache.obj: src/segment/FontCache.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FontCache.obj -MD -MP -MF $(DEPDIR)/FontCache.Tpo -c -o FontCache.obj `if test -f 'src/segment/FontCache.cpp'; then $(CYGPATH_W) 'src/segment/FontCache.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/FontCache.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FontCache.Tpo $(DEPDIR)/FontCache.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FontCache.Tpo $(DEPDIR)/FontCache.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/FontCache.cpp' object='FontCache.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FontCache.obj `if test -f 'src/segment/FontCache.cpp'; then $(CYGPATH_W) 'src/segment/FontCache.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/FontCache.cpp'; fi`
FontFace.o: src/segment/FontFace.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FontFace.o -MD -MP -MF $(DEPDIR)/FontFace.Tpo -c -o FontFace.o `test -f 'src/segment/FontFace.cpp' || echo '$(srcdir)/'`src/segment/FontFace.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FontFace.Tpo $(DEPDIR)/FontFace.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FontFace.Tpo $(DEPDIR)/FontFace.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/FontFace.cpp' object='FontFace.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FontFace.o `test -f 'src/segment/FontFace.cpp' || echo '$(srcdir)/'`src/segment/FontFace.cpp
FontFace.obj: src/segment/FontFace.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT FontFace.obj -MD -MP -MF $(DEPDIR)/FontFace.Tpo -c -o FontFace.obj `if test -f 'src/segment/FontFace.cpp'; then $(CYGPATH_W) 'src/segment/FontFace.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/FontFace.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/FontFace.Tpo $(DEPDIR)/FontFace.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/FontFace.Tpo $(DEPDIR)/FontFace.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/FontFace.cpp' object='FontFace.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o FontFace.obj `if test -f 'src/segment/FontFace.cpp'; then $(CYGPATH_W) 'src/segment/FontFace.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/FontFace.cpp'; fi`
GrCharStream.o: src/segment/GrCharStream.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrCharStream.o -MD -MP -MF $(DEPDIR)/GrCharStream.Tpo -c -o GrCharStream.o `test -f 'src/segment/GrCharStream.cpp' || echo '$(srcdir)/'`src/segment/GrCharStream.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrCharStream.Tpo $(DEPDIR)/GrCharStream.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrCharStream.Tpo $(DEPDIR)/GrCharStream.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrCharStream.cpp' object='GrCharStream.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrCharStream.o `test -f 'src/segment/GrCharStream.cpp' || echo '$(srcdir)/'`src/segment/GrCharStream.cpp
GrCharStream.obj: src/segment/GrCharStream.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrCharStream.obj -MD -MP -MF $(DEPDIR)/GrCharStream.Tpo -c -o GrCharStream.obj `if test -f 'src/segment/GrCharStream.cpp'; then $(CYGPATH_W) 'src/segment/GrCharStream.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrCharStream.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrCharStream.Tpo $(DEPDIR)/GrCharStream.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrCharStream.Tpo $(DEPDIR)/GrCharStream.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrCharStream.cpp' object='GrCharStream.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrCharStream.obj `if test -f 'src/segment/GrCharStream.cpp'; then $(CYGPATH_W) 'src/segment/GrCharStream.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrCharStream.cpp'; fi`
GrClassTable.o: src/segment/GrClassTable.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrClassTable.o -MD -MP -MF $(DEPDIR)/GrClassTable.Tpo -c -o GrClassTable.o `test -f 'src/segment/GrClassTable.cpp' || echo '$(srcdir)/'`src/segment/GrClassTable.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrClassTable.Tpo $(DEPDIR)/GrClassTable.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrClassTable.Tpo $(DEPDIR)/GrClassTable.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrClassTable.cpp' object='GrClassTable.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrClassTable.o `test -f 'src/segment/GrClassTable.cpp' || echo '$(srcdir)/'`src/segment/GrClassTable.cpp
GrClassTable.obj: src/segment/GrClassTable.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrClassTable.obj -MD -MP -MF $(DEPDIR)/GrClassTable.Tpo -c -o GrClassTable.obj `if test -f 'src/segment/GrClassTable.cpp'; then $(CYGPATH_W) 'src/segment/GrClassTable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrClassTable.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrClassTable.Tpo $(DEPDIR)/GrClassTable.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrClassTable.Tpo $(DEPDIR)/GrClassTable.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrClassTable.cpp' object='GrClassTable.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrClassTable.obj `if test -f 'src/segment/GrClassTable.cpp'; then $(CYGPATH_W) 'src/segment/GrClassTable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrClassTable.cpp'; fi`
GrEngine.o: src/segment/GrEngine.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrEngine.o -MD -MP -MF $(DEPDIR)/GrEngine.Tpo -c -o GrEngine.o `test -f 'src/segment/GrEngine.cpp' || echo '$(srcdir)/'`src/segment/GrEngine.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrEngine.Tpo $(DEPDIR)/GrEngine.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrEngine.Tpo $(DEPDIR)/GrEngine.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrEngine.cpp' object='GrEngine.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrEngine.o `test -f 'src/segment/GrEngine.cpp' || echo '$(srcdir)/'`src/segment/GrEngine.cpp
GrEngine.obj: src/segment/GrEngine.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrEngine.obj -MD -MP -MF $(DEPDIR)/GrEngine.Tpo -c -o GrEngine.obj `if test -f 'src/segment/GrEngine.cpp'; then $(CYGPATH_W) 'src/segment/GrEngine.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrEngine.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrEngine.Tpo $(DEPDIR)/GrEngine.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrEngine.Tpo $(DEPDIR)/GrEngine.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrEngine.cpp' object='GrEngine.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrEngine.obj `if test -f 'src/segment/GrEngine.cpp'; then $(CYGPATH_W) 'src/segment/GrEngine.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrEngine.cpp'; fi`
GrFSM.o: src/segment/GrFSM.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrFSM.o -MD -MP -MF $(DEPDIR)/GrFSM.Tpo -c -o GrFSM.o `test -f 'src/segment/GrFSM.cpp' || echo '$(srcdir)/'`src/segment/GrFSM.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrFSM.Tpo $(DEPDIR)/GrFSM.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrFSM.Tpo $(DEPDIR)/GrFSM.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrFSM.cpp' object='GrFSM.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrFSM.o `test -f 'src/segment/GrFSM.cpp' || echo '$(srcdir)/'`src/segment/GrFSM.cpp
GrFSM.obj: src/segment/GrFSM.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrFSM.obj -MD -MP -MF $(DEPDIR)/GrFSM.Tpo -c -o GrFSM.obj `if test -f 'src/segment/GrFSM.cpp'; then $(CYGPATH_W) 'src/segment/GrFSM.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrFSM.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrFSM.Tpo $(DEPDIR)/GrFSM.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrFSM.Tpo $(DEPDIR)/GrFSM.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrFSM.cpp' object='GrFSM.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrFSM.obj `if test -f 'src/segment/GrFSM.cpp'; then $(CYGPATH_W) 'src/segment/GrFSM.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrFSM.cpp'; fi`
GrFeature.o: src/segment/GrFeature.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrFeature.o -MD -MP -MF $(DEPDIR)/GrFeature.Tpo -c -o GrFeature.o `test -f 'src/segment/GrFeature.cpp' || echo '$(srcdir)/'`src/segment/GrFeature.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrFeature.Tpo $(DEPDIR)/GrFeature.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrFeature.Tpo $(DEPDIR)/GrFeature.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrFeature.cpp' object='GrFeature.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrFeature.o `test -f 'src/segment/GrFeature.cpp' || echo '$(srcdir)/'`src/segment/GrFeature.cpp
GrFeature.obj: src/segment/GrFeature.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrFeature.obj -MD -MP -MF $(DEPDIR)/GrFeature.Tpo -c -o GrFeature.obj `if test -f 'src/segment/GrFeature.cpp'; then $(CYGPATH_W) 'src/segment/GrFeature.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrFeature.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrFeature.Tpo $(DEPDIR)/GrFeature.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrFeature.Tpo $(DEPDIR)/GrFeature.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrFeature.cpp' object='GrFeature.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrFeature.obj `if test -f 'src/segment/GrFeature.cpp'; then $(CYGPATH_W) 'src/segment/GrFeature.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrFeature.cpp'; fi`
GrGlyphTable.o: src/segment/GrGlyphTable.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrGlyphTable.o -MD -MP -MF $(DEPDIR)/GrGlyphTable.Tpo -c -o GrGlyphTable.o `test -f 'src/segment/GrGlyphTable.cpp' || echo '$(srcdir)/'`src/segment/GrGlyphTable.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrGlyphTable.Tpo $(DEPDIR)/GrGlyphTable.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrGlyphTable.Tpo $(DEPDIR)/GrGlyphTable.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrGlyphTable.cpp' object='GrGlyphTable.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrGlyphTable.o `test -f 'src/segment/GrGlyphTable.cpp' || echo '$(srcdir)/'`src/segment/GrGlyphTable.cpp
GrGlyphTable.obj: src/segment/GrGlyphTable.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrGlyphTable.obj -MD -MP -MF $(DEPDIR)/GrGlyphTable.Tpo -c -o GrGlyphTable.obj `if test -f 'src/segment/GrGlyphTable.cpp'; then $(CYGPATH_W) 'src/segment/GrGlyphTable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrGlyphTable.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrGlyphTable.Tpo $(DEPDIR)/GrGlyphTable.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrGlyphTable.Tpo $(DEPDIR)/GrGlyphTable.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrGlyphTable.cpp' object='GrGlyphTable.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrGlyphTable.obj `if test -f 'src/segment/GrGlyphTable.cpp'; then $(CYGPATH_W) 'src/segment/GrGlyphTable.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrGlyphTable.cpp'; fi`
GrPass.o: src/segment/GrPass.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrPass.o -MD -MP -MF $(DEPDIR)/GrPass.Tpo -c -o GrPass.o `test -f 'src/segment/GrPass.cpp' || echo '$(srcdir)/'`src/segment/GrPass.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrPass.Tpo $(DEPDIR)/GrPass.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrPass.Tpo $(DEPDIR)/GrPass.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrPass.cpp' object='GrPass.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrPass.o `test -f 'src/segment/GrPass.cpp' || echo '$(srcdir)/'`src/segment/GrPass.cpp
GrPass.obj: src/segment/GrPass.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrPass.obj -MD -MP -MF $(DEPDIR)/GrPass.Tpo -c -o GrPass.obj `if test -f 'src/segment/GrPass.cpp'; then $(CYGPATH_W) 'src/segment/GrPass.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrPass.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrPass.Tpo $(DEPDIR)/GrPass.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrPass.Tpo $(DEPDIR)/GrPass.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrPass.cpp' object='GrPass.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrPass.obj `if test -f 'src/segment/GrPass.cpp'; then $(CYGPATH_W) 'src/segment/GrPass.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrPass.cpp'; fi`
GrPassActionCode.o: src/segment/GrPassActionCode.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrPassActionCode.o -MD -MP -MF $(DEPDIR)/GrPassActionCode.Tpo -c -o GrPassActionCode.o `test -f 'src/segment/GrPassActionCode.cpp' || echo '$(srcdir)/'`src/segment/GrPassActionCode.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrPassActionCode.Tpo $(DEPDIR)/GrPassActionCode.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrPassActionCode.Tpo $(DEPDIR)/GrPassActionCode.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrPassActionCode.cpp' object='GrPassActionCode.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrPassActionCode.o `test -f 'src/segment/GrPassActionCode.cpp' || echo '$(srcdir)/'`src/segment/GrPassActionCode.cpp
GrPassActionCode.obj: src/segment/GrPassActionCode.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrPassActionCode.obj -MD -MP -MF $(DEPDIR)/GrPassActionCode.Tpo -c -o GrPassActionCode.obj `if test -f 'src/segment/GrPassActionCode.cpp'; then $(CYGPATH_W) 'src/segment/GrPassActionCode.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrPassActionCode.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrPassActionCode.Tpo $(DEPDIR)/GrPassActionCode.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrPassActionCode.Tpo $(DEPDIR)/GrPassActionCode.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrPassActionCode.cpp' object='GrPassActionCode.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrPassActionCode.obj `if test -f 'src/segment/GrPassActionCode.cpp'; then $(CYGPATH_W) 'src/segment/GrPassActionCode.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrPassActionCode.cpp'; fi`
GrSlotState.o: src/segment/GrSlotState.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrSlotState.o -MD -MP -MF $(DEPDIR)/GrSlotState.Tpo -c -o GrSlotState.o `test -f 'src/segment/GrSlotState.cpp' || echo '$(srcdir)/'`src/segment/GrSlotState.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrSlotState.Tpo $(DEPDIR)/GrSlotState.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrSlotState.Tpo $(DEPDIR)/GrSlotState.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrSlotState.cpp' object='GrSlotState.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrSlotState.o `test -f 'src/segment/GrSlotState.cpp' || echo '$(srcdir)/'`src/segment/GrSlotState.cpp
GrSlotState.obj: src/segment/GrSlotState.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrSlotState.obj -MD -MP -MF $(DEPDIR)/GrSlotState.Tpo -c -o GrSlotState.obj `if test -f 'src/segment/GrSlotState.cpp'; then $(CYGPATH_W) 'src/segment/GrSlotState.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrSlotState.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrSlotState.Tpo $(DEPDIR)/GrSlotState.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrSlotState.Tpo $(DEPDIR)/GrSlotState.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrSlotState.cpp' object='GrSlotState.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrSlotState.obj `if test -f 'src/segment/GrSlotState.cpp'; then $(CYGPATH_W) 'src/segment/GrSlotState.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrSlotState.cpp'; fi`
GrSlotStream.o: src/segment/GrSlotStream.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrSlotStream.o -MD -MP -MF $(DEPDIR)/GrSlotStream.Tpo -c -o GrSlotStream.o `test -f 'src/segment/GrSlotStream.cpp' || echo '$(srcdir)/'`src/segment/GrSlotStream.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrSlotStream.Tpo $(DEPDIR)/GrSlotStream.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrSlotStream.Tpo $(DEPDIR)/GrSlotStream.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrSlotStream.cpp' object='GrSlotStream.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrSlotStream.o `test -f 'src/segment/GrSlotStream.cpp' || echo '$(srcdir)/'`src/segment/GrSlotStream.cpp
GrSlotStream.obj: src/segment/GrSlotStream.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrSlotStream.obj -MD -MP -MF $(DEPDIR)/GrSlotStream.Tpo -c -o GrSlotStream.obj `if test -f 'src/segment/GrSlotStream.cpp'; then $(CYGPATH_W) 'src/segment/GrSlotStream.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrSlotStream.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrSlotStream.Tpo $(DEPDIR)/GrSlotStream.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrSlotStream.Tpo $(DEPDIR)/GrSlotStream.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrSlotStream.cpp' object='GrSlotStream.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrSlotStream.obj `if test -f 'src/segment/GrSlotStream.cpp'; then $(CYGPATH_W) 'src/segment/GrSlotStream.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrSlotStream.cpp'; fi`
GrTableManager.o: src/segment/GrTableManager.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrTableManager.o -MD -MP -MF $(DEPDIR)/GrTableManager.Tpo -c -o GrTableManager.o `test -f 'src/segment/GrTableManager.cpp' || echo '$(srcdir)/'`src/segment/GrTableManager.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrTableManager.Tpo $(DEPDIR)/GrTableManager.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrTableManager.Tpo $(DEPDIR)/GrTableManager.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrTableManager.cpp' object='GrTableManager.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrTableManager.o `test -f 'src/segment/GrTableManager.cpp' || echo '$(srcdir)/'`src/segment/GrTableManager.cpp
GrTableManager.obj: src/segment/GrTableManager.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GrTableManager.obj -MD -MP -MF $(DEPDIR)/GrTableManager.Tpo -c -o GrTableManager.obj `if test -f 'src/segment/GrTableManager.cpp'; then $(CYGPATH_W) 'src/segment/GrTableManager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrTableManager.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/GrTableManager.Tpo $(DEPDIR)/GrTableManager.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GrTableManager.Tpo $(DEPDIR)/GrTableManager.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/GrTableManager.cpp' object='GrTableManager.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GrTableManager.obj `if test -f 'src/segment/GrTableManager.cpp'; then $(CYGPATH_W) 'src/segment/GrTableManager.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/GrTableManager.cpp'; fi`
MemoryUsage.o: src/segment/MemoryUsage.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MemoryUsage.o -MD -MP -MF $(DEPDIR)/MemoryUsage.Tpo -c -o MemoryUsage.o `test -f 'src/segment/MemoryUsage.cpp' || echo '$(srcdir)/'`src/segment/MemoryUsage.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/MemoryUsage.Tpo $(DEPDIR)/MemoryUsage.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MemoryUsage.Tpo $(DEPDIR)/MemoryUsage.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/MemoryUsage.cpp' object='MemoryUsage.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MemoryUsage.o `test -f 'src/segment/MemoryUsage.cpp' || echo '$(srcdir)/'`src/segment/MemoryUsage.cpp
MemoryUsage.obj: src/segment/MemoryUsage.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MemoryUsage.obj -MD -MP -MF $(DEPDIR)/MemoryUsage.Tpo -c -o MemoryUsage.obj `if test -f 'src/segment/MemoryUsage.cpp'; then $(CYGPATH_W) 'src/segment/MemoryUsage.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/MemoryUsage.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/MemoryUsage.Tpo $(DEPDIR)/MemoryUsage.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MemoryUsage.Tpo $(DEPDIR)/MemoryUsage.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/MemoryUsage.cpp' object='MemoryUsage.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MemoryUsage.obj `if test -f 'src/segment/MemoryUsage.cpp'; then $(CYGPATH_W) 'src/segment/MemoryUsage.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/MemoryUsage.cpp'; fi`
Platform.o: src/segment/Platform.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Platform.o -MD -MP -MF $(DEPDIR)/Platform.Tpo -c -o Platform.o `test -f 'src/segment/Platform.cpp' || echo '$(srcdir)/'`src/segment/Platform.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Platform.Tpo $(DEPDIR)/Platform.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Platform.Tpo $(DEPDIR)/Platform.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/Platform.cpp' object='Platform.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Platform.o `test -f 'src/segment/Platform.cpp' || echo '$(srcdir)/'`src/segment/Platform.cpp
Platform.obj: src/segment/Platform.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Platform.obj -MD -MP -MF $(DEPDIR)/Platform.Tpo -c -o Platform.obj `if test -f 'src/segment/Platform.cpp'; then $(CYGPATH_W) 'src/segment/Platform.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/Platform.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Platform.Tpo $(DEPDIR)/Platform.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Platform.Tpo $(DEPDIR)/Platform.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/Platform.cpp' object='Platform.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Platform.obj `if test -f 'src/segment/Platform.cpp'; then $(CYGPATH_W) 'src/segment/Platform.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/Platform.cpp'; fi`
Segment.o: src/segment/Segment.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Segment.o -MD -MP -MF $(DEPDIR)/Segment.Tpo -c -o Segment.o `test -f 'src/segment/Segment.cpp' || echo '$(srcdir)/'`src/segment/Segment.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Segment.Tpo $(DEPDIR)/Segment.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Segment.Tpo $(DEPDIR)/Segment.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/Segment.cpp' object='Segment.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Segment.o `test -f 'src/segment/Segment.cpp' || echo '$(srcdir)/'`src/segment/Segment.cpp
Segment.obj: src/segment/Segment.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Segment.obj -MD -MP -MF $(DEPDIR)/Segment.Tpo -c -o Segment.obj `if test -f 'src/segment/Segment.cpp'; then $(CYGPATH_W) 'src/segment/Segment.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/Segment.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/Segment.Tpo $(DEPDIR)/Segment.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Segment.Tpo $(DEPDIR)/Segment.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/Segment.cpp' object='Segment.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Segment.obj `if test -f 'src/segment/Segment.cpp'; then $(CYGPATH_W) 'src/segment/Segment.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/Segment.cpp'; fi`
SegmentAux.o: src/segment/SegmentAux.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SegmentAux.o -MD -MP -MF $(DEPDIR)/SegmentAux.Tpo -c -o SegmentAux.o `test -f 'src/segment/SegmentAux.cpp' || echo '$(srcdir)/'`src/segment/SegmentAux.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SegmentAux.Tpo $(DEPDIR)/SegmentAux.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SegmentAux.Tpo $(DEPDIR)/SegmentAux.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/SegmentAux.cpp' object='SegmentAux.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SegmentAux.o `test -f 'src/segment/SegmentAux.cpp' || echo '$(srcdir)/'`src/segment/SegmentAux.cpp
SegmentAux.obj: src/segment/SegmentAux.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT SegmentAux.obj -MD -MP -MF $(DEPDIR)/SegmentAux.Tpo -c -o SegmentAux.obj `if test -f 'src/segment/SegmentAux.cpp'; then $(CYGPATH_W) 'src/segment/SegmentAux.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/SegmentAux.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/SegmentAux.Tpo $(DEPDIR)/SegmentAux.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/SegmentAux.Tpo $(DEPDIR)/SegmentAux.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/SegmentAux.cpp' object='SegmentAux.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o SegmentAux.obj `if test -f 'src/segment/SegmentAux.cpp'; then $(CYGPATH_W) 'src/segment/SegmentAux.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/SegmentAux.cpp'; fi`
TestFSM.o: src/segment/TestFSM.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestFSM.o -MD -MP -MF $(DEPDIR)/TestFSM.Tpo -c -o TestFSM.o `test -f 'src/segment/TestFSM.cpp' || echo '$(srcdir)/'`src/segment/TestFSM.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TestFSM.Tpo $(DEPDIR)/TestFSM.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TestFSM.Tpo $(DEPDIR)/TestFSM.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/TestFSM.cpp' object='TestFSM.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestFSM.o `test -f 'src/segment/TestFSM.cpp' || echo '$(srcdir)/'`src/segment/TestFSM.cpp
TestFSM.obj: src/segment/TestFSM.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestFSM.obj -MD -MP -MF $(DEPDIR)/TestFSM.Tpo -c -o TestFSM.obj `if test -f 'src/segment/TestFSM.cpp'; then $(CYGPATH_W) 'src/segment/TestFSM.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/TestFSM.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TestFSM.Tpo $(DEPDIR)/TestFSM.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TestFSM.Tpo $(DEPDIR)/TestFSM.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/TestFSM.cpp' object='TestFSM.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestFSM.obj `if test -f 'src/segment/TestFSM.cpp'; then $(CYGPATH_W) 'src/segment/TestFSM.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/TestFSM.cpp'; fi`
TestPasses.o: src/segment/TestPasses.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestPasses.o -MD -MP -MF $(DEPDIR)/TestPasses.Tpo -c -o TestPasses.o `test -f 'src/segment/TestPasses.cpp' || echo '$(srcdir)/'`src/segment/TestPasses.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TestPasses.Tpo $(DEPDIR)/TestPasses.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TestPasses.Tpo $(DEPDIR)/TestPasses.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/TestPasses.cpp' object='TestPasses.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestPasses.o `test -f 'src/segment/TestPasses.cpp' || echo '$(srcdir)/'`src/segment/TestPasses.cpp
TestPasses.obj: src/segment/TestPasses.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TestPasses.obj -MD -MP -MF $(DEPDIR)/TestPasses.Tpo -c -o TestPasses.obj `if test -f 'src/segment/TestPasses.cpp'; then $(CYGPATH_W) 'src/segment/TestPasses.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/TestPasses.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TestPasses.Tpo $(DEPDIR)/TestPasses.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TestPasses.Tpo $(DEPDIR)/TestPasses.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/TestPasses.cpp' object='TestPasses.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TestPasses.obj `if test -f 'src/segment/TestPasses.cpp'; then $(CYGPATH_W) 'src/segment/TestPasses.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/TestPasses.cpp'; fi`
TransductionLog.o: src/segment/TransductionLog.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TransductionLog.o -MD -MP -MF $(DEPDIR)/TransductionLog.Tpo -c -o TransductionLog.o `test -f 'src/segment/TransductionLog.cpp' || echo '$(srcdir)/'`src/segment/TransductionLog.cpp
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TransductionLog.Tpo $(DEPDIR)/TransductionLog.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TransductionLog.Tpo $(DEPDIR)/TransductionLog.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/TransductionLog.cpp' object='TransductionLog.o' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TransductionLog.o `test -f 'src/segment/TransductionLog.cpp' || echo '$(srcdir)/'`src/segment/TransductionLog.cpp
TransductionLog.obj: src/segment/TransductionLog.cpp
@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT TransductionLog.obj -MD -MP -MF $(DEPDIR)/TransductionLog.Tpo -c -o TransductionLog.obj `if test -f 'src/segment/TransductionLog.cpp'; then $(CYGPATH_W) 'src/segment/TransductionLog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/TransductionLog.cpp'; fi`
-@am__fastdepCXX_TRUE@ mv -f $(DEPDIR)/TransductionLog.Tpo $(DEPDIR)/TransductionLog.Po
+@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/TransductionLog.Tpo $(DEPDIR)/TransductionLog.Po
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='src/segment/TransductionLog.cpp' object='TransductionLog.obj' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o TransductionLog.obj `if test -f 'src/segment/TransductionLog.cpp'; then $(CYGPATH_W) 'src/segment/TransductionLog.cpp'; else $(CYGPATH_W) '$(srcdir)/src/segment/TransductionLog.cpp'; fi`
@@ -777,7 +782,7 @@ tags: TAGS
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
+ set x; \
here=`pwd`; \
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
unique=`for i in $$list; do \
@@ -785,36 +790,41 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
END { if (nonempty) { for (i in files) print i; }; }'`; \
- if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ shift; \
+ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
test -n "$$unique" || unique=$$empty_fix; \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique; \
+ if test $$# -gt 0; then \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ "$$@" $$unique; \
+ else \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$unique; \
+ fi; \
fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)
- tags=; \
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; }; }'`; \
- test -z "$(CTAGS_ARGS)$$tags$$unique" \
+ test -z "$(CTAGS_ARGS)$$unique" \
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$tags $$unique
+ $$unique
GTAGS:
here=`$(am__cd) $(top_builddir) && pwd` \
- && cd $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) $$here
+ && $(am__cd) $(top_srcdir) \
+ && gtags -i $(GTAGS_ARGS) "$$here"
distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
distdir: $(DISTFILES)
$(am__remove_distdir)
- test -d $(distdir) || mkdir $(distdir)
+ test -d "$(distdir)" || mkdir "$(distdir)"
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
@@ -830,24 +840,29 @@ distdir: $(DISTFILES)
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
if test -d $$d/$$file; then \
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+ if test -d "$(distdir)/$$file"; then \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+ fi; \
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
+ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
fi; \
- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
+ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
else \
- test -f $(distdir)/$$file \
- || cp -p $$d/$$file $(distdir)/$$file \
+ test -f "$(distdir)/$$file" \
+ || cp -p $$d/$$file "$(distdir)/$$file" \
|| exit 1; \
fi; \
done
$(MAKE) $(AM_MAKEFLAGS) \
top_distdir="$(top_distdir)" distdir="$(distdir)" \
dist-hook
- -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
+ -test -n "$(am__skip_mode_fix)" \
+ || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
- || chmod -R a+r $(distdir)
+ || chmod -R a+r "$(distdir)"
dist-gzip: distdir
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
$(am__remove_distdir)
@@ -859,6 +874,10 @@ dist-lzma: distdir
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
$(am__remove_distdir)
+dist-xz: distdir
+ tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
+ $(am__remove_distdir)
+
dist-tarZ: distdir
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
$(am__remove_distdir)
@@ -888,6 +907,8 @@ distcheck: dist
bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lzma*) \
unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
+ *.tar.xz*) \
+ xz -dc $(distdir).tar.xz | $(am__untar) ;;\
*.tar.Z*) \
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
@@ -899,9 +920,11 @@ distcheck: dist
mkdir $(distdir)/_build
mkdir $(distdir)/_inst
chmod a-w $(distdir)
+ test -d $(distdir)/_build || exit 0; \
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
- && cd $(distdir)/_build \
+ && am__cwd=`pwd` \
+ && $(am__cd) $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
@@ -923,13 +946,15 @@ distcheck: dist
&& rm -rf "$$dc_destdir" \
&& $(MAKE) $(AM_MAKEFLAGS) dist \
&& rm -rf $(DIST_ARCHIVES) \
- && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
+ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
+ && cd "$$am__cwd" \
+ || exit 1
$(am__remove_distdir)
@(echo "$(distdir) archives ready for distribution: "; \
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
- @cd $(distuninstallcheck_dir) \
+ @$(am__cd) '$(distuninstallcheck_dir)' \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
@@ -970,6 +995,7 @@ clean-generic:
distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+ -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@@ -991,6 +1017,8 @@ dvi-am:
html: html-am
+html-am:
+
info: info-am
info-am:
@@ -999,18 +1027,28 @@ install-data-am:
install-dvi: install-dvi-am
+install-dvi-am:
+
install-exec-am:
install-html: install-html-am
+install-html-am:
+
install-info: install-info-am
+install-info-am:
+
install-man:
install-pdf: install-pdf-am
+install-pdf-am:
+
install-ps: install-ps-am
+install-ps-am:
+
installcheck-am:
maintainer-clean: maintainer-clean-am
@@ -1039,7 +1077,7 @@ uninstall-am:
.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
clean-generic clean-noinstLIBRARIES ctags dist dist-all \
dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ \
- dist-zip distcheck distclean distclean-compile \
+ dist-xz dist-zip distcheck distclean distclean-compile \
distclean-generic distclean-tags distcleancheck distdir \
distuninstallcheck dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am install-dvi \
@@ -1055,6 +1093,7 @@ uninstall-am:
# in case of an SVN repository
dist-hook:
rm -rf `find $(distdir) -name .svn`
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: