Kouhei Sutou
kous****@users*****
2006年 11月 28日 (火) 11:01:29 JST
Index: tomoe/ChangeLog diff -u tomoe/ChangeLog:1.302 tomoe/ChangeLog:1.303 --- tomoe/ChangeLog:1.302 Tue Nov 28 10:39:59 2006 +++ tomoe/ChangeLog Tue Nov 28 11:01:29 2006 @@ -1,3 +1,8 @@ +2006-11-28 Kouhei Sutou <kou****@cozmi*****> + + * configure.in, Makefile.am, benchmark/: added benchmarks for + loading dictionary and searching by recognizer. + 2006-11-28 Hiroyuki Ikezoe <poinc****@ikezo*****> * lib/tomoe-dict.c: dispose () is possible to be called many times so @@ -31,6 +36,7 @@ * recognizer/tomoe-recognizer-simple-logic.c: Removed needless an argument. +>>>>>>> 1.302 2006-11-27 Kouhei Sutou <kou****@cozmi*****> * lib/tomoe-dict.h: updated documents. Index: tomoe/Makefile.am diff -u tomoe/Makefile.am:1.12 tomoe/Makefile.am:1.13 --- tomoe/Makefile.am:1.12 Sun Nov 26 00:05:51 2006 +++ tomoe/Makefile.am Tue Nov 28 11:01:29 2006 @@ -18,7 +18,7 @@ ## Free Software Foundation, Inc., 59 Temple Place, Suite 330, ## Boston, MA 02111-1307 USA -SUBDIRS = lib src recognizer data ext test doc utils +SUBDIRS = lib src recognizer data ext test benchmark doc utils EXTRA_DIST = autogen.sh tomoe.pc @@ -30,3 +30,9 @@ # build documentation when doing distcheck DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc + +validate: + cd data && $(MAKE) $(AM_MAKEFLAGS) validate + +benchmark: all + cd benchmark && $(MAKE) $(AM_MAKEFLAGS) benchmark Index: tomoe/configure.in diff -u tomoe/configure.in:1.27 tomoe/configure.in:1.28 --- tomoe/configure.in:1.27 Tue Nov 28 10:39:59 2006 +++ tomoe/configure.in Tue Nov 28 11:01:29 2006 @@ -244,6 +244,7 @@ ext/ruby/Makefile test/Makefile test/data/Makefile +benchmark/Makefile doc/Makefile doc/reference/Makefile doc/reference/version.xml