[Compbench-devel] CompBenchmarks++ configure.in, 1.33, 1.34 Makefile.am, 1.21, 1.22
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-05-28 17:50:26
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10305 Modified Files: configure.in Makefile.am Log Message: compbenchmarks-plan/ directory added. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Makefile.am 27 May 2007 16:05:58 -0000 1.21 --- Makefile.am 28 May 2007 17:50:23 -0000 1.22 *************** *** 8,12 **** ! SUBDIRS = libcompbenchmarks SupportedBenchmarks CBM-PI compbenchmarks-core doxygen_headers = howto_kb.h \ --- 8,12 ---- ! SUBDIRS = libcompbenchmarks SupportedBenchmarks CBM-PI compbenchmarks-core compbenchmarks-plan doxygen_headers = howto_kb.h \ Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** configure.in 27 May 2007 16:05:58 -0000 1.33 --- configure.in 28 May 2007 17:50:17 -0000 1.34 *************** *** 15,19 **** AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.5.0-BETA1) AM_CONFIG_HEADER(libcompbenchmarks/config.h) --- 15,19 ---- AC_CANONICAL_TARGET ! AM_INIT_AUTOMAKE(compbenchmarks, 0.5.0-BETA2) AM_CONFIG_HEADER(libcompbenchmarks/config.h) *************** *** 301,304 **** --- 301,305 ---- CBM-PI/Makefile compbenchmarks-core/Makefile + compbenchmarks-plan/Makefile Makefile) |