Home
last modified time | relevance | path

Searched refs:EXEXT (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/programs/
DMakefile47 EXEXT=.exe macro
54 EXEXT= macro
152 EXES = $(patsubst %,%$(EXEXT),$(APPS))
199 aes/crypt_and_hash$(EXEXT): aes/crypt_and_hash.c $(DEP)
203 cipher/cipher_aead_demo$(EXEXT): cipher/cipher_aead_demo.c $(DEP)
207 hash/generic_sum$(EXEXT): hash/generic_sum.c $(DEP)
211 hash/hello$(EXEXT): hash/hello.c $(DEP)
215 hash/md_hmac_demo$(EXEXT): hash/md_hmac_demo.c $(DEP)
219 pkey/dh_client$(EXEXT): pkey/dh_client.c $(DEP)
223 pkey/dh_genprime$(EXEXT): pkey/dh_genprime.c $(DEP)
[all …]
/third_party/mbedtls/programs/fuzz/
DMakefile23 EXEXT= macro
36 BINARIES := $(addsuffix $(EXEXT),$(APPS))
54 $(BINARIES): %$(EXEXT): %.o common.o $(DEP)
58 $(BINARIES): %$(EXEXT): %.o common.o onefile.o $(DEP)
/third_party/mbedtls/tests/
DMakefile51 EXEXT=.exe macro
58 EXEXT= macro
152 BINARIES := $(addsuffix $(EXEXT),$(APPS))
217 $(BINARIES): %$(EXEXT): %.c $(MBEDLIBS) $(TEST_OBJS_DEPS) $(MBEDTLS_TEST_OBJS)