all:
	./autoconf

clean scratch:
	rm -f m.h s.h
	cd auto-aux; rm -f *.o a.out
