# MAPDIR defines the place were utf2any will search for symbol maps
# This should be a directory, within double quotes, ending with a slash
# Or it can be NULL
MAPDIR = \"/usr/local/lib/utf/\"
#MAPDIR = NULL
mapdir:
@echo
@echo Edit Makefile to specify were utf2any should look for symbol maps
@echo Current value is: ${MAPDIR}
@echo When done, run: make all
@echo
@exit 1