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
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
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
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.
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.
>
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
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