File: rules

package info (click to toggle)
lwt-log 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 196 kB
  • sloc: ml: 661; makefile: 17
file content (20 lines) | stat: -rwxr-xr-x 365 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
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/ocaml/ocamlvars.mk

DESTDIR=$(CURDIR)/debian/tmp

%:
	dh $@ --with ocaml --no-parallel

override_dh_auto_clean:
	dune clean

override_dh_auto_build:
	dune build -p lwt_log --verbose

override_dh_auto_install:
	dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR)

override_dh_dwz: