Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv32116
Modified Files:
Makefile.am
Log Message:
Changes in dependent headers.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile.am 9 Apr 2007 10:13:11 -0000 1.16
--- Makefile.am 1 May 2007 14:50:41 -0000 1.17
***************
*** 19,22 ****
--- 19,23 ----
$(top_srcdir)/libcompbenchmarks/Benchmark/Benchmark.h \
$(top_srcdir)/libcompbenchmarks/Compiler/Compiler.h \
+ $(top_srcdir)/libcompbenchmarks/Compiler/Compiler-Version.h \
$(top_srcdir)/libcompbenchmarks/Compiler/Compiler-Options.h \
$(top_srcdir)/libcompbenchmarks/Compiler/Compiler-OptionSet.h \
***************
*** 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
--- 27,30 ----
|