# a BSD compatible 'install' program INSTALL = install include config.mak all: clean: distclean: rm -f config.mak install: $(INSTALL) -D -b -c -m 644 codecs.conf $(CONFDIR)/codecs.conf $(INSTALL) -D -b -c -m 644 eqbands $(CONFDIR)/eqbands uninstall: rm -f $(CONFDIR)/* rmdir -p --ignore-fail-on-non-empty $(CONFDIR) dep: