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
149 $(qexec)mkdir -p $(dir $@)
150 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -M $< | $(fmt_deps) > $@
154 $(qexec)$(if $(CONFIG_DEPENDENCY_TRACKING),,mkdir -p $(dir $@))
155 $(qexec)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -c -o $@ $<
159 $(qexec)mkdir -p $(dir $@)
160 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -M $< | $(fmt_deps) > $@
164 $(qexec)$(if $(CONFIG_DEPENDENCY_TRACKING),,mkdir -p $(dir $@))
165 $(qexec)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -c -o $@ $<
169 $(qexec)mkdir -p $(dir $@
    [all...]
Android.mk 68 qexec := @ macro
109 $(qexec)mkdir -p $(dir $@)
110 $(qexec)$(CONFIG_DIR)$(ASM_CONVERSION) <$< > $@
215 $(qexec)$(RM) $(CODEC_SRCS_ASM_ADS2GAS) $(CODEC_SRCS_ASM_NEON_ADS2GAS)
216 $(qexec)$(RM) -r $(ASM_CNV_PATH)
217 $(qexec)$(RM) $(CLEAN-OBJS)
  /external/libvpx/libvpx/
libs.mk 26 $$(qexec)$$(SRC_PATH_BARE)/build/make/rtcd.pl --arch=$$(TGT_ISA) \
197 $(qexec)$(SRC_PATH_BARE)/build/make/gen_msvs_def.sh\
212 $(qexec)$(GEN_VCPROJ) \
280 $(qexec)echo "{ global:" > $@
281 $(qexec)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
282 $(qexec)echo "local: *; };" >> $@
287 $(qexec)awk '{print "_"$$2}' $^ >$@
292 $(qexec)echo LIBRARY $(LIBVPX_SO:.dll=) INITINSTANCE TERMINSTANCE > $@
293 $(qexec)echo "DATA MULTIPLE NONSHARED" >> $@
294 $(qexec)echo "EXPORTS" >> $
    [all...]
tools.mk 73 $(qexec)$$(GEN_VCPROJ)\
examples.mk 355 $(qexec)$$(GEN_VCPROJ)\

Completed in 98 milliseconds