Home | History | Annotate | Download | only in v8

Lines Matching refs:intermediates

16 intermediates := $(call local-intermediates-dir)
39 # Copy js2c.py to intermediates directory and invoke there to avoid generating
41 JS2C_PY := $(intermediates)/js2c.py $(intermediates)/jsmin.py
42 $(JS2C_PY): $(intermediates)/%.py : $(LOCAL_PATH)/tools/%.py | $(ACP)
47 GEN1 := $(intermediates)/libraries.cc
48 $(GEN1): SCRIPT := $(intermediates)/js2c.py
53 V8_GENERATED_LIBRARIES := $(intermediates)/libraries.cc
56 GEN2 := $(intermediates)/experimental-libraries.cc
57 $(GEN2): SCRIPT := $(intermediates)/js2c.py
62 V8_GENERATED_LIBRARIES += $(intermediates)/experimental-libraries.cc
68 SNAP_GEN := $(intermediates)/snapshot.cc
70 $(SNAP_GEN): PRIVATE_CUSTOM_TOOL = $(MKSNAPSHOT) --logfile $(intermediates)/v8.log $(SNAP_GEN)