File: rules

package info (click to toggle)
unadf 0.7.11a-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,660 kB
  • sloc: ansic: 5,455; cpp: 404; makefile: 127; sh: 78
file content (19 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build -DLib
	dh_auto_build -DDemo

override_dh_auto_clean:
	[ ! -f Lib/adf_salv.o ] || dh_auto_clean -DLib
	[ ! -f Demo/unadf.o ] || dh_auto_clean -DDemo
	rm -f Lib/libadf.a
	rm -f build-stamp

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.txt