X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fxsltd%2FMakefile.in;fp=helm%2Fxsltd%2FMakefile.in;h=0000000000000000000000000000000000000000;hb=c7514aaa249a96c5fdd39b1123fbdb38d92f20b6;hp=1d43f9c189c9a0210676aef3001c5a0beff8deac;hpb=1c7fb836e2af4f2f3d18afd0396701f2094265ff;p=helm.git diff --git a/helm/xsltd/Makefile.in b/helm/xsltd/Makefile.in deleted file mode 100644 index 1d43f9c18..000000000 --- a/helm/xsltd/Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ - -BIN_DIR=@BIN_DIR@ -HELM_LIB_DIR=@HELM_LIB_DIR@ - -all: - -install: - cp start-xaland $(BIN_DIR) - cp xaland.class $(HELM_LIB_DIR) - -distclean: - rm -f Makefile configure config.log config.cache config.status \ - etc/configuration.xml etc/helm-math-engine-configuration.xml \ - lib/configuration.pl *.spec start-xaland - -.PHONY: all install distclean