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/tools/llvm-config/
llvm-config.in.in
317
my @
all_targets
;
340
push @
all_targets
, $target;
348
$NAME_MAP{'all-targets'} = \@
all_targets
;
/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 76 milliseconds