OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_targets
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/
configure
151
#
all_targets
is a list of all targets that can be configured
153
all_targets
="libs examples docs"
156
for t in ${
all_targets
}; do
678
all_targets
="${
all_targets
} solution"
/external/llvm/utils/llvm-build/llvmbuild/
main.py
716
all_targets
= find_special_group('all-targets')
724
all_targets
.required_libraries.append(ci.name)
[
all
...]
/external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py
[
all
...]
/external/libvpx/libvpx/build/make/
configure.sh
394
for t in ${
all_targets
}; do
397
fwrite config.mk "
ALL_TARGETS
+= ${t}-${toolchain}"
399
fwrite config.mk "
ALL_TARGETS
+= ${t}"
[
all
...]
Completed in 41 milliseconds