#! /bin/sh

#	$Id: compile,v 1.2 1999/02/18 21:15:20 andreas Exp $

for dir in a2ps-4.2-akl
do
	cd $APS_BASEDIR/src/$dir
	( make -f Makefile.linux clean all install clean ) > /dev/null 2>&1
done
