File: rules

package info (click to toggle)
qbankmanager 0.9.55beta-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,136 kB
  • sloc: cpp: 34,179; sh: 10,137; ansic: 1,177; makefile: 888
file content (17 lines) | stat: -rwxr-xr-x 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

override_dh_auto_clean:
	dh_auto_clean
	-rm -rf po/*.qm po/*.pot
	-rm -rf */*/*/*.moc.cpp
	-rm -rf headers

override_dh_clean:
	dh_clean
	-rm -rf 'debian/qbankmanager@aqbanking_headerdir_am@'

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- QTDIR=/usr/ QT3TO4=/usr/bin/qt3to4 qt3_libs="-lQtCore -lQtGui -lQt3Support" qt3_includes="-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/Qt3Support"