File: rules

package info (click to toggle)
clipper 2.1.20130601-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,812 kB
  • ctags: 4,269
  • sloc: cpp: 26,716; sh: 11,175; makefile: 242; fortran: 41; csh: 18
file content (22 lines) | stat: -rwxr-xr-x 524 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
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

override_dh_auto_configure:
	dh_auto_configure -- --enable-mmdb --enable-minimol --enable-cif --enable-ccp4 --enable-shared --disable-static --enable-fortran

override_dh_auto_build-indep:
	doxygen debian/Doxyfile

override_dh_clean:
	rm -f doxy.core.tag
	rm -rf doc/
	dh_clean

%:
	dh $@ --with autotools_dev --with autoreconf --dbg-package=libclipper2-dbg

# until the check target has been fixed
override_dh_auto_test: