[go: up one dir, main page]

File: rules

package info (click to toggle)
syslog-ocaml 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 192 kB
  • ctags: 96
  • sloc: ml: 211; sh: 104; makefile: 21
file content (13 lines) | stat: -rwxr-xr-x 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/dpatch.mk
include /usr/share/cdbs/1/class/ocaml.mk

OCAML_OCAMLDOC_PACKAGES = $(OCAML_LIBDEV_PACKAGES)

DEB_MAKE_BUILD_TARGET = byte-code-library
ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
    DEB_MAKE_BUILD_TARGET += native-code-library
endif