HomeSort by relevance Sort by last modified time
    Searched full:qexec (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/
libs.mk 28 $$(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.sh --arch=$$(TGT_ISA) \
221 $(qexec)$(GEN_VCPROJ) \
236 $(qexec)$(SRC_PATH_BARE)/build/make/gen_msvs_def.sh\
243 $(qexec)$(GEN_VCPROJ) \
292 $(qexec)echo "{ global:" > $@
293 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
294 $(qexec)echo "local: *; };" >> $@
299 $(qexec)awk '{print "_"$$2}' $^ >$
    [all...]
  /external/libvpx/libvpx/build/make/
Makefile 78 qexec=$(if $(quiet),@) macro
120 $(qexec)mkdir -p $(dir $@)
121 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -M $< | $(fmt_deps) > $@
125 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -c -o $@ $<
129 $(qexec)mkdir -p $(dir $@)
130 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -M $< | $(fmt_deps) > $@
134 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -c -o $@ $<
138 $(qexec)mkdir -p $(dir $@)
139 $(qexec)$(SRC_PATH_BARE)/build/make/gen_asm_deps.sh \
144 $(qexec)$(AS) $(ASFLAGS) -o $@ $
    [all...]

Completed in 257 milliseconds