source: Makefile.am @ b16b900

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since b16b900 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
Line 
1SUBDIRS = src examples doc sounds swig python plugins
2EXTRA_DIST = bootstrap VERSION
3DISTCLEANFILES = autom4te.cache
4
5docs:
6        cd doc && make update-docs && cd ..
7
8doc-devel:
9        cd doc && make doc-devel && cd ..
10
11doc-user:
12        cd doc && make doc-user && cd ..
13
14doc-examples:
15        cd doc && make doc-examples && cd ..
16
17install-pkgconfig:
18        $(mkinstalldirs) "$(DESTDIR)$(libdir)/pkgconfig"
19        $(INSTALL_DATA) aubio.pc "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc"
20
21uninstall-pkgconfig:
22        $(RM) "$(DESTDIR)$(libdir)/pkgconfig/aubio.pc"
23        -rmdir "$(DESTDIR)$(libdir)/pkgconfig"
24
25install-data-hook: install-pkgconfig
26uninstall-hook: uninstall-pkgconfig
27
Note: See TracBrowser for help on using the repository browser.