File: rules

package info (click to toggle)
guile-lib 0.2.2-0.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 2,232 kB
  • ctags: 1,089
  • sloc: lisp: 19,446; sh: 900; makefile: 159
file content (15 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

#export DH_VERBOSE=1

DEB_DESTDIR := $(CURDIR)/debian/tmp

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

DEB_CONFIGURE_EXTRA_FLAGS = --prefix=/usr --with-install-guile-lib=yes
DEB_MAKE_CHECK_TARGET = check

clean::
	rm -f doc/guile-library.texi
	rm -f doc/guile-library.info