Lines Matching refs:OUTDIR
30 OUTDIR ?= out
277 ENVFILE = $(OUTDIR)/environment
291 # Special target for the buildbots to use. Depends on $(OUTDIR)/Makefile
294 $(MAKE) -C "$(OUTDIR)" BUILDTYPE=$(BUILDTYPE) \
295 builddir="$(abspath $(OUTDIR))/$(BUILDTYPE)"
304 $(BUILDS): $(OUTDIR)/Makefile.$$@
305 @$(MAKE) -C "$(OUTDIR)" -f Makefile.$@ \
309 builddir="$(shell pwd)/$(OUTDIR)/$@"
311 native: $(OUTDIR)/Makefile.native
312 @$(MAKE) -C "$(OUTDIR)" -f Makefile.native \
314 builddir="$(shell pwd)/$(OUTDIR)/$@"
322 OUTDIR="$(OUTDIR)" \
332 OUTDIR="$(OUTDIR)" \
337 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
342 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
346 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
350 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
354 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
358 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
362 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
366 @tools/android-sync.sh $(basename $@) $(OUTDIR) \
370 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
379 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
388 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR)/native \
399 tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
402 tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
407 tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
410 tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
417 rm -f $(OUTDIR)/Makefile.$(basename $@)*
418 rm -rf $(OUTDIR)/$(basename $@).release
419 rm -rf $(OUTDIR)/$(basename $@).debug
420 rm -rf $(OUTDIR)/$(basename $@).optdebug
421 find $(OUTDIR) -regex '.*\(host\|target\)\.$(basename $@).*\.mk' -delete
424 rm -f $(OUTDIR)/Makefile.native
425 rm -rf $(OUTDIR)/native
426 find $(OUTDIR) -regex '.*\(host\|target\)\.native\.mk' -delete
431 OUT_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(BUILDS))
440 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
448 $(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE)
451 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
479 @mkdir -p $(OUTDIR); echo "GYPFLAGS=$(GYPFLAGS) -Dtarget_arch=$(CXX_TARGET_ARCH)" > $(ENVFILE).new;
485 @$(OUTDIR)/ia32.release/d8 --dump-heap-constants >> $(DUMP_FILE)