/*
 *  To build acm:
 *
 *      TRY "./configure" FIRST !!!
 *
 *  As a last resort:
 *
 *	If you have imake:
 *
 *		% xmkmf
 *		% make Makefiles
 *		% make all
 *		% make install
 *
 *	If you don't, first tailor the Makefiles to your system, then:
 *
 *		% make all
 */

#include "./ACM.tmpl"

#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS='$(CDEBUGFLAGS)'

SUBDIRS=	V src objects

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

MakeDirectories(install,ACMInstallDirectory ACMBinaryDirectory ACMObjectDirectory)

InstallNonExecFile(Keyboard.ps, ACMInstallDirectory)
InstallNonExecFile(acmdoc.ps, ACMInstallDirectory)
