Re: Bison and flex target

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ralf Wildenhues wrote:
> Hello Philip,
> 
> * Philip Herron wrote on Fri, Apr 03, 2009 at 02:51:50PM CEST:
>> I am not sure if this is autoconf or automake.
> 
> If you use Automake, then this is an Automake question.  :-)
> 
>> I see there is AC_PROG_YACC and AC_PROG_LEX to get the apropriate
>> programs for the configure.ac. But how do you go about adding them as
>> build targets so:
>>
>> yacc -d foo.yy
>> lex foo.l
>>
>> are run to get y.tab.{c,h} and lex.yy.c
> 
> Try something like
> 
> bin_PROGRAMS = foo
> foo_SOURCES = foo.yy bar.l
> 
> If you are not using Automake, well, you can use @LEX@ and @LEXLIB@ in
> your Makefile.in, as well as @YACC@.
> 
> Cheers,
> Ralf

Hey

Thanks for that i am using automake but all i did was just specify my c
files to compile.

I'll give a go and just add my lex and yacc stuff in like that i didn't
think it would work as easy as that. I'll try it tomorrow

Thanks

- -Phil
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAknWgqoACgkQAhcOgIaQQ2GsUwCfQSoFPGuziDKnt6wgEK7d5gU5
JaYAniIWqWKx/QKd8LA6AbFZda5R5WuN
=OyzE
-----END PGP SIGNATURE-----


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux