/*
 *  To build acm:
 *
 *	If you have imake:
 *
 *		% imake Makefile
 *		% make Makefiles
 *		% make all
 *
 *	If you don't, first tailor the Makefiles to your system, then:
 *
 *		% make all
 */

#include "./acm.def"

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

SUBDIRS=	V fsim

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