stage1_2/Makefile.am
changeset 745 26cb3fa00d29
parent 369 569e7d9e2406
child 748 ad4265253528
equal deleted inserted replaced
734:49853bded539 745:26cb3fa00d29
    14 
    14 
    15 lib_LIBRARIES = libstage1_2.a
    15 lib_LIBRARIES = libstage1_2.a
    16 libstage1_2_a_SOURCES = \
    16 libstage1_2_a_SOURCES = \
    17 	iec_flex.ll \
    17 	iec_flex.ll \
    18 	iec_bison.yy \
    18 	iec_bison.yy \
       
    19     derived_conversion_functions.cc \
    19 	stage1_2.cc 
    20 	stage1_2.cc 
    20 
    21 
    21 libstage1_2_a_CPPFLAGS =  -DDEFAULT_LIBDIR='"lib"' -I../../absyntax
    22 libstage1_2_a_CPPFLAGS =  -DDEFAULT_LIBDIR='"lib"' -I../../absyntax
    22 
    23