Lines Matching refs:native
132 .PHONY: all check clean dependencies $(ENVFILE).new native \
154 native: $(OUTDIR)/Makefile-native target
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
210 clean: $(addsuffix .clean,$(ARCHES)) native.clean
233 $(OUTDIR)/Makefile-native: $(GYPFILES) $(ENVFILE)
235 -Ibuild/standalone.gypi --depth=. -S-native $(GYPFLAGS)