Home
last modified time | relevance | path

Searched refs:APPS (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/programs/fuzz/
H A DMakefile15 APPS = $(basename $(wildcard fuzz_*.c)) macro
18 BINARIES := $(addsuffix $(EXEXT),$(APPS))
26 C_FILES := $(addsuffix .c,$(APPS))
/third_party/mbedtls/tests/
H A DMakefile102 APPS = $(basename $(subst suites/,,$(DATA_FILES))) macro
105 BINARIES := $(addsuffix $(EXEXT),$(APPS))
136 C_FILES := $(addsuffix .c,$(APPS))
/third_party/mbedtls/programs/
H A DMakefile29 ## be declared by appending with `APPS += ...` afterwards.
32 APPS = \ macro
91 # End of APPS
94 APPS += ssl/ssl_pthread_server
98 APPS += test/dlopen
102 APPS += test/cpp_dummy_build
105 EXES = $(patsubst %,%$(EXEXT),$(APPS))
113 # APPS doesn't include the fuzzing programs, which aren't "normal"
/third_party/mbedtls/scripts/
H A Dgenerate_visualc_files.pl171 $makefile_contents =~ /\n\s*APPS\s*=[\\\s]*(.*?)(?<!\\)[\#\n]/s
172 or die "Cannot find APPS = ... in programs/Makefile\n";

Completed in 3 milliseconds