Lines Matching refs:native
208 # - "native": current host's architecture, release mode
211 # - "nacl" : cross-compile for Native Client (ia32 and x64)
250 .PHONY: all check clean dependencies $(ENVFILE).new native \
287 native: $(OUTDIR)/Makefile.native
288 @$(MAKE) -C "$(OUTDIR)" -f Makefile.native \
352 native.check: native
353 @tools/run-tests.py $(TESTJOBS) --outdir=$(OUTDIR)/native \
373 native.clean:
374 rm -f $(OUTDIR)/Makefile.native
375 rm -rf $(OUTDIR)/native
376 find $(OUTDIR) -regex '.*\(host\|target\)\.native\.mk' -delete
378 clean: $(addsuffix .clean, $(ARCHES) $(ANDROID_ARCHES) $(NACL_ARCHES)) native.clean
391 $(OUTDIR)/Makefile.native: $(GYPFILES) $(ENVFILE)
395 -Ibuild/standalone.gypi --depth=. -S.native $(GYPFLAGS)
405 # Native Client SDK before using this makefile. You can download
407 # https://developers.google.com/native-client/sdk/download