ソースを参照

clean file starpu_idle_microsec.log on make distclean

Nathalie Furmento 11 年 前
コミット
d424548bc2
共有8 個のファイルを変更した14 個の追加8 個の削除を含む
  1. 1 1
      examples/Makefile.am
  2. 2 1
      examples/stencil/Makefile.am
  3. 1 0
      gcc-plugin/examples/Makefile.am
  4. 2 1
      gcc-plugin/tests/Makefile.am
  5. 3 1
      socl/examples/Makefile.am
  6. 2 1
      starpufft/Makefile.am
  7. 2 2
      tests/Makefile.am
  8. 1 1
      tools/Makefile.am

+ 1 - 1
examples/Makefile.am

@@ -57,7 +57,7 @@ EXTRA_DIST = 					\
 	reductions/dot_product_opencl_kernels.cl	\
 	scheduler/schedulers.sh
 
-CLEANFILES = *.gcno *.gcda *.linkinfo *.mod
+CLEANFILES = *.gcno *.gcda *.linkinfo *.mod starpu_idle_microsec.log
 
 if STARPU_USE_CUDA
 

+ 2 - 1
examples/stencil/Makefile.am

@@ -122,7 +122,8 @@ EXTRA_DIST = $(outs) results run README
 
 pics: $(outs:.out=.xpm)
 
-CLEANFILES = *.xpm
+CLEANFILES = *.xpm starpu_idle_microsec.log
+
 
 .out.out2:
 	grep '^|' $< | tr -d ' ' > $@

+ 1 - 0
gcc-plugin/examples/Makefile.am

@@ -41,6 +41,7 @@ endif
 
 endif
 
+CLEANFILES = starpu_idle_microsec.log
 examplebin_PROGRAMS =			\
 	hello-starpu 			\
 	matrix-mult			\

+ 2 - 1
gcc-plugin/tests/Makefile.am

@@ -89,7 +89,8 @@ CLEANFILES = *.gimple *.o			\
   unregister					\
   heap-allocated				\
   acquire					\
-  opencl
+  opencl					\
+  starpu_idle_microsec.log
 
 
 EXTRA_DIST += ./run-test.in			\

+ 3 - 1
socl/examples/Makefile.am

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2009, 2010-2012  Université de Bordeaux 1
-# Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
+# Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -44,6 +44,8 @@ endif
 
 endif
 
+CLEANFILES = starpu_idle_microsec.log
+
 examplebindir = $(libdir)/starpu/examples/socl/
 examplebin_PROGRAMS =
 

+ 2 - 1
starpufft/Makefile.am

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2009-2013  Université de Bordeaux 1
-# Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
+# Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by
@@ -68,6 +68,7 @@ endif
 libstarpufft_@STARPU_EFFECTIVE_VERSION@_la_LIBADD +=  $(STARPU_CUDA_LDFLAGS)
 endif
 
+CLEANFILES = starpu_idle_microsec.log
 examplebindir = $(libdir)/starpu/examples/starpufft
 
 if STARPU_HAVE_WINDOWS

+ 2 - 2
tests/Makefile.am

@@ -1,7 +1,7 @@
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
 # Copyright (C) 2009-2014  Université de Bordeaux 1
-# Copyright (C) 2010, 2011, 2012, 2013  Centre National de la Recherche Scientifique
+# Copyright (C) 2010, 2011, 2012, 2013, 2014  Centre National de la Recherche Scientifique
 # Copyright (C) 2010, 2011, 2012  Institut National de Recherche en Informatique et Automatique
 #
 # StarPU is free software; you can redistribute it and/or modify
@@ -46,7 +46,7 @@ EXTRA_DIST =					\
 	perfmodels/opencl_memset_kernel.cl
 
 CLEANFILES = 					\
-	*.gcno *.gcda *.linkinfo core
+	*.gcno *.gcda *.linkinfo core starpu_idle_microsec.log
 
 BUILT_SOURCES =
 SUBDIRS =

+ 1 - 1
tools/Makefile.am

@@ -36,7 +36,7 @@ EXTRA_DIST =				\
 	msvc/starpu.sln			\
 	msvc/starpu/starpu.vcxproj
 
-CLEANFILES = *.gcno *.gcda *.linkinfo
+CLEANFILES = *.gcno *.gcda *.linkinfo starpu_idle_microsec.log
 
 #####################################
 # What to install and what to check #