[Compbench-devel] CompBenchmarks++ Makefile.am,1.10,1.11
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-01 14:22:29
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv14436 Modified Files: Makefile.am Log Message: compbenchmarks-conf renamed to compbenchmarks-ui-perl* Index: Makefile.am =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile.am 1 Nov 2006 13:20:49 -0000 1.10 --- Makefile.am 1 Nov 2006 14:22:26 -0000 1.11 *************** *** 22,32 **** 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 $< > $@ --- 22,32 ---- noinst_HEADERS = cloptions.h main.h $(libcompbenchmarks_la_SOURCES:.cpp=.h) # !!! ! EXTRA_DIST = compbenchmarks-ui-perl Doxyfile compbenchmarks-ui-perl.1 compbenchmarks-core.pod compbenchmarks-core.1 INCLUDES = -I $(top_srcdir) ! man_MANS = compbenchmarks-ui-perl.1 compbenchmarks-core.1 ! compbenchmarks-ui-perl.1: compbenchmarks-ui-perl pod2man $< > $@ *************** *** 35,37 **** install-exec-hook: ! cp compbenchmarks-config $(DESTDIR)$(bindir) --- 35,37 ---- install-exec-hook: ! cp compbenchmarks-ui-perl $(DESTDIR)$(bindir) |