jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
719B

  1. MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \
  2. stamp-h.in config.log config.cache config.status
  3. if HAVE_DOXYGEN
  4. DOC_DIR = doc
  5. dist-check-doxygen:
  6. else
  7. DOC_DIR =
  8. dist-check-doxygen:
  9. @echo
  10. @echo ' ******' You need doxygen installed to make dist.' ******'
  11. @echo
  12. @false
  13. endif
  14. SUBDIRS = jack libjack jackd drivers example-clients tools config $(DOC_DIR) man
  15. DIST_SUBDIRS = config jack libjack jackd drivers example-clients tools doc man
  16. pkgconfigdir = $(libdir)/pkgconfig
  17. pkgconfig_DATA = jack.pc
  18. EXTRA_DIST = COPYING COPYING.GPL COPYING.LGPL libjack/simd.c jack.spec
  19. AUTOMAKE_OPTIONS = foreign
  20. rpm: dist
  21. rpm -ta $(distdir).tar.gz
  22. dist-hook: dist-check-doxygen