Searched refs:DIRS (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/libc-test/ |
D | Makefile | 5 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/ |
D | Makefile | 48 DIRS = $(sort $(patsubst %/,%,$(dir $(ALL_FILES)))) macro 49 $(ALL_FILES): | $(DIRS) 50 $(DIRS):
|
/third_party/skia/third_party/externals/brotli/ |
D | Makefile | 11 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/ |
D | mkfile | 27 DIRS=\ 35 for(i in $DIRS) @{
|
/third_party/ltp/testcases/kernel/fs/fs_readonly/ |
D | test_robind.sh | 47 DIRS="dir1 dir2-bound dir3-ro" 120 for dir in $DIRS
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/ |
D | Makefile | 5 DIRS := src macro
|
/third_party/lwip/ |
D | 0001-add-makefile.patch | 52 +DIRS = api core netif 58 +include $(patsubst %, %/dir.mk, $(DIRS))
|
D | 0066-adapt-to-dpdk-19.11-and-dpdk-21.11.patch | 30 DIRS = api core netif
|
/third_party/node/doc/api/ |
D | modules.md | 228 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
|