Awk= $(Root)/lib/awk# remember to hand build this directory Spy= --dump-variables=$(Tmp)/clamvars.out --profile=$(Tmp)/clamprof.out # Gawk= $(shell which gawk) Run= $(Gawk) -f $R/lib.awk # Debug= $(MAKE) -B Run="$(shell which pgawk) -f $R/lib.awk $(Spy) " vars : $(Tmp)/clamvars.out @- printf "\nVARS\n====\n" @- egrep -v '^[A-Z]*:' $< profile : $(Tmp)/clamprof.out @- printf "\nPROFILE\n========\n" @- cat $<