File: rules

package info (click to toggle)
wfview 2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,256 kB
  • sloc: cpp: 43,386; ansic: 3,196; sh: 32; xml: 29; makefile: 11
file content (16 lines) | stat: -rwxr-xr-x 399 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure --builddir=build-wfview -- ../wfview.pro
	dh_auto_configure --builddir=build-wfserver -- ../wfserver.pro

override_dh_auto_build:
	dh_auto_build --builddir=build-wfview
	dh_auto_build --builddir=build-wfserver

override_dh_auto_install:
	dh_auto_install --builddir=build-wfview
	dh_auto_install --builddir=build-wfserver