File: rules

package info (click to toggle)
ocurl 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 928 kB
  • ctags: 1,365
  • sloc: ansic: 4,612; ml: 1,726; sh: 169; makefile: 131
file content (17 lines) | stat: -rwxr-xr-x 496 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

include /usr/share/cdbs/1/rules/patchsys-quilt.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/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)