Update of /cvsroot/compbench/CompBenchmarks++/Benchmark
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22488
Modified Files:
Makefile.am
Log Message:
Files for CBMPackage added.
Benchmark selection mechanism refactored (obsolete files removed).
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/Benchmark/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Makefile.am 28 Dec 2006 17:39:46 -0000 1.16
--- Makefile.am 3 Jan 2007 22:00:15 -0000 1.17
***************
*** 3,11 ****
noinst_LTLIBRARIES = libBenchmark.la
! sources = Benchmark.cpp \
Benchmark-DLLoader.cpp \
Benchmark-Autotools.cpp \
! Benchmark-xZIP.cpp \
! Benchmark-Selector.cpp
libBenchmark_la_SOURCES = $(sources)
--- 3,12 ----
noinst_LTLIBRARIES = libBenchmark.la
! sources = Package.cpp \
! Benchmark.cpp \
Benchmark-DLLoader.cpp \
Benchmark-Autotools.cpp \
! Benchmark-xZIP.cpp
! # Benchmark-Selector.cpp
libBenchmark_la_SOURCES = $(sources)
|