BOOTSTRAPCFLAGS = CDEBUGFLAGS = -Bstatic CFLAGS = $(BOOTSTRAPCFLAGS) $(CDEBUGFLAGS) SHELL = /bin/sh RM = rm -f MAKE = make RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \ tags TAGS make.log NPROC = 1 all: ../bin/imake ../bin/imake: ../bin imake cp imake ../bin/imake ../bin: mkdir ../bin imake:: @echo "making imake with BOOTSTRAPCFLAGS=$(BOOTSTRAPCFLAGS)" imake:: ccimake imake.c $(CC) -o imake $(CFLAGS) imake.c `./ccimake` ccimake: ccimake.c $(CC) -o ccimake $(CFLAGS) ccimake.c relink: $(RM) imake $(MAKE) $(MFLAGS) imake clean: $(RM) ccimake imake $(RM_CMD) \#* depend: tags: install: install.man: Makefile: Makefiles: