1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
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
|