File: rules

package info (click to toggle)
ocaml-extunix 0.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: ml: 3,316; ansic: 3,294; makefile: 24
file content (11 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

include /usr/share/ocaml/ocamlvars.mk

ifneq (,$(findstring $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU),arm powerpc))
   export DISABLE_EXECINFO=1
endif

%:
	dh $@ --with ocaml --buildsystem ocaml_dune