Home
last modified time | relevance | path

Searched refs:DEP (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/programs/
H A DMakefile13 DEP=${MBEDLIBS} ${MBEDTLS_TEST_OBJS} macro
149 aes/crypt_and_hash$(EXEXT): aes/crypt_and_hash.c $(DEP)
153 cipher/cipher_aead_demo$(EXEXT): cipher/cipher_aead_demo.c $(DEP)
157 hash/generic_sum$(EXEXT): hash/generic_sum.c $(DEP)
161 hash/hello$(EXEXT): hash/hello.c $(DEP)
165 hash/md_hmac_demo$(EXEXT): hash/md_hmac_demo.c $(DEP)
169 pkey/dh_client$(EXEXT): pkey/dh_client.c $(DEP)
173 pkey/dh_genprime$(EXEXT): pkey/dh_genprime.c $(DEP)
177 pkey/dh_server$(EXEXT): pkey/dh_server.c $(DEP)
181 pkey/ecdh_curve25519$(EXEXT): pkey/ecdh_curve25519.c $(DEP)
[all...]
/third_party/mbedtls/programs/fuzz/
H A DMakefile6 DEP=${MBEDLIBS} macro
33 $(BINARIES): %$(EXEXT): %.o common.o $(DEP)
37 $(BINARIES): %$(EXEXT): %.o common.o onefile.o $(DEP)
/third_party/littlefs/
H A DMakefile23 DEP := $(SRC:%.c=$(BUILDDIR)/%.d) macro
464 -include $(DEP)
558 rm -f $(DEP)
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak52 $(call $(1)DEP,$(1))
/third_party/node/
H A DMakefile1041 `grep -q DEP...X doc/api/deprecations.md`; then \
1042 echo 'Please update DEP...X in doc/api/deprecations.md (See doc/contributing/releases.md)' ; \
/third_party/ffmpeg/
H A Dconfigure3963 DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>/dev/null | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(@F),$(@D)/$(@F)," > $(@:.o=.d)'
4761 _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "1s,^.*: ,$@: ," -e "\$$!s,\$$, \\\," -e "1!s,^.*: , ," > $(@:.o=.d)'
4830 _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)'
4868 eval ${1}DEP=\${_DEPCMD:-\$DEPCMD}
4870 eval DEP${1}FLAGS=\$_flags

Completed in 12 milliseconds