Browse Source

Remove the GCOV files with "make clean".

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@838 e5f2f494-b856-4b98-b285-d166d9295462
Jeremy C. Reed 15 years ago
parent
commit
a9f45d4675

+ 2 - 0
src/bin/auth/Makefile.am

@@ -2,6 +2,8 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_builddir)/src/lib -I$(top_buildd
 
 pkglibexecdir = $(libexecdir)/@PACKAGE@
 
+CLEANFILES = *.gcno *.gcda
+
 pkglibexec_PROGRAMS = b10-auth
 b10_auth_SOURCES = auth_srv.cc auth_srv.h
 b10_auth_SOURCES += common.cc common.h

+ 2 - 0
src/bin/host/Makefile.am

@@ -1,5 +1,7 @@
 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
 host_LDADD = $(top_builddir)/src/lib/dns/cpp/.libs/libdns.a

+ 2 - 0
src/lib/cc/cpp/Makefile.am

@@ -3,6 +3,8 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/ext -Wall -Werror
 lib_LIBRARIES = libcc.a
 libcc_a_SOURCES = data.cc data.h session.cc session.h
 
+CLEANFILES = *.gcno *.gcda
+
 TESTS =
 if HAVE_GTEST
 TESTS += run_unittests

+ 2 - 0
src/lib/config/cpp/Makefile.am

@@ -3,6 +3,8 @@ AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/ext -Wall -Werror
 lib_LIBRARIES = libcfgclient.a
 libcfgclient_a_SOURCES = data_def.h data_def.cc ccsession.cc ccsession.h
 
+CLEANFILES = *.gcno *.gcda
+
 TESTS =
 if HAVE_GTEST
 TESTS += run_unittests

+ 2 - 0
src/lib/exceptions/cpp/Makefile.am

@@ -2,6 +2,8 @@
 lib_LTLIBRARIES = libexceptions.la
 libexceptions_la_SOURCES = exceptions.h exceptions.cc
 
+CLEANFILES = *.gcno *.gcda
+
 TESTS =
 if HAVE_GTEST
 TESTS += run_unittests