Searched refs:config (Results 1 – 25 of 116) sorted by relevance
12345
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.site.cfg.in | 2 config.cxx_under_test = "@LIBCXX_COMPILER@" 3 config.cxx_has_stdcxx0x_flag = @LIBCXX_HAS_STDCXX0X_FLAG@ 4 config.libcxx_src_root = "@LIBCXX_SOURCE_DIR@" 5 config.libcxx_obj_root = "@LIBCXX_BINARY_DIR@" 6 config.python_executable = "@PYTHON_EXECUTABLE@" 7 config.enable_shared = @LIBCXX_ENABLE_SHARED@ 8 config.cxx_abi = "@LIBCXX_CXX_ABI@" 10 # Let the main config do the real work. 11 lit_config.load_config(config, "@LIBCXX_SOURCE_DIR@/test/lit.cfg")
|
D | lit.cfg | 85 if f not in test.config.available_features] 170 config.name = 'libc++' 173 config.suffixes = ['.cpp'] 176 config.test_source_root = os.path.dirname(__file__) 181 cxx_under_test = getattr(config, 'cxx_under_test', None) 185 clangxx = lit.util.which('clang++', config.environment['PATH']) 195 libcxx_src_root = getattr(config, 'libcxx_src_root', None) 197 libcxx_src_root = os.path.dirname(config.test_source_root) 201 libcxx_obj_root = getattr(config, 'libcxx_obj_root', None) 215 cxx_has_stdcxx0x_flag = getattr(config, 'cxx_has_stdcxx0x_flag', True) [all …]
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | configure.bat | 25 if exist config.sed del config.sed 27 echo "s/@srcdir@/./ ">> config.sed 28 echo "s/@CC@/gcc/ ">> config.sed 29 echo "s/@CFLAGS@/-O2 -g/ ">> config.sed 30 echo "s/@CPPFLAGS@/-DHAVE_CONFIG_H -I../ ">> config.sed 31 echo "s/@AR@/ar/ ">> config.sed 32 echo "s/@RANLIB@/ranlib/ ">> config.sed 33 echo "s/@LDFLAGS@// ">> config.sed 34 echo "s/@DEFS@// ">> config.sed 35 echo "s/@ALLOCA@// ">> config.sed [all …]
|
D | Makefile.in | 60 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \ 61 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \ 62 $(top_srcdir)/config/lib-ld.m4 \ 63 $(top_srcdir)/config/lib-link.m4 \ 64 $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \ 65 $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \ 69 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 70 CONFIG_HEADER = $(top_builddir)/config.h 79 depcomp = $(SHELL) $(top_srcdir)/config/depcomp 225 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status [all …]
|
D | Makefile.ami | 61 -$(RM) TAGS tags Makefile config.status config.h config.log
|
/ndk/build/tools/toolchain-patches/gcc/ |
D | 0002-Enable-C-exceptions-and-RTTI-by-default.patch | 9 gcc-4.6/gcc/config/linux-android.h | 4 ++-- 10 gcc-4.8/gcc/config/linux-android.h | 4 ++-- 11 gcc-4.9/gcc/config/linux-android.h | 4 ++-- 14 diff --git a/gcc-4.6/gcc/config/linux-android.h b/gcc-4.6/gcc/config/linux-android.h 16 --- a/gcc-4.6/gcc/config/linux-android.h 17 +++ b/gcc-4.6/gcc/config/linux-android.h 29 diff --git a/gcc-4.8/gcc/config/linux-android.h b/gcc-4.8/gcc/config/linux-android.h 31 --- a/gcc-4.8/gcc/config/linux-android.h 32 +++ b/gcc-4.8/gcc/config/linux-android.h 44 diff --git a/gcc-4.9/gcc/config/linux-android.h b/gcc-4.9/gcc/config/linux-android.h [all …]
|
D | 0001-Disable-sincos-optimization.patch | 24 gcc-4.6/gcc/config/linux.h | 2 +- 25 gcc-4.8/gcc/config/linux.h | 2 +- 28 diff --git a/gcc-4.6/gcc/config/linux.h b/gcc-4.6/gcc/config/linux.h 30 --- a/gcc-4.6/gcc/config/linux.h 31 +++ b/gcc-4.6/gcc/config/linux.h 41 diff --git a/gcc-4.8/gcc/config/linux.h b/gcc-4.8/gcc/config/linux.h 43 --- a/gcc-4.8/gcc/config/linux.h 44 +++ b/gcc-4.8/gcc/config/linux.h
|
/ndk/tests/abcc/jni/mman-win32/ |
D | configure | 138 echo "# Automatically generated by configure" > config.mak 139 echo "PREFIX=$PREFIX" >> config.mak 140 echo "libdir=$libdir" >> config.mak 141 echo "incdir=$incdir" >> config.mak 142 echo "AR=$ar" >> config.mak 143 echo "CC=$cc" >> config.mak 144 echo "RANLIB=$ranlib" >> config.mak 145 echo "STRIP=$strip" >> config.mak 146 echo "BUILD_STATIC=$static" >> config.mak 147 echo "BUILD_MSVC=$msvc" >> config.mak [all …]
|
D | Makefile | 4 include config.mak 46 rm -f config.mak
|
/ndk/sources/host-tools/make-3.81/config/ |
D | Makefile.in | 54 subdir = config 56 compile config.guess config.rpath config.sub depcomp \ 59 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \ 60 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \ 61 $(top_srcdir)/config/lib-ld.m4 \ 62 $(top_srcdir)/config/lib-link.m4 \ 63 $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \ 64 $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \ 68 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 69 CONFIG_HEADER = $(top_builddir)/config.h [all …]
|
/ndk/sources/host-tools/make-3.81/ |
D | NMakefile | 40 all: config.h subproc Release Debug 55 config.h: config.h.W32 68 if exist config.h erase config.h 131 ar.o ar.o: ar.c make.h config.h \ 136 arscan.o arscan.o: arscan.c make.h config.h \ 141 commands.o commands.o: commands.c make.h config.h \ 147 default.o default.o: default.c make.h config.h \ 153 dir.o dir.o: dir.c make.h config.h \ 158 expand.o expand.o: expand.c make.h config.h \ 165 file.o file.o: file.c make.h config.h \ [all …]
|
D | SMakefile | 47 # See also `config.h'. 141 $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in 167 # -I. is needed to find config.h in the build directory. 188 loadavg: loadavg.c config.h 196 -$(RM) -f Makefile config.h config.status build.sh 197 -$(RM) -f config.log config.cache 222 ar.o ar.o: ar.c make.h config.h \ 227 arscan.o arscan.o: arscan.c make.h config.h \ 232 commands.o commands.o: commands.c make.h config.h \ 238 default.o default.o: default.c make.h config.h \ [all …]
|
D | Makefile.in | 68 $(srcdir)/config.h.in $(top_srcdir)/configure ABOUT-NLS \ 72 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \ 73 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \ 74 $(top_srcdir)/config/lib-ld.m4 \ 75 $(top_srcdir)/config/lib-link.m4 \ 76 $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \ 77 $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \ 81 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 83 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 84 CONFIG_HEADER = config.h [all …]
|
D | INSTALL | 19 definitions. Finally, it creates a shell script `config.status' that 21 file `config.log' containing compiler output (useful mainly for 24 It can also use an optional file (typically called `config.cache' 25 and enabled with `--cache-file=config.cache' or simply `-C') that saves 34 some point `config.cache' contains results you don't want to keep, you 157 See the file `config.sub' for the possible values of each field. If 158 `config.sub' isn't included in this package, then this package doesn't 174 can create a site shell script called `config.site' that gives default 176 `configure' looks for `PREFIX/share/config.site' if it exists, then 177 `PREFIX/etc/config.site' if it exists. Or, you can set the [all …]
|
D | Makefile.ami | 135 $(srcdir)variable.h $(ALLOCA_SRC) $(srcdir)config.h.in 177 glob/libglob.a: FORCE config.h 228 loadavg: loadavg.c config.h 249 -$(RM) Makefile config.h config.status build.sh 250 -$(RM) config.log config.cache 270 $(objs): config.h
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | bootstrap.sh | 8 if test -f config.h; then :; else 10 cat >config.h <<'END_OF_CONFIG_H' 11 /* A bootstrap version of config.h, for systems which can't 55 /* All other config.h.in options intentionally omitted. Report as a 68 echo '#define size_t unsigned' >> config.h 82 echo '#define ssize_t int' >> config.h 95 echo '#define VOID char' >> config.h 101 cat >> config.h << \EOF
|
D | bootstrap.sh.in | 8 if test -f config.h; then :; else 10 cat >config.h <<'END_OF_CONFIG_H' 11 /* A bootstrap version of config.h, for systems which can't 55 /* All other config.h.in options intentionally omitted. Report as a 68 echo '#define size_t unsigned' >> config.h 82 echo '#define ssize_t int' >> config.h 95 echo '#define VOID char' >> config.h 101 cat >> config.h << \EOF
|
D | Makefile.in | 42 build-aux/config.guess build-aux/config.rpath \ 43 build-aux/config.sub build-aux/depcomp build-aux/install-sh \ 89 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 90 configure.lineno config.status.lineno 92 CONFIG_HEADER = config.h 587 all: config.h 607 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 609 *config.status*) \ 611 $(SHELL) ./config.status;; \ 614 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ [all …]
|
D | INSTALL | 19 definitions. Finally, it creates a shell script `config.status' that 21 file `config.log' containing compiler output (useful mainly for 24 It can also use an optional file (typically called `config.cache' 25 and enabled with `--cache-file=config.cache' or simply `-C') that saves 34 some point `config.cache' contains results you don't want to keep, you 157 See the file `config.sub' for the possible values of each field. If 158 `config.sub' isn't included in this package, then this package doesn't 174 can create a site shell script called `config.site' that gives default 176 `configure' looks for `PREFIX/share/config.site' if it exists, then 177 `PREFIX/etc/config.site' if it exists. Or, you can set the [all …]
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | xemacs.inp | 30 CONFIG_HEADER = config.h 44 TODO acconfig.h aclocal.m4 bootstrap.sh.in config.guess \ 45 config.sub config_h.in configure configure.ac depcomp \ 48 all: config.h 55 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 58 CONFIG_FILES=$@ $(SHELL) ./config.status 60 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 61 $(SHELL) ./config.status --recheck 67 config.h: stamp-h
|
D | xemacs.good | 30 "CONFIG_HEADER = config.h" 44 " TODO acconfig.h aclocal.m4 bootstrap.sh.in config.guess \\" 45 " config.sub config_h.in configure configure.ac depcomp \\" 48 "all: config.h" 55 "Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status" 58 " CONFIG_FILES=$@ $(SHELL) ./config.status" 60 "$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)" 61 " $(SHELL) ./config.status --recheck" 67 "config.h: stamp-h"
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile | 59 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \ 60 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \ 61 $(top_srcdir)/config/lib-ld.m4 \ 62 $(top_srcdir)/config/lib-link.m4 \ 63 $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \ 64 $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \ 68 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 69 CONFIG_HEADER = $(top_builddir)/config.h 80 depcomp = $(SHELL) $(top_srcdir)/config/depcomp 91 ACLOCAL = ${SHELL} /opt/src/make/make-release/config/missing --run aclocal-1.9 [all …]
|
D | Makefile.in | 59 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \ 60 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \ 61 $(top_srcdir)/config/lib-ld.m4 \ 62 $(top_srcdir)/config/lib-link.m4 \ 63 $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \ 64 $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \ 68 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 69 CONFIG_HEADER = $(top_builddir)/config.h 80 depcomp = $(SHELL) $(top_srcdir)/config/depcomp 223 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status [all …]
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | Makefile.in | 60 am__aclocal_m4_deps = $(top_srcdir)/config/dospaths.m4 \ 61 $(top_srcdir)/config/gettext.m4 $(top_srcdir)/config/iconv.m4 \ 62 $(top_srcdir)/config/lib-ld.m4 \ 63 $(top_srcdir)/config/lib-link.m4 \ 64 $(top_srcdir)/config/lib-prefix.m4 $(top_srcdir)/config/nls.m4 \ 65 $(top_srcdir)/config/po.m4 $(top_srcdir)/config/progtest.m4 \ 69 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs 70 CONFIG_HEADER = $(top_builddir)/config.h 75 TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex 76 am__TEXINFO_TEX_DIR = $(top_srcdir)/config [all …]
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | mult_rules | 25 \$(objects) : config.h \$(extradeps) 33 &touch("defs.h","test.h","config.h"); 70 unlink("defs.h","test.h","config.h","extra.h");
|
12345