Re: Problem with defining a new automake target (perhaps a general make question)

2000-02-18 Thread Andrew S. Townley
Tom, Thanks very much for your help. I'll give your suggestions a shot. As for the dependency stuff, I added it because we were having some problems with the changes of the headers used by the .ec files not getting picked up. Since you reminded me that it was gcc-specific, that jogs my memory

Re: Problem with defining a new automake target (perhaps a general make question)

2000-02-17 Thread Tom Tromey
> "Andrew" == Andrew S Townley <[EMAIL PROTECTED]> writes: Andrew> Hi. I have been trying to add support for our ESQL/C Andrew> preprocessor to an Automake makefile, but I'm having trouble Andrew> with a couple of different things. Andrew> The extra sed command is there so that the dependen

Problem with defining a new automake target (perhaps a general make question)

2000-02-15 Thread Andrew S. Townley
Hi. I have been trying to add support for our ESQL/C preprocessor to an Automake makefile, but I'm having trouble with a couple of different things. 1st, we're doing the primary work on this internal project under linux, so I stole the dependency stuff from the Makefile.in (probably a bad idea)