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

can 'make', can 'make dist', but can't 'make distcheck'

2007-09-25 Thread Joao Miguel Ferreira
Hello all, I have the following problem: I configure my package like this: ./configure \ --prefix=$HOME/jmf/testes/localroot/usr/ \ CPPFLAGS="-DHPUX -DSUN -DLINUX -I/usr/include/libxml2/ \ -I/home/jmf/tibcu/tibrv/include/" all goes well. make is successfull and builds my libs correctly ! make