stage1_2/Makefile.am
changeset 1015 9414b0785849
parent 871 878e9bf4c6ec
equal deleted inserted replaced
1014:a61f8f58f612 1015:9414b0785849
     1 include ../common.mk
     1 include ../common.mk
     2 
     2 
       
     3 ## Flags for yacc syntax parser generator (bison)
     3 AM_YFLAGS = -d
     4 AM_YFLAGS = -d
     4 AM_LFLAGS = -o$(LEX_OUTPUT_ROOT).c
     5 ## Flags for lex lexer generator (flex)
       
     6 AM_LFLAGS = --warn -o$(LEX_OUTPUT_ROOT).c
     5 
     7 
     6 # Make sure this header file is generated first (by bison), as it is included
     8 # Make sure this header file is generated first (by bison), as it is included
     7 # by other C++ code that will also be compiled.
     9 # by other C++ code that will also be compiled.
     8 BUILT_SOURCES = iec_bison.hh
    10 BUILT_SOURCES = iec_bison.hh
     9 
    11