/third_party/curl/lib/ |
H A D | Makefile.mk | 58 ifneq ($(findstring msdos,$(TRIPLET)),) 62 else ifneq ($(findstring amigaos,$(TRIPLET)),) 77 ifneq ($(findstring -debug,$(CFG)),) 83 ifneq ($(findstring -trackmem,$(CFG)),) 86 ifneq ($(findstring -map,$(CFG)),) 94 ifneq ($(findstring -sync,$(CFG)),) 96 else ifneq ($(findstring -ares,$(CFG)),) 104 ifneq ($(findstring -rtmp,$(CFG)),) 113 ifneq ($(findstring -ssh2,$(CFG)),) 119 else ifneq ( [all...] |
/third_party/mesa3d/android/ |
H A D | Android.mk | 24 ifneq ($(filter true, $(BOARD_MESA3D_USES_MESON_BUILD)),) 47 ifneq ($(filter swrast,$(BOARD_MESA3D_GALLIUM_DRIVERS) $(BOARD_MESA3D_VULKAN_DRIVERS)),) 53 ifneq ($(filter zink,$(BOARD_MESA3D_GALLIUM_DRIVERS)),) 58 ifneq ($(filter iris,$(BOARD_MESA3D_GALLIUM_DRIVERS)),) 63 ifneq ($(filter radeonsi amd,$(BOARD_MESA3D_GALLIUM_DRIVERS) $(BOARD_MESA3D_VULKAN_DRIVERS)),) 70 ifneq ($(filter radeonsi r300 r600,$(BOARD_MESA3D_GALLIUM_DRIVERS)),) 75 ifneq ($(filter nouveau,$(BOARD_MESA3D_GALLIUM_DRIVERS)),) 80 ifneq ($(filter d3d12,$(BOARD_MESA3D_GALLIUM_DRIVERS)),) 86 ifneq ($(MESON_GEN_LLVM_STUB),) 171 ifneq ( [all...] |
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | detect.mk | 96 ifneq ($(findstring list,$(MAKECMDGOALS)),) # test for the "list" target 118 ifneq ($(findstring visualc,$(MAKECMDGOALS)),) # Visual C/C++ 127 ifneq ($(findstring intelc,$(MAKECMDGOALS)),) # Intel C/C++ 136 ifneq ($(findstring watcom,$(MAKECMDGOALS)),) # Watcom C/C++ 145 ifneq ($(findstring visualage,$(MAKECMDGOALS)),) # Visual Age C++ 154 ifneq ($(findstring lcc,$(MAKECMDGOALS)),) # LCC-Win32 163 ifneq ($(findstring mingw32,$(MAKECMDGOALS)),) # mingw32 172 ifneq ($(findstring bcc32,$(MAKECMDGOALS)),) # Borland C++ 181 ifneq ($(findstring devel-bcc,$(MAKECMDGOALS)),) # development target 190 ifneq ( [all...] |
/third_party/skia/third_party/externals/freetype/builds/dos/ |
H A D | detect.mk | 52 #ifneq ($(OS),Windows_NT) 63 ifneq ($(is_dos),) 80 ifneq ($(findstring emx,$(MAKECMDGOALS)),) # EMX gcc 89 ifneq ($(findstring turboc,$(MAKECMDGOALS)),) # Turbo C 98 ifneq ($(findstring watcom,$(MAKECMDGOALS)),) # Watcom C/C++ 107 ifneq ($(findstring borlandc,$(MAKECMDGOALS)),) # Borland C/C++ 32-bit 116 ifneq ($(findstring borlandc16,$(MAKECMDGOALS)),) # Borland C/C++ 16-bit 125 ifneq ($(findstring bash,$(SHELL)),) # check for bash
|
/third_party/ltp/ |
H A D | Makefile | 40 ifneq ($(UCLINUX),1) 56 ifneq ($(BUILD_TREE_STATE),$(BUILD_TREE_SRCDIR_INSTALL)) 109 ifneq ($(filter clean,$(MAKECMDGOALS)),) 112 ifneq ($(filter %clean,$(MAKECMDGOALS)),) 139 ifneq ($(INSTALL_DIR),/) 174 ifneq ($(BUILD_TREE_STATE),$(BUILD_TREE_SRCDIR_INSTALL)) 193 ifneq ($(build),$(host)) 200 ifneq ($(build),$(host)) 206 ifneq ($(build),$(host))
|
/third_party/skia/third_party/externals/freetype/builds/os2/ |
H A D | detect.mk | 40 ifneq ($(findstring visualage,$(MAKECMDGOALS)),) # Visual Age C++ 49 ifneq ($(findstring watcom,$(MAKECMDGOALS)),) # Watcom C/C++ 58 ifneq ($(findstring borlandc,$(MAKECMDGOALS)),) # Borland C++ 32-bit 67 ifneq ($(findstring devel,$(MAKECMDGOALS)),) # development target
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
H A D | detect.mk | 25 ifneq ($(is_unix),) 40 ifneq ($(findstring devel,$(MAKECMDGOALS)),) 52 ifneq ($(findstring lcc,$(MAKECMDGOALS)),) 87 ifneq ($(have_Makefile),)
|
/third_party/ltp/include/mk/ |
H A D | env_pre.mk | 81 ifneq ("$(wildcard $(abs_top_builddir)/include/mk/config.mk)","") 84 ifneq ("$(wildcard $(abs_top_builddir)/include/mk/features.mk)","") 95 ifneq ($(abs_builddir),$(abs_srcdir)) 114 ifneq ($(wildcard $(abs_top_builddir)/include/mk/config.mk),)
|
H A D | env_post.mk | 60 ifneq ($(filter-out install,$(MAKECMDGOALS)),$(MAKECMDGOALS)) 66 ifneq ($(strip $(prefix)),) 68 ifneq ($(patsubst /%,,$(INSTALL_DIR)),)
|
H A D | module.mk | 39 ifneq ($(SKIP),0) 43 ifneq ($(filter install clean,$(MAKECMDGOALS)),)
|
/third_party/mbedtls/library/ |
H A D | Makefile | 11 ifneq ($(GENERATED_FILES),$(wildcard $(GENERATED_FILES))) 87 ifneq ($(APPLE_BUILD),0) 99 ifneq ($(APPLE_BUILD),0) 254 ifneq ($(APPLE_BUILD),0) 264 ifneq ($(SOEXT_TLS),so) 283 ifneq ($(APPLE_BUILD),0) 293 ifneq ($(SOEXT_X509),so) 312 ifneq ($(APPLE_BUILD),0) 322 ifneq ($(SOEXT_CRYPTO),so)
|
/third_party/ltp/testcases/ |
H A D | Makefile | 14 ifneq ($(WITH_OPEN_POSIX_TESTSUITE),yes) 18 ifneq ($(WITH_REALTIME_TESTSUITE),yes)
|
/third_party/ltp/testcases/cve/ |
H A D | Makefile | 17 ifneq ($(ANDROID),1) 21 ifneq (,$(filter $(HOST_CPU),x86 x86_64))
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
H A D | newer_64.mk | 32 ifneq ($(TST_NEWER_64_SYSCALL),no) 42 ifneq ($(wildcard $(NEWER_64_H)),)
|
H A D | compat_16.mk | 63 ifneq ($(COMPAT_TST_16_H),1) 69 ifneq ($(wildcard $(COMPAT_16_H)),)
|
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/ |
H A D | Makefile | 0 ifneq ($(KERNELRELEASE),) 7 ifneq ($(INSTALL_MOD_PATH),)
|
/third_party/node/deps/base64/base64/test/ |
H A D | Makefile | 7 ifneq (, $(findstring darwin, $(TARGET))) 9 else ifneq (, $(findstring mingw, $(TARGET)))
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | exports.mk | 27 ifneq ($(EXPORTS_LIST),) 45 ifneq ($(ftmac_c),)
|
H A D | freetype.mk | 177 ifneq ($(wildcard $(OBJ_DIR)/ftoption.h),) 179 else ifneq ($(wildcard $(PLATFORM_DIR)/ftoption.h),) 251 ifneq ($(RC),) 277 ifneq ($(findstring multi,$(MAKECMDGOALS)),)
|
H A D | toplevel.mk | 42 ifneq ($(eval_available),T) 62 ifneq ($(wildcard $(OBJ_DIR)/modules.cfg),) 102 ifneq ($(findstring setup,$(MAKECMDGOALS)),) 139 ifneq ($(is_unix),) 223 # ifneq ($(findstring x0x,x$(patch)x),)
|
/third_party/selinux/libsepol/src/ |
H A D | Makefile | 26 ifneq ($(DISABLE_CIL),y) 63 ifneq ($(DISABLE_CIL),y) 69 ifneq ($(DISABLE_CIL),y)
|
/third_party/curl/src/ |
H A D | Makefile.mk | 60 ifneq ($(wildcard tool_hugehelp.c.cvs),) 66 ifneq ($(shell $(call WHICH, $(NROFF))),)
|
/third_party/jerryscript/targets/mbedos5/ |
H A D | Makefile | 30 ifneq ($(EXTRA_SRC),) 37 ifneq ($(EXTERN_BUILD_DIR),)
|
/third_party/ltp/docparse/ |
H A D | Makefile | 35 ifneq ($(METADATA_GENERATOR_PARAMS_HTML_CHUNKED),) 58 ifneq ($(METADATA_GENERATOR_PARAMS_HTML_CHUNKED),)
|
/third_party/libphonenumber/debian/ |
H A D | rules | 39 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) 47 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
|