#! /bin/sh
APS_SRCDIR=`pwd`
for dir in a2ps-4.2-akl-new rewind-stdin
do
	cd $APS_SRCDIR/src/$dir
	( make clean; make ) > /dev/null 2>&1
done
