aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar simonmar <unknown>2002-09-12 16:38:22 +0000
committerGravatar simonmar <unknown>2002-09-12 16:38:22 +0000
commitfb789a7a51ba183c2600711a5f771720930aa1da (patch)
tree506bf212d27b9069fe29eef7160fc87ba1b82d20 /Makefile
parent7f4767d8c35cee56b8fcb5f949bd4aa30deea061 (diff)
[project @ 2002-09-12 16:38:21 by simonmar]
More POSIX bits... we're getting there.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b6af63..b997a0d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,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