INSTALL_DIR=@RESOLVED_EXEC_PREFIX@/bin all: install: cp http_getter.pl $(INSTALL_DIR) distclean: rm -f Makefile configure config.log config.cache config.status \ http_getter.pl *.spec .PHONY: all install distclean