DEB_CONFIGURE_EXTRA_FLAGS=--with-dll --with-mt --without-autodep \
--without-makefile-auto-update --with-flat-makefile --without-dbapi \
--without-lzo --with-runpath=/usr/lib/ncbi-blast+ --with-build-root=BUILD
+proj=algo/blast/ app/ objmgr/ objtools/align_format/ objtools/blast/
# XXX - not quite right, as we get -DNDEBUG vs. -D_DEBUG
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
cd c++ && LD_LIBRARY_PATH=$(CURDIR)/c++/BUILD/lib \
./configure $(DEB_CONFIGURE_EXTRA_FLAGS)
+override_dh_auto_build:
+ cd c++/BUILD/build && make -f Makefile.flat \
+ all_projects="$(proj)"
instroot = debian/ncbi-blast+/usr
override_dh_auto_install: