michael@0: # System platform michael@0: michael@0: # determine if windows michael@0: WIN32 := 0 michael@0: UNAME := $(shell uname -s) michael@0: ifneq (,$(findstring MINGW32_NT,$(UNAME))) michael@0: WIN32 = 1 michael@0: endif