File: rules

package info (click to toggle)
toulbar2 1.2.1%2Bdfsg-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 30,876 kB
  • sloc: cpp: 72,466; python: 1,477; ansic: 391; xml: 72; sh: 54; awk: 50; makefile: 48
file content (12 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@ --with=sphinxdoc

override_dh_auto_configure:
	dh_auto_configure -- \
		-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
                -DXML=OFF \
		-DMPI=OFF \
		-DBUILD_API_DOC:STRING=ON \
		-DBUILD_API_DOC_LATEX:STRING=ON \
                -DBUILD_SPHINX_DOC:STRING=ON