(GIT_DIR=./.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \
	(touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
list='cairo-5c.3'; if test -n "$list"; then \
	  list=`for p in $list; do \
	    if test -f $p; then d=; else d="./"; fi; \
	    if test -f "$d$p"; then echo "$d$p"; else :; fi; done`; \
	  if test -n "$list" && \
	    grep 'ab help2man is required to generate this page' $list >/dev/null; then \
	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
	    grep -l 'ab help2man is required to generate this page' $list | sed 's/^/         /' >&2; \
	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
	    exit 1; \
	  else :; fi; \
	else :; fi
if test -d "cairo-5c-1.6"; then find "cairo-5c-1.6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cairo-5c-1.6" || { sleep 5 && rm -rf "cairo-5c-1.6"; }; else :; fi
test -d "cairo-5c-1.6" || mkdir "cairo-5c-1.6"
srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='README ./configure.ac  ./aclocal.m4 ./Makefile.am ./Makefile.in ./config.h.in ./configure AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp install-sh ltmain.sh missing   cairo.5c ChangeLog autogen.sh cairo-5c.3.in debian/cairo-5c.install debian/libcairo5c-0.install debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules'; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|./|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|cairo-5c-1.6/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=.; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "cairo-5c-1.6/$file"; then \
	      find "cairo-5c-1.6/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ./$file && test $d != .; then \
	      cp -fpR ./$file "cairo-5c-1.6$dir" || exit 1; \
	      find "cairo-5c-1.6/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "cairo-5c-1.6$dir" || exit 1; \
	  else \
	    test -f "cairo-5c-1.6/$file" \
	    || cp -p $d/$file "cairo-5c-1.6/$file" \
	    || exit 1; \
	  fi; \
	done
list='src nichrome test examples'; for subdir in $list; do \
	  if test "$subdir" = .; then :; else \
	    { am__dry=no; 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;; esac; test $am__dry = yes; } \
	      || test -d "cairo-5c-1.6/$subdir" \
	      || /bin/mkdir -p "cairo-5c-1.6/$subdir" \
	      || exit 1; \
	    dir1=$subdir; dir2="cairo-5c-1.6/$subdir"; \
	    dir0=`pwd`; sed_first='s,^\([^/]*\)/.*$,\1,'; sed_rest='s,^[^/]*/*,,'; sed_last='s,^.*/\([^/]*\)$,\1,'; sed_butlast='s,/*[^/]*$,,'; while test -n "$dir1"; do first=`echo "$dir1" | sed -e "$sed_first"`; if test "$first" != "."; then if test "$first" = ".."; then dir2=`echo "$dir0" | sed -e "$sed_last"`/"$dir2"; dir0=`echo "$dir0" | sed -e "$sed_butlast"`; else first2=`echo "$dir2" | sed -e "$sed_first"`; if test "$first2" = "$first"; then dir2=`echo "$dir2" | sed -e "$sed_rest"`; else dir2="../$dir2"; fi; dir0="$dir0"/"$first"; fi; fi; dir1=`echo "$dir1" | sed -e "$sed_rest"`; done; reldir="$dir2"; \
	    new_distdir=$reldir; \
	    dir1=$subdir; dir2="cairo-5c-1.6"; \
	    dir0=`pwd`; sed_first='s,^\([^/]*\)/.*$,\1,'; sed_rest='s,^[^/]*/*,,'; sed_last='s,^.*/\([^/]*\)$,\1,'; sed_butlast='s,/*[^/]*$,,'; while test -n "$dir1"; do first=`echo "$dir1" | sed -e "$sed_first"`; if test "$first" != "."; then if test "$first" = ".."; then dir2=`echo "$dir0" | sed -e "$sed_last"`/"$dir2"; dir0=`echo "$dir0" | sed -e "$sed_butlast"`; else first2=`echo "$dir2" | sed -e "$sed_first"`; if test "$first2" = "$first"; then dir2=`echo "$dir2" | sed -e "$sed_rest"`; else dir2="../$dir2"; fi; dir0="$dir0"/"$first"; fi; fi; dir1=`echo "$dir1" | sed -e "$sed_rest"`; done; reldir="$dir2"; \
	    new_top_distdir=$reldir; \
	    echo " (cd $subdir && make  top_distdir="$new_top_distdir" distdir="$new_distdir" \\"; \
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
	    (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && \
	      make  \
	        top_distdir="$new_top_distdir" \
	        distdir="$new_distdir" \
		am__remove_distdir=: \
		am__skip_length_check=: \
		am__skip_mode_fix=: \
	        distdir) \
	      || exit 1; \
	  fi; \
	done
 (cd src && make  top_distdir=../cairo-5c-1.6 distdir=../cairo-5c-1.6/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/src'
srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo ".." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='./Makefile.am ./Makefile.in cairo-5c.h init.c cairo.c draw.c event.c gstate.c xlib.c matrix.c pattern.c surface.c text.c rsvg.c  '; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|../|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|../cairo-5c-1.6/src/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=.; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "../cairo-5c-1.6/src/$file"; then \
	      find "../cairo-5c-1.6/src/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ./$file && test $d != .; then \
	      cp -fpR ./$file "../cairo-5c-1.6/src$dir" || exit 1; \
	      find "../cairo-5c-1.6/src/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "../cairo-5c-1.6/src$dir" || exit 1; \
	  else \
	    test -f "../cairo-5c-1.6/src/$file" \
	    || cp -p $d/$file "../cairo-5c-1.6/src/$file" \
	    || exit 1; \
	  fi; \
	done
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/src'
 (cd nichrome && make  top_distdir=../cairo-5c-1.6 distdir=../cairo-5c-1.6/nichrome \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/nichrome'
srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo ".." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='./Makefile.am ./Makefile.in   nichrome.5c nichrome-border.5c nichrome-box.5c nichrome-button.5c nichrome-label.5c nichrome-lozenge.5c nichrome-scrollbar.5c nichrome-text.5c nichrome-textline.5c nichrome-toggle.5c'; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|../|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|../cairo-5c-1.6/nichrome/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=.; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "../cairo-5c-1.6/nichrome/$file"; then \
	      find "../cairo-5c-1.6/nichrome/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ./$file && test $d != .; then \
	      cp -fpR ./$file "../cairo-5c-1.6/nichrome$dir" || exit 1; \
	      find "../cairo-5c-1.6/nichrome/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "../cairo-5c-1.6/nichrome$dir" || exit 1; \
	  else \
	    test -f "../cairo-5c-1.6/nichrome/$file" \
	    || cp -p $d/$file "../cairo-5c-1.6/nichrome/$file" \
	    || exit 1; \
	  fi; \
	done
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/nichrome'
 (cd test && make  top_distdir=../cairo-5c-1.6 distdir=../cairo-5c-1.6/test \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/test'
srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo ".." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='./Makefile.am ./Makefile.in   test.5c append-path-ref.png box-ref.png circle-ref.png clip-ref.png create-rgba-ref.png create-rgb-ref.png fill-extents-ref.png fill-preserve-ref.png line-ref.png mask-ref.png paint-ref.png paint-with-alpha-ref.png rotate-ref.png set-fill-rule-ref.png set-font-ref.png set-font-matrix-ref.png set-font-size-ref.png set-line-cap-ref.png set-line-join-ref.png set-line-width-ref.png set-miter-limit-ref.png set-operator-ref.png set-source-ref.png set-tolerance-ref.png show-text-ref.png stroke-extents-ref.png stroke-preserve-ref.png text-extents-ref.png text-path-ref.png'; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|../|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|../cairo-5c-1.6/test/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=.; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "../cairo-5c-1.6/test/$file"; then \
	      find "../cairo-5c-1.6/test/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ./$file && test $d != .; then \
	      cp -fpR ./$file "../cairo-5c-1.6/test$dir" || exit 1; \
	      find "../cairo-5c-1.6/test/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "../cairo-5c-1.6/test$dir" || exit 1; \
	  else \
	    test -f "../cairo-5c-1.6/test/$file" \
	    || cp -p $d/$file "../cairo-5c-1.6/test/$file" \
	    || exit 1; \
	  fi; \
	done
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/test'
 (cd examples && make  top_distdir=../cairo-5c-1.6 distdir=../cairo-5c-1.6/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/examples'
srcdirstrip=`echo "." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo ".." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='./Makefile.am ./Makefile.in   animate.5c arc.5c chrome-example.5c draw.5c events.5c fob.5c graph.5c grid.5c led.5c metrics.5c pie.5c pie-new.5c rottext.5c setgame.5c sin.5c spin.5c spin-cairo.5c spinman.5c test.5c text45.5c tic-tac-toe.5c'; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|../|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|../cairo-5c-1.6/examples/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=.; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "../cairo-5c-1.6/examples/$file"; then \
	      find "../cairo-5c-1.6/examples/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ./$file && test $d != .; then \
	      cp -fpR ./$file "../cairo-5c-1.6/examples$dir" || exit 1; \
	      find "../cairo-5c-1.6/examples/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "../cairo-5c-1.6/examples$dir" || exit 1; \
	  else \
	    test -f "../cairo-5c-1.6/examples/$file" \
	    || cp -p $d/$file "../cairo-5c-1.6/examples/$file" \
	    || exit 1; \
	  fi; \
	done
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/examples'
test -n "" \
	|| find "cairo-5c-1.6" -type d ! -perm -755 \
		-exec chmod u+rwx,go+rx {} \; -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 /bin/bash /home/keithp/src/cairo/cairo-5c/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "cairo-5c-1.6"
tardir=cairo-5c-1.6 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >cairo-5c-1.6.tar.gz
if test -d "cairo-5c-1.6"; then find "cairo-5c-1.6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cairo-5c-1.6" || { sleep 5 && rm -rf "cairo-5c-1.6"; }; else :; fi
case 'cairo-5c-1.6.tar.gz' in \
	*.tar.gz*) \
	  GZIP=--best gzip -dc cairo-5c-1.6.tar.gz | ${TAR-tar} xf - ;;\
	*.tar.bz2*) \
	  bzip2 -dc cairo-5c-1.6.tar.bz2 | ${TAR-tar} xf - ;;\
	*.tar.lzma*) \
	  lzma -dc cairo-5c-1.6.tar.lzma | ${TAR-tar} xf - ;;\
	*.tar.lz*) \
	  lzip -dc cairo-5c-1.6.tar.lz | ${TAR-tar} xf - ;;\
	*.tar.xz*) \
	  xz -dc cairo-5c-1.6.tar.xz | ${TAR-tar} xf - ;;\
	*.tar.Z*) \
	  uncompress -c cairo-5c-1.6.tar.Z | ${TAR-tar} xf - ;;\
	*.shar.gz*) \
	  GZIP=--best gzip -dc cairo-5c-1.6.shar.gz | unshar ;;\
	*.zip*) \
	  unzip cairo-5c-1.6.zip ;;\
	esac
chmod -R a-w cairo-5c-1.6; chmod a+w cairo-5c-1.6
mkdir cairo-5c-1.6/_build
mkdir cairo-5c-1.6/_inst
chmod a-w cairo-5c-1.6
test -d cairo-5c-1.6/_build || exit 0; \
	dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd cairo-5c-1.6/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
	  && am__cwd=`pwd` \
	  && CDPATH="${ZSH_VERSION+.}:" && cd cairo-5c-1.6/_build \
	  && ../configure --srcdir=.. --prefix="$dc_install_base" \
	    --with-nickle-libdir='/usr/share/nickle' \
	     \
	  && make  \
	  && make  dvi \
	  && make  check \
	  && make  install \
	  && make  installcheck \
	  && make  uninstall \
	  && make  distuninstallcheck_dir="$dc_install_base" \
	        distuninstallcheck \
	  && chmod -R a-w "$dc_install_base" \
	  && ({ \
	       (cd ../.. && umask 077 && mkdir "$dc_destdir") \
	       && make  DESTDIR="$dc_destdir" install \
	       && make  DESTDIR="$dc_destdir" uninstall \
	       && make  DESTDIR="$dc_destdir" \
	            distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \
	      } || { rm -rf "$dc_destdir"; exit 1; }) \
	  && rm -rf "$dc_destdir" \
	  && make  dist \
	  && rm -rf cairo-5c-1.6.tar.gz \
	  && make  distcleancheck \
	  && cd "$am__cwd" \
	  || exit 1
checking for a BSD-compatible install... /local/xorg/bin/install-check
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 805306365
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make sets $(MAKE)... (cached) yes
checking for library containing pthread_create... -lpthread
checking for library containing clock_gettime... -lrt
checking for clock_gettime... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CAIRO_5C... yes
checking cairo-xlib.h usability... yes
checking cairo-xlib.h presence... yes
checking for cairo-xlib.h... yes
checking cairo-pdf.h usability... yes
checking cairo-pdf.h presence... yes
checking for cairo-pdf.h... yes
checking cairo-svg.h usability... yes
checking cairo-svg.h presence... yes
checking for cairo-svg.h... yes
checking cairo-ps.h usability... yes
checking cairo-ps.h presence... yes
checking for cairo-ps.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating nichrome/Makefile
config.status: creating test/Makefile
config.status: creating examples/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
if test ! -f config.h; then rm -f stamp-h1; else :; fi
if test ! -f config.h; then make  stamp-h1; else :; fi
make  all-recursive
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
fail= failcom='exit 1'; \
	for f in x $MAKEFLAGS; do \
	  case $f in \
	    *=* | --[!k]*);; \
	    *k*) failcom='fail=yes';; \
	  esac; \
	done; \
	dot_seen=no; \
	target=`echo all-recursive | sed s/-recursive//`; \
	list='src nichrome test examples'; for subdir in $list; do \
	  echo "Making $target in $subdir"; \
	  if test "$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$target-am"; \
	  else \
	    local_target="$target"; \
	  fi; \
	  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
	  || eval $failcom; \
	done; \
	if test "$dot_seen" = "no"; then \
	  make  "$target-am" || exit 1; \
	fi; test -z "$fail"
Making all in src
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
Making all in nichrome
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
Making all in test
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
Making all in examples
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
if test ! -f config.h; then rm -f stamp-h1; else :; fi
if test ! -f config.h; then make  stamp-h1; else :; fi
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
fail= failcom='exit 1'; \
	for f in x $MAKEFLAGS; do \
	  case $f in \
	    *=* | --[!k]*);; \
	    *k*) failcom='fail=yes';; \
	  esac; \
	done; \
	dot_seen=no; \
	target=`echo dvi-recursive | sed s/-recursive//`; \
	list='src nichrome test examples'; for subdir in $list; do \
	  echo "Making $target in $subdir"; \
	  if test "$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$target-am"; \
	  else \
	    local_target="$target"; \
	  fi; \
	  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
	  || eval $failcom; \
	done; \
	if test "$dot_seen" = "no"; then \
	  make  "$target-am" || exit 1; \
	fi; test -z "$fail"
Making dvi in src
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
Making dvi in nichrome
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
Making dvi in test
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
Making dvi in examples
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[2]: Nothing to be done for `dvi-am'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
fail= failcom='exit 1'; \
	for f in x $MAKEFLAGS; do \
	  case $f in \
	    *=* | --[!k]*);; \
	    *k*) failcom='fail=yes';; \
	  esac; \
	done; \
	dot_seen=no; \
	target=`echo check-recursive | sed s/-recursive//`; \
	list='src nichrome test examples'; for subdir in $list; do \
	  echo "Making $target in $subdir"; \
	  if test "$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$target-am"; \
	  else \
	    local_target="$target"; \
	  fi; \
	  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
	  || eval $failcom; \
	done; \
	if test "$dot_seen" = "no"; then \
	  make  "$target-am" || exit 1; \
	fi; test -z "$fail"
Making check in src
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
Making check in nichrome
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
Making check in test
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make  check-TESTS
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
failed=0; all=0; xfail=0; xpass=0; skip=0; \
	srcdir=../../test; export srcdir; \
	list=' test.5c '; \
	red=; grn=; lgn=; blu=; std=; \
	if test -n "$list"; then \
	  for tst in $list; do \
	    if test -f ./$tst; then dir=./; \
	    elif test -f $tst; then dir=; \
	    else dir="../../test/"; fi; \
	    if SRCDIR="../../test" NICKLEPATH="../..:../../chrome:/usr/share/nickle" LD_LIBRARY_PATH=../src/.libs nickle ${dir}$tst; then \
	      all=`expr $all + 1`; \
	      case "  " in \
	      *[\ \	]$tst[\ \	]*) \
		xpass=`expr $xpass + 1`; \
		failed=`expr $failed + 1`; \
		col=$red; res=XPASS; \
	      ;; \
	      *) \
		col=$grn; res=PASS; \
	      ;; \
	      esac; \
	    elif test $? -ne 77; then \
	      all=`expr $all + 1`; \
	      case "  " in \
	      *[\ \	]$tst[\ \	]*) \
		xfail=`expr $xfail + 1`; \
		col=$lgn; res=XFAIL; \
	      ;; \
	      *) \
		failed=`expr $failed + 1`; \
		col=$red; res=FAIL; \
	      ;; \
	      esac; \
	    else \
	      skip=`expr $skip + 1`; \
	      col=$blu; res=SKIP; \
	    fi; \
	    echo "${col}$res${std}: $tst"; \
	  done; \
	  if test "$all" -eq 1; then \
	    tests="test"; \
	    All=""; \
	  else \
	    tests="tests"; \
	    All="All "; \
	  fi; \
	  if test "$failed" -eq 0; then \
	    if test "$xfail" -eq 0; then \
	      banner="$All$all $tests passed"; \
	    else \
	      if test "$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
	      banner="$All$all $tests behaved as expected ($xfail expected $failures)"; \
	    fi; \
	  else \
	    if test "$xpass" -eq 0; then \
	      banner="$failed of $all $tests failed"; \
	    else \
	      if test "$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
	      banner="$failed of $all $tests did not behave as expected ($xpass unexpected $passes)"; \
	    fi; \
	  fi; \
	  dashes="$banner"; \
	  skipped=""; \
	  if test "$skip" -ne 0; then \
	    if test "$skip" -eq 1; then \
	      skipped="($skip test was not run)"; \
	    else \
	      skipped="($skip tests were not run)"; \
	    fi; \
	    test `echo "$skipped" | wc -c` -le `echo "$banner" | wc -c` || \
	      dashes="$skipped"; \
	  fi; \
	  report=""; \
	  if test "$failed" -ne 0 && test -n "http://cairographics.org"; then \
	    report="Please report to http://cairographics.org"; \
	    test `echo "$report" | wc -c` -le `echo "$banner" | wc -c` || \
	      dashes="$report"; \
	  fi; \
	  dashes=`echo "$dashes" | sed s/./=/g`; \
	  if test "$failed" -eq 0; then \
	    col="$grn"; \
	  else \
	    col="$red"; \
	  fi; \
	  echo "${col}$dashes${std}"; \
	  echo "${col}$banner${std}"; \
	  test -z "$skipped" || echo "${col}$skipped${std}"; \
	  test -z "$report" || echo "${col}$report${std}"; \
	  echo "${col}$dashes${std}"; \
	  test "$failed" -eq 0; \
	else :; fi
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
Making check in examples
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
if test ! -f config.h; then rm -f stamp-h1; else :; fi
if test ! -f config.h; then make  stamp-h1; else :; fi
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
fail= failcom='exit 1'; \
	for f in x $MAKEFLAGS; do \
	  case $f in \
	    *=* | --[!k]*);; \
	    *k*) failcom='fail=yes';; \
	  esac; \
	done; \
	dot_seen=no; \
	target=`echo install-recursive | sed s/-recursive//`; \
	list='src nichrome test examples'; for subdir in $list; do \
	  echo "Making $target in $subdir"; \
	  if test "$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$target-am"; \
	  else \
	    local_target="$target"; \
	  fi; \
	  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
	  || eval $failcom; \
	done; \
	if test "$dot_seen" = "no"; then \
	  make  "$target-am" || exit 1; \
	fi; test -z "$fail"
