OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENVFILE
(Results
1 - 2
of
2
) sorted by null
/external/v8/
Makefile
130
ENVFILE
= $(OUTDIR)/environment
132
.PHONY: all check clean dependencies $(
ENVFILE
).new native \
213
$(OUTDIR)/Makefile-ia32: $(GYPFILES) $(
ENVFILE
)
218
$(OUTDIR)/Makefile-x64: $(GYPFILES) $(
ENVFILE
)
223
$(OUTDIR)/Makefile-arm: $(GYPFILES) $(
ENVFILE
) build/armu.gypi
228
$(OUTDIR)/Makefile-mips: $(GYPFILES) $(
ENVFILE
) build/mipsu.gypi
233
$(OUTDIR)/Makefile-native: $(GYPFILES) $(
ENVFILE
)
237
$(OUTDIR)/Makefile-android: $(GYPFILES) $(
ENVFILE
) build/android.gypi \
251
$(
ENVFILE
): $(
ENVFILE
).ne
[
all
...]
/external/chromium_org/v8/
Makefile
238
ENVFILE
= $(OUTDIR)/environment
240
.PHONY: all check clean dependencies $(
ENVFILE
).new native \
282
$(ANDROID_BUILDS): $(GYPFILES) $(
ENVFILE
) build/android.gypi \
292
$(NACL_BUILDS): $(GYPFILES) $(
ENVFILE
) \
360
$(OUT_MAKEFILES): $(GYPFILES) $(
ENVFILE
)
368
$(OUTDIR)/Makefile.native: $(GYPFILES) $(
ENVFILE
)
395
$(
ENVFILE
): $(
ENVFILE
).new
396
@if test -r $(
ENVFILE
) && cmp $(
ENVFILE
).new $(ENVFILE) > /dev/null;
[
all
...]
Completed in 130 milliseconds