File: rules

package info (click to toggle)
tweeny 3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 340 kB
  • sloc: cpp: 406; xml: 182; ansic: 171; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ 

override_dh_auto_build:
	cd build && make

override_dh_auto_configure:
	mkdir build && cd build && cmake .. -DTWEENY_BUILD_DOCUMENTATION=ON