[svn] commit: r838 - in /trunk/src: bin/auth/Makefile.am bin/host/Makefile.am lib/cc/cpp/Makefile.am lib/config/cpp/Makefile.am lib/exceptions/cpp/Makefile.am

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 16 15:50:29 UTC 2010


Author: jreed
Date: Tue Feb 16 15:50:29 2010
New Revision: 838

Log:
Remove the GCOV files with "make clean".

Modified:
    trunk/src/bin/auth/Makefile.am
    trunk/src/bin/host/Makefile.am
    trunk/src/lib/cc/cpp/Makefile.am
    trunk/src/lib/config/cpp/Makefile.am
    trunk/src/lib/exceptions/cpp/Makefile.am

Modified: trunk/src/bin/auth/Makefile.am
==============================================================================
--- trunk/src/bin/auth/Makefile.am (original)
+++ trunk/src/bin/auth/Makefile.am Tue Feb 16 15:50:29 2010
@@ -1,6 +1,8 @@
 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_builddir)/src/lib -I$(top_builddir)/src/lib/dns/cpp -I$(top_builddir)/include/dns/cpp -I$(top_builddir)/include -I$(top_srcdir)/ext
 
 pkglibexecdir = $(libexecdir)/@PACKAGE@
+
+CLEANFILES = *.gcno *.gcda
 
 pkglibexec_PROGRAMS = b10-auth
 b10_auth_SOURCES = auth_srv.cc auth_srv.h

Modified: trunk/src/bin/host/Makefile.am
==============================================================================
--- trunk/src/bin/host/Makefile.am (original)
+++ trunk/src/bin/host/Makefile.am Tue Feb 16 15:50:29 2010
@@ -1,4 +1,6 @@
 AM_CPPFLAGS =  -I$(top_builddir)/src/lib -I$(top_builddir)/src/lib/dns/cpp -I$(top_builddir)/include/dns/cpp -I$(top_builddir)/include -I$(top_srcdir)/ext
+
+CLEANFILES = *.gcno *.gcda
 
 bin_PROGRAMS = host
 host_SOURCES = host.cc

Modified: trunk/src/lib/cc/cpp/Makefile.am
==============================================================================
--- trunk/src/lib/cc/cpp/Makefile.am (original)
+++ trunk/src/lib/cc/cpp/Makefile.am Tue Feb 16 15:50:29 2010
@@ -2,6 +2,8 @@
 
 lib_LIBRARIES = libcc.a
 libcc_a_SOURCES = data.cc data.h session.cc session.h
+
+CLEANFILES = *.gcno *.gcda
 
 TESTS =
 if HAVE_GTEST

Modified: trunk/src/lib/config/cpp/Makefile.am
==============================================================================
--- trunk/src/lib/config/cpp/Makefile.am (original)
+++ trunk/src/lib/config/cpp/Makefile.am Tue Feb 16 15:50:29 2010
@@ -2,6 +2,8 @@
 
 lib_LIBRARIES = libcfgclient.a
 libcfgclient_a_SOURCES = data_def.h data_def.cc ccsession.cc ccsession.h
+
+CLEANFILES = *.gcno *.gcda
 
 TESTS =
 if HAVE_GTEST

Modified: trunk/src/lib/exceptions/cpp/Makefile.am
==============================================================================
--- trunk/src/lib/exceptions/cpp/Makefile.am (original)
+++ trunk/src/lib/exceptions/cpp/Makefile.am Tue Feb 16 15:50:29 2010
@@ -1,6 +1,8 @@
 
 lib_LTLIBRARIES = libexceptions.la
 libexceptions_la_SOURCES = exceptions.h exceptions.cc
+
+CLEANFILES = *.gcno *.gcda
 
 TESTS =
 if HAVE_GTEST




More information about the bind10-changes mailing list