stage1_2/Makefile.am
changeset 748 ad4265253528
parent 745 26cb3fa00d29
child 820 62b55ca5b879
equal deleted inserted replaced
747:d1c1a0254e4f 748:ad4265253528
    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     create_enumtype_conversion_functions.cc \
    20 	stage1_2.cc 
    20 	stage1_2.cc 
    21 
    21 
    22 libstage1_2_a_CPPFLAGS =  -DDEFAULT_LIBDIR='"lib"' -I../../absyntax
    22 libstage1_2_a_CPPFLAGS =  -DDEFAULT_LIBDIR='"lib"' -I../../absyntax
    23 
    23