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

  /external/libvpx/build/make/
Makefile 75 qexec=$(if $(quiet),@) macro
100 $(qexec)mkdir -p $(dir $@)
101 $(qexec)$(CC) $(CFLAGS) -M $< | $(fmt_deps) > $@
105 $(qexec)$(CC) $(CFLAGS) -c -o $@ $<
109 $(qexec)mkdir -p $(dir $@)
110 $(qexec)$(SRC_PATH_BARE)/build/make/gen_asm_deps.sh \
115 $(qexec)$(AS) $(ASFLAGS) -o $@ $<
119 $(qexec)mkdir -p $(dir $@)
120 $(qexec)$(SRC_PATH_BARE)/build/make/gen_asm_deps.sh \
125 $(qexec)$(AS) $(ASFLAGS) -o $@ $
    [all...]
  /external/libvpx/
libs.mk 195 $(qexec)echo "{ global:" > $@
196 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
197 $(qexec)echo "local: *; };" >> $@
202 $(qexec)ln -sf $(LIBVPX_SO) $@

Completed in 93 milliseconds