automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Built-in target to delete all generated files


From: Trevor Harmon
Subject: Built-in target to delete all generated files
Date: Wed, 28 Apr 2010 00:18:37 -0700

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]