aboutsummaryrefslogtreecommitdiffhomepage
path: root/cbits/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 /cbits/Makefile
parent7f4767d8c35cee56b8fcb5f949bd4aa30deea061 (diff)
[project @ 2002-09-12 16:38:21 by simonmar]
More POSIX bits... we're getting there.
Diffstat (limited to 'cbits/Makefile')
-rw-r--r--cbits/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/cbits/Makefile b/cbits/Makefile
new file mode 100644
index 0000000..e23cd2f
--- /dev/null
+++ b/cbits/Makefile
@@ -0,0 +1,12 @@
+TOP = ../..
+include $(TOP)/mk/boilerplate.mk
+
+HC = $(GHC_INPLACE)
+
+SRC_CC_OPTS += -Wall
+SRC_CC_OPTS += -I$(GHC_INCLUDE_DIR) -I$(GHC_RUNTIME_DIR) -I../include
+
+LIBRARY = libHSunix_cbits.a
+LIBOBJS = $(C_OBJS)
+
+include $(TOP)/mk/target.mk