Searched refs:LIB_NAME (Results 1 – 3 of 3) sorted by relevance
11 LIB_NAME := libseteec 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)20 LIBSETEEC_AR_LIBRARY := $(LIB_NAME).a58 $(VPREFIX)ln -sf $(LIB_MAJOR) $(OUT_DIR)/$(LIB_NAME).so
11 LIB_NAME := libckteec 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)20 LIBCKTEEC_AR_LIBRARY := $(LIB_NAME).a65 $(VPREFIX)ln -sf $(LIB_MAJOR) $(OUT_DIR)/$(LIB_NAME).so
15 LIB_NAME := libteec.so 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)
Completed in 8 milliseconds