HomeSort by relevance Sort by last modified time
    Searched refs:CONFIGURE_ARGS (Results 1 - 9 of 9) sorted by null

  /external/openssl/
import_openssl.sh 80 if [ "$CONFIGURE_ARGS" == "" -o "$UNNEEDED_SOURCES" == "" -o "$NEEDED_SOURCES" == "" ]; then
220 PERL=/usr/bin/perl run_verbose ./Configure $CONFIGURE_ARGS $target
254 PERL=/usr/bin/perl run_verbose ./Configure $CONFIGURE_ARGS ${!configure_args_bits} ${!configure_args_stat}
262 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS= | \
  /external/chromium_org/third_party/openssl/openssl/
import_openssl.sh 76 if [ "$CONFIGURE_ARGS" == "" -o "$UNNEEDED_SOURCES" == "" -o "$NEEDED_SOURCES" == "" ]; then
189 ./Configure $CONFIGURE_ARGS
193 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS= | grep -v -e -DOPENSSL_NO_DEPRECATED) > $tmpfile
  /external/scrypt/
import_scrypt.sh 79 if [ "$CONFIGURE_ARGS" == "" -o "$UNNEEDED_SOURCES" == "" -o "$NEEDED_SOURCES" == "" ]; then
180 ./configure $CONFIGURE_ARGS
184 (grep -e -D Makefile | grep -v CONFIGURE_ARGS= | grep -v OPTIONS=) > $tmpfile
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
configure 497 CONFIGURE_ARGS=${CONFIGURE_ARGS}
499 enabled child || echo "CONFIGURE_ARGS?=${CONFIGURE_ARGS}" >> config.mk
742 CONFIGURE_ARGS="$@"
746 static const char* const cfg = "$CONFIGURE_ARGS";
  /external/chromium_org/third_party/libvpx/source/libvpx/
configure 496 CONFIGURE_ARGS=${CONFIGURE_ARGS}
498 enabled child || echo "CONFIGURE_ARGS?=${CONFIGURE_ARGS}" >> config.mk
748 CONFIGURE_ARGS="$@"
752 static const char* const cfg = "$CONFIGURE_ARGS";
  /external/libvpx/libvpx/
configure 497 CONFIGURE_ARGS=${CONFIGURE_ARGS}
499 enabled child || echo "CONFIGURE_ARGS?=${CONFIGURE_ARGS}" >> config.mk
742 CONFIGURE_ARGS="$@"
746 static const char* const cfg = "$CONFIGURE_ARGS";
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile 45 echo "Rerunning configure $(CONFIGURE_ARGS)"; \
46 ../src/configure $(CONFIGURE_ARGS); \
  /external/libvpx/libvpx/build/make/
Makefile 44 echo "Rerunning configure $(CONFIGURE_ARGS)"; \
45 ../src/configure $(CONFIGURE_ARGS); \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile 44 echo "Rerunning configure $(CONFIGURE_ARGS)"; \
45 ../src/configure $(CONFIGURE_ARGS); \

Completed in 1254 milliseconds