[project @ 1998-08-08 19:26:34 by sof]
authorsof <unknown>
Sat, 8 Aug 1998 19:26:34 +0000 (19:26 +0000)
committersof <unknown>
Sat, 8 Aug 1998 19:26:34 +0000 (19:26 +0000)
Makefile to go with socket tests

ghc/tests/lib/socket/Makefile [new file with mode: 0644]

diff --git a/ghc/tests/lib/socket/Makefile b/ghc/tests/lib/socket/Makefile
new file mode 100644 (file)
index 0000000..7fbd644
--- /dev/null
@@ -0,0 +1,9 @@
+TOP = ../..
+include $(TOP)/mk/boilerplate.mk
+include $(TOP)/mk/should_run.mk
+
+HC_OPTS += -dcore-lint -syslib posix -syslib misc -fglasgow-exts
+
+.PRECIOUS: %.o %.bin
+
+include $(TOP)/mk/target.mk