How to use BUILT_SOURCES ?

2012-06-21 Thread Timothy Madden
from code-formatter-parser.cc. I thought automake should know that files listed in BUILT_SOURCES are meant to be generated, so it should not expect to find them there already before the build. Is there something I need to do to fix this ? Thank you, Timothy Madden

How to use flex and bison with the C++ interface

2012-06-15 Thread Timothy Madden
-formatter code_formatter_SOURCES=code-formatter.ll code-formatter.yy as you can see, no secrets here either. Am I missing something ? Do I need to write explicit makefile rules to use the C++ interface ? Thank you, Timothy Madden