• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/

Lines Matching refs:targets

8 # To see a list of typical targets execute "make help"
22 # unavoidable when linking the built-in.o targets which finally
334 # Rules shared between *config targets and build targets
354 # To make sure we do not include .config for any of the *config targets
356 # It is allowed to specify more targets when calling make, including
357 # mixing *config targets and build targets.
359 # Detect when mixed targets is specified, and make a second invocation
362 no-dot-config-targets := clean mrproper distclean \
365 config-targets := 0
366 mixed-targets := 0
369 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
370 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
377 config-targets := 1
379 mixed-targets := 1
384 ifeq ($(mixed-targets),1)
386 # We're called with mixed targets (*config and build targets).
393 ifeq ($(config-targets),1)
395 # *config targets only - make sure prerequisites are updated, and descend
411 # Build targets only - this includes busybox, arch specific targets, clean
412 # targets and others. In general all targets except *config targets.
985 # Brief documentation of the typical targets used
993 # Documentation targets
1008 # The following are the only valid targets when building external
1193 endif #ifeq ($(config-targets),1)
1194 endif #ifeq ($(mixed-targets),1)
1207 # Single targets
1209 # Single targets are compatible with:
1266 targets := $(wildcard $(sort $(targets)))
1267 cmd_files := $(wildcard .*.cmd $(foreach f,$(targets),$(dir $(f)).$(notdir $(f)).cmd))