File: rules

package info (click to toggle)
haskell-hxt-relaxng 9.1.5.5-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 696 kB
  • sloc: haskell: 12,378; makefile: 171; xml: 37
file content (10 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)

ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
        DEB_SETUP_GHC6_CONFIGURE_ARGS = --ghc-options="-optc--param -optcggc-min-expand=10"
endif

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk