head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 99.11.12.14.42.22; author rse; state Exp; branches; next 1.1; 1.1 date 99.09.11.12.42.09; author rse; state Exp; branches; next ; desc @@ 1.2 log @*** empty log message *** @ text @ CC = cc CFLAGS = -I. RM = rm -f IFFE = ../etc/iffe SHTOOL = ../etc/shtool all: cfg_common.h cfg_sfio.h cfg_stdio.h cfg_common.h: cfg_common.iffe @@$(IFFE) - set cc "$(CC)" "$(CFLAGS)" : run cfg_common.iffe |\ tee cfg_common.h | $(SHTOOL) prop -p "checking for Standard compiler environment" cfg_sfio.h: cfg_sfio.iffe @@$(IFFE) - set cc "$(CC)" "$(CFLAGS)" : run cfg_sfio.iffe |\ tee cfg_sfio.h | $(SHTOOL) prop -p "checking for Sfio compiler environment" cfg_stdio.h: cfg_stdio.iffe @@$(IFFE) - set cc "$(CC)" "$(CFLAGS)" : run cfg_stdio.iffe |\ tee cfg_stdio.h | $(SHTOOL) prop -p "checking for Stdio compiler environment" clean: $(RM) cfg_common.h cfg_sfio.h cfg_stdio.h distclean: clean @ 1.1 log @Incorporate stuff from RSE's Sfio98 variant @ text @d12 1 a12 1 tee cfg_common.h | $(SHTOOL) prop -p "Checking for Standard compiler environment" d16 1 a16 1 tee cfg_sfio.h | $(SHTOOL) prop -p "Checking for Sfio compiler environment" d20 1 a20 1 tee cfg_stdio.h | $(SHTOOL) prop -p "Checking for Stdio compiler environment" @