MX_INSTALL_DIR = /opt/mx #MX_INSTALL_DIR = ${HOME}/mxtest #MX_INSTALL_DIR = ${HOME}/local/mx #MX_INSTALL_DIR = c:/users/lavender/mxtest all: clean: distclean: clean depend: install: -mkdir ${MX_INSTALL_DIR}/bin -mkdir ${MX_INSTALL_DIR}/lib -mkdir ${MX_INSTALL_DIR}/lib/mpad -cp *.pyc ${MX_INSTALL_DIR}/lib/mpad cp *.py ${MX_INSTALL_DIR}/lib/mpad cp mpad ${MX_INSTALL_DIR}/bin