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
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
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).
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
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