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

BINDIR=/usr/local/bin

#ifdef WINNT
SUBDIRS= NT
#else
#ifdef WIN31
SUBDIRS=W31
#else
SUBDIRS= X NT W31
#endif
#endif

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

DosSubdirs($(SUBDIRS))
DoDosSpecial(Imakefile,imakefil)

WorldRule()

