]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
This commit was manufactured by cvs2svn to create tag 'v0_0_2'.
[helm.git] / helm / http_getter / Makefile.in
index ef76f950b1ec6a0ed66f4110a3fb013f96b5378c..30189c205627880413e8db521eaf49908f7f5e8f 100644 (file)
@@ -1,10 +1,21 @@
-HELM_BIN_DIR=@HELM_BIN_DIR@
+INSTALL_DIR=@RESOLVED_EXEC_PREFIX@/bin
+
+all:
 
 install:
-       cp http_getter.pl $(HELM_BIN_DIR)
+       cp http_getter.pl $(INSTALL_DIR)
+
+clean:
 
-distclean:
+distclean: clean
        rm -f Makefile configure config.log config.cache config.status \
-         http_getter.pl
+         http_getter.pl *.spec
+
+dist:   clean
+       rm -rf ../@PACKAGE@-@VERSION@
+       mkdir ../@PACKAGE@-@VERSION@
+       cp -r * ../@PACKAGE@-@VERSION@
+       (cd .. ; tar cvfz @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@ ; rm -rf @PACKAGE@-@VERSION@)
+
+.PHONY: all install distclean
 
-.PHONY: install distclean