feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since e997b1a was
b073447,
checked in by Paul Brossier <piem@altern.org>, 20 years ago
|
updated clean rules
|
-
Property mode set to
100644
|
File size:
628 bytes
|
Rev | Line | |
---|
[96fb8ad] | 1 | SUBDIRS = src examples doc sounds swig python plugins |
---|
| 2 | EXTRA_DIST = bootstrap VERSION |
---|
[b073447] | 3 | DISTCLEANFILES = autom4te.cache |
---|
[96fb8ad] | 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 |
---|
[aa3c8b7] | 27 | |
---|
Note: See
TracBrowser
for help on using the repository browser.