Re: Create a custom target

2009-04-23 Thread automake
Hi John Thanks a lot it worked and it made my day :-) I would really appreciate if you could pass me some useful links regarding automake. I wonder where do we get those big target list automatically appended to all.I would like to know more about automake. Sure, just add i

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-23 Thread Ralf Wildenhues
Hi Lorenzo, * Lorenzo Bettini wrote on Thu, Apr 23, 2009 at 09:20:05AM CEST: > Ralf Wildenhues wrote: >> * Lorenzo Bettini wrote on Wed, Apr 22, 2009 at 08:15:01PM CEST: >> >>> Yes I know, and these are those files; I was thinking of distributing >>> since my macro (for my library) relies on boo

Re: Automatic debug symbol generation

2009-04-23 Thread JRS
On Tue, Apr 21, 2009 at 11:01:20PM -0700, Jason Spence wrote: > On Wed, Apr 22, 2009 at 07:33:47AM +0200, Ralf Wildenhues wrote: > > Just get the git tree here: > > > > git clone git://git.sv.gnu.org/automake.git > > cd automake > > ./bootstrap > > > > and then get hacking. README, tests

Re: Automatic debug symbol generation

2009-04-23 Thread Bob Rossi
On Thu, Apr 23, 2009 at 05:08:16PM +0200, Jan Engelhardt wrote: > > On Thursday 2009-04-23 14:51, Bob Rossi wrote: > > > >>> What's the advantage over just installing binaries into $(bindir) > >>> without stripping them? **Non-brain-damaged** systems won't > >>> load them from the file anyway for

Re: Automatic debug symbol generation

2009-04-23 Thread Jan Engelhardt
On Thursday 2009-04-23 14:51, Bob Rossi wrote: > >>> What's the advantage over just installing binaries into $(bindir) >>> without stripping them? **Non-brain-damaged** systems won't >>> load them from the file anyway for normal execution. [emphasis added by me] >On mingw/msys the executables wi

Re: Create a custom target

2009-04-23 Thread John Calcote
On 4/22/2009 8:54 PM, automake wrote: Hi I have a similar problem with giving a customized target. I have included target into Makefile.am as extra: ...nm ...link But the default target for makefiles from configure.ac is all. Is there a way to add this target to all sub-target

Re: Create a custom target

2009-04-23 Thread Jan Engelhardt
On Thursday 2009-04-23 04:54, automake wrote: > >Hi > I have a similar problem with giving a customized target. I have included >target into Makefile.am > >as > >extra: > ...nm > ...link > >But the default target for makefiles from configure.ac is all. Is there a >way to add this targe

Re: Automatic debug symbol generation

2009-04-23 Thread Bob Rossi
On Tue, Apr 21, 2009 at 11:01:20PM -0700, Jason Spence wrote: > On Wed, Apr 22, 2009 at 07:33:47AM +0200, Ralf Wildenhues wrote: > > Hello, First off, I want to say thank you, for bringing this feature to my attention. This could be an excellent addition to our build system. > > * JRS wrote on W

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-23 Thread Lorenzo Bettini
Ralf Wildenhues wrote: Hello Lorenzo, * Lorenzo Bettini wrote on Wed, Apr 22, 2009 at 08:15:01PM CEST: Christian Rössel wrote: Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: aclocaldir = $(datadir)/aclocal aclocal_DATA = ax_boost_base.m4 ax_boost_re

Re: suggestions about AC_CONFIG_MACRO_DIR

2009-04-23 Thread Lorenzo Bettini
Braden McDaniel wrote: On 4/22/09 2:16 PM, Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/22/09 12:13 PM, Lorenzo Bettini wrote: Braden McDaniel wrote: On 4/21/09 1:35 PM, Lorenzo Bettini wrote: Hi I started adding some m4 macros to my program, that I put in the m4 directory in my sourc