[Compbench-devel] CompBenchmarks++ configure.in, 1.32, 1.33 Makefile.am, 1.20, 1.21 cloptions.cpp,
Brought to you by:
xfred
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv18157 Modified Files: configure.in Makefile.am Removed Files: cloptions.cpp cloptions.h compbenchmarks-core.1 compbenchmarks-core.pod main.cpp main.h Log Message: compbenchmarks-core/ directory added. --- cloptions.cpp DELETED --- --- main.cpp DELETED --- Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** configure.in 24 May 2007 16:48:25 -0000 1.32 --- configure.in 27 May 2007 16:05:58 -0000 1.33 *************** *** 300,303 **** --- 300,304 ---- CBM-PI/t/Makefile CBM-PI/Makefile + compbenchmarks-core/Makefile Makefile) --- cloptions.h DELETED --- --- compbenchmarks-core.1 DELETED --- --- compbenchmarks-core.pod DELETED --- --- main.h DELETED --- Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile.am 24 May 2007 16:36:43 -0000 1.20 --- Makefile.am 27 May 2007 16:05:58 -0000 1.21 *************** *** 8,21 **** ! SUBDIRS = libcompbenchmarks SupportedBenchmarks CBM-PI # Qt-4 ! ! bin_PROGRAMS = compbenchmarks-core ! ! compbenchmarks_core_SOURCES = cloptions.cpp main.cpp ! ! libcompbenchmarksincludedir = $(includedir)/compbenchmarks ! ! compbenchmarks_core_LDADD = libcompbenchmarks/libcompbenchmarks.la ! compbenchmarks_core_DEPENDENCIES = libcompbenchmarks/libcompbenchmarks.la doxygen_headers = howto_kb.h \ --- 8,12 ---- ! SUBDIRS = libcompbenchmarks SupportedBenchmarks CBM-PI compbenchmarks-core doxygen_headers = howto_kb.h \ *************** *** 25,38 **** howto_new_benchmark_support.h ! noinst_HEADERS = cloptions.h main.h $(doxygen_headers) $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!! ! ! EXTRA_DIST = Doxyfile compbenchmarks-core.pod compbenchmarks-core.1 ! ! INCLUDES = -I $(top_srcdir)/libcompbenchmarks -I $(top_srcdir) ! ! man_MANS = compbenchmarks-core.1 ! compbenchmarks-core.1: compbenchmarks-core.pod ! pod2man $< > $@ test: --- 16,22 ---- howto_new_benchmark_support.h ! noinst_HEADERS = $(doxygen_headers) ! EXTRA_DIST = Doxyfile test: |