Making install in src
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
:
list='libcairo-5c.la'; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib" || list=; \
	list2=; for p in $list; do \
	  if test -f $p; then \
	    list2="$list2 $p"; \
	  else :; fi; \
	done; \
	test -z "$list2" || { \
	  echo " /bin/mkdir -p '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib'"; \
	  /bin/mkdir -p "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib" || exit 1; \
	  echo " /bin/bash ../libtool   --mode=install /local/xorg/bin/install-check  $list2 '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib'"; \
	  /bin/bash ../libtool   --mode=install /local/xorg/bin/install-check  $list2 "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib"; \
	}
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
Making install in nichrome
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make[3]: Nothing to be done for `install-exec-am'.
:
list='nichrome.5c nichrome-border.5c nichrome-box.5c nichrome-button.5c nichrome-label.5c nichrome-lozenge.5c nichrome-scrollbar.5c nichrome-text.5c nichrome-textline.5c nichrome-toggle.5c'; test -n "/usr/share/nickle" || list=; \
	if test -n "$list"; then \
	  echo " /bin/mkdir -p '/usr/share/nickle'"; \
	  /bin/mkdir -p "/usr/share/nickle" || exit 1; \
	fi; \
	for p in $list; do \
	  if test -f "$p"; then d=; else d="../../nichrome/"; fi; \
	  echo "$d$p"; \
	done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
	while read files; do \
	  echo " /local/xorg/bin/install-check -m 644 $files '/usr/share/nickle'"; \
	  /local/xorg/bin/install-check -m 644 $files "/usr/share/nickle" || exit $?; \
	done
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
Making install in test
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
Making install in examples
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[3]: Nothing to be done for `install-exec-am'.
:
list='animate.5c arc.5c chrome-example.5c draw.5c events.5c fob.5c graph.5c grid.5c led.5c metrics.5c pie.5c pie-new.5c rottext.5c setgame.5c sin.5c spin.5c spin-cairo.5c spinman.5c test.5c text45.5c tic-tac-toe.5c'; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples" || list=; \
	if test -n "$list"; then \
	  echo " /bin/mkdir -p '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples'"; \
	  /bin/mkdir -p "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples" || exit 1; \
	fi; \
	for p in $list; do \
	  if test -f "$p"; then d=; else d="../../examples/"; fi; \
	  echo "$d$p"; \
	done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
	while read files; do \
	  echo " /local/xorg/bin/install-check -m 644 $files '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples'"; \
	  /local/xorg/bin/install-check -m 644 $files "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples" || exit $?; \
	done
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
if test ! -f config.h; then rm -f stamp-h1; else :; fi
if test ! -f config.h; then make  stamp-h1; else :; fi
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[3]: Nothing to be done for `install-exec-am'.
:
list1=''; \
	list2='cairo-5c.3'; \
	test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3" \
	  && test -n "`echo $list1$list2`" \
	  || exit 0; \
	echo " /bin/mkdir -p '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3'"; \
	/bin/mkdir -p "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3" || exit 1; \
	{ for i in $list1; do echo "$i"; done;  \
	if test -n "$list2"; then \
	  for i in $list2; do echo "$i"; done \
	    | sed -n '/\.3[a-z]*$/p'; \
	fi; \
	} | while read p; do \
	  if test -f $p; then d=; else d="../"; fi; \
	  echo "$d$p"; echo "$p"; \
	done | \
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$,3,;x' \
	      -e 's,\.[0-9a-z]*$,,;s,x,x,;G;s,\n,.,' | \
	sed 'N;N;s,\n, ,g' | { \
	list=; while read file base inst; do \
	  if test "$base" = "$inst"; then list="$list $file"; else \
	    echo " /local/xorg/bin/install-check -m 644 '$file' '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3/$inst'"; \
	    /local/xorg/bin/install-check -m 644 "$file" "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3/$inst" || exit $?; \
	  fi; \
	done; \
	for i in $list; do echo "$i"; done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
	while read files; do \
	  test -z "$files" || { \
	    echo " /local/xorg/bin/install-check -m 644 $files '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3'"; \
	    /local/xorg/bin/install-check -m 644 $files "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3" || exit $?; }; \
	done; }
:
list='cairo.5c'; test -n "/usr/share/nickle" || list=; \
	if test -n "$list"; then \
	  echo " /bin/mkdir -p '/usr/share/nickle'"; \
	  /bin/mkdir -p "/usr/share/nickle" || exit 1; \
	fi; \
	for p in $list; do \
	  if test -f "$p"; then d=; else d="../"; fi; \
	  echo "$d$p"; \
	done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
	while read files; do \
	  echo " /local/xorg/bin/install-check -m 644 $files '/usr/share/nickle'"; \
	  /local/xorg/bin/install-check -m 644 $files "/usr/share/nickle" || exit $?; \
	done
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
fail= failcom='exit 1'; \
	for f in x $MAKEFLAGS; do \
	  case $f in \
	    *=* | --[!k]*);; \
	    *k*) failcom='fail=yes';; \
	  esac; \
	done; \
	dot_seen=no; \
	target=`echo installcheck-recursive | sed s/-recursive//`; \
	list='src nichrome test examples'; for subdir in $list; do \
	  echo "Making $target in $subdir"; \
	  if test "$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$target-am"; \
	  else \
	    local_target="$target"; \
	  fi; \
	  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
	  || eval $failcom; \
	done; \
	if test "$dot_seen" = "no"; then \
	  make  "$target-am" || exit 1; \
	fi; test -z "$fail"
