Re: Makefile dependency

2003-11-19 Thread Tom Tromey
Ralf == Ralf Corsepius [EMAIL PROTECTED] writes: Ralf = automake-1.7's AM_MAINTAINER_MODE deactivates regeneration of Ralf Makefile's. Ralf I am inclined to interpret this as a bug and/or regression from earlier Ralf versions of automake. I agree. The rule for maintainer mode was that it

1-gary-strip-target-suffix-from-default-source.patch [was Re: Default source file names]

2003-11-19 Thread Gary V. Vaughan
On Tue, 18 Nov 2003 11:02:04 -0700, Kevin P. Fleming [EMAIL PROTECTED] said: Gary V. Vaughan wrote: with the simpler: ~pkglibexec_LTLIBRARIES = gnu.la . traditional.la ~AM_LDFLAGS = -module but unfortunately Automake wants to build `gnu.la' from `gnu.la.c', so the

Verba Volant

2003-11-19 Thread subscribe
The following email address, [EMAIL PROTECTED] has been removed from the Verba Volant Newsletter list. If you did not cancel your email address or you wish to continue receiving Verba Volant, please send an e-mail to [EMAIL PROTECTED] Thank you and best regards, Verba Volant

[Fwd: Re: m4 from cvs, cygwin]

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gary V. Vaughan wrote: | | | --- | | When I configured using --enable-static --disable-shared: | | | | make install failed (actually, make install DESTDIR=...) because libtool | | was looking for m4.exe in .libs, even though for static

Re: m4 from cvs, cygwin

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 cwilson wrote: | Gary V. Vaughan wrote: | | --- | | When I configured using --disable-static --enable-shared: | | | | The build did not succeed. Apparently my fix to the global symbols | | filter wasn't good enough. It's picking up

[Fwd: check_LTLIBRARIES and -module ??]

2003-11-19 Thread Gary V. Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [I'm forwarding this to the automake list for their consideration, I think that is where the problem lies. You might tell them what version of automake you are using. ~gary] This is part of my Makefile.am for my test directory: ~ check_PROGRAMS =

Re: Makefile dependency

2003-11-19 Thread Alexandre Duret-Lutz
Tom == Tom Tromey [EMAIL PROTECTED] writes: Ralf == Ralf Corsepius [EMAIL PROTECTED] writes: Ralf = automake-1.7's AM_MAINTAINER_MODE deactivates regeneration of Ralf Makefile's. Ralf I am inclined to interpret this as a bug and/or regression from earlier Ralf versions of automake. Tom

Non-recursive make intermediate objects

2003-11-19 Thread Bob Friesenhahn
Using Automake 1.7.9, I am attempting to create a single Makefile.am which is capable of building all of the libraries used by the project. The source files to the project are located in subdirectories, and the output libraries should also be located in subdirectories. The objective is to replace

Re: Non-recursive make intermediate objects

2003-11-19 Thread Robert Collins
On Thu, 2003-11-20 at 09:04, Bob Friesenhahn wrote: Using Automake 1.7.9, I am attempting to create a single Makefile.am which is capable of building all of the libraries used by the project. The source files to the project are located in subdirectories, and the output libraries should also be

Re: Non-recursive make intermediate objects

2003-11-19 Thread Bob Friesenhahn
On Thu, 20 Nov 2003, Robert Collins wrote: subdir_objects in your automake options. Problem is, there is a design headache that makes recursive clean fail with this approach - I forget the bug #, but it's on my todo, waay down there :p. Ahhh, subdir-objects. Since this is so important to

Re: Non-recursive make intermediate objects

2003-11-19 Thread Kevin P. Fleming
Bob Friesenhahn wrote: Please move the clean bug up in the priority level. Automake has a non-recursive user now. :-) More than one :-) My project also uses non-recursive Makefile to build a bunch of libraries (one normal, about 30 plugin modules) and a couple of other directories of