# config/post.in # put all:: first just in case no other rules occur here # all:: check:: clean:: if test -n "$(OBJS)" ; then $(RM) $(OBJS); else :; fi $(RM) config.log pre.out post.out Makefile.out