Makefile.am 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 = c-extensions.texi fdl-1.3.texi
  14. MAINTAINERCLEANFILES = starpu.pdf
  15. EXTRA_DIST = starpu.pdf \
  16. starpu.css \
  17. vector_scal_c.texi \
  18. vector_scal_cpu.texi \
  19. vector_scal_cuda.texi \
  20. vector_scal_opencl_codelet.texi \
  21. vector_scal_opencl.texi
  22. AM_MAKEINFOHTMLFLAGS = --css-include=$(top_srcdir)/doc/starpu.css --no-headers --no-split
  23. uninstall-local:
  24. $(RM) $(DESTDIR)$(infodir)/dir
  25. #$(top_srcdir)/doc/starpu.texi: vector_scal_c.texi vector_scal_cuda.texi vector_scal_opencl.texi vector_scal_opencl_codelet.texi
  26. #vector_scal_c.texi: $(top_srcdir)/examples/basic_examples/vector_scal.c
  27. # cat $< | sed 's/{/@{/g' | sed 's/}/@}/g' | sed 's/\t/ /g' > $@
  28. #vector_scal_cuda.texi: $(top_srcdir)/examples/basic_examples/vector_scal_cuda.cu
  29. # cat $< | sed 's/{/@{/g' | sed 's/}/@}/g' | sed 's/\t/ /g' > $@
  30. #vector_scal_opencl.texi: $(top_srcdir)/examples/basic_examples/vector_scal_opencl.c
  31. # cat $< | sed 's/{/@{/g' | sed 's/}/@}/g' | sed 's/\t/ /g' > $@
  32. #vector_scal_opencl_codelet.texi: $(top_srcdir)/examples/basic_examples/vector_scal_opencl_codelet.cl
  33. # cat $< | sed 's/{/@{/g' | sed 's/}/@}/g' | sed 's/\t/ /g' > $@
  34. #
  35. #CLEANFILES= \
  36. # vector_scal_c.texi vector_scal_cuda.texi vector_scal_opencl.texi vector_scal_opencl_codelet.texi