doxygen-config.cfg.in 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009-2021 Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
  4. # Copyright (C) 2011 Télécom-SudParis
  5. # Copyright (C) 2013 Simon Archipoff
  6. #
  7. # StarPU is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU Lesser General Public License as published by
  9. # the Free Software Foundation; either version 2.1 of the License, or (at
  10. # your option) any later version.
  11. #
  12. # StarPU is distributed in the hope that it will be useful, but
  13. # WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  15. #
  16. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  17. #
  18. INPUT = @top_srcdir@/doc/doxygen/chapters \
  19. @top_srcdir@/doc/doxygen/chapters/api \
  20. @top_builddir@/doc/doxygen/starpu_config.h \
  21. @top_srcdir@/include/starpu_bitmap.h \
  22. @top_srcdir@/include/starpu_bound.h \
  23. @top_srcdir@/include/starpu_clusters.h \
  24. @top_srcdir@/include/starpu_cusparse.h \
  25. @top_srcdir@/include/starpu_cublas.h \
  26. @top_srcdir@/include/starpu_cublas_v2.h \
  27. @top_srcdir@/include/starpu_cuda.h \
  28. @top_srcdir@/include/starpu_data_filters.h \
  29. @top_srcdir@/include/starpu_data.h \
  30. @top_srcdir@/include/starpu_data_interfaces.h \
  31. @top_srcdir@/include/starpu_deprecated_api.h \
  32. @top_srcdir@/include/starpu_disk.h \
  33. @top_srcdir@/include/starpu_driver.h \
  34. @top_srcdir@/include/starpu_expert.h \
  35. @top_srcdir@/include/starpu_fpga.h \
  36. @top_srcdir@/include/starpu_fxt.h \
  37. @top_srcdir@/include/starpu.h \
  38. @top_srcdir@/include/starpu_hash.h \
  39. @top_srcdir@/include/starpu_helper.h \
  40. @top_srcdir@/include/starpu_mpi_ms.h \
  41. @top_srcdir@/include/starpu_mod.f90 \
  42. @top_srcdir@/include/starpu_opencl.h \
  43. @top_srcdir@/include/starpu_openmp.h \
  44. @top_srcdir@/include/starpu_perf_monitoring.h \
  45. @top_srcdir@/include/starpu_perf_steering.h \
  46. @top_srcdir@/include/starpu_perfmodel.h \
  47. @top_srcdir@/include/starpu_profiling.h \
  48. @top_srcdir@/include/starpu_rand.h \
  49. @top_srcdir@/include/starpu_sched_component.h \
  50. @top_srcdir@/include/starpu_sched_ctx.h \
  51. @top_srcdir@/include/starpu_sched_ctx_hypervisor.h \
  52. @top_srcdir@/include/starpu_scheduler.h \
  53. @top_srcdir@/include/starpu_simgrid_wrap.h \
  54. @top_srcdir@/include/starpu_sink.h \
  55. @top_srcdir@/include/starpu_stdlib.h \
  56. @top_srcdir@/include/starpu_task_bundle.h \
  57. @top_srcdir@/include/starpu_task.h \
  58. @top_srcdir@/include/starpu_task_dep.h \
  59. @top_srcdir@/include/starpu_task_list.h \
  60. @top_srcdir@/include/starpu_task_util.h \
  61. @top_srcdir@/include/starpu_thread.h \
  62. @top_srcdir@/include/starpu_thread_util.h \
  63. @top_srcdir@/include/starpu_tree.h \
  64. @top_srcdir@/include/starpu_util.h \
  65. @top_srcdir@/include/starpu_worker.h \
  66. @top_srcdir@/include/fstarpu_mod.f90 \
  67. @top_srcdir@/mpi/include/ \
  68. @top_srcdir@/mpi/include/starpu_mpi.h \
  69. @top_srcdir@/mpi/include/starpu_mpi_lb.h \
  70. @top_srcdir@/mpi/include/fstarpu_mpi_mod.f90 \
  71. @top_srcdir@/starpufft/include/starpufft.h \
  72. @top_srcdir@/sc_hypervisor/include \
  73. @top_srcdir@/sc_hypervisor/include/sc_hypervisor_config.h \
  74. @top_srcdir@/sc_hypervisor/include/sc_hypervisor_policy.h \
  75. @top_srcdir@/sc_hypervisor/include/sc_hypervisor_lp.h \
  76. @top_srcdir@/sc_hypervisor/include/sc_hypervisor.h \
  77. @top_srcdir@/sc_hypervisor/include/sc_hypervisor_monitoring.h \
  78. @top_srcdir@/starpurm/include/starpurm.h \
  79. @top_srcdir@/include/schedulers/starpu_heteroprio.h
  80. EXAMPLE_PATH = @top_srcdir@/doc/doxygen \
  81. @top_srcdir@/doc/doxygen/chapters \
  82. @top_srcdir@/doc/doxygen/chapters/code
  83. INPUT_FILTER = @top_builddir@/doc/doxygen/doxygen_filter.sh
  84. #LATEX_HEADER = @top_srcdir@/doc/doxygen/refman.tex
  85. IMAGE_PATH = @top_srcdir@/doc/doxygen/chapters/images
  86. GENERATE_LATEX = @DOC_GENERATE_LATEX@