summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/dynlibs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/dynlibs/Makefile')
-rw-r--r--testsuite/tests/ghc-regress/dynlibs/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/testsuite/tests/ghc-regress/dynlibs/Makefile b/testsuite/tests/ghc-regress/dynlibs/Makefile
deleted file mode 100644
index 439b0e626d..0000000000
--- a/testsuite/tests/ghc-regress/dynlibs/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-TOP=../../..
-include $(TOP)/mk/boilerplate.mk
-include $(TOP)/mk/test.mk
-
-.PHONY: T3807
-T3807:
- $(RM) T3807Export_stub.c T3807Export_stub.h T3807Export_stub.o
- $(RM) T3807Export.o T3807Export.hi
- $(RM) T3807-export.o T3807-load.o
- $(RM) T3807test.so
- $(RM) T3807-load
- '$(TEST_HC)' $(TEST_HC_OPTS) -v0 --make -dynamic -fPIC -shared T3807Export.hs T3807-export.c -o T3807test.so -lHSrts-ghc`'$(TEST_HC)' $(TEST_HC_OPTS) --numeric-version`
- '$(TEST_HC)' $(TEST_HC_OPTS) T3807-load.c -o T3807-load -ldl
- ./T3807-load
-
-.PHONY: T4464
-T4464:
- $(RM) T4464B.o T4464C.o T4464H.hi T4464H.o
- $(RM) T4464H_stub.c T4464H_stub.h T4464H_stub.o
- $(RM) HS4464.dll HS4464.dll.a t4464.exe
- '$(TEST_HC)' $(TEST_HC_OPTS) -v0 -shared T4464H.hs T4464B.c -o HS4464.dll
- '$(TEST_HC)' $(TEST_HC_OPTS) -v0 T4464C.c HS4464.dll.a -o t4464.exe
- -./t4464.exe
- echo "====="
- echo "=====" >&2
- $(RM) T4464B.o T4464C.o T4464H.hi T4464H.o
- $(RM) T4464H_stub.c T4464H_stub.h T4464H_stub.o
- $(RM) HS4464.dll HS4464.dll.a t4464.exe
- '$(TEST_HC)' $(TEST_HC_OPTS) -v0 -shared T4464H.hs T4464B.c -o HS4464.dll -rtsopts
- '$(TEST_HC)' $(TEST_HC_OPTS) -v0 T4464C.c HS4464.dll.a -o t4464.exe
- ./t4464.exe
-