BIN = ymapsdf-splitter

DESC = Writes into a ymapsdf schema data from a selected region. Where the \
region is defined by a number of ISO codes.

BUILD_DEPENDS = \
	libboost-dev \
	libboost-filesystem-dev \
	libboost-program-options-dev \
	libboost-system-dev \
	libyandex-maps-common-dev \
	libyandex-maps-log8-dev \
	libyandex-maps-pqxx-dev \
	libyandex-maps-stringutils-dev \
	libyandex-maps-wiki-threadutils-dev

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

$(BIN): LIBS += \
	boost_filesystem \
	boost_program_options \
	boost_system \
	yandex-maps-common \
	yandex-maps-log8 \
	yandex-maps-pqxx \
	yandex-maps-stringutils \
	yandex-maps-wiki-threadutils

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

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