OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qexec
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/build/make/
Makefile
75
qexec
=$(if $(quiet),@)
macro
100
$(
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
...]
/external/libvpx/
libs.mk
196
$(
qexec
)echo "{ global:" > $@
197
$(
qexec
)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
198
$(
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
...]
Completed in 113 milliseconds