Making installcheck in src
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
make[2]: Nothing to be done for `installcheck'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
Making installcheck in nichrome
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make[2]: Nothing to be done for `installcheck'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
Making installcheck in test
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[2]: Nothing to be done for `installcheck'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
Making installcheck in examples
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Nothing to be done for `installcheck'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[2]: Nothing to be done for `installcheck-am'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
fail= failcom='exit 1'; \
	for f in x $MAKEFLAGS; do \
	  case $f in \
	    *=* | --[!k]*);; \
	    *k*) failcom='fail=yes';; \
	  esac; \
	done; \
	dot_seen=no; \
	target=`echo uninstall-recursive | sed s/-recursive//`; \
	list='src nichrome test examples'; for subdir in $list; do \
	  echo "Making $target in $subdir"; \
	  if test "$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$target-am"; \
	  else \
	    local_target="$target"; \
	  fi; \
	  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
	  || eval $failcom; \
	done; \
	if test "$dot_seen" = "no"; then \
	  make  "$target-am" || exit 1; \
	fi; test -z "$fail"
Making uninstall in src
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
:
list='libcairo-5c.la'; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib" || list=; \
	for p in $list; do \
	  f=`echo $p | sed -e 's|^.*/||'`; \
	  echo " /bin/bash ../libtool   --mode=uninstall rm -f '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib/$f'"; \
	  /bin/bash ../libtool   --mode=uninstall rm -f "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib/$f"; \
	done
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
Making uninstall in nichrome
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
:
list='nichrome.5c nichrome-border.5c nichrome-box.5c nichrome-button.5c nichrome-label.5c nichrome-lozenge.5c nichrome-scrollbar.5c nichrome-text.5c nichrome-textline.5c nichrome-toggle.5c'; test -n "/usr/share/nickle" || list=; \
	files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
	dir='/usr/share/nickle'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
