automake
[Top][All Lists]
Advanced

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

Re: Flex c++ bug


From: Simon Richter
Subject: Re: Flex c++ bug
Date: Tue, 4 Feb 2003 16:42:02 +0100
User-agent: Mutt/1.5.3i

Aidan,

> Automake does not seem to differenciate between flex generated c++ files and 
> c 
> files

Not if it has to guess. Use .ll or .l++ as the extension for your lex
file, drop the -+ and watch it work. :-)

Reason behind that: automake needs to know at Makefile.in generation
time which compilers it will need. Thus, every language needs different
extensions, and if the files are generated, automake needs to know which
extensions the generated files will have.

   Simon

-- 
GPG Fingerprint: 040E B5F7 84F1 4FBC CEAD  ADC6 18A0 CC8D 5706 A4B4

Attachment: pgp0Hx0OinvXc.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]