2009/2/23 Ralf Wildenhues :
> Hello Tavian,
>
> * Tavian Barnes wrote on Mon, Feb 23, 2009 at 06:22:12AM CET:
>> EXTRA_PROGRAMS = generate
>> generate_SOURCES = generate.c
>>
>> generated.c: generate
>
> BTW, the prerequisite here would need to be generate$(EXEEXT).
Oh, right.
>> ./genera
Hello,
I use automake in one of my project along with texinfo.
That project has documentation full of images. As you probably know,
'make pdf' makes a PDF document from JPGs and PNGs, whereas 'make dvi'
requires EPSs. However, EPS images are insanely large (in this case
like 15 times larger than JP
Hello Tavian,
* Tavian Barnes wrote on Mon, Feb 23, 2009 at 06:22:12AM CET:
> EXTRA_PROGRAMS = generate
> generate_SOURCES = generate.c
>
> generated.c: generate
BTW, the prerequisite here would need to be generate$(EXEEXT).
> ./generate$(EXEEXT) >$@
>
> bin_PROGRAMS = lookup
> lookup_
On Thu, 19 Feb 2009, Robert Homann wrote:
Hi again!
> I have some trouble building a yacc parser with Automake (using
> ylwrap) in a parallel build. Usually, make -j runs fine on my project
Replying to myself, adding the dependency
scanner.c: parser.c
to Makefile.am works fine (thanks to Ruedi