summaryrefslogtreecommitdiff
path: root/testsuite/utils/check-api-annotations/ghc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/utils/check-api-annotations/ghc.mk')
-rw-r--r--testsuite/utils/check-api-annotations/ghc.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/testsuite/utils/check-api-annotations/ghc.mk b/testsuite/utils/check-api-annotations/ghc.mk
new file mode 100644
index 0000000000..f2af7d0d2c
--- /dev/null
+++ b/testsuite/utils/check-api-annotations/ghc.mk
@@ -0,0 +1,20 @@
+# -----------------------------------------------------------------------------
+#
+# (c) 2009 The University of Glasgow
+#
+# This file is part of the GHC build system.
+#
+# To understand how the build system works and how to modify it, see
+# http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
+# http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying
+#
+# -----------------------------------------------------------------------------
+
+testsuite/utils/check-api-annotations_USES_CABAL = YES
+testsuite/utils/check-api-annotations_PACKAGE = check-api-annotations
+testsuite/utils/check-api-annotations_dist-install_PROGNAME = check-api-annotations
+testsuite/utils/check-api-annotations_dist-install_INSTALL = NO
+testsuite/utils/check-api-annotations_dist-install_INSTALL_INPLACE = YES
+$(eval $(call build-prog,testsuite/utils/check-api-annotations,dist-install,2))
+
+testsuite_utils: $(testsuite/utils/check-api-annotations_dist-install_INPLACE)