File: rules

package info (click to toggle)
c2hs 0.28.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,744 kB
  • sloc: haskell: 6,825; ansic: 1,798; xml: 1,410; makefile: 112
file content (12 lines) | stat: -rwxr-xr-x 268 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# Standard way of building Haskell libraries .
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk

build/$(CABAL_PACKAGE) :: build-ghc-stamp

build/$(CABAL_PACKAGE)-doc :: xml-docs

xml-docs :
	cd doc/ && make