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 headers, > > Can you e

RE: install to top_builddir

2011-04-05 Thread Daily, Jeff A
> -Original Message- > From: automake-bounces+jeff.daily=pnl@gnu.org [mailto:automake- > bounces+jeff.daily=pnl@gnu.org] On Behalf Of Reuben Hawkins > Sent: Tuesday, April 05, 2011 12:18 AM > To: Reuben Hawkins; automake@gnu.org > Subject: Re: install to top_builddir > > On Mon, Ap

Changing build steps with automake

2011-04-05 Thread Honza
Hello, I'm new to autotools and have not found the answer to my question in documentation so I decided to ask here. I need to change/add compilation steps in opencore-amr project, which uses autotools to generate makefiles. I'd like to have following procedure 1. run gcc with -S producing asm co

RE: install to top_builddir

2011-04-05 Thread dherring
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 bins to $(top_builddir)/bin and >> > > headers, > I ran into a similar issue with projects I converted

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 bins to $(top_builddir)/bin and > >> > > headers, >

Re: Changing build steps with automake

2011-04-05 Thread Ralf Wildenhues
Hi Jan, * Honza wrote on Tue, Apr 05, 2011 at 03:29:37PM CEST: > I'm new to autotools and have not found the answer to my question in > documentation so I decided to ask here. I need to change/add compilation > steps in opencore-amr project, which uses autotools to generate makefiles. > > I'd lik

Using shell code within Makefile.am

2011-04-05 Thread David Bruce
Hello, I maintain a GPL Linux application that has a Windows version that is cross-compiled under Linux. For the crossbuild, we have a custom target (install-nsi-local) that does a "make install" into a temporary location, then copies the needed files into a duplicate of the final Windows directo

Re: Using shell code within Makefile.am

2011-04-05 Thread Russ Allbery
David Bruce writes: > Snippet from install-nsi-local target in Makefile.am: > - > ## Convert text files from Unix format DOS/Windows format and rename > ## them with ".txt" extension: > (cd $(top_builddir)/$(NSI_INSTALL_DIR)/doc; \ > FILES=`fin