Lines Matching defs:OUTDIR

32 OUTDIR ?= out
248 ENVFILE = $(OUTDIR)/environment
263 # Special target for the buildbots to use. Depends on $(OUTDIR)/Makefile
266 $(MAKE) -C "$(OUTDIR)" BUILDTYPE=$(BUILDTYPE) \
267 builddir="$(abspath $(OUTDIR))/$(BUILDTYPE)"
276 $(BUILDS): $(OUTDIR)/Makefile.$$@
277 @$(MAKE) -C "$(OUTDIR)" -f Makefile.$@ \
282 builddir="$(shell pwd)/$(OUTDIR)/$@"
284 native: $(OUTDIR)/Makefile.native
285 @$(MAKE) -C "$(OUTDIR)" -f Makefile.native \
287 builddir="$(shell pwd)/$(OUTDIR)/$@"
296 OUTDIR="$(OUTDIR)" \
306 OUTDIR="$(OUTDIR)" \
311 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
316 @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/android-sync.sh $(basename $@) $(OUTDIR) \
344 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
353 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
362 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR)/native \
373 tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
376 tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR) \
382 rm -f $(OUTDIR)/Makefile.$(basename $@)*
383 rm -rf $(OUTDIR)/$(basename $@).release
384 rm -rf $(OUTDIR)/$(basename $@).debug
385 rm -rf $(OUTDIR)/$(basename $@).optdebug
386 find $(OUTDIR) -regex '.*\(host\|target\)\.$(basename $@).*\.mk' -delete
389 rm -f $(OUTDIR)/Makefile.native
390 rm -rf $(OUTDIR)/native
391 find $(OUTDIR) -regex '.*\(host\|target\)\.native\.mk' -delete
396 OUT_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(BUILDS))
401 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
407 $(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE)
411 build/gyp/gyp --generator-output="$(OUTDIR)" build/all.gyp \
442 @mkdir -p $(OUTDIR); echo "GYPFLAGS=$(GYPFLAGS)" > $(ENVFILE).new; \
449 @$(OUTDIR)/ia32.release/d8 --dump-heap-constants >> $(DUMP_FILE)