Re: install to top_builddir

2011-04-05 Thread Reuben Hawkins
On Tue, Apr 5, 2011 at 10:49 AM, wrote: > Jeff Daily wrote: > >> > * Reuben Hawkins wrote on Tue, Apr 05, 2011 at 05:51:52AM CEST: > >> > > In my build process, I need to have all the libraries copied to > >> > > $(top_builddir)/lib and all the bin

Re: install to top_builddir

2011-04-05 Thread Reuben Hawkins
On Mon, Apr 4, 2011 at 10:56 PM, Ralf Wildenhues wrote: > Hello Reuben, > > * Reuben Hawkins wrote on Tue, Apr 05, 2011 at 05:51:52AM CEST: > > In my build process, I need to have all the libraries copied to > > $(top_builddir)/lib and all the bins to $(top_builddir)/bin and

install to top_builddir

2011-04-04 Thread Reuben Hawkins
Hi automake, In my build process, I need to have all the libraries copied to $(top_builddir)/lib and all the bins to $(top_builddir)/bin and headers, etc... Is there some de facto standard what to do this with automake? This source tree is somewhat deeply nested (if that makes any difference).

flex/bison rebuilding issue

2010-09-10 Thread Reuben Hawkins
Hi y'all, Attached is my Makefile.am. My problem is editing scanner.l or grammar.y doesn't trigger a rebuild of my whole project when *I think* it should... How do I set dependencies such that editing scanner.l or grammar.y will rebuild my whole parser? Thanks in advance, Reuben Makefile.am D

Re: flex/bison rebuilding issue

2010-09-10 Thread Reuben Hawkins
On Thu, Sep 9, 2010 at 8:29 PM, Philip Herron wrote: > On 10 September 2010 03:46, Reuben Hawkins wrote: >> Attached is my Makefile.am.  My problem is editing scanner.l or >> grammar.y doesn't trigger a rebuild of my whole project when *I think* >> it should...  How