Lines Matching full:targets
102 echo 'ninja-targets = \'; \
103 $(NINJA) -t targets all | sed 's/:.*//; $$!s/$$/ \\/'; \
126 $(MESON) introspect --targets --tests --benchmarks | $(PYTHON) scripts/mtest2make.py > $@
156 makefile-targets := build.ninja ctags TAGS cscope dist clean
157 # "ninja -t targets" also lists all prerequisites. If build system
160 ninja-targets := $(filter-out $(build-files) $(makefile-targets), $(ninja-targets))
161 .PHONY: $(ninja-targets) run-ninja
162 $(ninja-targets): run-ninja
167 ifneq ($(filter $(ninja-targets), $(ninja-cmd-goals)),)
169 $(sort $(filter $(ninja-targets), $(ninja-cmd-goals))) | cat)
297 @echo 'Generic targets:'
305 @echo 'Cleaning targets:'
310 @echo 'Linux-user targets:'
313 @echo 'Test targets:'
316 $(call print-help,lcitool-help,Help about targets for managing build environment manifests)
317 $(call print-help,docker-help,Help about targets running tests inside containers)
318 $(call print-help,vm-help,Help about targets running tests inside VM)
320 @echo 'Documentation targets:'
323 ifneq ($(filter msi, $(ninja-targets)),)
324 @echo 'Windows targets:'
329 $(call print-help,$(MAKE) [targets],(quiet build, default))
330 $(call print-help,$(MAKE) V=1 [targets],(verbose build))