]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/Makefile.in
Bug fixed: now propagates informations about inner-types usage and
[helm.git] / helm / http_getter / Makefile.in
index dcf22fc7950b85497dbf8977644b04d3f7b19779..30189c205627880413e8db521eaf49908f7f5e8f 100644 (file)
@@ -1,10 +1,21 @@
-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)
+
+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