Specify additional files to clean when doing a "make clean" with autoconf
Posted
by vy32
on Stack Overflow
See other posts from Stack Overflow
or by vy32
Published on 2010-04-12T03:01:45Z
Indexed on
2010/04/12
3:13 UTC
Read the original article
Hit count: 466
autoconf
I am using autoconf. Right now I have an intermediate .cpp file that is generated. I want to have the .cpp file deleted when I do a "make clean".
I tried specifying the file in a CONFIG_CLEAN_FILES
variable, but that only takes effect when I do a make distlclean
. Is there a variable to set to delete the file when I do a make clean
? If not, how do I do it?
Thanks
© Stack Overflow or respective owner