ref: 1733b58b3a8147e1a242f72f1d127169ee329a02
dir: /external/SDL2/src/hidapi/libusb/Makefile-manual/
OS=$(shell uname) ifeq ($(OS), Linux) FILE=Makefile.linux endif ifeq ($(OS), FreeBSD) FILE=Makefile.freebsd endif ifeq ($(FILE), ) all: $(error Your platform ${OS} is not supported by hidapi/libusb at this time.) endif include $(FILE)