Home | History | Annotate | Download | only in v8

Lines Matching refs:native

247 # - "native": current host's architecture, release mode
295 .PHONY: all check clean builddeps dependencies $(ENVFILE).new native \
325 native: $(OUTDIR)/Makefile.native
326 @$(MAKE) -C "$(OUTDIR)" -f Makefile.native \
382 native.check: native
383 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR)/native \
418 native.clean:
419 rm -f $(OUTDIR)/Makefile.native
420 rm -rf $(OUTDIR)/native
421 find $(OUTDIR) -regex '.*\(host\|target\)\.native\.mk' -delete
423 clean: $(addsuffix .clean, $(ARCHES) $(ANDROID_ARCHES)) native.clean gtags.clean tags.clean
449 $(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE)
453 -Igypfiles/standalone.gypi --depth=. -S.native $(GYPFLAGS)