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