Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16272
Modified Files:
Makefile.am
Log Message:
Explicit references for linking to pthread and libxml2 disabled (should be normally retrieved from libcompbenchmarks.la).
Removed man pages (old and unmaintained at this time) : user should use -h option from compbenchmarks-core.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Makefile.am 1 Aug 2007 19:43:54 -0000 1.2
--- Makefile.am 20 Sep 2007 19:32:04 -0000 1.3
***************
*** 14,28 ****
libcompbenchmarksincludedir = $(includedir)/compbenchmarks
! compbenchmarks_core_LDADD = ../libcompbenchmarks/libcompbenchmarks.la @XML_LIBS@ -lpthread
compbenchmarks_core_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la
noinst_HEADERS = $(compbenchmarks_core_SOURCES:.cpp=.h)
! EXTRA_DIST = 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 $< > $@
--- 14,28 ----
libcompbenchmarksincludedir = $(includedir)/compbenchmarks
! compbenchmarks_core_LDADD = ../libcompbenchmarks/libcompbenchmarks.la # @XML_LIBS@ -lpthread
compbenchmarks_core_DEPENDENCIES = ../libcompbenchmarks/libcompbenchmarks.la
noinst_HEADERS = $(compbenchmarks_core_SOURCES:.cpp=.h)
! # EXTRA_DIST = 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 $< > $@
|