stage1_2/Makefile.in
changeset 369 569e7d9e2406
parent 354 0f24db96b519
child 649 83688d55d1ad
equal deleted inserted replaced
368:63cee5103e8f 369:569e7d9e2406
   197 AM_LFLAGS = -o$(LEX_OUTPUT_ROOT).c
   197 AM_LFLAGS = -o$(LEX_OUTPUT_ROOT).c
   198 
   198 
   199 # Make sure this header file is generated first (by bison), as it is included
   199 # Make sure this header file is generated first (by bison), as it is included
   200 # by other C++ code that will also be compiled.
   200 # by other C++ code that will also be compiled.
   201 BUILT_SOURCES = iec_bison.h
   201 BUILT_SOURCES = iec_bison.h
       
   202 CLEANFILES = \
       
   203 	iec_flex.cc \
       
   204 	iec_bison.cc \
       
   205 	iec_bison.h
       
   206 
   202 lib_LIBRARIES = libstage1_2.a
   207 lib_LIBRARIES = libstage1_2.a
   203 libstage1_2_a_SOURCES = \
   208 libstage1_2_a_SOURCES = \
   204 	iec_flex.ll \
   209 	iec_flex.ll \
   205 	iec_bison.yy \
   210 	iec_bison.yy \
   206 	stage1_2.cc 
   211 	stage1_2.cc 
   461 	  `test -z '$(STRIP)' || \
   466 	  `test -z '$(STRIP)' || \
   462 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   467 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
   463 mostlyclean-generic:
   468 mostlyclean-generic:
   464 
   469 
   465 clean-generic:
   470 clean-generic:
       
   471 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
   466 
   472 
   467 distclean-generic:
   473 distclean-generic:
   468 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   474 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
   469 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   475 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
   470 
   476