Makefile.am 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2009 Université de Bordeaux 1
  4. # Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
  5. #
  6. # Permission is granted to copy, distribute and/or modify this document
  7. # under the terms of the GNU Free Documentation License, Version 1.3
  8. # or any later version published by the Free Software Foundation;
  9. # with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
  10. #
  11. # See the GNU Free Documentation License in COPYING.GFDL for more details.
  12. info_TEXINFOS = starpu.texi
  13. starpu_TEXINFOS = chapters/advanced-api.texi \
  14. chapters/configuration.texi \
  15. chapters/perf-feedback.texi \
  16. chapters/vector_scal_cpu.texi \
  17. chapters/advanced-examples.texi \
  18. chapters/fdl-1.3.texi \
  19. chapters/perf-optimization.texi \
  20. chapters/vector_scal_c.texi \
  21. chapters/basic-api.texi \
  22. chapters/installing.texi \
  23. chapters/scaling-vector-example.texi \
  24. chapters/vector_scal_cuda.texi \
  25. chapters/basic-examples.texi \
  26. chapters/introduction.texi \
  27. chapters/tips-tricks.texi \
  28. chapters/vector_scal_opencl_codelet.texi \
  29. chapters/c-extensions.texi \
  30. chapters/mpi-support.texi \
  31. chapters/using.texi \
  32. chapters/vector_scal_opencl.texi
  33. MAINTAINERCLEANFILES = starpu.pdf
  34. EXTRA_DIST = starpu.pdf \
  35. starpu.css
  36. AM_MAKEINFOHTMLFLAGS = --css-include=$(top_srcdir)/doc/starpu.css --no-headers --no-split
  37. uninstall-local:
  38. $(RM) $(DESTDIR)$(infodir)/dir
  39. #$(top_srcdir)/doc/starpu.texi: vector_scal_c.texi vector_scal_cuda.texi vector_scal_opencl.texi vector_scal_opencl_codelet.texi
  40. #vector_scal_c.texi: $(top_srcdir)/examples/basic_examples/vector_scal.c
  41. # cat $< | sed 's/{/@{/g' | sed 's/}/@}/g' | sed 's/\t/ /g' > $@
  42. #vector_scal_cuda.texi: $(top_srcdir)/examples/basic_examples/vector_scal_cuda.cu
  43. # cat $< | sed 's/{/@{/g' | sed 's/}/@}/g' | sed 's/\t/ /g' > $@
  44. #vector_scal_opencl.texi: $(top_srcdir)/examples/basic_examples/vector_scal_opencl.c
  45. # cat $< | sed 's/{/@{/g' | sed 's/}/@}/g' | sed 's/\t/ /g' > $@
  46. #vector_scal_opencl_codelet.texi: $(top_srcdir)/examples/basic_examples/vector_scal_opencl_codelet.cl
  47. # cat $< | sed 's/{/@{/g' | sed 's/}/@}/g' | sed 's/\t/ /g' > $@
  48. #
  49. #CLEANFILES= \
  50. # vector_scal_c.texi vector_scal_cuda.texi vector_scal_opencl.texi vector_scal_opencl_codelet.texi