set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='lib plug-ins app data'; 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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making install in lib
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint/lib'
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='wire .'; 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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making install in wire
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/lib/wire'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/lib/wire'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/lib/wire'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/lib/wire'
Making install in .
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/lib'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I..	-I/opt/include	-I../wire    -g -O2 -Wall -MT chainbutton.lo -MD -MP -MF ".deps/chainbutton.Tpo" \
  -c -o chainbutton.lo `test -f 'chainbutton.c' || echo './'`chainbutton.c; \
then mv ".deps/chainbutton.Tpo" ".deps/chainbutton.Plo"; \
else rm -f ".deps/chainbutton.Tpo"; exit 1; \
fi
if test ! -f config.h; then \
  rm -f stamp-h1; \
  make stamp-h1; \
else :; fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I..	-I/opt/include	-I../wire    -g -O2 -Wall -MT dialog.lo -MD -MP -MF ".deps/dialog.Tpo" \
  -c -o dialog.lo `test -f 'dialog.c' || echo './'`dialog.c; \
then mv ".deps/dialog.Tpo" ".deps/dialog.Plo"; \
else rm -f ".deps/dialog.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall   -o libcinepaint.la -rpath /opt/lib -version-info 0:18:0 chainbutton.lo channel.lo channelops_pdb.lo convert_pdb.lo dialog.lo display.lo drawable.lo edit_pdb.lo export.lo gradient.lo guides_pdb.lo helpui.lo image.lo image_convert.lo image_pdb.lo matrix.lo menu.lo palette.lo pixelrgn.lo pixmap.lo player.lo plugin_main.lo plugin_pdb.lo selection_pdb.lo size_entry.lo undo_pdb.lo unit.lo unit_pdb.lo unitmenu.lo widgets.lo ./wire/libwire.la 
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/lib'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I..	-I/opt/include	-I../wire    -g -O2 -Wall -MT chainbutton.lo -MD -MP -MF ".deps/chainbutton.Tpo" \
  -c -o chainbutton.lo `test -f 'chainbutton.c' || echo './'`chainbutton.c; \
then mv ".deps/chainbutton.Tpo" ".deps/chainbutton.Plo"; \
else rm -f ".deps/chainbutton.Tpo"; exit 1; \
fi
if test ! -f config.h; then \
  rm -f stamp-h1; \
  make stamp-h1; \
else :; fi
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I..	-I/opt/include	-I../wire    -g -O2 -Wall -MT dialog.lo -MD -MP -MF ".deps/dialog.Tpo" \
  -c -o dialog.lo `test -f 'dialog.c' || echo './'`dialog.c; \
then mv ".deps/dialog.Tpo" ".deps/dialog.Plo"; \
else rm -f ".deps/dialog.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall   -o libcinepaint.la -rpath /opt/lib -version-info 0:18:0 chainbutton.lo channel.lo channelops_pdb.lo convert_pdb.lo dialog.lo display.lo drawable.lo edit_pdb.lo export.lo gradient.lo guides_pdb.lo helpui.lo image.lo image_convert.lo image_pdb.lo matrix.lo menu.lo palette.lo pixelrgn.lo pixmap.lo player.lo plugin_main.lo plugin_pdb.lo selection_pdb.lo size_entry.lo undo_pdb.lo unit.lo unit_pdb.lo unitmenu.lo widgets.lo ./wire/libwire.la 
:
/bin/sh ../mkinstalldirs /opt/lib
list='libcinepaint.la '; for p in $list; do \
  if test -f $p; then \
    f="`echo $p | sed -e 's|^.*/||'`"; \
    echo " /bin/sh ../libtool --mode=install /usr//bin/install -c  $p /opt/lib/$f"; \
    /bin/sh ../libtool --mode=install /usr//bin/install -c  $p /opt/lib/$f; \
  else :; fi; \
