1 2 3 4 5 6 7 8
# System platform # determine if windows WIN32 := 0 UNAME := $(shell uname -s) ifneq (,$(findstring MINGW32_NT,$(UNAME))) WIN32 = 1 endif