]> matita.cs.unibo.it Git - helm.git/blob - helm/http_getter/Makefile.in
Changed default content type from "text/plain" to "text/xml".
[helm.git] / helm / http_getter / Makefile.in
1 INSTALL_DIR=@RESOLVED_EXEC_PREFIX@/bin
2 CGI_DIR=$(INSTALL_DIR)
3
4 all:
5
6 install:
7         cp http_getter.pl $(INSTALL_DIR)
8  cp *.cgi $(INSTALL_DIR)
9
10 clean:
11
12 distclean: clean
13         rm -f Makefile configure config.log config.cache config.status \
14          http_getter.pl *.spec
15
16 dist:   clean
17         rm -rf ../@PACKAGE@-@VERSION@
18         mkdir ../@PACKAGE@-@VERSION@
19         cp -r * ../@PACKAGE@-@VERSION@
20         (cd .. ; tar cvfz @PACKAGE@-@VERSION@.tar.gz @PACKAGE@-@VERSION@ ; rm -rf @PACKAGE@-@VERSION@)
21
22 .PHONY: all install distclean
23