shithub: aubio

ref: 946cad34846fd7d3cb186ddbddfee6b69a9dcf5f
dir: /sounds/Makefile.am/

View raw version
EXTRA_DIST = woodblock.aiff
SUBDIRS = 

install-data-local:
	$(mkinstalldirs) "$(DESTDIR)$(datadir)/sounds/aubio/"
	$(INSTALL_DATA) woodblock.aiff "$(DESTDIR)$(datadir)/sounds/aubio"


uninstall-local:
	rm -rf "$(DESTDIR)$(datadir)/sounds/aubio"