File: rules

package info (click to toggle)
wfview 2.03-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 14,256 kB
  • sloc: cpp: 39,389; ansic: 1,607; 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