File: rules

package info (click to toggle)
liborigin2 2%3A20110117-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 936 kB
  • sloc: cpp: 10,622; makefile: 10
file content (19 lines) | stat: -rwxr-xr-x 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export QT_SELECT=qt5

%:
	dh $@

override_dh_auto_configure:
	cp debian/tree.hh .
	dh_auto_configure

#override_dh_auto_install:
#	$(MAKE) INSTALL_ROOT=$(CURDIR)/debian/tmp install

override_dh_auto_clean:
	[ ! -f Makefile ] || $(MAKE) distclean
	rm -f tree.hh