stage1_2/Makefile.am
changeset 375 7a11f9e9e703
parent 369 569e7d9e2406
child 745 26cb3fa00d29
equal deleted inserted replaced
349:b826f13c260e 375:7a11f9e9e703
       
     1 include ../common.mk
       
     2 
       
     3 AM_YFLAGS = -d
       
     4 AM_LFLAGS = -o$(LEX_OUTPUT_ROOT).c
       
     5 
       
     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.
       
     8 BUILT_SOURCES = iec_bison.h
       
     9 
       
    10 CLEANFILES = \
       
    11 	iec_flex.cc \
       
    12 	iec_bison.cc \
       
    13 	iec_bison.h
       
    14 
       
    15 lib_LIBRARIES = libstage1_2.a
       
    16 libstage1_2_a_SOURCES = \
       
    17 	iec_flex.ll \
       
    18 	iec_bison.yy \
       
    19 	stage1_2.cc 
       
    20 
       
    21 libstage1_2_a_CPPFLAGS =  -DDEFAULT_LIBDIR='"lib"' -I../../absyntax
       
    22