Re: dependencies with @xx@ variables

2010-01-28 Thread Joakim Tjernlund
Ralf Wildenhues wrote on 2010/01/28 07:06:01: > > * Joakim Tjernlund wrote on Wed, Jan 27, 2010 at 09:08:16AM CET: > > Ralf Wildenhues wrote on 2010/01/27 08:08:09: > > > > > > No. When automake cannot see a literal in a *_LDADD or *_LIBADD > > > statement, it cannot interpolate it to the respect

Re: dependencies with @xx@ variables

2010-01-27 Thread Ralf Wildenhues
* Joakim Tjernlund wrote on Wed, Jan 27, 2010 at 09:08:16AM CET: > Ralf Wildenhues wrote on 2010/01/27 08:08:09: > > > > No. When automake cannot see a literal in a *_LDADD or *_LIBADD > > statement, it cannot interpolate it to the respective *_DEPENDENCIES > > variable: non-literal content might

Re: dependencies with @xx@ variables

2010-01-27 Thread Joakim Tjernlund
Ralf Wildenhues wrote on 2010/01/27 08:08:09: > > Hello Joakim, > > * Joakim Tjernlund wrote on Tue, Jan 26, 2010 at 02:20:24PM CET: > > > > I got this rule in Makfile.am: > > ldadds_false = $(ldadds_cuappl) > > ldadds_true = $(ldadds_culess) > > > > common_LDADD += $(ldad...@cu_less@) > > > >

Re: dependencies with @xx@ variables

2010-01-26 Thread Ralf Wildenhues
Hello Joakim, * Joakim Tjernlund wrote on Tue, Jan 26, 2010 at 02:20:24PM CET: > > I got this rule in Makfile.am: > ldadds_false = $(ldadds_cuappl) > ldadds_true = $(ldadds_culess) > > common_LDADD += $(ldad...@cu_less@) > > @CU_LESS@ is either true or false. > > $(ldad...@cu_less@) is omit

dependencies with @xx@ variables

2010-01-26 Thread Joakim Tjernlund
I got this rule in Makfile.am: ldadds_false = $(ldadds_cuappl) ldadds_true = $(ldadds_culess) common_LDADD += $(ldad...@cu_less@) @CU_LESS@ is either true or false. $(ldad...@cu_less@) is omitted in am__DEPENDENCIES_1 so if any lib mentioned in ldadds_cuappl or ldadds_culess changes no rebui