[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / Kan

Diff for /OpenXM/src/kan96xx/Kan/Makefile.in between version 1.7 and 1.9

version 1.7, 2003/09/02 03:24:48 version 1.9, 2003/09/11 00:52:05
Line 1 
Line 1 
 ###  $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.6 2003/07/21 13:36:41 takayama Exp $  ###  $OpenXM: OpenXM/src/kan96xx/Kan/Makefile.in,v 1.8 2003/09/02 03:31:12 takayama Exp $
 #  #
 #   depends on install-gmp, install-gc [install-asir-gc]  #   depends on install-gmp, install-gc [install-asir-gc]
 #              ( cd ../plugin ; make )  #              ( cd ../plugin ; make )
Line 37  PLUGIN_LINKFLAG = 
Line 37  PLUGIN_LINKFLAG = 
 configure: Makefile  configure: Makefile
   
 Makefile: Makefile.in  Makefile: Makefile.in
         ./configure          sh ./configure
   
   
 HEADERS = datatype.h  stackm.h lookup.h extern.h  kclass.h  HEADERS = datatype.h  stackm.h lookup.h extern.h  kclass.h
Line 144  plugin.sm1 : Makefile $(PLUGIN_SM1)
Line 144  plugin.sm1 : Makefile $(PLUGIN_SM1)
   
 clean :  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 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
   distclean : clean
           rm -f Makefile

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.9

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>