bug#7824: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2011-01-11 Thread Ralf Wildenhues
Hello Юрий, * Юрий Пухальский wrote on Tue, Jan 11, 2011 at 03:48:08PM CET: > I've (finally) made it through two implicit rules, but i have a problem there. > > The makefile looks something like that: > > > .SUFFIXES: .pc .lo .c > .pc.c: > cp $< $@ > .c.lo: >

bug#7824: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2011-01-11 Thread Юрий Пухальский
2011/1/11 Ralf Wildenhues : > Hello Юрий, > > * Юрий Пухальский wrote on Tue, Jan 11, 2011 at 03:48:08PM CET: >> I've (finally) made it through two implicit rules, but i have a problem >> there. >> >> The makefile looks something like that: >> >> >> .SUFFIXES: .pc .lo .c >

bug#7819: automake does not really automatically distribute all the files it's advertised to.

2011-01-11 Thread Ralf Wildenhues
* Stefano Lattarini wrote on Mon, Jan 10, 2011 at 10:40:13PM CET: > On Monday 10 January 2011, Ralf Wildenhues wrote: > > * Stefano Lattarini wrote on Mon, Jan 10, 2011 at 08:50:13PM CET: > > > But the above is not always correct, as some of these files are > > > distributed > > > *only* if other

bug#7824: 1.11 doesn't add sources with nonstandard suffixes when making a binary

2011-01-11 Thread Юрий Пухальский
Good day, Ralf! I've (finally) made it through two implicit rules, but i have a problem there. The makefile looks something like that: .SUFFIXES: .pc .lo .c .pc.c: cp $< $@ .c.lo: cp $< $@ Given that i have no .c and no .lo befor