Makefile.am 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009-2011 Université de Bordeaux 1
  4. # Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
  5. #
  6. # StarPU is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU Lesser General Public License as published by
  8. # the Free Software Foundation; either version 2.1 of the License, or (at
  9. # your option) any later version.
  10. #
  11. # StarPU is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. #
  15. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  16. ACLOCAL_AMFLAGS=-I m4
  17. CLEANFILES = *.gcno *.gcda *.linkinfo
  18. SUBDIRS = src
  19. if USE_MPI
  20. SUBDIRS += mpi
  21. endif
  22. SUBDIRS += tools examples tests doc
  23. if COND_OPT
  24. SUBDIRS += tests/opt examples/opt
  25. endif
  26. if BUILD_GCC_PLUGIN
  27. SUBDIRS += gcc-plugin
  28. endif
  29. pkgconfigdir = $(libdir)/pkgconfig
  30. pkgconfig_DATA = libstarpu.pc
  31. include_HEADERS = \
  32. include/starpu.h \
  33. include/starpu_config.h \
  34. include/starpu_data_filters.h \
  35. include/starpu_data_interfaces.h \
  36. include/starpu_task.h \
  37. include/starpu_task_bundle.h \
  38. include/starpu_task_list.h \
  39. include/starpu_data.h \
  40. include/starpu_perfmodel.h \
  41. include/starpu_util.h \
  42. include/starpu_cuda.h \
  43. include/starpu_opencl.h \
  44. include/starpu_expert.h \
  45. include/starpu_profiling.h \
  46. include/starpu_bound.h \
  47. include/starpu_scheduler.h
  48. if STARPU_HAVE_WINDOWS
  49. txtdir = ${prefix}
  50. else
  51. txtdir = ${docdir}
  52. endif
  53. txt_DATA = AUTHORS COPYING.LGPL README
  54. EXTRA_DIST = AUTHORS COPYING.LGPL README