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

  /external/libvpx/libvpx/build/make/
Makefile 77 qexec=$(if $(quiet),@) macro
148 $(qexec)mkdir -p $(dir $@)
149 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -M $< | $(fmt_deps) > $@
153 $(qexec)$(if $(CONFIG_DEPENDENCY_TRACKING),,mkdir -p $(dir $@))
154 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -c -o $@ $<
158 $(qexec)mkdir -p $(dir $@)
159 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -M $< | $(fmt_deps) > $@
163 $(qexec)$(if $(CONFIG_DEPENDENCY_TRACKING),,mkdir -p $(dir $@))
164 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -c -o $@ $<
168 $(qexec)mkdir -p $(dir $@
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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.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...]
  /external/libvpx/libvpx/
libs.mk 26 $$(qexec)$$(SRC_PATH_BARE)/build/make/rtcd.pl --arch=$$(TGT_ISA) \
224 $(qexec)$(SRC_PATH_BARE)/build/make/gen_msvs_def.sh\
238 $(qexec)$(GEN_VCPROJ) \
299 $(qexec)echo "{ global:" > $@
300 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
301 $(qexec)echo "local: *; };" >> $@
306 $(qexec)awk '{print "_"$$2}' $^ >$@
311 $(qexec)echo LIBRARY $(LIBVPX_SO:.dll=) INITINSTANCE TERMINSTANCE > $@
312 $(qexec)echo "DATA MULTIPLE NONSHARED" >> $@
313 $(qexec)echo "EXPORTS" >> $
    [all...]
examples.mk 332 $(qexec)$$(GEN_VCPROJ)\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 78 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...]

Completed in 429 milliseconds