File: rules

package info (click to toggle)
coq-unimath 20220816-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,544 kB
  • sloc: lisp: 870; makefile: 422; perl: 90; sh: 86; javascript: 44; sed: 10
file content (18 lines) | stat: -rwxr-xr-x 294 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:
	# doesn't work

override_dh_auto_test:
	# doesn't work

override_dh_auto_build:
	make BUILD_COQ=no

override_dh_auto_install:
	DESTDIR=$(CURDIR)/debian/tmp BUILD_COQ=no make install