OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_targets
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/
configure
126
#
all_targets
is a list of all targets that can be configured
128
all_targets
="libs examples docs"
131
for t in ${
all_targets
}; do
538
all_targets
="${
all_targets
} solution"
/external/llvm/utils/llvm-build/llvmbuild/
main.py
697
all_targets
= find_special_group('all-targets')
705
all_targets
.required_libraries.append(ci.name)
[
all
...]
/external/libvpx/build/make/
configure.sh
354
for t in ${
all_targets
}; do
357
fwrite config.mk "
ALL_TARGETS
+= ${t}-${toolchain}"
359
fwrite config.mk "
ALL_TARGETS
+= ${t}"
Completed in 78 milliseconds