File: rules

package info (click to toggle)
liblnk 20240423-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 13,836 kB
  • sloc: ansic: 205,163; sh: 6,444; makefile: 1,311; python: 586; cpp: 88; sed: 16
file content (14 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem=autoconf --with python3

override_dh_auto_configure:
	dh_auto_configure -- --enable-python

override_dh_missing:
	dh_missing -X.la -X/pylnk.a --fail-missing

override_dh_install:
	dh_install -X.la -X/pylnk.a