Home
last modified time | relevance | path

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

/mbedtls-3.4.0/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 …]
/mbedtls-3.4.0/programs/fuzz/
DMakefile21 EXEXT= macro
34 BINARIES := $(addsuffix $(EXEXT),$(APPS))
52 $(BINARIES): %$(EXEXT): %.o common.o $(DEP)
56 $(BINARIES): %$(EXEXT): %.o common.o onefile.o $(DEP)
/mbedtls-3.4.0/tests/
DMakefile51 EXEXT=.exe macro
58 EXEXT= macro
135 BINARIES := $(addsuffix $(EXEXT),$(APPS))
195 $(BINARIES): %$(EXEXT): %.c $(MBEDLIBS) $(TEST_OBJS_DEPS) $(MBEDTLS_TEST_OBJS)