Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11344
Modified Files:
Makefile.am
Log Message:
Benchmark/package wrapper script rewritten in Perl.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.am 28 Dec 2006 17:41:05 -0000 1.1
--- Makefile.am 11 Jan 2007 19:56:10 -0000 1.2
***************
*** 45,52 ****
INCLUDES = -I $(top_srcdir)
! CBM_GENLIBWRAPPER = $(top_srcdir)/SupportedBenchmarks/benchmarks-genlibwrapper.sh
! EXTRA_DIST = benchmarks-genlibwrapper.sh benchmarks.list
%.libwraXpper.h: $(top_srcdir)/SupportedBenchmarks/benchmarks.list $(CBM_GENLIBWRAPPER)
--- 45,52 ----
INCLUDES = -I $(top_srcdir)
! CBM_GENLIBWRAPPER = $(top_srcdir)/SupportedBenchmarks/benchmarks-genlibwrapper.pl
! EXTRA_DIST = benchmarks-genlibwrapper.pl benchmarks.list
%.libwraXpper.h: $(top_srcdir)/SupportedBenchmarks/benchmarks.list $(CBM_GENLIBWRAPPER)
|