done
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/lib'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/lib'
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/lib'
Making install in plug-ins
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='blur bmp cineon compose dbbrowser decompose edge fits gauss_rle gbr guash hdr iff jpeg mblur noisify pic png psd psd_save rotate sgi sharpen snoise sobel spread tga tiff unsharp userfilter	'; 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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making install in blur
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/blur'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/blur'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='blur'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/blur'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/blur'
Making install in bmp
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/bmp'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/bmp'
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='bmp'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/bmp'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/bmp'
Making install in cineon
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/cineon'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/cineon'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='cineon'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/cineon'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/cineon'
Making install in compose
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/compose'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/compose'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='compose'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/compose'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/compose'
Making install in dbbrowser
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/dbbrowser'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/dbbrowser'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='dbbrowser'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/dbbrowser'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/dbbrowser'
Making install in decompose
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/decompose'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/decompose'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='decompose'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/decompose'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/decompose'
Making install in edge
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/edge'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/edge'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='edge'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/edge'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/edge'
Making install in fits
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/fits'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/fits'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='fits'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/fits'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/fits'
Making install in gauss_rle
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gauss_rle'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gauss_rle'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='gauss_rle'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gauss_rle'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gauss_rle'
Making install in gbr
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gbr'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gbr'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='gbr'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gbr'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gbr'
Making install in guash
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/guash'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/guash'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='guash'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/guash'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/guash'
Making install in hdr
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/hdr'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/hdr'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='hdr'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/hdr'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/hdr'
Making install in iff
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/iff'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/iff'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='iff'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/iff'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/iff'
Making install in jpeg
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/jpeg'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/jpeg'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='jpeg'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/jpeg'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/jpeg'
Making install in mblur
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/mblur'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/mblur'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='mblur'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/mblur'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/mblur'
Making install in noisify
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/noisify'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/noisify'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='noisify'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/noisify'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/noisify'
Making install in pic
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/pic'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/pic'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='pic'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/pic'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/pic'
Making install in png
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/png'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/png'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='png'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/png'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/png'
Making install in psd
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='psd'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd'
Making install in psd_save
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd_save'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd_save'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='psd_save'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd_save'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd_save'
Making install in rotate
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/rotate'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/rotate'
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='rotate'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/rotate'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/rotate'
Making install in sgi
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sgi'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sgi'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='sgi'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sgi'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sgi'
Making install in sharpen
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sharpen'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sharpen'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='sharpen'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sharpen'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sharpen'
Making install in snoise
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/snoise'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/snoise'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='snoise'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/snoise'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/snoise'
Making install in sobel
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sobel'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sobel'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='sobel'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sobel'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sobel'
Making install in spread
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/spread'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/spread'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='spread'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/spread'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/spread'
Making install in tga
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tga'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tga'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='tga'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tga'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tga'
Making install in tiff
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tiff'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tiff'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='tiff'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tiff'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tiff'
Making install in unsharp
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/unsharp'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/unsharp'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='unsharp'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/unsharp'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/unsharp'
Making install in userfilter
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/userfilter'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/userfilter'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/lib/cinepaint/0.18-1/plug-ins
list='user_filter'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f"; \
    /bin/sh ../../libtool --mode=install /usr//bin/install -c $p /opt/lib/cinepaint/0.18-1/plug-ins/$f || exit 1; \
  else :; fi; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/userfilter'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/userfilter'
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
Making install in app
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint/app'
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='depth '; 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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making install in depth
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/app/depth'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/app/depth'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/app/depth'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/app/depth'
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/app'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/app'
:
/bin/sh ../mkinstalldirs /opt/bin
list='cinepaint'; for p in $list; do \
  p1=`echo $p|sed 's/$//'`; \
  if test -f $p \
     || test -f $p1 \
  ; then \
    f=`echo "$p1" | sed 's,^.*/,,;s,x,x,;s/$//'`; \
   echo "  /bin/sh ../libtool --mode=install /usr//bin/install -c $p /opt/bin/$f"; \
    /bin/sh ../libtool --mode=install /usr//bin/install -c $p /opt/bin/$f || exit 1; \
  else :; fi; \
