=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/Makefile.in,v retrieving revision 1.24 retrieving revision 1.27 diff -u -p -r1.24 -r1.27 --- OpenXM/src/kan96xx/Kan/Makefile.in 2016/09/20 04:47:36 1.24 +++ 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.23 2016/09/19 07:50:02 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 ) @@ -27,7 +27,7 @@ STATIC_LINK_FLAG = #### Optimization level etc. #### option for gdb CFLAGS = -g, optimize -O, profile -p, -DNOGC -CFLAGS = @CFLAGS@ -D_BSD_SOURCE +CFLAGS = @CFLAGS@ -D_DEFAULT_SOURCE -D_BSD_SOURCE -Wno-trigraphs -fcommon ################### Plugin modules #### (2) cmo, file2, socket @@ -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