X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fxsltd%2FMakefile.in;h=1d43f9c189c9a0210676aef3001c5a0beff8deac;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=5ddfce9681693b43f164a6fde90726e66b21c5f3;hpb=e780b3da94da62ec08eb6f812d46868b8228e2f0;p=helm.git diff --git a/helm/xsltd/Makefile.in b/helm/xsltd/Makefile.in index 5ddfce968..1d43f9c18 100644 --- a/helm/xsltd/Makefile.in +++ b/helm/xsltd/Makefile.in @@ -1,13 +1,16 @@ + +BIN_DIR=@BIN_DIR@ HELM_LIB_DIR=@HELM_LIB_DIR@ -HELM_BIN_DIR=@HELM_BIN_DIR@ + +all: install: - cp xaland.class $HELM_LIB_DIR - cp start-xaland $HELM_BIN_DIR + 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 + lib/configuration.pl *.spec start-xaland -.PHONY: install distclean +.PHONY: all install distclean