/external/llvm/projects/sample/autoconf/m4/ |
config_makefile.m4 | 2 # Configure a Makefile without clobbering it if it exists and is not out of
|
/external/qemu/distrib/sdl-1.2.15/ |
README.ANDROID | 6 ./android-configure.sh [--prefix=<path>]
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
ClassHandler.java | 8 void configure(RobolectricConfig robolectricConfig); method in interface:ClassHandler
|
/external/webkit/Source/JavaScriptCore/gyp/ |
gtk.gyp | 1 { # Just a stub file to allow Source/gyp/configure to run successfully for testing.
|
/external/webkit/Source/WebCore/gyp/ |
gtk.gyp | 1 { # Just a stub file to allow Source/gyp/configure to run successfully for testing.
|
/external/webkit/Tools/android/flex-2.5.4a/ |
configure.in | 1 dnl Process this file with autoconf to produce a configure script.
|
/frameworks/av/media/libstagefright/codecs/common/ |
Config.mk | 2 # This configure file is just for Linux projects against Android
|
/ndk/sources/host-tools/sed-4.2.1/ |
README.boot | 1 Because a working sed is a prerequisite for running the ``configure'' 3 to build a version of sed adequate for running ``configure''. If it 17 (starting with ``sh configure''); the bootstrap version is almost 22 building, or sed's configure script from running properly. I am
|
/prebuilts/tools/darwin-x86/sdl/ |
PREBUILT | 5 $ ./android-configure.sh --prefix $ANDROID/prebuilts/tools/darwin-x86/sdl --no-tiger
|
/prebuilts/tools/windows/sdl/ |
PREBUILT | 5 $ USE_MINGW=1 ./android-configure.sh --prefix=$ANDROID/prebuilts/tools/windowssdl
|
/external/llvm/projects/sample/autoconf/ |
AutoRegen.sh | 6 test -d autoconf && test -f autoconf/configure.ac && cd autoconf 7 test -f configure.ac || die "Can't find 'autoconf' dir; please cd into it first" 42 echo "Regenerating configure with autoconf" 43 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"
|
/external/bison/ |
INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer versio [all...] |
/external/libcap-ng/libcap-ng-0.7/ |
INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer versio [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer versio [all...] |
/external/open-vcdiff/ |
INSTALL | 15 Briefly, the shell commands `./configure; make; make install' should 16 configure, build, and install this package. The following 24 The `configure' shell script attempts to guess correct values for 31 debugging `configure'). 40 to figure out how `configure' could check whether to do them, and mail 46 The file `configure.ac' (or `configure.in') is used to create 47 `configure' by a program called `autoconf'. You need `configure.ac' if 48 you want to change it or regenerate `configure' using a newer versio [all...] |
/external/harfbuzz_ng/ |
autogen.sh | 32 echo "running configure $@" 33 test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
package.html | 10 <p>These are used to configure diverse function calls of xmpcore:<p> 13 <li>ParseOptions - used to configure the parsing of xmp metadata packets
|
/prebuilts/tools/linux-x86/sdl/ |
PREBUILT | 6 $ ./android-configure.sh --prefix=$ANDROID/prebuilts/tools/linux-x86/sdl 12 $ ./android-configure.sh --try-64
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/war/WEB-INF/ |
appengine-web.xml | 6 <!-- Configure java.util.logging -->
|
/external/clang/include/clang/Config/ |
config.h | 1 /* tools/clang/include/clang/Config/config.h. Generated from config.h.in by configure. */
|
/external/iproute2/testsuite/ |
Makefile | 10 .PHONY: compile listtests alltests configure $(TESTS) 12 configure: 13 echo "Entering iproute2" && cd iproute2 && $(MAKE) configure && cd ..; 15 compile: configure
|
/external/liblzf/ |
config.h.in | 1 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
|
/external/openfst/src/include/fst/ |
config.h | 1 /* src/include/fst/config.h. Generated from config.h.in by configure. */
|
/external/openssh/contrib/hpux/ |
egd | 5 # To configure the egd environment:
|
/external/protobuf/ |
README.txt | 11 $ ./configure 22 For advanced usage information on configure and make, see INSTALL.txt. 29 instead. To do this, invoke configure as follows: 31 ./configure --prefix=/usr 56 often fix the problem by invoking its configure script like: 58 configure CXXFLAGS="$(pkg-config --cflags protobuf)" \ 65 configure script like: 80 the --with-protoc option to tell configure to use it instead. For 83 ./configure --with-protoc=protoc 91 ./configure --with-protoc=../host/src/proto [all...] |