include ../makefile.conf

# If you're on SGI, you may want the utilities following the comment char...
UTILS = showspect showme # aiffd nextd nexts aiffs nextfloats

all:

install: $(DESTDIR)
	$(INSTALL) $(UTILS) $(DESTDIR)

install-strip: install

uninstall:
	( cd $(DESTDIR) ; $(RM) $(UTILS) )

