shithub: cstory

ref: 5395196b520f36c63d7e052119756cbe426e84c9
dir: /external/SDL2/src/hidapi/libusb/Makefile-manual/

View raw version


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)