[Compbench-devel] CompBenchmarks++/CBM-PI Makefile.am,1.15,1.16
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-04-10 08:35:40
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3148 Modified Files: Makefile.am Log Message: Many files aded. Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Makefile.am 19 Feb 2007 20:48:44 -0000 1.15 --- Makefile.am 9 Apr 2007 10:13:11 -0000 1.16 *************** *** 19,22 **** --- 19,24 ---- $(top_srcdir)/libcompbenchmarks/Benchmark/Benchmark.h \ $(top_srcdir)/libcompbenchmarks/Compiler/Compiler.h \ + $(top_srcdir)/libcompbenchmarks/Compiler/Compiler-Options.h \ + $(top_srcdir)/libcompbenchmarks/Compiler/Compiler-OptionSet.h \ $(top_srcdir)/libcompbenchmarks/Base/XML.h \ $(top_srcdir)/libcompbenchmarks/Base/XMLReader.h \ *************** *** 24,27 **** --- 26,44 ---- $(top_srcdir)/libcompbenchmarks/Base/Result.h \ $(top_srcdir)/libcompbenchmarks/Plan/Plan.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Atom.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Str.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Logic.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Math.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Version.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Cmp.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Cond.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Var.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Array.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Function.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Block.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Stack.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Loop.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Include.h \ + $(top_srcdir)/libcompbenchmarks/CEL/CEL-Reader.h \ $(top_srcdir)/CBM-PI/Glue.h |