set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
case "clean-recursive" in \
  distclean-* | maintainer-clean-*) list='lib plug-ins app data' ;; \
  *) list='lib plug-ins app data' ;; \
esac; \
rev=''; for subdir in $list; do \
  if test "$subdir" = "."; then :; else \
    rev="$subdir $rev"; \
  fi; \
done; \
rev="$rev ."; \
target=`echo clean-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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
Making clean in data
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data'
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
case "clean-recursive" in \
  distclean-* | maintainer-clean-*) list='brushes gradients palettes patterns' ;; \
  *) list='brushes gradients palettes patterns' ;; \
esac; \
rev=''; for subdir in $list; do \
  if test "$subdir" = "."; then :; else \
    rev="$subdir $rev"; \
  fi; \
done; \
rev="$rev ."; \
target=`echo clean-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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
Making clean in patterns
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/patterns'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/patterns'
Making clean in palettes
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/palettes'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/palettes'
Making clean in gradients
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/gradients'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/gradients'
Making clean in brushes
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data/brushes'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data/brushes'
Making clean in .
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/data'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data'
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/data'
Making clean in app
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint/app'
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
case "clean-recursive" in \
  distclean-* | maintainer-clean-*) list='depth ' ;; \
  *) list='depth ' ;; \
esac; \
rev=''; for subdir in $list; do \
  if test "$subdir" = "."; then :; else \
    rev="$subdir $rev"; \
  fi; \
done; \
rev="$rev ."; \
target=`echo clean-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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
Making clean in depth
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/app/depth'
rm -rf .libs _libs
test -z "libdepth.la" || rm -f libdepth.la
list='libdepth.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 -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/app/depth'
Making clean in .
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/app'
list='cinepaint'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/app'
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/app'
Making clean in plug-ins
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
case "clean-recursive" in \
  distclean-* | maintainer-clean-*) 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	' ;; \
  *) 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	' ;; \
esac; \
rev=''; for subdir in $list; do \
  if test "$subdir" = "."; then :; else \
    rev="$subdir $rev"; \
  fi; \
done; \
rev="$rev ."; \
target=`echo clean-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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
Making clean in userfilter
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/userfilter'
rm -rf .libs _libs
list='user_filter'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/userfilter'
Making clean in unsharp
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/unsharp'
rm -rf .libs _libs
list='unsharp'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/unsharp'
Making clean in tiff
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tiff'
rm -rf .libs _libs
list='tiff'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tiff'
Making clean in tga
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tga'
rm -rf .libs _libs
list='tga'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/tga'
Making clean in spread
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/spread'
rm -rf .libs _libs
list='spread'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/spread'
Making clean in sobel
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sobel'
rm -rf .libs _libs
list='sobel'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sobel'
Making clean in snoise
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/snoise'
rm -rf .libs _libs
list='snoise'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/snoise'
Making clean in sharpen
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sharpen'
rm -rf .libs _libs
list='sharpen'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sharpen'
Making clean in sgi
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sgi'
rm -rf .libs _libs
list='sgi'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/sgi'
Making clean in rotate
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/rotate'
list='rotate'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/rotate'
Making clean in psd_save
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd_save'
rm -rf .libs _libs
list='psd_save'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd_save'
Making clean in psd
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd'
rm -rf .libs _libs
list='psd'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/psd'
Making clean in png
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/png'
rm -rf .libs _libs
list='png'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/png'
Making clean in pic
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/pic'
rm -rf .libs _libs
list='pic'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/pic'
Making clean in noisify
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/noisify'
rm -rf .libs _libs
list='noisify'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/noisify'
Making clean in mblur
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/mblur'
rm -rf .libs _libs
list='mblur'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/mblur'
Making clean in jpeg
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/jpeg'
rm -rf .libs _libs
list='jpeg'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/jpeg'
Making clean in iff
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/iff'
rm -rf .libs _libs
list='iff'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/iff'
Making clean in hdr
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/hdr'
rm -rf .libs _libs
list='hdr'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/hdr'
Making clean in guash
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/guash'
rm -rf .libs _libs
list='guash'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/guash'
Making clean in gbr
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gbr'
rm -rf .libs _libs
list='gbr'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gbr'
Making clean in gauss_rle
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gauss_rle'
rm -rf .libs _libs
list='gauss_rle'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/gauss_rle'
Making clean in fits
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/fits'
rm -rf .libs _libs
list='fits'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/fits'
Making clean in edge
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/edge'
rm -rf .libs _libs
list='edge'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/edge'
Making clean in decompose
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/decompose'
rm -rf .libs _libs
list='decompose'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/decompose'
Making clean in dbbrowser
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/dbbrowser'
rm -rf .libs _libs
list='dbbrowser'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/dbbrowser'
Making clean in compose
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/compose'
rm -rf .libs _libs
list='compose'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/compose'
Making clean in cineon
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/cineon'
rm -rf .libs _libs
list='cineon'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/cineon'
Making clean in bmp
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/bmp'
list='bmp'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -rf .libs _libs
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/bmp'
Making clean in blur
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/blur'
rm -rf .libs _libs
list='blur'; for p in $list; do \
  f=`echo $p|sed 's/$//'`; \
  echo " rm -f $p $f"; \
  rm -f $p $f ; \
done
rm -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins/blur'
Making clean in .
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
rm -rf .libs _libs
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/plug-ins'
Making clean in lib
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint/lib'
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
case "clean-recursive" in \
  distclean-* | maintainer-clean-*) list='wire .' ;; \
  *) list='wire .' ;; \
esac; \
rev=''; for subdir in $list; do \
  if test "$subdir" = "."; then :; else \
    rev="$subdir $rev"; \
  fi; \
done; \
rev="$rev ."; \
target=`echo clean-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; \
  (cd $subdir && make  $local_target) \
   || case "$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
Making clean in wire
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/lib/wire'
rm -rf .libs _libs
test -z "libwire.la" || rm -f libwire.la
list='libwire.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 -f *.o core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/lib/wire'
Making clean in .
make[2]: Entering directory `/data/cvs/cinepaint-project/cinepaint/lib'
test -z "libcinepaint.la " || rm -f libcinepaint.la 
list='libcinepaint.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 core *.core
rm -f *.lo
make[2]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/lib'
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint/lib'
Making clean in .
make[1]: Entering directory `/data/cvs/cinepaint-project/cinepaint'
rm -rf .libs _libs
rm -f *.lo
make[1]: Leaving directory `/data/cvs/cinepaint-project/cinepaint'