Making uninstall in test
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[2]: Nothing to be done for `uninstall'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
Making uninstall in examples
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
:
list='animate.5c arc.5c chrome-example.5c draw.5c events.5c fob.5c graph.5c grid.5c led.5c metrics.5c pie.5c pie-new.5c rottext.5c setgame.5c sin.5c spin.5c spin-cairo.5c spinman.5c test.5c text45.5c tic-tac-toe.5c'; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples" || list=; \
	files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
	dir='/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
:
list=''; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3" || exit 0; \
	files=`{ for i in $list; do echo "$i"; done; \
	l2='cairo-5c.3'; for i in $l2; do echo "$i"; done | \
	  sed -n '/\.3[a-z]*$/p'; \
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$,3,;x' \
	      -e 's,\.[0-9a-z]*$,,;s,x,x,;G;s,\n,.,'`; \
	dir='/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='cairo.5c'; test -n "/usr/share/nickle" || list=; \
	files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
	dir='/usr/share/nickle'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
test -n '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst' || { \
	  echo 'ERROR: trying to run distuninstallcheck with an empty' \
	       '$(distuninstallcheck_dir)' >&2; \
	  exit 1; \
	}; \
	CDPATH="${ZSH_VERSION+.}:" && cd '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst' || { \
	  echo 'ERROR: cannot chdir into /home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst' >&2; \
	  exit 1; \
	}; \
	test `find . -type f -print | sed 's|^\./|/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/|' | grep -v '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/info/dir$' | wc -l` -eq 0 \
	   || { echo "ERROR: files left after uninstall:" ; \
	        if test -n ""; then \
	          echo "  (check DESTDIR support)"; \
	        fi ; \
	        find . -type f -print ; \
	        exit 1; } >&2
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
fail= failcom='exit 1'; \
	for f in x $MAKEFLAGS; do \
	  case $f in \
	    *=* | --[!k]*);; \
	    *k*) failcom='fail=yes';; \
	  esac; \
	done; \
	dot_seen=no; \
	target=`echo install-recursive | sed s/-recursive//`; \
	list='src nichrome test examples'; for subdir in $list; do \
	  echo "Making $target in $subdir"; \
	  if test "$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$target-am"; \
	  else \
	    local_target="$target"; \
	  fi; \
	  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
	  || eval $failcom; \
	done; \
	if test "$dot_seen" = "no"; then \
	  make  "$target-am" || exit 1; \
	fi; test -z "$fail"
