stage1_2/Makefile.am
changeset 871 878e9bf4c6ec
parent 822 a7d9e0b8636b
child 1015 9414b0785849
equal deleted inserted replaced
870:9c6c588fd708 871:878e9bf4c6ec
     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.hh
     8 BUILT_SOURCES = iec_bison.hh
       
     9 
       
    10 %.hh: %.h
       
    11 	cp $< $@
     9 
    12 
    10 CLEANFILES = \
    13 CLEANFILES = \
    11 	iec_flex.cc \
    14 	iec_flex.cc \
    12 	iec_bison.cc \
    15 	iec_bison.cc \
    13 	iec_bison.hh
    16 	iec_bison.hh