[Compbench-devel] CompBenchmarks++ Makefile.am,1.9,1.10
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-01 13:20:55
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18855 Modified Files: Makefile.am Log Message: compbenchmarks renamed to combenchmarks-core Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.am 1 Nov 2006 13:11:50 -0000 1.9 --- Makefile.am 1 Nov 2006 13:20:49 -0000 1.10 *************** *** 2,8 **** lib_LTLIBRARIES = libcompbenchmarks.la ! bin_PROGRAMS = compbenchmarks ! compbenchmarks_SOURCES = cloptions.cpp main.cpp libcompbenchmarks_la_SOURCES = libcompbenchmarks.cpp --- 2,8 ---- lib_LTLIBRARIES = libcompbenchmarks.la ! bin_PROGRAMS = compbenchmarks-core ! compbenchmarks_core_SOURCES = cloptions.cpp main.cpp libcompbenchmarks_la_SOURCES = libcompbenchmarks.cpp *************** *** 18,35 **** include_HEADERS = libcompbenchmarks.h config.h CBM.h ! compbenchmarks_LDADD = libcompbenchmarks.la noinst_HEADERS = cloptions.h main.h $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!! ! EXTRA_DIST = compbenchmarks-config Doxyfile compbenchmarks-config.1 compbenchmarks.pod compbenchmarks.1 INCLUDES = -I $(top_srcdir) ! man_MANS = compbenchmarks-config.1 compbenchmarks.1 compbenchmarks-config.1: compbenchmarks-config pod2man $< > $@ ! compbenchmarks.1: compbenchmarks.pod pod2man $< > $@ --- 18,35 ---- include_HEADERS = libcompbenchmarks.h config.h CBM.h ! compbenchmarks_core_LDADD = libcompbenchmarks.la noinst_HEADERS = cloptions.h main.h $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!! ! EXTRA_DIST = compbenchmarks-config Doxyfile compbenchmarks-config.1 compbenchmarks-core.pod compbenchmarks-core.1 INCLUDES = -I $(top_srcdir) ! man_MANS = compbenchmarks-config.1 compbenchmarks-core.1 compbenchmarks-config.1: compbenchmarks-config pod2man $< > $@ ! compbenchmarks-core.1: compbenchmarks-core.pod pod2man $< > $@ |