Lines Matching refs:OUTDIR
32 OUTDIR ?= out
252 ENVFILE = $(OUTDIR)/environment
280 $(BUILDS): $(OUTDIR)/Makefile.$$@
288 native: $(OUTDIR)/Makefile.native
300 OUTDIR="$(OUTDIR)" \
310 OUTDIR="$(OUTDIR)" \
315 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
320 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
324 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
328 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
332 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
336 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
340 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
344 @tools/android-sync.sh $(basename $@) $(OUTDIR) \
348 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
357 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
366 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR)/native \
377 tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
380 tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
386 rm -f $(OUTDIR)/Makefile.$(basename $@)*
387 rm -rf $(OUTDIR)/$(basename $@).release
388 rm -rf $(OUTDIR)/$(basename $@).debug
389 rm -rf $(OUTDIR)/$(basename $@).optdebug
390 find $(OUTDIR) -regex '.*\(host\|target\)\.$(basename $@).*\.mk' -delete
393 rm -f $(OUTDIR)/Makefile.native
394 rm -rf $(OUTDIR)/native
395 find $(OUTDIR) -regex '.*\(host\|target\)\.native\.mk' -delete
400 OUT_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(BUILDS))
416 $(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE)
450 @mkdir -p $(OUTDIR); echo "GYPFLAGS=$(GYPFLAGS)" > $(ENVFILE).new; \
457 @$(OUTDIR)/ia32.release/d8 --dump-heap-constants >> $(DUMP_FILE)