Lines Matching refs:t
346 # won't work when we're compiling with gcc as a C compiler.
369 # use i686 as default anyway, but for those that don't, an explicit
433 # command line, but some distros, that didn't quite know what they were
441 # instead, we can't add -no-pie because it overrides -shared: the linker then
443 # don't add -no-pie anywhere and cross fingers. :(
627 # Check for cfi flags. CFI requires LTO so we can't use
1009 # doesn't define GLIB_STATIC_COMPILATION for pkg-config --static
1030 error('''sizeof(size_t) doesn't match GLIB_SIZEOF_SIZE_T.
1763 # If newer enough gnutls isn't available, we can
1782 # If gnutls isn't available for crypto, then we'll prefer
2740 # This will only compile if the system headers don't provide the prototype;
2937 # via libatomic". The reason we can't use libatomic is documented in the
3034 # Don't bother to advertise asm/hwprobe.h for old versions that do
4128 t = target_system_arch[target_base_arch].apply(config_target, strict: false)
4129 arch_srcs += t.sources()
4130 arch_deps += t.dependencies()
4146 t = target_user_arch[target_base_arch].apply(config_target, strict: false)
4147 arch_srcs += t.sources()
4148 arch_deps += t.dependencies()
4184 t = target_arch[target_base_arch].apply(config_target, strict: false)
4185 arch_srcs += t.sources()
4186 arch_deps += t.dependencies()
4328 # Don't build qemu-keymap if xkbcommon is not explicitly enabled
4329 # when we don't build tools or system
4396 foreach t: traceable
4398 {'ext': '.stp-build', 'fmt': 'stap', 'bin': meson.current_build_dir() / t['exe'], 'install': false},
4399 {'ext': '.stp', 'fmt': 'stap', 'bin': get_option('prefix') / get_option('bindir') / t['exe'], 'install': true},
4406 '--probe-prefix=' + t['probe-prefix'],
4410 custom_target(t['exe'] + stp['ext'],
4412 output: t['exe'] + stp['ext'],