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=e108abe5c0b4eb841c4ad332229a6c0e57e70079;hp=1d43f9c189c9a0210676aef3001c5a0beff8deac;hpb=1456c337a60f6677ee742ff7891d43fc382359a9;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