upgrade:
	if [ -f ${DFO_BIN_DIR}/dfoMonitor ] ; \
	then \
	chmod u+w ${DFO_BIN_DIR}/dfoMonitor ; \
	fi
	mv dfoMonitor ${DFO_BIN_DIR}

	if [ -f ${DFO_DOC_DIR}/dfoMonitor.h ] ; \
	then \
	chmod u+w ${DFO_DOC_DIR}/dfoMonitor.h ; \
	fi
	mv dfoMonitor.h ${DFO_DOC_DIR}
	mv dfoMonitor_contact.txt ${DFO_DOC_DIR}

	cp -p config.dfoMonitor ${DFO_CONFIG_DIR}/template
	cp -p config.gui_navbar ${DFO_CONFIG_DIR}/template
config:
	cp -p config.dfoMonitor ${DFO_CONFIG_DIR}
	cp -p config.gui_navbar ${DFO_CONFIG_DIR}

