BIN = point2regions

DESC = Points to regions converter

USE += g++-4.8
CXX = $(g++-4.8)

BUILD_DEPENDS = \
	libyandex-maps-common-dev \
	libyandex-maps-coverage5 \
	libyandex-maps-geolib3-dev

$(BIN): SRCS = \
	$(wildcard *.cpp)

$(BIN): LIBS += \
	yandex-maps-common \
	yandex-maps-coverage5 \
	yandex-maps-geolib3 \
	yandex-maps-pqxx

INCLUDES += \
	/usr/include/yandex/maps/pqxx

include /usr/share/yandex/maps/build/build.mk
