stage1_2/Makefile.am
changeset 369 569e7d9e2406
parent 354 0f24db96b519
child 745 26cb3fa00d29
equal deleted inserted replaced
368:63cee5103e8f 369:569e7d9e2406
     1 include ../common.mk
     1 include ../common.mk
     2 
       
     3 
       
     4 
       
     5 
     2 
     6 AM_YFLAGS = -d
     3 AM_YFLAGS = -d
     7 AM_LFLAGS = -o$(LEX_OUTPUT_ROOT).c
     4 AM_LFLAGS = -o$(LEX_OUTPUT_ROOT).c
     8 
     5 
     9 
       
    10 # Make sure this header file is generated first (by bison), as it is included
     6 # Make sure this header file is generated first (by bison), as it is included
    11 # by other C++ code that will also be compiled.
     7 # by other C++ code that will also be compiled.
    12 BUILT_SOURCES = iec_bison.h
     8 BUILT_SOURCES = iec_bison.h
       
     9 
       
    10 CLEANFILES = \
       
    11 	iec_flex.cc \
       
    12 	iec_bison.cc \
       
    13 	iec_bison.h
    13 
    14 
    14 lib_LIBRARIES = libstage1_2.a
    15 lib_LIBRARIES = libstage1_2.a
    15 libstage1_2_a_SOURCES = \
    16 libstage1_2_a_SOURCES = \
    16 	iec_flex.ll \
    17 	iec_flex.ll \
    17 	iec_bison.yy \
    18 	iec_bison.yy \