aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
blob: eca7def89ab58cbf55165555ca5fc644093e737c (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 System/DL
PACKAGE      = unix
PACKAGE_DEPS = base

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

include $(TOP)/mk/target.mk