/* $Id: Imakefile,v 5.0 2001/04/07 20:00:59 dik 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 = bindist /* make all */ MAKEFILESUBDIRS = bindist /* make Makefiles */ CLEANSUBDIRS = bindist /* make clean */ DEPSUBDIRS = bindist /* make depend */ INSTALLSUBDIRS = /* make install */ INCLUDESSUBDIRS = /* make includes */ INSTALLMANSUBDIRS = /* make install.man */ TAGSUBDIRS = /* make tag */ MakeSubdirs($(SUBDIRS)) DependSubdirs($(DEPSUBDIRS)) CleanSubdirs($(CLEANSUBDIRS)) MakefileSubdirs($(MAKEFILESUBDIRS)) IncludesSubdirs($(INCLUDESSUBDIRS)) InstallSubdirs($(INSTALLSUBDIRS)) InstallManSubdirs($(INSTALLMANSUBDIRS)) /* CtagSubdirs($(TAGSUBDIRS)) */