File: rules

package info (click to toggle)
coq-dpdgraph 1.0%2B8.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: ml: 686; makefile: 221
file content (15 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with coq,ocaml

override_dh_auto_clean:
	find . -name "*.vo*" -delete
	find . -name "*.aux" -delete
	find . -name "*.glob" -delete
	if test -f Makefile; then \
	  make clean; \
	fi
	rm -f META.coq-dpdgraph Make_coq.conf Makefile config.log config.status