#define IHaveSubdirs
XCOMM #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
#define PassCDebugFlags /**/

#ifdef MS_WINDOWS
#define OS_LIB	msw
#else
#define	OS_LIB	x
#endif

SUBDIRS= base OS_LIB
	
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
DosSubdirs($(SUBDIRS))

dos::
	$(MAKE) Makefiles SUBDIRS=msw

DosSubdirs(msw)

DoDosSpecial(Imakefile,imakefil)
