Re: Automake and libtool

2008-01-12 Thread Ralf Wildenhues
Hello Dilyan, * Dilyan Palauzov wrote on Sat, Jan 12, 2008 at 08:00:55PM CET: > >Libtool always creates .libs - directory, and uses it for temporary > files, but Automake generates makefiles, that on make clean, clean .libs > only if there were libraries compiled within that directory. So `

Automake and libtool

2008-01-12 Thread Dilyan Palauzov
Hello, Libtool always creates .libs - directory, and uses it for temporary files, but Automake generates makefiles, that on make clean, clean .libs only if there were libraries compiled within that directory. So `make clean` does not clean all directories created by libtool at compile-ti