BIN = propagate-isocode-ad

USE += g++-4.8
CXX = $(g++-4.8)
CXXFLAGS += -std=c++11

DESC = Tool for propagating isocode from top-level AD to other AD and AD-geometry

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

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


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

$(BIN): SRCS = \
    main.cpp

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