File: rules

package info (click to toggle)
omake 0.10.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,016 kB
  • sloc: ml: 57,428; ansic: 5,099; makefile: 688; sh: 7
file content (20 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download | duplicates (3)
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 -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/ocaml/ocamlvars.mk

%:
	dh $@ --with ocaml

.PHONY: build
build:
	dh $@ --with ocaml

override_dh_auto_configure:
	./configure -prefix /usr

override_dh_auto_install:
	INSTALL_ROOT=$(CURDIR)/debian/tmp $(MAKE) install