|
@@ -1,7 +1,7 @@
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
#
|
|
#
|
|
# Copyright (C) 2009-2013 Université de Bordeaux 1
|
|
# 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
|
|
# 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
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -163,6 +163,9 @@ starpu_fxt_tool.1: starpu_fxt_tool$(EXEEXT)
|
|
starpu_fxt_stats.1: starpu_fxt_stats$(EXEEXT)
|
|
starpu_fxt_stats.1: starpu_fxt_stats$(EXEEXT)
|
|
chmod +x $<
|
|
chmod +x $<
|
|
help2man --no-discard-stderr -N --output=$@ ./$<
|
|
help2man --no-discard-stderr -N --output=$@ ./$<
|
|
|
|
+starpu_fxt_data_trace.1: starpu_fxt_data_trace$(EXEEXT)
|
|
|
|
+ chmod +x $<
|
|
|
|
+ help2man --no-discard-stderr -N --output=$@ ./$<
|
|
endif
|
|
endif
|
|
|
|
|
|
dist_man1_MANS =\
|
|
dist_man1_MANS =\
|
|
@@ -178,7 +181,8 @@ dist_man1_MANS =\
|
|
if STARPU_USE_FXT
|
|
if STARPU_USE_FXT
|
|
dist_man1_MANS +=\
|
|
dist_man1_MANS +=\
|
|
starpu_fxt_tool.1 \
|
|
starpu_fxt_tool.1 \
|
|
- starpu_fxt_stats.1
|
|
|
|
|
|
+ starpu_fxt_stats.1 \
|
|
|
|
+ starpu_fxt_data_trace.1
|
|
endif
|
|
endif
|
|
|
|
|
|
clean-local:
|
|
clean-local:
|