]> matita.cs.unibo.it Git - helm.git/blob - helm/http_getter/Makefile.in
*** empty log message ***
[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 distclean:
9         rm -f Makefile configure config.log config.cache config.status \
10          http_getter.pl *.spec
11
12 dist:   clean
13         rm -rf ../@PACKAGE@-@VERSION@
14         mkdir ../@PACKAGE@-@VERSION@
15         cp -r * ../@PACKAGE@-@VERSION@
16         (cd .. ; tar cvfz @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@ ; rm -rf @PACKAGE@-@VERSION@)
17
18 .PHONY: all install distclean
19