Re: Yacc Support?

2007-03-02 Thread Tom Tromey
> ">" == kj1nabble <[EMAIL PROTECTED]> writes: >> Any thoughts? I think it has something to do with how I set up my bin in >> Makefile.am. You don't say how it failed... >> bin_PROGRAMS = app >> lc_SOURCES = l.l app.c g.y appgen.c You either want to have 'bin_PROGRAMS = lc', or you want to

Yacc Support?

2007-03-02 Thread kj1nabble
I can't figure out how to do automake using yacc. I made a makefile (Makefile-noAutomake) and generating/compiling with yacc works fine in this simple case. However, I need to ensure it build with automake. I have used automake in the past with just C code, but yacc/lex has been cryptic. I've been

depcomp supporting MSVC's --showIncludes?

2007-03-02 Thread Harald Dunkel
Hi folks, Does anybody know a patch for depcomp to support the -showIncludes flag of Microsoft's recent compiler? Regards Harri

Re: Wishlist: Clean target for generated C files?

2007-03-02 Thread Ralf Wildenhues
Hi Bob, * Bob Proulx wrote on Fri, Mar 02, 2007 at 05:18:21AM CET: > > > > Looks to me like if your generated code had proper dependencies you > > would not need the 'moreclean' step. Is that observation correct? > > If no, what am I missing? If yes, then let's see why you have not > > (or ca