feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 38837b1 was
48b847b,
checked in by Paul Brossier <piem@altern.org>, 18 years ago
|
if swig found go down to dir
if swig found go down to dir
|
-
Property mode set to
100644
|
File size:
723 bytes
|
Rev | Line | |
---|
[3050cb8] | 1 | if DOCBOOKFOUND |
---|
| 2 | DOC = doc |
---|
| 3 | endif |
---|
| 4 | |
---|
| 5 | if SWIGFOUND |
---|
| 6 | SWIGDIR = swig |
---|
[48b847b] | 7 | if PYTHONFOUND |
---|
[3050cb8] | 8 | PYTHONDIR = python |
---|
| 9 | endif |
---|
| 10 | endif |
---|
| 11 | |
---|
[603fca4] | 12 | SUBDIRS = src ext examples sounds plugins $(PYTHONDIR) $(SWIGDIR) $(DOC) |
---|
[96fb8ad] | 13 | EXTRA_DIST = bootstrap VERSION |
---|
| 14 | |
---|
| 15 | docs: |
---|
| 16 | cd doc && make update-docs && cd .. |
---|
| 17 | |
---|
| 18 | doc-devel: |
---|
| 19 | cd doc && make doc-devel && cd .. |
---|
| 20 | |
---|
| 21 | doc-user: |
---|
| 22 | cd doc && make doc-user && cd .. |
---|
| 23 | |
---|
| 24 | doc-examples: |
---|
| 25 | cd doc && make doc-examples && cd .. |
---|
| 26 | |
---|
| 27 | install-pkgconfig: |
---|
| 28 | $(mkinstalldirs) "$(DESTDIR)$(libdir)/pkgconfig" |
---|
| 29 | $(INSTALL_DATA) aubio.pc "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc" |
---|
| 30 | |
---|
| 31 | uninstall-pkgconfig: |
---|
| 32 | $(RM) "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc" |
---|
| 33 | -rmdir "$(DESTDIR)$(libdir)/pkgconfig" |
---|
| 34 | |
---|
| 35 | install-data-hook: install-pkgconfig |
---|
| 36 | uninstall-hook: uninstall-pkgconfig |
---|
[aa3c8b7] | 37 | |
---|
Note: See
TracBrowser
for help on using the repository browser.