diff options
author | albert-github <albert.tests@gmail.com> | 2015-12-08 17:43:22 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2015-12-08 17:43:22 (GMT) |
commit | beb2ff6c39fefbd6aaeecd5de9827d1b1947740b (patch) | |
tree | 7c426e780bedbe5ac1be1bffcce105e403f45628 /examples/include_test.cpp | |
parent | 12b28cf18d559d8b1010c8c712ea5557afdc1481 (diff) | |
download | Doxygen-beb2ff6c39fefbd6aaeecd5de9827d1b1947740b.zip Doxygen-beb2ff6c39fefbd6aaeecd5de9827d1b1947740b.tar.gz Doxygen-beb2ff6c39fefbd6aaeecd5de9827d1b1947740b.tar.bz2 |
Adding compilation options for flex/lex and bison/yacc
Adding the options LAEX_FLAGS and YACC_FLAGS to the COMPILE_FLAGS for flex/lex bison/yacc to create more flexibility during compilation.
Example:
when one wants to compile e.g. fortranscanner.l with the flex debug flag -d one can perform the following steps:
- touch fortranscanner.l in te src directory
- run make LEX_FLAGS=-d
or
set environment variable LEX_FLAGS to -d
run make
to undo this touch again forttranscanner -l and run make (don't forget to unset the environment variable LEX_FLAGS)
Analogous for bison/yacc wit the YACC_FLAGS
Diffstat (limited to 'examples/include_test.cpp')
0 files changed, 0 insertions, 0 deletions