source: Makefile.am @ 4e9101e

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 4e9101e was 603fca4, checked in by Paul Brossier <piem@altern.org>, 19 years ago

removed duplicate doc entry in top Makefile.am

  • Property mode set to 100644
File size: 755 bytes
Line 
1if DOCBOOKFOUND
2DOC = doc
3endif
4
5if SWIGFOUND
6if PYTHONFOUND
7SWIGDIR = swig
8PYTHONDIR = python
9endif
10endif
11
12SUBDIRS = src ext examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(DOC)
13EXTRA_DIST = bootstrap VERSION
14DISTCLEANFILES = autom4te.cache
15
16docs:
17        cd doc && make update-docs && cd ..
18
19doc-devel:
20        cd doc && make doc-devel && cd ..
21
22doc-user:
23        cd doc && make doc-user && cd ..
24
25doc-examples:
26        cd doc && make doc-examples && cd ..
27
28install-pkgconfig:
29        $(mkinstalldirs) "$(DESTDIR)$(libdir)/pkgconfig"
30        $(INSTALL_DATA) aubio.pc "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc"
31
32uninstall-pkgconfig:
33        $(RM) "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc"
34        -rmdir "$(DESTDIR)$(libdir)/pkgconfig"
35
36install-data-hook: install-pkgconfig
37uninstall-hook: uninstall-pkgconfig
38
Note: See TracBrowser for help on using the repository browser.