OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_targets
(Results
1 - 2
of
2
) 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
533
all_targets
="${
all_targets
} solution"
/external/libvpx/build/make/
configure.sh
353
for t in ${
all_targets
}; do
356
fwrite config.mk "
ALL_TARGETS
+= ${t}-${toolchain}"
358
fwrite config.mk "
ALL_TARGETS
+= ${t}"
Completed in 713 milliseconds