=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/Makefile.in,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- OpenXM/src/kan96xx/Kan/Makefile.in 2021/03/24 04:58:32 1.26 +++ OpenXM/src/kan96xx/Kan/Makefile.in 2022/09/08 10:49:30 1.27 @@ -1,4 +1,4 @@ -### $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.25 2020/10/06 11:33:46 takayama Exp $ +### $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.26 2021/03/24 04:58:32 takayama Exp $ # # depends on install-gmp, install-gc [install-asir-gc] # ( cd ../plugin ; make ) @@ -128,7 +128,7 @@ smacro.h : smacro.sm1 dr.sm1 module1.sm1 sugar.sm1 usa /bin/rm smacro.h cat smacro.sm1 dr.sm1 module1.sm1 sugar.sm1 usage.sm1 $(PLUGIN_SM1) | ./mm >smacro.h -lookup.h : stackm.h mklookup +gen-lookup.h : stackm.h mklookup touch lookup.h /bin/rm lookup.h ./mklookup >lookup.h @@ -155,6 +155,6 @@ plugin.sm1 : Makefile $(PLUGIN_SM1) echo '%% Do not edit this file.' > plugin.sm1 clean : - rm -f mklookup mm core sm1 lookup.h smacro.h *.o *~ *.a mon.out sm1.nogc kanlib.a plugin.h plugin.hh plugin-tmp/*.o Kclass/*.o Kclass/*~ makeconf makeconf.sed + rm -f mklookup mm core sm1 smacro.h *.o *~ *.a mon.out sm1.nogc kanlib.a plugin.h plugin.hh plugin-tmp/*.o Kclass/*.o Kclass/*~ makeconf makeconf.sed distclean : clean rm -f Makefile