if test ! -f config.h; then \
  rm -f stamp-h1; \
  make stamp-h1; \
else :; fi
make  all-recursive
make[1]: Entering directory `/code.oss/cinepaint-project/cinepaint-0.18/lib'
set fnord $MAKEFLAGS; amf=$2; \
dot_seen=no; \
target=`echo all-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 all in wire
make[2]: Entering directory `/code.oss/cinepaint-project/cinepaint-0.18/lib/wire'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/code.oss/cinepaint-project/cinepaint-0.18/lib/wire'
Making all in .
make[2]: Entering directory `/code.oss/cinepaint-project/cinepaint-0.18/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 -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 -g -O2 -Wall -MT channel.lo -MD -MP -MF ".deps/channel.Tpo" \
  -c -o channel.lo `test -f 'channel.c' || echo './'`channel.c; \
then mv ".deps/channel.Tpo" ".deps/channel.Plo"; \
else rm -f ".deps/channel.Tpo"; exit 1; \
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 -g -O2 -Wall -MT channelops_pdb.lo -MD -MP -MF ".deps/channelops_pdb.Tpo" \
  -c -o channelops_pdb.lo `test -f 'channelops_pdb.c' || echo './'`channelops_pdb.c; \
then mv ".deps/channelops_pdb.Tpo" ".deps/channelops_pdb.Plo"; \
else rm -f ".deps/channelops_pdb.Tpo"; exit 1; \
fi
/bin/sh ../libtool --mode=link gcc  -g -g -O2 -Wall   -o libcinepaint.la -rpath /opt/lib -version-info 0:18:0 chainbutton.lo channel.lo channelops_pdb.lo ./wire/libwire.la 
make[2]: Leaving directory `/code.oss/cinepaint-project/cinepaint-0.18/lib'
make[1]: Leaving directory `/code.oss/cinepaint-project/cinepaint-0.18/lib'
