| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 | # StarPU --- Runtime system for heterogeneous multicore architectures.## Copyright (C) 2010-2017                                CNRS# Copyright (C) 2011-2013,2016                           Inria# Copyright (C) 2009-2014                                Université de Bordeaux# Copyright (C) 2011                                     Télécom-SudParis## 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# the Free Software Foundation; either version 2.1 of the License, or (at# your option) any later version.## StarPU is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.## See the GNU Lesser General Public License in COPYING.LGPL for more details.#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_clusters_util.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_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 \			 @top_srcdir@/include/starpu.h \			 @top_srcdir@/include/starpu_hash.h \			 @top_srcdir@/include/starpu_mic.h \			 @top_srcdir@/include/starpu_mod.f90 \			 @top_srcdir@/include/starpu_opencl.h \			 @top_srcdir@/include/starpu_openmp.h \			 @top_srcdir@/include/starpu_perfmodel.h \			 @top_srcdir@/include/starpu_profiling.h \			 @top_srcdir@/include/starpu_rand.h \			 @top_srcdir@/include/starpu_scc.h \			 @top_srcdir@/include/starpu_sched_component.h \			 @top_srcdir@/include/starpu_sched_ctx.h \			 @top_srcdir@/include/starpu_sched_ctx_hypervisor.h \			 @top_srcdir@/include/starpu_scheduler.h \			 @top_srcdir@/include/starpu_simgrid_wrap.h \			 @top_srcdir@/include/starpu_sink.h \			 @top_srcdir@/include/starpu_stdlib.h \			 @top_srcdir@/include/starpu_task_bundle.h \			 @top_srcdir@/include/starpu_task.h \			 @top_srcdir@/include/starpu_task_list.h \			 @top_srcdir@/include/starpu_task_util.h \			 @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@/include/fstarpu_mod.f90 \			 @top_srcdir@/mpi/include/ \			 @top_srcdir@/mpi/include/fstarpu_mpi_mod.f90 \			 @top_srcdir@/starpufft/include/starpufft.h \			 @top_srcdir@/sc_hypervisor/include \			 @top_srcdir@/starpurm/include/starpurm.hEXAMPLE_PATH           = @top_srcdir@/doc/doxygen \		       	 @top_srcdir@/doc/doxygen/chapters \		       	 @top_srcdir@/doc/doxygen/chapters/codeINPUT_FILTER           = @top_builddir@/doc/doxygen/doxygen_filter.sh#LATEX_HEADER           = @top_srcdir@/doc/doxygen/refman.texIMAGE_PATH             = @top_srcdir@/doc/doxygen/chapters/images
 |