]> matita.cs.unibo.it Git - helm.git/blob - helm/xsltd/Makefile.in
ocaml 3.09 transition
[helm.git] / helm / xsltd / Makefile.in
1
2 BIN_DIR=@BIN_DIR@
3 HELM_LIB_DIR=@HELM_LIB_DIR@
4
5 all:
6
7 install:
8         cp start-xaland $(BIN_DIR)
9         cp xaland.class $(HELM_LIB_DIR)
10
11 distclean:
12         rm -f Makefile configure config.log config.cache config.status \
13         etc/configuration.xml etc/helm-math-engine-configuration.xml \
14         lib/configuration.pl *.spec start-xaland
15
16 .PHONY: all install distclean