File: rules

package info (click to toggle)
ocurl 0.2.1-13
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 768 kB
  • ctags: 1,276
  • sloc: ansic: 3,595; ml: 1,329; sh: 244; makefile: 131
file content (16 lines) | stat: -rwxr-xr-x 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/dpatch.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/class/ocaml.mk

PKGNAME = libcurl-ocaml-dev

DESTDIR := $(CURDIR)/debian/tmp$(OCAML_STDLIB_DIR)
DEB_MAKE_BUILD_TARGET = all NO_CUSTOM=y
DEB_MAKE_CLEAN_TARGET = clean
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR)
OCAML_OCAMLDOC_PACKAGES= $(OCAML_LIBDEV_PACKAGES)

build/$(PKGNAME)::
	mkdir -p $(DESTDIR)