Lines Matching refs:DIRS
30 DIRS := lib/Support lib/TableGen utils macro
33 DIRS := lib/Support lib/TableGen utils lib/VMCore lib tools/llvm-shlib \ macro
47 DIRS := $(filter-out tools/llvm-shlib, $(DIRS)) macro
51 DIRS := $(filter-out docs, $(DIRS)) macro
55 DIRS := $(filter-out tools runtime docs, $(DIRS)) macro
60 DIRS := $(filter-out tools runtime docs, $(DIRS)) macro
65 DIRS := $(filter-out runtime docs, $(DIRS)) macro
70 DIRS := tools/clang/tools/driver tools/clang/lib/Headers \ macro
78 DIRS := tools/clang/tools/driver tools/clang/lib/Headers \ macro
86 DIRS := $(filter-out tools docs unittests, $(DIRS)) \ macro
92 DIRS := $(filter-out tools runtime docs, $(DIRS)) utils unittests macro
104 DIRS := $(filter-out unittests, $(DIRS)) macro
244 SUB-SVN-DIRS = $(AWK) '/\?\ \ \ \ \ \ / {print $$2}' \
250 @ $(SVN) status $(LLVM_SRC_ROOT) | $(SUB-SVN-DIRS) | xargs $(SVN) $(SVN-UPDATE-OPTIONS) update