Searched refs:qexec (Results 1 – 2 of 2) sorted by relevance
75 qexec=$(if $(quiet),@) macro100 $(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 …]
196 $(qexec)echo "{ global:" > $@197 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done198 $(qexec)echo "local: *; };" >> $@203 $(qexec)ln -sf $(LIBVPX_SO) $@211 $(qexec)echo '# pkg-config file from libvpx $(VERSION_STRING)' > $@212 $(qexec)echo 'prefix=$(PREFIX)' >> $@213 $(qexec)echo 'exec_prefix=$${prefix}' >> $@214 $(qexec)echo 'libdir=$${prefix}/lib' >> $@215 $(qexec)echo 'includedir=$${prefix}/include' >> $@216 $(qexec)echo '' >> $@[all …]