Home
last modified time | relevance | path

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

/external/libvpx/libvpx/build/make/
DMakefile77 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 …]
DAndroid.mk68 qexec := @
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/
Dlibs.mk26 $$(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 …]
Dtools.mk73 $(qexec)$$(GEN_VCPROJ)\
Dexamples.mk355 $(qexec)$$(GEN_VCPROJ)\