File: rules

package info (click to toggle)
coqprime 8.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,444 kB
  • sloc: ansic: 12,892; ml: 1,656; makefile: 88
file content (17 lines) | stat: -rwxr-xr-x 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh $@ --with coq

override_dh_auto_clean:
	# doesn't work

override_dh_auto_build:
	make
	cd gencertif ; autoreconf ; ./configure --prefix=/usr ; make

override_dh_auto_install:
	DESTDIR=$(CURDIR)/debian/tmp make install
	rm -rf $(CURDIR)/debian/tmp/usr/lib/ocaml/coq/user-contrib/Coqprime/examples
	mkdir -p $(CURDIR)/debian/tmp/usr/bin
	cp gencertif/firstprimes gencertif/o2v gencertif/pocklington $(CURDIR)/debian/tmp/usr/bin