HELM_LIB_DIR=@HELM_LIB_DIR@ HELM_ETC_DIR=@HELM_ETC_DIR@ HELM_LIBRARY_DIR=@HELM_LIBRARY_DIR@ install: cp lib/configuration.pl $(HELM_LIB_DIR) cp etc/* $(HELM_ETC_DIR) cp library/servers.txt library/urls_of_uris.db $(HELM_LIBRARY_DIR) distclean: rm -f Makefile configure config.log config.cache config.status .PHONY: install distclean