## $Id: Makefile.am,v 1.3 1999/08/22 21:26:14 gjb Exp $ ## process this file with automake to create Makefile.in ## (You should run ./autogen.sh from the top level directory) noinst_DATA = scwm DISTCLEANFILES = scwm scwm: ${top_srcdir}/scheme if [ "$(LN_S)" = "ln -s" ]; then \ $(LN_S) ${top_srcdir}/scheme ./scwm ; \ else \ mkdir ./scwm ; \ (cd scwm ; $(LN_S) ${top_srcdir}/scheme/*.scm .) ; \ fi