File: rules

package info (click to toggle)
coquelicot 3.4.4-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,476 kB
  • sloc: cpp: 2,077; makefile: 16; sh: 5
file content (24 lines) | stat: -rwxr-xr-x 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

include /usr/share/ocaml/ocamlvars.mk

export DEB_BUILD_OPTIONS += noautodbgsym

%:
	dh $@ --with coq,ocaml

override_dh_auto_configure:
	autoconf
	./configure

override_dh_auto_build:
	./remake

override_dh_installchangelogs:
	dh_installchangelogs NEWS.md

override_dh_auto_clean:
	find . -name "*.aux" -delete
	find . -name "*.glob" -delete
	find . -name "*.vo*" -delete
	rm -f .remake remake Remakefile config.* .lia.cache