Home
last modified time | relevance | path

Searched refs:DIRS (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/libc-test/
DMakefile5 DIRS:=$(patsubst src/%/,%,$(sort $(dir $(SRCS)))) macro
6 BDIRS:=$(DIRS:%=$(B)/%)
46 $(foreach d,$(DIRS),$(eval $(call default_template,$(d))))
73 @echo DIRS $(DIRS)
89 $(foreach d,$(DIRS),$(eval $(call target_template,$(d))))
/third_party/optimized-routines/
DMakefile48 DIRS = $(sort $(patsubst %/,%,$(dir $(ALL_FILES)))) macro
49 $(ALL_FILES): | $(DIRS)
50 $(DIRS):
/third_party/skia/third_party/externals/brotli/
DMakefile11 DIRS = $(OBJDIR)/c/common $(OBJDIR)/c/dec $(OBJDIR)/c/enc \ macro
35 $(DIRS):
53 $(OBJECTS): $$(patsubst %.o,%.c,$$(patsubst $$(OBJDIR)/%,%,$$@)) | $(DIRS)
/third_party/curl/plan9/
Dmkfile27 DIRS=\
35 for(i in $DIRS) @{
/third_party/ltp/testcases/kernel/fs/fs_readonly/
Dtest_robind.sh47 DIRS="dir1 dir2-bound dir3-ro"
120 for dir in $DIRS
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/
DMakefile5 DIRS := src macro
/third_party/lwip/
D0001-add-makefile.patch52 +DIRS = api core netif
58 +include $(patsubst %, %/dir.mk, $(DIRS))
D0066-adapt-to-dpdk-19.11-and-dpdk-21.11.patch30 DIRS = api core netif
/third_party/node/doc/api/
Dmodules.md228 1. let DIRS = NODE_MODULES_PATHS(START)
229 2. for each DIR in DIRS:
237 3. let DIRS = []
241 c. DIRS = DIR + DIRS
243 5. return DIRS + GLOBAL_FOLDERS