/ndk/sources/host-tools/sed-4.2.1/sed/ |
H A D | Makefile.am | 6 sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c utils.c
|
/ndk/build/core/ |
H A D | ndk-common.sh | 445 # check that we can compile a trivial C program with this compiler 455 compile 461 compile 465 compile 478 compile 517 # try to compile the current source file in $TMPC into an object 520 compile () function 548 # perform a simple compile / link / run of the source file in $TMPC 552 compile 554 echo "Failure to compile tes [all...] |
H A D | definitions.mk | 854 # Return the compiler flags used to compile a C++ module 1155 # target-specific C compiler flags used to compile a given 1481 # Template : ev-compile-c-source 1485 # Usage : $(eval $(call ev-compile-c-source,<srcfile>,<objfile>) 1486 # Rationale : Internal template evaluated by compile-c-source and 1487 # compile-s-source 1489 define ev-compile-c-source 1508 # Function : compile-c-source 1512 # Usage : $(call compile-c-source,<srcfile>,<objfile>) 1515 compile [all...] |
H A D | build-binary.mk | 253 $(foreach src,$(filter %.c,$(LOCAL_SRC_FILES)), $(call compile-c-source,$(src),$(call get-object-name,$(src)))) 254 $(foreach src,$(filter %.S %.s,$(LOCAL_SRC_FILES)), $(call compile-s-source,$(src),$(call get-object-name,$(src)))) 257 $(call compile-cpp-source,$(src),$(call get-object-name,$(src)))\ 261 # The compile-xxx-source calls updated LOCAL_OBJECTS and LOCAL_DEPENDENCY_DIRS
|
/ndk/sources/host-tools/make-3.81/config/ |
H A D | compile | 39 Usage: compile [--help] [--version] PROGRAM [ARGS] 53 echo "compile $scriptversion" 69 # configure might choose to run compile as `compile cc -o foo foo.c'. 122 # Run the compile.
|
H A D | depcomp | 2 # depcomp - compile a program generating dependencies as side-effects 39 Run PROGRAMS ARGS to compile a file, generating dependencies 348 while test $1 != '--mode=compile'; do 399 while test $1 != '--mode=compile'; do 444 while test $1 != '--mode=compile'; do
|
/ndk/toolchains/x86-4.4.3/ |
H A D | setup.mk | 47 # When building for debug, compile everything as x86.
|
/ndk/toolchains/x86-4.6/ |
H A D | setup.mk | 47 # When building for debug, compile everything as x86.
|
/ndk/toolchains/x86-clang3.1/ |
H A D | setup.mk | 68 # When building for debug, compile everything as x86.
|
/ndk/sources/host-tools/make-3.81/w32/ |
H A D | Makefile | 247 mostlyclean-compile: 250 distclean-compile: 439 distclean-am: clean-am distclean-compile distclean-generic \ 469 mostlyclean-am: mostlyclean-compile mostlyclean-generic 482 clean-noinstLIBRARIES ctags distclean distclean-compile \ 488 maintainer-clean-generic mostlyclean mostlyclean-compile \
|
/ndk/sources/host-tools/nawk-20071023/ |
H A D | README | 60 equivalent), you must compile the pieces manually. We have 87 This is also said to compile on Macintosh OS 9 systems, using the
|
/ndk/sources/host-tools/sed-4.2.1/ |
H A D | bootstrap.sh | 141 ${CC} -DHAVE_CONFIG_H -I.. -I. -I../lib -c compile.c || exit 1
|
H A D | bootstrap.sh.in | 141 ${CC} -DHAVE_CONFIG_H -I.. -I. -I../lib -c compile.c || exit 1
|
H A D | configure | 1583 If a cross compiler is detected then cross compile mode will be used." >&2 1737 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1764 don't compile regex; this is the default on systems 3237 # the compiler is broken, or we cross compile. 3262 If you meant to cross compile, use \`--host'. 3265 If you meant to cross compile, use \`--host'. 3277 # the compiler is broken, or we cross compile. 3312 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 3314 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 3372 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile [all...] |
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
H A D | setup.mk | 66 # When building for debug, compile everything as arm.
|
/ndk/toolchains/arm-linux-androideabi-4.6/ |
H A D | setup.mk | 66 # When building for debug, compile everything as arm.
|
/ndk/build/tools/ |
H A D | builder-funcs.sh | 265 fail_panic "Could not compile ${_BUILD_PREFIX}$src"
|
H A D | common-build-host-funcs.sh | 435 /* this program will fail to compile if the compiler doesn't generate BITS-bits code */ 466 # DARWIN_TOOLCHAIN -> Path to Darwin cross-toolchain (cross-compile only). 467 # DARWIN_SYSROOT -> Path to Darwin SDK sysroot (cross-compile only). 680 # This helps tremendously getting stuff to compile with the GCC
|
H A D | build-host-gcc.sh | 621 /* this program will fail to compile if the compiler doesn't generate BITS-bits code */ 863 # This helps tremendously getting stuff to compile with the GCC 1271 windows) BUILD_GOLD=;; # Gold doesn't compile on Windows! 1322 # This is used to install libbfd which is later used to compile
|
/ndk/sources/host-tools/make-3.81/ |
H A D | alloca.c | 55 -- must know STACK_DIRECTION at compile-time 109 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */
|
H A D | configure | 1196 If a cross compiler is detected then cross compile mode will be used." >&2 1346 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1475 # Try to compile conftest.$ac_ext, and return whether this succeeded. 3252 as_fn_error "cannot compute suffix of executables: cannot compile and link 3277 # the compiler is broken, or we cross compile. 3311 If you meant to cross compile, use \`--host'. 3363 as_fn_error "cannot compute suffix of object files: cannot compile 6906 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" 6907 CC="$am_aux_dir/compile $CC"
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
H A D | config.rpath | 42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
H A D | depcomp | 2 # depcomp - compile a program generating dependencies as side-effects 38 Run PROGRAMS ARGS to compile a file, generating dependencies 419 while test "X$1" != 'X--mode=compile'; do 470 while test "X$1" != 'X--mode=compile'; do 522 while test "X$1" != 'X--mode=compile'; do 565 while test "X$1" != 'X--mode=compile'; do
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
H A D | alloca.c | 60 -- must know STACK_DIRECTION at compile-time 91 # define STACK_DIR STACK_DIRECTION /* Known at compile-time. */
|
/ndk/toolchains/arm-linux-androideabi-clang3.1/ |
H A D | setup.mk | 98 # When building for debug, compile everything as arm.
|