File: rules

package info (click to toggle)
le 1.16.8-0.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,824 kB
  • sloc: ansic: 30,032; cpp: 18,198; sh: 4,754; makefile: 112; perl: 82
file content (19 lines) | stat: -rwxr-xr-x 573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

DEB_CONFIGURE_EXTRA_FLAGS += --with-curses-lib=/usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`

ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
        DEB_CONFIGURE_EXTRA_FLAGS += --with-debug
endif

DEB_INSTALL_CHANGELOGS_ALL = NEWS
DEB_INSTALL_DOCS_ALL =
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/build-aux

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

clean::
	find . -name 'Makefile.in' -delete
	$(RM) lib/Makefile configure lib/stamp-h1 lib/config.h src/config.h.in