DRDE/ACTK1_0/xml-deps.mk

23 lines
503 B
Makefile

define env_required_msg
The environment variable $(1) must be defined to compile the toolkit.
endef
ifndef XERCES_INC_DIR
$(error $(call env_required_msg,XERCES_INC_DIR))
endif
ifndef XERCES_LIB_DIR
$(error $(call env_required_msg,XERCES_LIB_DIR))
endif
ifndef XERCES_LIB
$(error $(call env_required_msg,XERCES_LIB))
endif
ifndef XALAN_INC_DIR
$(error $(call env_required_msg,XALAN_INC_DIR))
endif
ifndef XALAN_LIB_DIR
$(error $(call env_required_msg,XALAN_LIB_DIR))
endif
XALAN_LIB = xalan-c