File: rules

package info (click to toggle)
coinor-cgl 0.60.3%2Brepack1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,360 kB
  • sloc: cpp: 57,099; sh: 11,236; makefile: 407; ansic: 35
file content (17 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download | duplicates (2)
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