aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
blob: b997a0d4c00de469c125acf31bc8bccb1bc0dcb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TOP=..
include $(TOP)/mk/boilerplate.mk

SUBDIRS = cbits include

ALL_DIRS     = System System/Posix
PACKAGE      = unix
PACKAGE_DEPS = base

SRC_HADDOCK_OPTS += -t "Haskell Core Libraries (unix package)"
SRC_HSC2HS_OPTS += -Iinclude
SRC_HC_OPTS     += -Iinclude

include $(TOP)/mk/target.mk