
include $(MK)/help.defs
include $(MK)/build.defs

ifneq ($(MK.cmake),)
include $(MK)/cmake.defs
endif

ifneq ($(MK.configure),)
include $(MK)/configure.defs
endif

ifeq ($(COV),1)
include $(MK)/coverage.defs
endif
