File: rules

package info (click to toggle)
libipathverbs 1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,336 kB
  • ctags: 214
  • sloc: sh: 10,303; ansic: 888; makefile: 46
file content (15 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	aclocal --force
	libtoolize --install --copy --force
	autoconf --force
	autoheader --force
	automake --add-missing --copy --force-missing --foreign
	dh_auto_configure