feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since b60dd4ae was
b60dd4ae,
checked in by Paul Brossier <piem@altern.org>, 20 years ago
|
moved midi functions to ext/
|
-
Property mode set to
100644
|
File size:
632 bytes
|
Line | |
---|
1 | SUBDIRS = src ext examples doc sounds swig python plugins |
---|
2 | EXTRA_DIST = bootstrap VERSION |
---|
3 | DISTCLEANFILES = autom4te.cache |
---|
4 | |
---|
5 | docs: |
---|
6 | cd doc && make update-docs && cd .. |
---|
7 | |
---|
8 | doc-devel: |
---|
9 | cd doc && make doc-devel && cd .. |
---|
10 | |
---|
11 | doc-user: |
---|
12 | cd doc && make doc-user && cd .. |
---|
13 | |
---|
14 | doc-examples: |
---|
15 | cd doc && make doc-examples && cd .. |
---|
16 | |
---|
17 | install-pkgconfig: |
---|
18 | $(mkinstalldirs) "$(DESTDIR)$(libdir)/pkgconfig" |
---|
19 | $(INSTALL_DATA) aubio.pc "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc" |
---|
20 | |
---|
21 | uninstall-pkgconfig: |
---|
22 | $(RM) "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc" |
---|
23 | -rmdir "$(DESTDIR)$(libdir)/pkgconfig" |
---|
24 | |
---|
25 | install-data-hook: install-pkgconfig |
---|
26 | uninstall-hook: uninstall-pkgconfig |
---|
27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.