Home | History | Annotate | Download | only in v8

Lines Matching refs:native

104 # - "native": current host's architecture, release mode
132 .PHONY: all check clean dependencies $(ENVFILE).new native \
154 native: $(OUTDIR)/Makefile-native
155 @$(MAKE) -C "$(OUTDIR)" -f Makefile-native \
189 native.check: native
190 @tools/test-wrapper-gypbuild.py $(TESTJOBS) --outdir=$(OUTDIR)/native \
200 native.clean:
201 rm -f $(OUTDIR)/Makefile-native
202 rm -rf $(OUTDIR)/native
203 find $(OUTDIR) -regex '.*\(host\|target\)-native\.mk' -delete
210 clean: $(addsuffix .clean,$(ARCHES)) native.clean
233 $(OUTDIR)/Makefile-native: $(GYPFILES) $(ENVFILE)
235 -Ibuild/standalone.gypi --depth=. -S-native $(GYPFLAGS)