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
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
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