瀏覽代碼

clean file starpu_idle_microsec.log on make distclean

Nathalie Furmento 11 年之前
父節點
當前提交
a740f330f2
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      mpi/examples/Makefile.am
  2. 1 1
      mpi/tests/Makefile.am

+ 2 - 2
mpi/examples/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
@@ -42,7 +42,7 @@ starpu_mpi_EXAMPLES =
 
 BUILT_SOURCES =
 
-CLEANFILES = *.gcno *.gcda *.linkinfo
+CLEANFILES = *.gcno *.gcda *.linkinfo starpu_idle_microsec.log
 
 EXTRA_DIST = 				\
 	mpi_lu/mpi_lu-float.h		\

+ 1 - 1
mpi/tests/Makefile.am

@@ -47,7 +47,7 @@ check_PROGRAMS = $(LOADER) $(starpu_mpi_TESTS)
 
 BUILT_SOURCES =
 
-CLEANFILES = *.gcno *.gcda *.linkinfo
+CLEANFILES = *.gcno *.gcda *.linkinfo starpu_idle_microsec.log
 
 EXTRA_DIST = 					\
 	user_defined_datatype_value.h