ERL_INCLUDE_PATH="/Users/binns/.asdf/installs/erlang/21.2.3/erts-10.2.2/include"
LIBFREENECT_INCLUDE_PATH="../libfreenect/include"

all: native/kinext.so

native/kinext.so: native/kinext.c
	cc -fPIC -lfreenect -I$(LIBFREENECT_INCLUDE_PATH) -I$(ERL_INCLUDE_PATH) -dynamiclib -undefined dynamic_lookup -o ./native/kinext.so ./native/kinext.c