|
@@ -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
|
|
|
# Copyright (C) 2011 Télécom-SudParis
|
|
|
# Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
|
|
|
#
|
|
@@ -20,14 +20,15 @@ INPUT = @top_srcdir@/doc/doxygen/chapters \
|
|
|
@top_srcdir@/doc/doxygen/chapters/api \
|
|
|
@top_srcdir@/doc/doxygen/chapters/api/sc_hypervisor \
|
|
|
@top_builddir@/doc/doxygen/starpu_config.h \
|
|
|
+ @top_srcdir@/include/starpu_bitmap.h \
|
|
|
@top_srcdir@/include/starpu_bound.h \
|
|
|
@top_srcdir@/include/starpu_cublas.h \
|
|
|
@top_srcdir@/include/starpu_cuda.h \
|
|
|
@top_srcdir@/include/starpu_data_filters.h \
|
|
|
@top_srcdir@/include/starpu_data.h \
|
|
|
@top_srcdir@/include/starpu_data_interfaces.h \
|
|
|
- @top_srcdir@/include/starpu_disk.h \
|
|
|
@top_srcdir@/include/starpu_deprecated_api.h \
|
|
|
+ @top_srcdir@/include/starpu_disk.h \
|
|
|
@top_srcdir@/include/starpu_driver.h \
|
|
|
@top_srcdir@/include/starpu_expert.h \
|
|
|
@top_srcdir@/include/starpu_fxt.h \
|
|
@@ -51,6 +52,7 @@ INPUT = @top_srcdir@/doc/doxygen/chapters \
|
|
|
@top_srcdir@/include/starpu_thread.h \
|
|
|
@top_srcdir@/include/starpu_thread_util.h \
|
|
|
@top_srcdir@/include/starpu_top.h \
|
|
|
+ @top_srcdir@/include/starpu_tree.h \
|
|
|
@top_srcdir@/include/starpu_util.h \
|
|
|
@top_srcdir@/include/starpu_worker.h \
|
|
|
@top_srcdir@/mpi/include/ \
|