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