]> matita.cs.unibo.it Git - helm.git/blob - helm/http_getter/Makefile.in
This commit was manufactured by cvs2svn to create tag 'v0_0_2'.
[helm.git] / helm / http_getter / Makefile.in
1 INSTALL_DIR=@RESOLVED_EXEC_PREFIX@/bin
2
3 all:
4
5 install:
6         cp http_getter.pl $(INSTALL_DIR)
7
8 clean:
9
10 distclean: clean
11         rm -f Makefile configure config.log config.cache config.status \
12          http_getter.pl *.spec
13
14 dist:   clean
15         rm -rf ../@PACKAGE@-@VERSION@
16         mkdir ../@PACKAGE@-@VERSION@
17         cp -r * ../@PACKAGE@-@VERSION@
18         (cd .. ; tar cvfz @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@ ; rm -rf @PACKAGE@-@VERSION@)
19
20 .PHONY: all install distclean
21