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.
|
- MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config.h.in \
- stamp-h.in config.log config.cache \
- config.guess mkinstalldirs config.status \
- missing install-sh config.sub ltconfig \
- ltmain.sh
-
- if HAVE_DOXYGEN
- DOC_DIR = doc
- dist-check-doxygen:
- else
- DOC_DIR =
- dist-check-doxygen:
- @echo
- @echo ' ******' You need doxygen installed to make dist.' ******'
- @echo
- @false
- endif
-
- SUBDIRS = jack libjack jackd drivers example-clients $(DOC_DIR)
-
- DIST_SUBDIRS = jack libjack jackd drivers example-clients doc
-
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = jack.pc
-
- EXTRA_DIST = depcomp COPYING COPYING.GPL COPYING.LGPL
-
- AUTOMAKE_OPTIONS = foreign
-
- rpm: dist
- rpm -ta $(distdir).tar.gz
-
- dist-hook: dist-check-doxygen
|