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

SUBDIRS = cbits include

ALL_DIRS     = System System/Posix System/Posix/DynamicLinker System/Posix/Signals
PACKAGE      = unix
VERSION	     = 1.0
PACKAGE_DEPS = base

SRC_HADDOCK_OPTS += -t "Haskell Hierarchical Libraries ($(PACKAGE) package)"
SRC_HSC2HS_OPTS += -Iinclude -I../../mk/ $(unix_SRC_HSC2HS_OPTS)
SRC_HC_OPTS     += -Iinclude $(unix_SRC_HSC2HS_OPTS)

DIST_CLEAN_FILES += unix.buildinfo config.cache config.status 

include $(TOP)/mk/target.mk