Home | History | Annotate | Download | only in core

Lines Matching defs:lib

451 $(foreach so,$(filter %.so,$(1)),-l$(patsubst lib%.so,%,$(notdir $(so))))\
521 define _java-lib-dir
528 define _java-lib-full-classes.jar
529 $(call _java-lib-dir,$(1),$(2))/classes$(COMMON_JAVA_PACKAGE_SUFFIX)
534 define java-lib-files
535 $(foreach lib,$(1),$(call _java-lib-full-classes.jar,$(lib),$(2)))
540 define _java-lib-full-dep
541 $(call _java-lib-dir,$(1),$(2))/$(if $(2),javalib,classes)$(COMMON_JAVA_PACKAGE_SUFFIX)
546 define java-lib-deps
547 $(foreach lib,$(1),$(call _java-lib-full-dep,$(lib),$(2)))
831 -Wl,-rpath,\$$ORIGIN/../lib \
1115 define _extract-and-include-single-target-whole-static-lib
1130 $(foreach lib,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES), \
1131 $(call _extract-and-include-single-target-whole-static-lib, $(lib)))
1136 define transform-o-to-static-lib
1149 define _extract-and-include-single-host-whole-static-lib
1164 $(foreach lib,$(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES), \
1165 $(call _extract-and-include-single-host-whole-static-lib, $(lib)))
1170 define transform-host-o-to-static-lib
1186 define transform-host-o-to-shared-lib-inner
1189 -Wl,-rpath,\$$ORIGIN/../lib \
1209 define transform-host-o-to-shared-lib
1212 $(transform-host-o-to-shared-lib-inner)
1218 $(transform-host-o-to-shared-lib-inner)
1238 define transform-o-to-shared-lib-inner
1242 -Wl,-rpath,\$$ORIGIN/../lib \
1259 define transform-o-to-shared-lib
1262 $(transform-o-to-shared-lib-inner)
1268 $(transform-o-to-shared-lib-inner)
1293 -Wl,-rpath,\$$ORIGIN/../lib \
1350 -Wl,-rpath,\$$ORIGIN/../lib \
1645 $(hide) rm -rf $(dir $@)lib
1646 $(hide) mkdir -p $(dir $@)lib/$(PRIVATE_JNI_SHARED_LIBRARIES_ABI)
1647 $(hide) cp $(PRIVATE_JNI_SHARED_LIBRARIES) $(dir $@)lib/$(PRIVATE_JNI_SHARED_LIBRARIES_ABI)
1648 $(hide) (cd $(dir $@) && zip -r $(notdir $@) lib)
1649 $(hide) rm -rf $(dir $@)lib