done
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/app'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/app'
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/app'
Making install in data
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data'
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
list='brushes gradients palettes patterns'; 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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
Making install in brushes
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/brushes'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/brushes'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/share/cinepaint/0.18-1/brushes
list='10x10square.gbr 10x10square16.gbr 10x10squareBlur.gbr 10x10squareBlur16.gbr 10x10squareBlurf16.gbr 10x10squaref16.gbr 11circle.gbr 11circle16.gbr 11circlef16.gbr 11fcircle.gbr 11fcirclef16.gbr 13circle.gbr 13circle16.gbr 13circlef16.gbr 13fcircle.gbr 13fcirclef16.gbr 15circle.gbr 15circle16.gbr 15circlef16.gbr 15fcircle.gbr 15fcirclef16.gbr 17circle.gbr 17circle16.gbr 17circlef16.gbr 17fcircle.gbr 17fcirclef16.gbr 19circle.gbr 19circle16.gbr 19circlef16.gbr 19fcircle.gbr 19fcirclef16.gbr 1circle.gbr 1circlef16.gbr 20x20square.gbr 20x20square16.gbr 20x20squareBlur.gbr 20x20squareBlur16.gbr 20x20squareBlurf16.gbr 20x20squaref16.gbr 3circle.gbr 3circle16.gbr 3circlef16.gbr 3fcircle.gbr 3fcirclef16.gbr 5circle.gbr 5circle16.gbr 5circlef16.gbr 5fcircle.gbr 5fcirclef16.gbr 5x5square.gbr 5x5square16.gbr 5x5squareBlur.gbr 5x5squareBlur16.gbr 5x5squareBlurf16.gbr 5x5squaref16.gbr 7circle.gbr 7circle16.gbr 7circlef16.gbr 7fcircle.gbr 7fcirclef16.gbr 9circle.gbr 9circle16.gbr 9circlef16.gbr 9fcircle.gbr 9fcirclef16.gbr DStar11.gbr DStar17.gbr DStar25.gbr NS1-Charcoal01.gbr NS1-Charcoal02.gbr NS1-Charcoal03.gbr NS1-Charcoal04.gbr NS1-Charcoal05.gbr NS1-Charcoal06.gbr NS1-Charcoal07.gbr NS1-Charcoal08.gbr NS1-Charcoal09.gbr NS1-Charcoal10.gbr NS1-Charcoal11.gbr NS1-Charcoal12.gbr NS1-Charcoal13.gbr NS1-Charcoal14.gbr NS1-Charcoal15.gbr NS1-Charcoal16.gbr NS1-Charcoal17.gbr NS1-Charcoal18.gbr NS1-Charcoal19.gbr NS1-Charcoal20.gbr NS1-Charcoal21.gbr NS1-Charcoal22.gbr NS1-Charcoal23.gbr NS1-Charcoal24.gbr NS1-Charcoal25.gbr NS1-Charcoal26.gbr NS1-Charcoal27.gbr NS1-Charcoal28.gbr NS1-Charcoal29.gbr NS1-Charcoal30.gbr NS1-Charcoal31.gbr NS1-Charcoal32.gbr NS1-Charcoal33.gbr NS1-Charcoal34.gbr NS1-Charcoal35.gbr NS1-Charcoal36.gbr NS1-Charcoal37.gbr NS1-Charcoal38.gbr NS1-Charcoal39.gbr NS1-Charcoal40.gbr NS1-Charcoal41.gbr NS1-Charcoal42.gbr NS1-Charcoal43.gbr NS1-Charcoal44.gbr NS1-Charcoal45.gbr NS1-Charcoal46.gbr NS1-Charcoal47.gbr NS1-Charcoal48.gbr NS1-Charcoal49.gbr NS1-Charcoal50.gbr NS1-Charcoal51.gbr NS1-Charcoal52.gbr NS1-Charcoal53.gbr NS1-Charcoal54.gbr NS1-Charcoal55.gbr NS1-Charcoal56.gbr NS1-Charcoal57.gbr NS1-Charcoal58.gbr NS1-Charcoal59.gbr NS1-Charcoal60.gbr NS1-Charcoal61.gbr NS1-Charcoal62.gbr NS1-Charcoal63.gbr NS1-Charcoal64.gbr NS1-Charcoal65.gbr NS1-Charcoal66.gbr NS1-Charcoal67.gbr NS1-Charcoal68.gbr NS1-Charcoal69.gbr NS1-Charcoal70.gbr NS1-Charcoal71.gbr NS1-Charcoal72.gbr NS1-Charcoal73.gbr NS1-Charcoal74.gbr NS1-Charcoal75.gbr SketchBrush-16.gih SketchBrush-32.gih SketchBrush-64.gih callig1.gbr callig116.gbr callig1f16.gbr callig2.gbr callig216.gbr callig2f16.gbr callig3.gbr callig316.gbr callig3f16.gbr callig4.gbr callig416.gbr callig4f16.gbr confetti.gbr confetti.gih confetti16.gbr confettif16.gbr dunes.gbr dunes16.gbr dunesf16.gbr feltpen.gih galaxy.gbr galaxy16.gbr galaxy_big.gbr galaxy_big16.gbr galaxy_bigf16.gbr galaxy_small.gbr galaxy_small16.gbr galaxy_smallf16.gbr galaxyf16.gbr hsparks.gih pepper.gbr pixel.gbr pixel16.gbr pixelf16.gbr thegimp.gbr thegimp16.gbr thegimpf16.gbr vine.gih xcf.gbr xcf16.gbr xcff16.gbr'; for p in $list; do \
  if test -f "$p"; then d=; else d="./"; fi; \
  f="`echo $p | sed -e 's|^.*/||'`"; \
  echo " /usr//bin/install -c -m 644 $d$p /opt/share/cinepaint/0.18-1/brushes/$f"; \
  /usr//bin/install -c -m 644 $d$p /opt/share/cinepaint/0.18-1/brushes/$f; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/brushes'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/brushes'
