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

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

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