--- gforth/Makefile.in 2012/10/08 01:10:29 1.488 +++ gforth/Makefile.in 2012/12/31 15:25:17 1.492 @@ -1,6 +1,6 @@ #Makefile for Gforth -#Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011 Free Software Foundation, Inc. +#Copyright (C) 1995,1996,1997,1998,2000,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012 Free Software Foundation, Inc. #This file is part of Gforth. @@ -297,8 +297,8 @@ FORTH_SRC = $(KERN_SRC) $(GFORTH_FI_DIST colorize.fs comp-i.fs complex.fs \ depth-changes.fs dosekey.fs doskey.fs ds2texi.fs \ envos.dos envos.os2 etags.fs fft.fs filedump.fs fi2c.fs \ - fsl-util.4th glosgen.fs gray.fs httpd.fs install-tags.fs \ - make-app.fs doc/makedoc.fs locate.fs more.fs onebench.fs \ + fsl-util.4th fsl-util.fs glosgen.fs gray.fs httpd.fs install-tags.fs \ + make-app.fs doc/makedoc.fs locate.fs more.fs onebench.fs fft-bench.fs \ other.fs prims2x.fs prims2x0.6.2.fs proxy.fs random.fs \ regexp.fs sokoban.fs string.fs table.fs tags.fs \ tt.fs quotations.fs \ @@ -418,6 +418,9 @@ ARCHS_NO_DIST = \ arch/h8/asm.fs \ arch/r8c/tt.fs +# temporary change. DO NOT COMMIT +ARCHS += $(ARCHS_NO_DIST) + VMGEN_EX = vmgen-ex/Makefile vmgen-ex/README vmgen-ex/disasm.c \ vmgen-ex/engine.c vmgen-ex/fib.mini \ vmgen-ex/mini-inst.vmg vmgen-ex/mini-super.vmg vmgen-ex/mini.h \ @@ -746,6 +749,7 @@ bench: gforth-fast$(EXT) gforth.fi time $(FORTH_FAST) bubble.fs -e "main bye" time $(FORTH_FAST) matrix.fs -e "main bye" time $(FORTH_FAST) fib.fs -e "main bye" + time $(FORTH_FAST) fft-bench.fs -e "main bye" onebench one-bench: $(FORTH_FAST) onebench.fs