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.

34 lines
815B

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