stage1_2/Makefile.am
changeset 822 a7d9e0b8636b
parent 820 62b55ca5b879
child 871 878e9bf4c6ec
equal deleted inserted replaced
821:fa4569bf1538 822:a7d9e0b8636b
     3 AM_YFLAGS = -d
     3 AM_YFLAGS = -d
     4 AM_LFLAGS = -o$(LEX_OUTPUT_ROOT).c
     4 AM_LFLAGS = -o$(LEX_OUTPUT_ROOT).c
     5 
     5 
     6 # 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
     7 # by other C++ code that will also be compiled.
     7 # by other C++ code that will also be compiled.
     8 BUILT_SOURCES = iec_bison.h
     8 BUILT_SOURCES = iec_bison.hh
     9 
     9 
    10 CLEANFILES = \
    10 CLEANFILES = \
    11 	iec_flex.cc \
    11 	iec_flex.cc \
    12 	iec_bison.cc \
    12 	iec_bison.cc \
    13 	iec_bison.h
    13 	iec_bison.hh
    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     create_enumtype_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 -DYY_BUF_SIZE=65536
    22 libstage1_2_a_CPPFLAGS =  -DDEFAULT_LIBDIR='"lib"' -I../../absyntax -DYY_BUF_SIZE=65536 -fpermissive
    23 
    23