Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16242
Modified Files:
Makefile.am
Log Message:
CEL obsoleted.
Logic is integrated within descriptions.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile.am 14 Mar 2007 20:39:19 -0000 1.5
--- Makefile.am 17 Apr 2007 18:04:06 -0000 1.6
***************
*** 8,12 ****
# -----------------------------------------------------------------------------
! SUBDIRS = Base CEL share System Compiler \
Benchmark Plan UI
--- 8,12 ----
# -----------------------------------------------------------------------------
! SUBDIRS = Base share System Compiler \
Benchmark Plan UI
***************
*** 16,20 ****
libcompbenchmarks_la_LIBADD = Base/libBase.la \
- CEL/libCEL.la \
System/libSystem.la \
Compiler/libCompiler.la \
--- 16,19 ----
|