File: rules

package info (click to toggle)
qsapecng 2.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 4,012 kB
  • ctags: 2,906
  • sloc: cpp: 23,692; ansic: 22; makefile: 17
file content (23 lines) | stat: -rwxr-xr-x 516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
#export DH_VERBOSE=1
export DH_ALWAYS_EXCLUDE=.svn
export DH_OPTIONS


%:
	dh $@ 

override_dh_auto_configure:
	dh_auto_configure -- \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DCMAKE_BUILD_TYPE=Release
	doxygen doxy.cfg
	rm -f doc/html/jquery.js
	ln -s /usr/share/javascript/jquery/jquery.js doc/html/jquery.js

override_dh_auto_clean:
	dh_auto_clean
	rm -fr doc/html doc/latex
	rm -f src/gui/qtsolutions/qtpropertyeditor/moc_*
	rm -f src/gui/qtsolutions/qtpropertyeditor/*.moc
	rm -f src/libqwt6_fix.h