Making install in src
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
:
list='libcairo-5c.la'; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib" || list=; \
	list2=; for p in $list; do \
	  if test -f $p; then \
	    list2="$list2 $p"; \
	  else :; fi; \
	done; \
	test -z "$list2" || { \
	  echo " /bin/mkdir -p '/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib'"; \
	  /bin/mkdir -p "/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib" || exit 1; \
	  echo " /bin/bash ../libtool   --mode=install /local/xorg/bin/install-check  $list2 '/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib'"; \
	  /bin/bash ../libtool   --mode=install /local/xorg/bin/install-check  $list2 "/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib"; \
	}
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
Making install in nichrome
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make[3]: Nothing to be done for `install-exec-am'.
:
list='nichrome.5c nichrome-border.5c nichrome-box.5c nichrome-button.5c nichrome-label.5c nichrome-lozenge.5c nichrome-scrollbar.5c nichrome-text.5c nichrome-textline.5c nichrome-toggle.5c'; test -n "/tmp/am-dc-3215//usr/share/nickle" || list=; \
	if test -n "$list"; then \
	  echo " /bin/mkdir -p '/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle'"; \
	  /bin/mkdir -p "/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle" || exit 1; \
	fi; \
	for p in $list; do \
	  if test -f "$p"; then d=; else d="../../nichrome/"; fi; \
	  echo "$d$p"; \
	done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
	while read files; do \
	  echo " /local/xorg/bin/install-check -m 644 $files '/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle'"; \
	  /local/xorg/bin/install-check -m 644 $files "/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle" || exit $?; \
	done
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
Making install in test
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
Making install in examples
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[3]: Nothing to be done for `install-exec-am'.
:
list='animate.5c arc.5c chrome-example.5c draw.5c events.5c fob.5c graph.5c grid.5c led.5c metrics.5c pie.5c pie-new.5c rottext.5c setgame.5c sin.5c spin.5c spin-cairo.5c spinman.5c test.5c text45.5c tic-tac-toe.5c'; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples" || list=; \
	if test -n "$list"; then \
	  echo " /bin/mkdir -p '/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples'"; \
	  /bin/mkdir -p "/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples" || exit 1; \
	fi; \
	for p in $list; do \
	  if test -f "$p"; then d=; else d="../../examples/"; fi; \
	  echo "$d$p"; \
	done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
	while read files; do \
	  echo " /local/xorg/bin/install-check -m 644 $files '/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples'"; \
	  /local/xorg/bin/install-check -m 644 $files "/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples" || exit $?; \
	done
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
if test ! -f config.h; then rm -f stamp-h1; else :; fi
if test ! -f config.h; then make  stamp-h1; else :; fi
make  install-exec-am install-data-am
make[3]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[3]: Nothing to be done for `install-exec-am'.
:
list1=''; \
	list2='cairo-5c.3'; \
	test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3" \
	  && test -n "`echo $list1$list2`" \
	  || exit 0; \
	echo " /bin/mkdir -p '/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3'"; \
	/bin/mkdir -p "/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3" || exit 1; \
	{ for i in $list1; do echo "$i"; done;  \
	if test -n "$list2"; then \
	  for i in $list2; do echo "$i"; done \
	    | sed -n '/\.3[a-z]*$/p'; \
	fi; \
	} | while read p; do \
	  if test -f $p; then d=; else d="../"; fi; \
	  echo "$d$p"; echo "$p"; \
	done | \
	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$,3,;x' \
	      -e 's,\.[0-9a-z]*$,,;s,x,x,;G;s,\n,.,' | \
	sed 'N;N;s,\n, ,g' | { \
	list=; while read file base inst; do \
	  if test "$base" = "$inst"; then list="$list $file"; else \
	    echo " /local/xorg/bin/install-check -m 644 '$file' '/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3/$inst'"; \
	    /local/xorg/bin/install-check -m 644 "$file" "/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3/$inst" || exit $?; \
	  fi; \
	done; \
	for i in $list; do echo "$i"; done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
	while read files; do \
	  test -z "$files" || { \
	    echo " /local/xorg/bin/install-check -m 644 $files '/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3'"; \
	    /local/xorg/bin/install-check -m 644 $files "/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3" || exit $?; }; \
	done; }
:
list='cairo.5c'; test -n "/tmp/am-dc-3215//usr/share/nickle" || list=; \
	if test -n "$list"; then \
	  echo " /bin/mkdir -p '/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle'"; \
	  /bin/mkdir -p "/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle" || exit 1; \
	fi; \
	for p in $list; do \
	  if test -f "$p"; then d=; else d="../"; fi; \
	  echo "$d$p"; \
	done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
	while read files; do \
	  echo " /local/xorg/bin/install-check -m 644 $files '/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle'"; \
	  /local/xorg/bin/install-check -m 644 $files "/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle" || exit $?; \
	done
make[3]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
fail= failcom='exit 1'; \
	for f in x $MAKEFLAGS; do \
	  case $f in \
	    *=* | --[!k]*);; \
	    *k*) failcom='fail=yes';; \
	  esac; \
	done; \
	dot_seen=no; \
	target=`echo uninstall-recursive | sed s/-recursive//`; \
	list='src nichrome test examples'; for subdir in $list; do \
	  echo "Making $target in $subdir"; \
	  if test "$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$target-am"; \
	  else \
	    local_target="$target"; \
	  fi; \
	  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
	  || eval $failcom; \
	done; \
	if test "$dot_seen" = "no"; then \
	  make  "$target-am" || exit 1; \
	fi; test -z "$fail"
