File: rules

package info (click to toggle)
slpvm 0.1.5-12.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,076 kB
  • ctags: 254
  • sloc: sh: 2,624; ansic: 1,012; makefile: 155
file content (20 lines) | stat: -rwxr-xr-x 608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_CONFIGURE_EXTRA_FLAGS += --with-slanglib=/usr/lib/$(DEB_HOST_MULTIARCH)
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