Re: libtool libraries, dependencies and parallel builds

2012-11-02 Thread Václav Zeman
On 1 November 2012 17:42, Diego Elio Pettenò wrote: > On 01/11/2012 09:18, Vincent Torri wrote: >> lib_eo_libeo_la_LIBADD = $(top_builddir)/src/lib/eina/libeina.la > > Don't use $(top_builddir) and it should work just fine. Is there a rationale behind this? I am not saying it is wrong, I just want

Re: how to specify compile_et command in makefile.am

2012-11-02 Thread Coly Li
在 2012-10-31,下午3:59,Peter Johansson 写道: > On 10/31/2012 04:57 PM, Coly Li wrote: >> Is there any method that I can add something into Makefile.am, so that the >> generated Makefile can looks like: >> -- >> foo_err.c foo_err.h: foo_err.et >> compile_et prof_err.et >> ---

Re: libtool libraries, dependencies and parallel builds

2012-11-02 Thread Stefano Lattarini
On 11/02/2012 09:18 AM, Václav Zeman wrote: > On 1 November 2012 17:42, Diego Elio Pettenò wrote: >> On 01/11/2012 09:18, Vincent Torri wrote: >>> lib_eo_libeo_la_LIBADD = $(top_builddir)/src/lib/eina/libeina.la >> >> Don't use $(top_builddir) and it should work just fine. > Is there a rationale be

Re: included Makefile file and relative path

2012-11-02 Thread Stefano Lattarini
On 11/01/2012 12:52 AM, Vincent Torri wrote: > Hey > > Is there a way to let included makefiles to use paths relatives to > where they are? > Not that I know of. Regards, Stefano

Re: Dependent libraries

2012-11-02 Thread Stefano Lattarini
On 10/31/2012 09:36 PM, Murray S. Kucherawy wrote: > Hi, > > I know there are other threads on this topic already, but they don't > seem to match my situation exactly, so I hope people don't mind a bit > of a repeat. > > My top-level directory contains source for several libraries and a > binary.

building without $(top_builddir) in LDADD (was Re: libtool libraries, dependencies and parallel builds)

2012-11-02 Thread Václav Zeman
On 11/02/2012 09:43 AM, Stefano Lattarini wrote: > On 11/02/2012 09:18 AM, Václav Zeman wrote: >> On 1 November 2012 17:42, Diego Elio Pettenò wrote: >>> On 01/11/2012 09:18, Vincent Torri wrote: lib_eo_libeo_la_LIBADD = $(top_builddir)/src/lib/eina/libeina.la >>> >>> Don't use $(top_builddir)

Re: building without $(top_builddir) in LDADD (was Re: libtool libraries, dependencies and parallel builds)

2012-11-02 Thread Diego Elio Pettenò
On 02/11/2012 16:16, Václav Zeman wrote: > How can I make this work as you have suggested without $(top_builddir)? Okay here's my rule of thumb (Stefano can give you the informed, developer opinion): - if it's declared in the same makefile, don't use $(top_builddir); - if it's declared on a dif