Re: build paths and generated sources

2006-01-30 Thread Thomas Porschberg
Execellent, exactly what I was looking for. On Mon, 30 Jan 2006 00:36:46 +0100 Andreas Schwab <[EMAIL PROTECTED]> wrote: > Thomas Porschberg <[EMAIL PROTECTED]> writes: > > > %.cpp %.h: %.ui > > @UIC@ -o $(<:%.ui=%.h) $< > > @UIC@ -i $(<:%.ui=%.h) -o $(<:%.ui=%.cpp) $< > > You s

Re: A extremely simple exaple on how to use automake to build libs

2006-01-30 Thread emammendes
Hello Many thanks. There is one problem though: the example convenience-1.0 doesn't work! configure: creating ./config.status config.status: creating replace/Makefile config.status: creating lib/Makefile config.status: creating Makefile config.status: error: cannot find input file: Makefile

Re: A extremely simple exaple on how to use automake to build libs

2006-01-30 Thread emammendes
No, automake --add-missing --include-deps --copy replace/Makefile.am:6: required file `replace/.c' not found configure.in:8: required file `./ltmain.sh' not found Ed On Monday 30 January 2006 01:03 pm, [EMAIL PROTECTED] wrote: > On Mon, Jan 30, 2006 at 11:03:53AM -0200, [EMAIL PROTECTED] wrot

Re: A extremely simple exaple on how to use automake to build libs

2006-01-30 Thread ibr
On Mon, Jan 30, 2006 at 11:03:53AM -0200, [EMAIL PROTECTED] wrote: > config.status: error: cannot find input file: Makefile.in Does running automake solve this problem? With kind regards, Baurzhan.

Re: question regarding EXTRA_DIST

2006-01-30 Thread Thomas Porschberg
Sorry for my posting. One missing backslash caused my error... Thomas On Mon, Jan 30, 2006 at 09:43:33AM +0100, Ralf Wildenhues wrote: > Hi Thomas, > > * Thomas Porschberg wrote on Mon, Jan 30, 2006 at 09:39:01AM CET: > > > > I have a problem with the EXTRA_DIST target from > > Makefile.am. >

Re: question regarding EXTRA_DIST

2006-01-30 Thread Ralf Wildenhues
Hi Thomas, * Thomas Porschberg wrote on Mon, Jan 30, 2006 at 09:39:01AM CET: > > I have a problem with the EXTRA_DIST target from > Makefile.am. > > In the project we list dirs an files there. > But some files are not included in the distribution > when built with "make dist". > > E.g. we have

question regarding EXTRA_DIST

2006-01-30 Thread Thomas Porschberg
Hi, I have a problem with the EXTRA_DIST target from Makefile.am. In the project we list dirs an files there. But some files are not included in the distribution when built with "make dist". E.g. we have files like BUGS, LICENSE, some header/source files included and they do not appear in the ta