#!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk libdir = /usr/lib/$(DEB_HOST_MULTIARCH) DEB_CONFIGURE_EXTRA_FLAGS += --with-slanglib=$libdir --with-pvm3lib=$libdir DEB_MAKE_BUILD_TARGET := all RPATH= ## Removed the regresssion test until it is sure it works in the ## autobuilders (cf Bug#422241 and Bug#422155) #build/slang-pvm:: # -( cd examples ; \ # pvmd & \ # SLANG_MODULE_PATH=/usr/lib/slang/v2/modules/:$(CURDIR)/src \ # SLSH_PATH=/usr/share/slsh/:$(CURDIR)/src \ # ./master hostname 2 ; \ # echo halt | pvm ) clean:: rm -f config.log