Searched refs:MAJOR_VERSION (Results 1 – 5 of 5) sorted by relevance
12 MAJOR_VERSION := 1 macro16 LIB_MAJOR := $(LIB_NAME).$(MAJOR_VERSION)17 LIB_MAJ_MIN := $(LIB_NAME).$(MAJOR_VERSION).$(MINOR_VERSION)18 LIB_MAJ_MIN_P := $(LIB_NAME).$(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)
12 MAJOR_VERSION := 0 macro16 LIB_MAJOR := $(LIB_NAME).so.$(MAJOR_VERSION)17 LIB_MAJ_MIN := $(LIB_NAME).so.$(MAJOR_VERSION).$(MINOR_VERSION)18 LIB_MAJ_MIN_PAT := $(LIB_NAME).so.$(MAJOR_VERSION).$(MINOR_VERSION).$(PATCH_VERSION)
3 set(MAJOR_VERSION 0) variable7 set(PROJECT_VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")33 SOVERSION ${MAJOR_VERSION}
3 set(MAJOR_VERSION 0) variable7 set(PROJECT_VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")40 SOVERSION ${MAJOR_VERSION}
Completed in 4 milliseconds