Searched refs:TARGET_OS (Results 1 – 5 of 5) sorted by relevance
/third_party/lz4/ |
D | Makefile.inc | 35 TARGET_OS ?= $(shell $(UNAME)) 36 ifeq ($(TARGET_OS),) 37 TARGET_OS ?= $(OS) 40 ifneq (,$(filter Windows%,$(TARGET_OS))) 46 ifneq (,$(filter MINGW%,$(TARGET_OS))) 50 ifneq (,$(filter MSYS%,$(TARGET_OS))) 54 ifneq (,$(filter CYGWIN%,$(TARGET_OS)))
|
/third_party/mksh/ |
D | Build.sh | 642 if test_z "$TARGET_OS"; then 644 test x"$x" = x"`uname -n 2>/dev/null`" || TARGET_OS=$x 646 if test_z "$TARGET_OS"; then 657 if test x"$TARGET_OS" = x"Android"; then 659 TARGET_OS=Linux 663 if test x"$TARGET_OS" = x"Minix"; then 686 Warning: you set TARGET_OS to $TARGET_OS but that is ambiguous. 692 TARGET_OS=$ct 696 Warning: you set TARGET_OS to $TARGET_OS but that is ambiguous. 706 case $TARGET_OS in [all …]
|
D | mksh.faq | 115 you <em>must</em> also export <tt>TARGET_OS</tt> to whatever system you
|
/third_party/lz4/lib/ |
D | Makefile | 64 ifeq ($(TARGET_OS), Darwin) 165 ifneq (,$(filter $(TARGET_OS),OpenBSD FreeBSD NetBSD DragonFly MidnightBSD))
|
/third_party/lz4/programs/ |
D | Makefile | 59 ifeq ($(TARGET_OS)$(shell $(OS_VERSION)),SunOS5.10)
|