Making uninstall in src
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
:
list='libcairo-5c.la'; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib" || list=; \
	for p in $list; do \
	  f=`echo $p | sed -e 's|^.*/||'`; \
	  echo " /bin/bash ../libtool   --mode=uninstall rm -f '/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib/$f'"; \
	  /bin/bash ../libtool   --mode=uninstall rm -f "/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/lib/$f"; \
	done
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
Making uninstall in nichrome
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
:
list='nichrome.5c nichrome-border.5c nichrome-box.5c nichrome-button.5c nichrome-label.5c nichrome-lozenge.5c nichrome-scrollbar.5c nichrome-text.5c nichrome-textline.5c nichrome-toggle.5c'; test -n "/tmp/am-dc-3215//usr/share/nickle" || list=; \
	files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
	dir='/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
Making uninstall in test
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
make[2]: Nothing to be done for `uninstall'.
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
Making uninstall in examples
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
:
list='animate.5c arc.5c chrome-example.5c draw.5c events.5c fob.5c graph.5c grid.5c led.5c metrics.5c pie.5c pie-new.5c rottext.5c setgame.5c sin.5c spin.5c spin-cairo.5c spinman.5c test.5c text45.5c tic-tac-toe.5c'; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples" || list=; \
	files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
	dir='/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/cairo-5c/examples'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
:
list=''; test -n "/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3" || exit 0; \
	files=`{ for i in $list; do echo "$i"; done; \
	l2='cairo-5c.3'; for i in $l2; do echo "$i"; done | \
	  sed -n '/\.3[a-z]*$/p'; \
	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$,3,;x' \
	      -e 's,\.[0-9a-z]*$,,;s,x,x,;G;s,\n,.,'`; \
	dir='/tmp/am-dc-3215//home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/man/man3'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
:
list='cairo.5c'; test -n "/tmp/am-dc-3215//usr/share/nickle" || list=; \
	files=`for p in $list; do echo $p; done | sed -e 's|^.*/||'`; \
	dir='/tmp/am-dc-3215//tmp/am-dc-3215//usr/share/nickle'; { test -z "$files" || { test ! -d "$dir" && test ! -f "$dir" && test ! -r "$dir"; } || { echo " ( cd '$dir' && rm -f" $files ")"; CDPATH="${ZSH_VERSION+.}:" && cd "$dir" && rm -f $files; }; }
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
test -n '/tmp/am-dc-3215/' || { \
	  echo 'ERROR: trying to run distuninstallcheck with an empty' \
	       '$(distuninstallcheck_dir)' >&2; \
	  exit 1; \
	}; \
	CDPATH="${ZSH_VERSION+.}:" && cd '/tmp/am-dc-3215/' || { \
	  echo 'ERROR: cannot chdir into /tmp/am-dc-3215/' >&2; \
	  exit 1; \
	}; \
	test `find . -type f -print | sed 's|^\./|/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/|' | grep -v '/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_inst/share/info/dir$' | wc -l` -eq 0 \
	   || { echo "ERROR: files left after uninstall:" ; \
	        if test -n "/tmp/am-dc-3215/"; then \
	          echo "  (check DESTDIR support)"; \
	        fi ; \
	        find . -type f -print ; \
	        exit 1; } >&2
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
(GIT_DIR=../.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || \
	(touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
list='cairo-5c.3'; if test -n "$list"; then \
	  list=`for p in $list; do \
	    if test -f $p; then d=; else d="../"; fi; \
	    if test -f "$d$p"; then echo "$d$p"; else :; fi; done`; \
	  if test -n "$list" && \
	    grep 'ab help2man is required to generate this page' $list >/dev/null; then \
	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
	    grep -l 'ab help2man is required to generate this page' $list | sed 's/^/         /' >&2; \
	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
	    exit 1; \
	  else :; fi; \
	else :; fi
if test -d "cairo-5c-1.6"; then find "cairo-5c-1.6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cairo-5c-1.6" || { sleep 5 && rm -rf "cairo-5c-1.6"; }; else :; fi
test -d "cairo-5c-1.6" || mkdir "cairo-5c-1.6"
srcdirstrip=`echo ".." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo ".." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='README ../configure.ac  ../aclocal.m4 ../Makefile.am ../Makefile.in ../config.h.in ../configure AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp install-sh ltmain.sh missing   cairo.5c ChangeLog autogen.sh cairo-5c.3.in debian/cairo-5c.install debian/libcairo5c-0.install debian/changelog debian/compat debian/control debian/copyright debian/docs debian/rules'; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|./|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|cairo-5c-1.6/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=..; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "cairo-5c-1.6/$file"; then \
	      find "cairo-5c-1.6/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ../$file && test $d != ..; then \
	      cp -fpR ../$file "cairo-5c-1.6$dir" || exit 1; \
	      find "cairo-5c-1.6/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "cairo-5c-1.6$dir" || exit 1; \
	  else \
	    test -f "cairo-5c-1.6/$file" \
	    || cp -p $d/$file "cairo-5c-1.6/$file" \
	    || exit 1; \
	  fi; \
	done
list='src nichrome test examples'; for subdir in $list; do \
	  if test "$subdir" = .; then :; else \
	    { am__dry=no; 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;; esac; test $am__dry = yes; } \
	      || test -d "cairo-5c-1.6/$subdir" \
	      || /bin/mkdir -p "cairo-5c-1.6/$subdir" \
	      || exit 1; \
	    dir1=$subdir; dir2="cairo-5c-1.6/$subdir"; \
	    dir0=`pwd`; sed_first='s,^\([^/]*\)/.*$,\1,'; sed_rest='s,^[^/]*/*,,'; sed_last='s,^.*/\([^/]*\)$,\1,'; sed_butlast='s,/*[^/]*$,,'; while test -n "$dir1"; do first=`echo "$dir1" | sed -e "$sed_first"`; if test "$first" != "."; then if test "$first" = ".."; then dir2=`echo "$dir0" | sed -e "$sed_last"`/"$dir2"; dir0=`echo "$dir0" | sed -e "$sed_butlast"`; else first2=`echo "$dir2" | sed -e "$sed_first"`; if test "$first2" = "$first"; then dir2=`echo "$dir2" | sed -e "$sed_rest"`; else dir2="../$dir2"; fi; dir0="$dir0"/"$first"; fi; fi; dir1=`echo "$dir1" | sed -e "$sed_rest"`; done; reldir="$dir2"; \
	    new_distdir=$reldir; \
	    dir1=$subdir; dir2="cairo-5c-1.6"; \
	    dir0=`pwd`; sed_first='s,^\([^/]*\)/.*$,\1,'; sed_rest='s,^[^/]*/*,,'; sed_last='s,^.*/\([^/]*\)$,\1,'; sed_butlast='s,/*[^/]*$,,'; while test -n "$dir1"; do first=`echo "$dir1" | sed -e "$sed_first"`; if test "$first" != "."; then if test "$first" = ".."; then dir2=`echo "$dir0" | sed -e "$sed_last"`/"$dir2"; dir0=`echo "$dir0" | sed -e "$sed_butlast"`; else first2=`echo "$dir2" | sed -e "$sed_first"`; if test "$first2" = "$first"; then dir2=`echo "$dir2" | sed -e "$sed_rest"`; else dir2="../$dir2"; fi; dir0="$dir0"/"$first"; fi; fi; dir1=`echo "$dir1" | sed -e "$sed_rest"`; done; reldir="$dir2"; \
	    new_top_distdir=$reldir; \
	    echo " (cd $subdir && make  top_distdir="$new_top_distdir" distdir="$new_distdir" \\"; \
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
	    (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && \
	      make  \
	        top_distdir="$new_top_distdir" \
	        distdir="$new_distdir" \
		am__remove_distdir=: \
		am__skip_length_check=: \
		am__skip_mode_fix=: \
	        distdir) \
	      || exit 1; \
	  fi; \
	done
 (cd src && make  top_distdir=../cairo-5c-1.6 distdir=../cairo-5c-1.6/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
srcdirstrip=`echo "../../src" | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "../.." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='../../src/Makefile.am ../../src/Makefile.in cairo-5c.h init.c cairo.c draw.c event.c gstate.c xlib.c matrix.c pattern.c surface.c text.c rsvg.c  '; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|../|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|../cairo-5c-1.6/src/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=../../src; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "../cairo-5c-1.6/src/$file"; then \
	      find "../cairo-5c-1.6/src/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ../../src/$file && test $d != ../../src; then \
	      cp -fpR ../../src/$file "../cairo-5c-1.6/src$dir" || exit 1; \
	      find "../cairo-5c-1.6/src/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "../cairo-5c-1.6/src$dir" || exit 1; \
	  else \
	    test -f "../cairo-5c-1.6/src/$file" \
	    || cp -p $d/$file "../cairo-5c-1.6/src/$file" \
	    || exit 1; \
	  fi; \
	done
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
 (cd nichrome && make  top_distdir=../cairo-5c-1.6 distdir=../cairo-5c-1.6/nichrome \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
srcdirstrip=`echo "../../nichrome" | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "../.." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='../../nichrome/Makefile.am ../../nichrome/Makefile.in   nichrome.5c nichrome-border.5c nichrome-box.5c nichrome-button.5c nichrome-label.5c nichrome-lozenge.5c nichrome-scrollbar.5c nichrome-text.5c nichrome-textline.5c nichrome-toggle.5c'; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|../|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|../cairo-5c-1.6/nichrome/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=../../nichrome; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "../cairo-5c-1.6/nichrome/$file"; then \
	      find "../cairo-5c-1.6/nichrome/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ../../nichrome/$file && test $d != ../../nichrome; then \
	      cp -fpR ../../nichrome/$file "../cairo-5c-1.6/nichrome$dir" || exit 1; \
	      find "../cairo-5c-1.6/nichrome/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "../cairo-5c-1.6/nichrome$dir" || exit 1; \
	  else \
	    test -f "../cairo-5c-1.6/nichrome/$file" \
	    || cp -p $d/$file "../cairo-5c-1.6/nichrome/$file" \
	    || exit 1; \
	  fi; \
	done
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
 (cd test && make  top_distdir=../cairo-5c-1.6 distdir=../cairo-5c-1.6/test \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
srcdirstrip=`echo "../../test" | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "../.." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='../../test/Makefile.am ../../test/Makefile.in   test.5c append-path-ref.png box-ref.png circle-ref.png clip-ref.png create-rgba-ref.png create-rgb-ref.png fill-extents-ref.png fill-preserve-ref.png line-ref.png mask-ref.png paint-ref.png paint-with-alpha-ref.png rotate-ref.png set-fill-rule-ref.png set-font-ref.png set-font-matrix-ref.png set-font-size-ref.png set-line-cap-ref.png set-line-join-ref.png set-line-width-ref.png set-miter-limit-ref.png set-operator-ref.png set-source-ref.png set-tolerance-ref.png show-text-ref.png stroke-extents-ref.png stroke-preserve-ref.png text-extents-ref.png text-path-ref.png'; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|../|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|../cairo-5c-1.6/test/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=../../test; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "../cairo-5c-1.6/test/$file"; then \
	      find "../cairo-5c-1.6/test/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ../../test/$file && test $d != ../../test; then \
	      cp -fpR ../../test/$file "../cairo-5c-1.6/test$dir" || exit 1; \
	      find "../cairo-5c-1.6/test/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "../cairo-5c-1.6/test$dir" || exit 1; \
	  else \
	    test -f "../cairo-5c-1.6/test/$file" \
	    || cp -p $d/$file "../cairo-5c-1.6/test/$file" \
	    || exit 1; \
	  fi; \
	done
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
 (cd examples && make  top_distdir=../cairo-5c-1.6 distdir=../cairo-5c-1.6/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
srcdirstrip=`echo "../../examples" | sed 's/[].[^$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "../.." | sed 's/[].[^$\\*]/\\\\&/g'`; \
	list='../../examples/Makefile.am ../../examples/Makefile.in   animate.5c arc.5c chrome-example.5c draw.5c events.5c fob.5c graph.5c grid.5c led.5c metrics.5c pie.5c pie-new.5c rottext.5c setgame.5c sin.5c spin.5c spin-cairo.5c spinman.5c test.5c text45.5c tic-tac-toe.5c'; \
	  dist_files=`for file in $list; do echo $file; done | \
	  sed -e "s|^$srcdirstrip/||;t" \
	      -e "s|^$topsrcdirstrip/|../|;t"`; \
	case $dist_files in \
	  */*) /bin/mkdir -p `echo "$dist_files" | \
			   sed '/\//!d;s|^|../cairo-5c-1.6/examples/|;s,/[^/]*$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $dist_files; do \
	  if test -f $file || test -d $file; then d=.; else d=../../examples; fi; \
	  if test -d $d/$file; then \
	    dir=`echo "/$file" | sed -e 's,/[^/]*$,,'`; \
	    if test -d "../cairo-5c-1.6/examples/$file"; then \
	      find "../cairo-5c-1.6/examples/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d ../../examples/$file && test $d != ../../examples; then \
	      cp -fpR ../../examples/$file "../cairo-5c-1.6/examples$dir" || exit 1; \
	      find "../cairo-5c-1.6/examples/$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $d/$file "../cairo-5c-1.6/examples$dir" || exit 1; \
	  else \
	    test -f "../cairo-5c-1.6/examples/$file" \
	    || cp -p $d/$file "../cairo-5c-1.6/examples/$file" \
	    || exit 1; \
	  fi; \
	done
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
test -n "" \
	|| find "cairo-5c-1.6" -type d ! -perm -755 \
		-exec chmod u+rwx,go+rx {} \; -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 /bin/bash /home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "cairo-5c-1.6"
tardir=cairo-5c-1.6 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >cairo-5c-1.6.tar.gz
if test -d "cairo-5c-1.6"; then find "cairo-5c-1.6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cairo-5c-1.6" || { sleep 5 && rm -rf "cairo-5c-1.6"; }; else :; fi
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
make[1]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
fail= failcom='exit 1'; \
	for f in x $MAKEFLAGS; do \
	  case $f in \
	    *=* | --[!k]*);; \
	    *k*) failcom='fail=yes';; \
	  esac; \
	done; \
	dot_seen=no; \
	case "distclean-recursive" in \
	  distclean-* | maintainer-clean-*) list='src nichrome test examples' ;; \
	  *) list='src nichrome test examples' ;; \
	esac; \
	rev=''; for subdir in $list; do \
	  if test "$subdir" = "."; then :; else \
	    rev="$subdir $rev"; \
	  fi; \
	done; \
	rev="$rev ."; \
	target=`echo distclean-recursive | sed s/-recursive//`; \
	for subdir in $rev; do \
	  echo "Making $target in $subdir"; \
	  if test "$subdir" = "."; then \
	    local_target="$target-am"; \
	  else \
	    local_target="$target"; \
	  fi; \
	  (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \
	  || eval $failcom; \
	done && test -z "$fail"
Making distclean in examples
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../examples" || test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/examples'
Making distclean in test
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../test" || test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/test'
Making distclean in nichrome
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f 
test . = "../../nichrome" || test -z "" || rm -f 
rm -f Makefile
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/nichrome'
Making distclean in src
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
test -z "libcairo-5c.la" || rm -f libcairo-5c.la
list='libcairo-5c.la'; for p in $list; do \
	  dir="`echo $p | sed -e 's|/[^/]*$||'`"; \
	  test "$dir" != "$p" || dir=.; \
	  echo "rm -f \"${dir}/so_locations\""; \
	  rm -f "${dir}/so_locations"; \
	done
rm -rf .libs _libs
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f 
test . = "../../src" || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build/src'
Making distclean in .
make[2]: Entering directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
rm -rf .libs _libs
rm -f cairo-5c.3
rm -f *.lo
test -z "" || rm -f 
test . = ".." || test -z "" || rm -f 
rm -f config.h stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
rm -f config.status config.cache config.log configure.lineno config.status.lineno
rm -f Makefile
if test '..' = . ; then \
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
	  exit 1 ; \
	fi
test `find . -type f -print | wc -l` -eq 0 \
	  || { echo "ERROR: files left in build directory after distclean:" ; \
	       find . -type f -print ; \
	       exit 1; } >&2
make[1]: Leaving directory `/home/keithp/src/cairo/cairo-5c/cairo-5c-1.6/_build'
if test -d "cairo-5c-1.6"; then find "cairo-5c-1.6" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "cairo-5c-1.6" || { sleep 5 && rm -rf "cairo-5c-1.6"; }; else :; fi
(echo "cairo-5c-1.6 archives ready for distribution: "; \
	  list='cairo-5c-1.6.tar.gz'; for i in $list; do echo $i; done) | \
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$p' -e '$x'
