File: rules

package info (click to toggle)
mklibs 0.1.34
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 620 kB
  • sloc: sh: 3,800; cpp: 1,331; python: 756; makefile: 30
file content (12 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f
%:
	dh $@ --builddirectory=build-deb

override_dh_pysupport:
	dh_pysupport usr/lib/mklibs

configure:
	autoreconf -i -v
	@exit 1

build: configure