Home | History | Annotate | Download | only in v8

Lines Matching refs:intermediates

10 intermediates := $(call local-intermediates-dir)
27 # Copy js2c.py to intermediates directory and invoke there to avoid generating
29 JS2C_PY := $(intermediates)/js2c.py $(intermediates)/jsmin.py
30 $(JS2C_PY): $(intermediates)/%.py : $(LOCAL_PATH)/tools/%.py | $(ACP)
35 GEN1 := $(intermediates)/libraries.cc $(intermediates)/libraries-empty.cc
36 $(GEN1): SCRIPT := $(intermediates)/js2c.py
41 V8_GENERATED_LIBRARIES := $(intermediates)/libraries.cc
47 SNAP_GEN := $(intermediates)/snapshot.cc