Axel Wei� <[EMAIL PROTECTED]> writes: > Besides the danger of accidentially having object files be overwritten, > if they have identical names and their sources in different subdirs, > it's just unaesthetic to have all the object files lying around in an > unstructured way. Don't you agree, that it would be much nicer to have > recursive make again and one Makefile.am in each subdir?
One advantage to using automake is that if done properly, the user can specify the build directory - this is so that the same source code can be used for for building under multiple compilers (with different target directories). If we are shifting to automake we must really do this I feel. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
