Dealing with .asm files

2009-04-01 Thread Robert Homann
would like to keep the file names as they are). Duplicating rules seemed all wrong to me, so I tried adding '.asm' right after '.s' to the corresponding register_language() call in automake instead, and it just worked then. Now, would it hurt to add this extension to regular Automa

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 (tha

Using ylwrap in parallel builds fails sometimes

2009-02-18 Thread Robert Homann
my Linux machine. Now, did I forget to add some additional rules to Makefile.am? Or do you think I have hit a bug in ylwrap or in GNU Make? Best regards, Robert Homann -- Windows is not the answer. Windows is the question. The answer is "No".

Disable implicit RCS rule of GNU Make

2006-06-19 Thread Robert Homann
Hello list! We have a problem here with GNU Make's built-in rules that I can't seem to be able to solve. Short version of my question: How can the implicit rule for RCS defined in GNU Make be disabled in a portable way (Automake 1.9.6, Autoconf 2.59)? Using GNU Make syntax, this can be done using