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/libvpx/build/make/
Makefile
78
qexec
=$(if $(quiet),@)
macro
108
$(
qexec
)mkdir -p $(dir $@)
109
$(
qexec
)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -M $< | $(fmt_deps) > $@
113
$(
qexec
)$(CC) $(INTERNAL_CFLAGS) $(CFLAGS) -c -o $@ $<
117
$(
qexec
)mkdir -p $(dir $@)
118
$(
qexec
)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -M $< | $(fmt_deps) > $@
122
$(
qexec
)$(CXX) $(INTERNAL_CFLAGS) $(CXXFLAGS) -c -o $@ $<
126
$(
qexec
)mkdir -p $(dir $@)
127
$(
qexec
)$(SRC_PATH_BARE)/build/make/gen_asm_deps.sh \
132
$(
qexec
)$(AS) $(ASFLAGS) -o $@ $
[
all
...]
/external/libvpx/libvpx/
libs.mk
137
$(
qexec
)$(SRC_PATH_BARE)/build/make/gen_msvs_proj.sh \
153
$(
qexec
)$(SRC_PATH_BARE)/build/make/gen_msvs_def.sh\
160
$(
qexec
)$(SRC_PATH_BARE)/build/make/gen_msvs_proj.sh \
197
$(
qexec
)echo "{ global:" > $@
198
$(
qexec
)for f in $?; do awk '{print $$2";"}' < $$f >>$@; done
199
$(
qexec
)echo "local: *; };" >> $@
205
$(
qexec
)ln -sf $(LIBVPX_SO) $$@
221
$(
qexec
)echo '# pkg-config file from libvpx $(VERSION_STRING)' > $@
222
$(
qexec
)echo 'prefix=$(PREFIX)' >> $@
223
$(
qexec
)echo 'exec_prefix=$${prefix}' >> $
[
all
...]
Completed in 1930 milliseconds