Hi, My project lives in a source code repository (Subversion), and I'm trying to keep all generated files out of it. This would be easier if there were a built-in way of deleting anything and everything generated by Autotools. I could then run autoreconf to recreate them as needed.
I know about "make maintainer-clean", which does most of the job, but it still leaves some generated files around: aclocal.m4, config.h.in, configure, depcomp, INSTALL, install-sh, Makefile.in, and missing. Is there another makefile target (or any other built-in mechanism) that will delete ALL generated files? Thanks, Trevor
