File: rules

package info (click to toggle)
hnb 1.9.18%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,632 kB
  • ctags: 1,569
  • sloc: ansic: 8,117; makefile: 113
file content (27 lines) | stat: -rwxr-xr-x 571 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/usr/bin/make -f
# -*- makefile -*-
# vim: set ft=make:

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_CPPFLAGS_MAINT_PREPEND="-I/usr/include/ncursesw"
export LC_ALL=C

%:
	dh $@

override_dh_auto_build:
	$(MAKE) --always-make src/hnbrc.inc
	$(MAKE) --always-make -C src init_subsystems.c
	dh_auto_build src/hnb
	$(MAKE) --always-make -C doc Documentation.html

override_dh_installchangelogs:
	dh_installchangelogs debian/changelog.upstream

override_dh_compress:
	dh_compress -X Documentation.hnb

# Empty target
override_dh_auto_install: