UOPT_HOME ?= /usr/local

PKG_CPPFLAGS = -I $(UOPT_HOME)/include
PKG_CXXFLAGS += -std=c++11
PKG_LIBS     = -L $(UOPT_HOME)/lib -luopt
