Home
last modified time | relevance | path

Searched refs:qexec (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
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)$(AS) $(ASFLAGS) -o $@ $<
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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)awk '{print "_"$$2}' $^ >$@
[all …]