shithub: aubio

ref: 23a44c142a08aeedde8c358f9e116ccaf86db4d2
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"