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

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

SUBDIRS=	V fsim

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