BIN = ad-geometry-builder

DESC = Builds AD's geometry and fills the table `ad_geom` with this information.

BUILD_DEPENDS = \
	libboost-dev \
	libboost-program-options-dev \
	libyandex-maps-common-dev \
	libyandex-maps-geolib3-dev \
	libyandex-maps-log8-dev \
	libyandex-maps-pqxx-dev \
	libyandex-maps-program-options-dev \
	libyandex-maps-stringutils-dev

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

$(BIN): LIBS += \
	boost_program_options \
	yandex-maps-common \
	yandex-maps-geolib3 \
	yandex-maps-log8 \
	yandex-maps-pqxx \
	yandex-maps-program-options \
	yandex-maps-stringutils

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

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