File: rules

package info (click to toggle)
coq-deriving 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: ml: 28; makefile: 21
file content (18 lines) | stat: -rwxr-xr-x 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with coq,ocaml

override_dh_auto_clean:
	make clean
	rm -f CoqMakefile CoqMakefile.conf
	find . -name "*.aux" -delete
	find . -name "*.glob" -delete

override_dh_auto_test:
	# doesn't work

override_dh_auto_install:
	DESTDIR=debian/tmp make install