/* $Id: Imakefile,v 4.1 1998/04/22 15:52:54 bert Exp $ */

TOPDIR=..

#include "Local.config"

/*
 * Note that we provide our own *Subdirs calls, so there's no need
 * to define IHaveSubdirs.
 */
#define PassCDebugFlags	'CDEBUGFLAGS=$(CDEBUGFLAGS)'

          SUBDIRS = common client server replay mapedit		/* make all */
  MAKEFILESUBDIRS = common client server replay mapedit		/* make Makefiles */
     CLEANSUBDIRS = common client server replay mapedit		/* make clean */
       DEPSUBDIRS = common client server replay mapedit		/* make depend */
   INSTALLSUBDIRS =        client server replay mapedit		/* make install */
  INCLUDESSUBDIRS = common					/* make includes */
INSTALLMANSUBDIRS = 						/* make install.man */
       TAGSUBDIRS = 						/* make tag */

MakeSubdirs($(SUBDIRS))
DependSubdirs($(DEPSUBDIRS))
CleanSubdirs($(CLEANSUBDIRS))
MakefileSubdirs($(MAKEFILESUBDIRS))
IncludesSubdirs($(INCLUDESSUBDIRS))
InstallSubdirs($(INSTALLSUBDIRS))
InstallManSubdirs($(INSTALLMANSUBDIRS))
TagSubdirs($(TAGSUBDIRS))

