Lines Matching refs:lib
467 $(foreach so,$(filter %.so,$(1)),-l$(patsubst lib%.so,%,$(notdir $(so))))\
537 define _java-lib-dir
544 define _java-lib-full-classes.jar
545 $(call _java-lib-dir,$(1),$(2))/classes$(COMMON_JAVA_PACKAGE_SUFFIX)
550 define java-lib-files
551 $(foreach lib,$(1),$(call _java-lib-full-classes.jar,$(lib),$(2)))
556 define _java-lib-full-dep
557 $(call _java-lib-dir,$(1),$(2))/$(if $(2),javalib,classes)$(COMMON_JAVA_PACKAGE_SUFFIX)
562 define java-lib-deps
563 $(foreach lib,$(1),$(call _java-lib-full-dep,$(lib),$(2)))
847 -Wl,-rpath,\$$ORIGIN/../lib \
1131 define _extract-and-include-single-target-whole-static-lib
1146 $(foreach lib,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES), \
1147 $(call _extract-and-include-single-target-whole-static-lib, $(lib)))
1152 define transform-o-to-static-lib
1165 define _extract-and-include-single-host-whole-static-lib
1180 $(foreach lib,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES), \
1181 $(call _extract-and-include-single-host-whole-static-lib, $(lib)))
1186 define transform-host-o-to-static-lib
1202 define transform-host-o-to-shared-lib-inner
1205 -Wl,-rpath,\$$ORIGIN/../lib \
1225 define transform-host-o-to-shared-lib
1228 $(transform-host-o-to-shared-lib-inner)
1234 $(transform-host-o-to-shared-lib-inner)
1254 define transform-o-to-shared-lib-inner
1258 -Wl,-rpath,\$$ORIGIN/../lib \
1275 define transform-o-to-shared-lib
1278 $(transform-o-to-shared-lib-inner)
1284 $(transform-o-to-shared-lib-inner)
1309 -Wl,-rpath,\$$ORIGIN/../lib \
1366 -Wl,-rpath,\$$ORIGIN/../lib \
1661 $(hide) rm -rf $(dir $@)lib
1662 $(hide) mkdir -p $(dir $@)lib/$(PRIVATE_JNI_SHARED_LIBRARIES_ABI)
1663 $(hide) cp $(PRIVATE_JNI_SHARED_LIBRARIES) $(dir $@)lib/$(PRIVATE_JNI_SHARED_LIBRARIES_ABI)
1664 $(hide) (cd $(dir $@) && zip -r $(notdir $@) lib)
1665 $(hide) rm -rf $(dir $@)lib