File: rules

package info (click to toggle)
clp 1.17.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,504 kB
  • sloc: cpp: 187,858; sh: 11,284; makefile: 500; ansic: 116
file content (17 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_autoreconf:
	dh_autoreconf autoreconf -- --force --install --no-recursive --include=BuildTools

override_dh_auto_configure:
	dh_auto_configure -- --enable-static --enable-dot --enable-dependency-linking

override_dh_auto_build:
	dh_auto_build
	make doxydoc
	$(RM) doxydoc/html/*.md5 doxydoc/html/*.dot doxydoc/html/*.map