Re: libraries built from subdirectories

2000-11-25 Thread Tom Tromey
> "Marc" == Marc van Woerkom <[EMAIL PROTECTED]> writes: >> This is possible with the cvs automake. Marc> Has the different behaviour between 1.4 and 1.4a (cvs automake) Marc> been documented anywhere? Nope :-(. Sometimes we've updated the docs but sometimes we haven't. (Where "we" usually

Re: libraries built from subdirectories

2000-11-22 Thread Marc van Woerkom
> This is possible with the cvs automake. Has the different behaviour between 1.4 and 1.4a (cvs automake) been documented anywhere? Just treating my present project with cvs automake I found it to complain on AM_PROG_LIBTOOL (deprecated message) and compilation broke off.. so I switched back to

Re: libraries built from subdirectories

2000-11-19 Thread Tom Tromey
> "Marc" == User Marc van Woerkom <[EMAIL PROTECTED]> writes: Marc> I have a question regarding automake 1.4/1.4a: Marc> Is it possible to build a single library from source files Marc> that reside in a couple of subdirectories beneath? This is possible with the cvs automake. Tom

libraries built from subdirectories

2000-11-03 Thread User Marc van Woerkom
Hello, I have a question regarding automake 1.4/1.4a: Is it possible to build a single library from source files that reside in a couple of subdirectories beneath? Something like this: dir1/libfoo.a dir1/dir2/a.c dir1/dir3/b.c Regards, Marc