Searched refs:qexec (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A DMakefile78 qexec=$(if $(quiet),@) macro
144 $(qexec)mkdir -p $(dir $@)
145 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -M $< | $(fmt_deps) > $@
149 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -c -o $@ $<
153 $(qexec)mkdir -p $(dir $@)
154 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -M $< | $(fmt_deps) > $@
158 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -c -o $@ $<
162 $(qexec)mkdir -p $(dir $@)
163 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -M $< | $(fmt_deps) > $@
167 $(qexec)
[all...]
/external/libvpx/libvpx/build/make/
H A DMakefile78 qexec=$(if $(quiet),@) macro
134 $(qexec)mkdir -p $(dir $@)
135 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -M $< | $(fmt_deps) > $@
139 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -c -o $@ $<
143 $(qexec)mkdir -p $(dir $@)
144 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -M $< | $(fmt_deps) > $@
148 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -c -o $@ $<
152 $(qexec)mkdir -p $(dir $@)
153 $(qexec)$(SRC_PATH_BARE)/build/make/gen_asm_deps.sh \
158 $(qexec)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dlibs.mk28 $$(qexec)LC_ALL=C grep $$(OFFSET_PATTERN) $$< | tr -d '$$$$\#' $$(ADS2GAS) > $$@
38 $$(qexec)./obj_int_extract rvds $$< $$(ADS2GAS) > $$@
52 $$(qexec)$$(SRC_PATH_BARE)/build/make/rtcd.pl --arch=$$(TGT_ISA) \
221 $(qexec)$(GEN_VCPROJ) \
237 $(qexec)$(SRC_PATH_BARE)/build/make/gen_msvs_def.sh\
251 $(qexec)$(GEN_VCPROJ) \
302 $(qexec)echo "{ global:" > $@
303 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
304 $(qexec)echo "local: *; };" >> $@
309 $(qexec)aw
[all...]
/external/libvpx/libvpx/
H A Dlibs.mk28 $$(qexec)LC_ALL=C grep $$(OFFSET_PATTERN) $$< | tr -d '$$$$\#' $$(ADS2GAS) > $$@
38 $$(qexec)./obj_int_extract rvds $$< $$(ADS2GAS) > $$@
52 $$(qexec)$$(SRC_PATH_BARE)/build/make/rtcd.pl --arch=$$(TGT_ISA) \
219 $(qexec)$(GEN_VCPROJ) \
234 $(qexec)$(SRC_PATH_BARE)/build/make/gen_msvs_def.sh\
248 $(qexec)$(GEN_VCPROJ) \
298 $(qexec)echo "{ global:" > $@
299 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
300 $(qexec)echo "local: *; };" >> $@
305 $(qexec)aw
[all...]

Completed in 3183 milliseconds