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.

31 lines
688B

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