[Compbench-devel] CompBenchmarks++ configure.in,1.27,1.28
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-04-17 19:22:09
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12259 Modified Files: configure.in Log Message: Banner introduced. Many directories added for KB. Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** configure.in 13 Mar 2007 20:39:13 -0000 1.27 --- configure.in 17 Apr 2007 19:22:01 -0000 1.28 *************** *** 1,2 **** --- 1,10 ---- + # ----------------------------------------------------------------------------- + # $Id$ + # + # This is free software. + # For details, see the GNU Public License in the COPYING file, or + # Look http://www.fsf.org + # ----------------------------------------------------------------------------- + # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. *************** *** 277,285 **** libcompbenchmarks/share/perl/Makefile libcompbenchmarks/share/KB/Makefile ! libcompbenchmarks/share/KB/common/Makefile libcompbenchmarks/share/KB/gxx/Makefile libcompbenchmarks/share/KB/g++/Makefile libcompbenchmarks/Base/Makefile - libcompbenchmarks/CEL/Makefile libcompbenchmarks/System/Makefile libcompbenchmarks/Compiler/Compiler-TCC/Makefile --- 285,301 ---- libcompbenchmarks/share/perl/Makefile libcompbenchmarks/share/KB/Makefile ! libcompbenchmarks/share/KB/gxx/2.95.x/Makefile ! libcompbenchmarks/share/KB/gxx/3.0.x/Makefile ! libcompbenchmarks/share/KB/gxx/3.1.x/Makefile ! libcompbenchmarks/share/KB/g++/2.95.x/Makefile ! libcompbenchmarks/share/KB/g++/3.0.x/Makefile ! libcompbenchmarks/share/KB/g++/3.1.x/Makefile ! libcompbenchmarks/share/KB/gcc/2.95.x/Makefile ! libcompbenchmarks/share/KB/gcc/3.0.x/Makefile ! libcompbenchmarks/share/KB/gcc/3.1.x/Makefile libcompbenchmarks/share/KB/gxx/Makefile libcompbenchmarks/share/KB/g++/Makefile + libcompbenchmarks/share/KB/gcc/Makefile libcompbenchmarks/Base/Makefile libcompbenchmarks/System/Makefile libcompbenchmarks/Compiler/Compiler-TCC/Makefile *************** *** 295,298 **** --- 311,315 ---- CBM-PI/t/Makefile CBM-PI/Makefile + tools/Makefile Makefile) |