Lines Matching defs:deps
723 $(call -ndk-mod-get-topological-depends,$1,-ndk-mod-link-deps))
729 # - otherwise, the module is a shared library, don't add build deps.
730 -ndk-mod-link-deps = \
806 $(call module-add-c++-deps
886 module-add-c++-deps = \
1327 # cmd-convert-deps
1349 # convert-deps is used to compute the name of the compiler-generated dependency file
1350 # cmd-convert-deps is a command used to convert it to a Cygwin-specific path
1353 convert-deps = $1.org
1354 cmd-convert-deps = && $(NDK_DEPENDENCIES_CONVERTER) $1
1356 convert-deps = $1
1357 cmd-convert-deps =
1387 $$(hide) $$(PRIVATE_CC) -MMD -MP -MF $$(call convert-deps,$$(PRIVATE_DEPS)) $$(PRIVATE_CFLAGS) $$(call host-path,$$(PRIVATE_SRC)) -o $$(call host-path,$$(PRIVATE_OBJ)) \
1388 $$(call cmd-convert-deps,$$(PRIVATE_DEPS))