Browse Source

remove --coverage's output when cleaning up

Cédric Augonnet 16 years ago
parent
commit
a259852f5e
5 changed files with 9 additions and 3 deletions
  1. 2 0
      Makefile.am
  2. 1 3
      examples/Makefile.am
  3. 2 0
      src/Makefile.am
  4. 2 0
      tests/Makefile.am
  5. 2 0
      tools/Makefile.am

+ 2 - 0
Makefile.am

@@ -16,6 +16,8 @@
 
 .PHONY: examples
 
+CLEANFILES = *.gcno *.gcda *.linkinfo
+
 SUBDIRS = src tools examples tests 
 
 pkgconfigdir = $(libdir)/pkgconfig

+ 1 - 3
examples/Makefile.am

@@ -26,12 +26,10 @@ EXTRA_DIST = 					\
 	cuda/spmv_cuda.cu
 
 CLEANFILES = 					\
-	incrementer_runtime_kernels.linkinfo	\
-	incrementer_cuda.linkinfo		\
 	cuda/incrementer_cuda.cubin		\
-	spmv_cuda.linkinfo			\
 	cuda/spmv_cuda.cubin			
 
+CLEANFILES += *.gcno *.gcda *.linkinfo
 
 if USE_CUDA
 

+ 2 - 0
src/Makefile.am

@@ -16,6 +16,8 @@
 
 SUBDIRS =
 
+CLEANFILES = *.gcno *.gcda *.linkinfo
+
 lib_LTLIBRARIES = libstarpu.la
 
 libstarpu_la_CPPFLAGS = -I$(top_srcdir)/include/

+ 2 - 0
tests/Makefile.am

@@ -17,6 +17,8 @@
 LIBS = $(top_builddir)/src/libstarpu.la @LIBS@
 AM_CPPFLAGS = -I$(top_srcdir)/include/
 
+CLEANFILES = *.gcno *.gcda *.linkinfo
+
 if USE_CUDA
 
 # TODO define NVCCFLAGS

+ 2 - 0
tools/Makefile.am

@@ -18,6 +18,8 @@ SUBDIRS =
 
 bin_PROGRAMS =
 
+CLEANFILES = *.gcno *.gcda *.linkinfo
+
 if USE_FXT
 bin_PROGRAMS += fxt-tool fxt-stats