summaryrefslogtreecommitdiffstats
path: root/programs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'programs/Makefile')
-rw-r--r--programs/Makefile43
1 files changed, 1 insertions, 42 deletions
diff --git a/programs/Makefile b/programs/Makefile
index 47912d8..e055491 100644
--- a/programs/Makefile
+++ b/programs/Makefile
@@ -56,48 +56,7 @@ LZ4_VERSION=$(LIBVER)
MD2ROFF = ronn
MD2ROFF_FLAGS = --roff --warnings --manual="User Commands" --organization="lz4 $(LZ4_VERSION)"
-TARGET_OS ?= $(shell uname)
-ifeq ($(TARGET_OS),)
- TARGET_OS ?= $(OS)
-endif
-
-# Define *.exe as extension for Windows systems
-ifneq (,$(filter Windows%,$(TARGET_OS)))
-EXT :=.exe
-else
-ifneq (,$(filter MINGW%,$(TARGET_OS)))
-EXT :=.exe
-else
-ifneq (,$(filter MSYS%,$(TARGET_OS)))
-EXT :=.exe
-else
-ifneq (,$(filter CYGWIN%,$(TARGET_OS)))
-EXT :=.exe
-else
-EXT :=
-endif
-endif
-endif
-endif
-
-#determine if dev/nul based on host environment
-ifneq (,$(filter MINGW%,$(shell uname)))
-VOID := /dev/null
-else
-ifneq (,$(filter MSYS%,$(shell uname)))
-VOID := /dev/null
-else
-ifneq (,$(filter CYGWIN%,$(shell uname)))
-VOID := /dev/null
-else
-ifneq (,$(filter Windows%,$(OS)))
-VOID := nul
-else
-VOID := /dev/null
-endif
-endif
-endif
-endif
+include ../Makefile.inc
default: lz4-release