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

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

	cp -p config.phoenix ${DFO_CONFIG_DIR}/template
	cp -p config.phoenix_mcal ${DFO_CONFIG_DIR}/template

config:
	cp -p config.phoenix ${DFO_CONFIG_DIR}
	cp -p config.phoenix_mcal ${DFO_CONFIG_DIR}