Making install in gradients
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/gradients'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/gradients'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/share/cinepaint/0.18-1/gradients
list='Abstract_1 Abstract_2 Abstract_3 Aneurism Blinds Blue_Green Browns Brushed_Aluminium Burning_Paper Burning_Transparency CD CD_Half Caribbean_Blues Coffee Cold_Steel Cold_Steel_2 Crown_molding Danish_flag Dark_1 Deep_Sea Default Flare_Glow_Angular_1 Flare_Glow_Radial_1 Flare_Glow_Radial_2 Flare_Glow_Radial_3 Flare_Glow_Radial_4 Flare_Radial_101 Flare_Radial_102 Flare_Radial_103 Flare_Rays_Radial_1 Flare_Rays_Radial_2 Flare_Rays_Size_1 Flare_Sizefac_101 Four_bars French_flag French_flag_smooth Full_saturation_spectrum_CCW Full_saturation_spectrum_CW German_flag German_flag_smooth Golden Greens Horizon_1 Horizon_2 Incandescent Land_1 Land_and_Sea Metallic_Something Mexican_flag Mexican_flag_smooth Nauseating_Headache Neon_Cyan Neon_Green Neon_Yellow Pastel_Rainbow Pastels Purples Radial_Eyeball_Blue Radial_Eyeball_Brown Radial_Eyeball_Green Radial_Glow_1 Radial_Rainbow_Hoop Romanian_flag Romanian_flag_smooth Rounded_edge Shadows_1 Shadows_2 Shadows_3 Skyline Skyline_polluted Square_Wood_Frame Sunrise Three_bars_sin Tropical_Colors Tube_Red Wood_1 Wood_2 Yellow_Contrast Yellow_Orange'; for p in $list; do \
  if test -f "$p"; then d=; else d="./"; fi; \
  f="`echo $p | sed -e 's|^.*/||'`"; \
  echo " /usr//bin/install -c -m 644 $d$p /opt/share/cinepaint/0.18-1/gradients/$f"; \
  /usr//bin/install -c -m 644 $d$p /opt/share/cinepaint/0.18-1/gradients/$f; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/gradients'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/gradients'
Making install in palettes
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/palettes'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/palettes'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/share/cinepaint/0.18-1/palettes
list='Bears Bgold Blues Borders Browns_And_Yellows Caramel Cascade China Coldfire Cool_Colors Cranes Dark_pastels Default Ega Firecode Gold GrayViolet Grayblue Grays Greens Hilite Kahki Lights Muted Named_Colors News3 Op2 Paintjet Pastels Plasma Reds Reds_And_Purples Royal Topographic Visibone Visibone2 Volcano Warm_Colors Web'; for p in $list; do \
  if test -f "$p"; then d=; else d="./"; fi; \
  f="`echo $p | sed -e 's|^.*/||'`"; \
  echo " /usr//bin/install -c -m 644 $d$p /opt/share/cinepaint/0.18-1/palettes/$f"; \
  /usr//bin/install -c -m 644 $d$p /opt/share/cinepaint/0.18-1/palettes/$f; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/palettes'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/palettes'
Making install in patterns
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/patterns'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/patterns'
make[3]: Nothing to be done for `install-exec-am'.
:
/bin/sh ../../mkinstalldirs /opt/share/cinepaint/0.18-1/patterns
list='3dgreen.pat Craters.pat Moonfoot.pat amethyst.pat bark.pat blue.pat bluegrid.pat bluesquares.pat blueweb.pat brick.pat burlap.pat burlwood.pat choc_swirl.pat corkboard.pat cracked.pat crinklepaper.pat electric.pat fibers.pat granite1.pat ground1.pat ice.pat java.pat leather.pat leaves.pat leopard.pat lightning.pat marble1.pat marble2.pat marble3.pat nops.pat paper.pat parque1.pat parque2.pat parque3.pat pastel.pat pine.pat pink_marble.pat pool.pat qube1.pat rain.pat recessed.pat redcube.pat rock.pat sky.pat slate.pat sm_squares.pat starfield.pat stone33.pat terra.pat walnut.pat warning.pat wood1.pat wood2.pat wood3.pat wood4.pat wood5.pat'; for p in $list; do \
  if test -f "$p"; then d=; else d="./"; fi; \
  f="`echo $p | sed -e 's|^.*/||'`"; \
  echo " /usr//bin/install -c -m 644 $d$p /opt/share/cinepaint/0.18-1/patterns/$f"; \
  /usr//bin/install -c -m 644 $d$p /opt/share/cinepaint/0.18-1/patterns/$f; \
done
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/patterns'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/patterns'
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data'
make  install-exec-am install-data-am
make[3]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data'
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data'
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data'
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint'
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint'
