Re: Creating a partial library

2010-02-06 Thread John Calcote
Hi Ralf, On 2/6/2010 9:32 AM, Ralf Wildenhues wrote: Hello, to round up a couple of minor bits here: * John Calcote wrote on Wed, Feb 03, 2010 at 05:57:49PM CET: The trouble with LIBRARIES is that it only builds non-PIC static libraries, which can't be linked into a libtool shared library

Re: How to handle data/script files in a VPATH build ?

2010-02-06 Thread Ralf Wildenhues
Hello Sylvestre, * Sylvestre Ledru wrote on Sat, Feb 06, 2010 at 06:49:38PM CET: > Le mercredi 03 février 2010 à 11:27 -0500, Peter Johansson a écrit : > > > I cannot change top_builddir by top_srcdir since I need both the data > > > and script to be available in the build tree. > > > > Are myscr

Re: How to handle data/script files in a VPATH build ?

2010-02-06 Thread Sylvestre Ledru
Hello, Sorry for the delay, I missed your answer. Le mercredi 03 février 2010 à 11:27 -0500, Peter Johansson a écrit : > Hello Sylvestre, > > Sylvestre Ledru wrote: > > In my Makefile.am, I have: > > all-local: macros > > macros: $(top_builddir)/bin/myscript > > $(top_builddir)/bin/myscript

Re: doxygen in .h files and make tags

2010-02-06 Thread Ralf Wildenhues
* Steffen Dettmer wrote on Tue, Feb 02, 2010 at 01:44:50PM CET: > On Fri, Jan 29, 2010 at 11:39 PM, wrote: > > I think cscope can parse declarations as well; git Automake > > provides a 'make cscope' rule. > > stef...@raven:/tmp/steffen_exp/new-autotools/systest_exp # make cscope > make: *** No ru

Re: Installing Perl modules in @INC

2010-02-06 Thread Ralf Wildenhues
Hello Youssef, * Youssef Eldakar wrote on Tue, Feb 02, 2010 at 03:28:45PM CET: > I have a package that uses Perl modules that I would like installed > in @INC, e.g., in /usr/share/perl5. Searching through the Automake > list archives, the most relevant thread I was able to locate was: > > http://

Re: Creating a partial library

2010-02-06 Thread Ralf Wildenhues
Hello, to round up a couple of minor bits here: * John Calcote wrote on Wed, Feb 03, 2010 at 05:57:49PM CET: > The trouble with LIBRARIES is that it only builds non-PIC static > libraries, which can't be linked into a libtool shared library. My > example has a couple of minor flaws that I realize