Re: automake + .info files help needed

2008-11-12 Thread Matěj Týč
Hello, Ralf, here are things you have requested, if the previous mails wasn't satisfactory ;-) > First, do you build in-tree (./configure ...) or out-of-tree > (../path/to/configure ...)? I build in-tree... Second, if you > find $top_srcdir $top_builddir -name \*.info | xargs rm -f > find $t

Re: pre- and post-compilation hooks

2008-11-12 Thread Ralf Wildenhues
Hello Baurzhan, * Baurzhan Ismagulov wrote on Wed, Nov 12, 2008 at 05:37:58PM CET: > > I'd like to migrate a SNiFF+ project to automake. So far, it looks quite > promising. Two issues: > > 1. The compilation rule performs some custom pre-processing before >actually calling the compiler; if p

pre- and post-compilation hooks

2008-11-12 Thread Baurzhan Ismagulov
Hello, I'd like to migrate a SNiFF+ project to automake. So far, it looks quite promising. Two issues: 1. The compilation rule performs some custom pre-processing before actually calling the compiler; if pre-processing fails, the compiler is not called, and make is stopped. 2. The Tasking