Blame sofort/core/version.mk

edbde2
# version.mk: handling of shared library versioning schemes.
edbde2
# this file is covered by COPYING.SOFORT.
edbde2
551024
include $(PROJECT_DIR)/project/tagver.mk
551024
551024
CFLAGS_VERSION	+= -D$(VER_NAMESPACE)_TAG_VER_MAJOR=$(VER_MAJOR)
551024
CFLAGS_VERSION	+= -D$(VER_NAMESPACE)_TAG_VER_MINOR=$(VER_MINOR)
551024
CFLAGS_VERSION	+= -D$(VER_NAMESPACE)_TAG_VER_PATCH=$(VER_PATCH)
551024
4c318f
include $(PROJECT_DIR)/sofort/core/_version/version_$(VERSION_OPT).mk