Re: Problem with building .info files?

2006-11-14 Thread Ralf Wildenhues
Hello Paul, * Paul D. Smith wrote on Tue, Nov 14, 2006 at 11:30:12PM CET: > The rule for building .info files from .texi files looks incorrect to me: > > .texinfo.info: > restore=: && backupdir="$(am__leading_dot)am" && \ > am__cwd=`pwd` && cd $(srcdir) && \ > rm -rf $$bac

Problem with building .info files?

2006-11-14 Thread Paul D. Smith
The rule for building .info files from .texi files looks incorrect to me: .texinfo.info: restore=: && backupdir="$(am__leading_dot)am" && \ am__cwd=`pwd` && cd $(srcdir) && \ rm -rf $$backupdir && mkdir $$backupdir && \ [...] It seems to me that cd'ing into

Re: Integrating Code Generator

2006-11-14 Thread Paulo J. Matos
On 11/14/06, Benoit Sigoure <[EMAIL PROTECTED]> wrote: Hello, bin_PROGRAMS = foo foo_SOURCES = foo.hh foo.cc BUILT_SOURCES = foo.hh foo.hh: foo.gen cp foo.gen foo.hh CLEANFILES = foo.hh EXTRA_DIST = foo.gen --

Re: Integrating Code Generator

2006-11-14 Thread Benoit Sigoure
Quoting "Paulo J. Matos" <[EMAIL PROTECTED]>: Hello, I'm quite curious how can I with autotools integrate a code generator during the make process. For example: a generator receives as input .gen files and produces .hh files which are then used for compilation. How can I integrate this generator

Integrating Code Generator

2006-11-14 Thread Paulo J. Matos
Hello, I'm quite curious how can I with autotools integrate a code generator during the make process. For example: a generator receives as input .gen files and produces .hh files which are then used for compilation. How can I integrate this generator by running the program in all .gen files and t

Re: "Sublibraries" without libtool

2006-11-14 Thread Ralf Wildenhues
* Yevgen Muntyan wrote on Mon, Nov 13, 2006 at 10:13:55PM CET: > > Well, I didn't mention it, but non-recursive make is one of things > I am trying to do here. Its speed indeed is just awesome, but it also > leads to huge mess: things like > foo_SOURCES += subdir/subdir/subdir/foo.c subdir/subdir/s