]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
added support for compressed files
[helm.git] / helm / http_getter / Makefile.in
index dcf22fc7950b85497dbf8977644b04d3f7b19779..48160a2f8d24e89ceb5d1779fc3cbea8d15fde8a 100644 (file)
@@ -1,10 +1,13 @@
-HELM_BIN_DIR=@exec_prefix@
+INSTALL_DIR=@RESOLVED_EXEC_PREFIX@/bin
+
+all:
 
 install:
-       cp http_getter.pl $(HELM_BIN_DIR)
+       cp http_getter.pl $(INSTALL_DIR)
 
 distclean:
        rm -f Makefile configure config.log config.cache config.status \
-         http_getter.pl
+         http_getter.pl *.spec
+
+.PHONY: all install distclean
 
-.PHONY: install distclean