source: Makefile.am @ 96fb8ad

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

import 0.1.7.1

  • Property mode set to 100644
File size: 595 bytes
Line 
1SUBDIRS = src examples doc sounds swig python plugins
2EXTRA_DIST = bootstrap VERSION
3
4docs:
5        cd doc && make update-docs && cd ..
6
7doc-devel:
8        cd doc && make doc-devel && cd ..
9
10doc-user:
11        cd doc && make doc-user && cd ..
12
13doc-examples:
14        cd doc && make doc-examples && cd ..
15
16install-pkgconfig:
17        $(mkinstalldirs) "$(DESTDIR)$(libdir)/pkgconfig"
18        $(INSTALL_DATA) aubio.pc "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc"
19
20uninstall-pkgconfig:
21        $(RM) "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc"
22        -rmdir "$(DESTDIR)$(libdir)/pkgconfig"
23
24install-data-hook: install-pkgconfig
25uninstall-hook: uninstall-pkgconfig
Note: See TracBrowser for help on using the repository browser.