Re: work with plain Makefiles under an automake'ed directory tree

2007-09-25 Thread Roberto Alejandro Espí Muñoz
By simply declaring the SUBDIRS directive in your Makefile's.am with the directories from the other makefiles, should work. Greetings ... On 9/25/07, Steven Woody <[EMAIL PROTECTED]> wrote: > > hi, > > > in my automake-managed directory tree, there are some external sources > which came with plai

work with plain Makefiles under an automake'ed directory tree

2007-09-25 Thread Steven Woody
hi, in my automake-managed directory tree, there are some external sources which came with plain Makefiles. i want to ask you folks, when i type in a 'make' or 'make clean' at the top directory, how can i let the automake dive into those external source directories and run 'make ' and 'make clea