Re: Built sources and make distcheck

2009-02-23 Thread Tavian Barnes
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

make dvi during make distcheck too annoying

2009-02-23 Thread Matěj Týč
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

Re: Built sources and make distcheck

2009-02-23 Thread 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). > ./generate$(EXEEXT) >$@ > > bin_PROGRAMS = lookup > lookup_

Re: Using ylwrap in parallel builds fails sometimes

2009-02-23 Thread Robert Homann
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