/**/#
/**/# imake - generate Makefiles by running Imakefiles through cpp
/**/#

CC		= CcCmd
DEPENDCFLAGS	= $(CFLAGS)
INCLUDES	=
AOUT		= imake
BINDIR		= $(LOCALBINDIR)
AFTERINSTALL	= /bin/true		/* make bootstrap needs imake here */

SimpleProgramTarget(imake)

bootstrap::
	@$(MAKE) -f Makefile.ini clean
	@$(MAKE) -f Makefile.ini $(BOOTSTRAPMACROS)
	@$(MAKE) -f Makefile.ini Makefile
	@CPU=`$(BOOTSTRAPCPUCMD)` $(MAKE) DESTDIR='$(DESTDIR)' install
