Lines Matching refs:all
1 # Copyright 2012 the V8 project authors. All rights reserved.
107 # - default (no target specified): build all DEFAULT_ARCHES and MODES
108 # - "check": build all targets and run all tests
110 # - "clean": clean all ARCHES
121 GYPFILES = build/all.gyp build/common.gypi build/standalone.gypi \
125 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
132 .PHONY: all check clean dependencies $(ENVFILE).new native \
137 # Target definitions. "all" is the default.
138 all: $(MODES)
172 check: all
214 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
219 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
224 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
229 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
234 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
240 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \