[Compbench-devel] CompBenchmarks++/SupportedBenchmarks Makefile.am, 1.6, 1.7
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-20 19:25:03
|
Update of /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13380 Modified Files: Makefile.am Log Message: Versions added to benchmark libraries (taken from configure.in). Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/SupportedBenchmarks/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.am 6 Sep 2007 17:38:10 -0000 1.6 --- Makefile.am 20 Sep 2007 19:24:59 -0000 1.7 *************** *** 24,27 **** --- 24,36 ---- libcompbenchmarks_bm_linpackc_la_LIBADD = ../libcompbenchmarks/libcompbenchmarks.la + libcompbenchmarks_bm_gzip_la_LDFLAGS = -version-info @CBM_LIB_VERSION@ + libcompbenchmarks_bm_bzip2_la_LDFLAGS = -version-info @CBM_LIB_VERSION@ + libcompbenchmarks_bm_nbench_la_LDFLAGS = -version-info @CBM_LIB_VERSION@ + libcompbenchmarks_bm_scimark2_la_LDFLAGS = -version-info @CBM_LIB_VERSION@ + libcompbenchmarks_bm_benchpp_la_LDFLAGS = -version-info @CBM_LIB_VERSION@ + libcompbenchmarks_bm_benchpplinux_la_LDFLAGS = -version-info @CBM_LIB_VERSION@ + libcompbenchmarks_bm_linpackc_la_LDFLAGS = -version-info @CBM_LIB_VERSION@ + + Benchmark-GZIP.cpp: $(top_srcdir)/SupportedBenchmarks/Benchmark-GZIP.libwrapper.inc libcompbenchmarks_bm_gzip_la_SOURCES = Benchmark-GZIP.cpp Benchmark-GZIP.h Benchmark-GZIP.libwrapper.inc |