Add utils/ghctags/ghc.mk
authorIan Lynagh <igloo@earth.li>
Sun, 21 Feb 2010 18:52:00 +0000 (18:52 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 21 Feb 2010 18:52:00 +0000 (18:52 +0000)
utils/ghctags/ghc.mk [new file with mode: 0644]

diff --git a/utils/ghctags/ghc.mk b/utils/ghctags/ghc.mk
new file mode 100644 (file)
index 0000000..7bf8a73
--- /dev/null
@@ -0,0 +1,17 @@
+# -----------------------------------------------------------------------------
+#
+# (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://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
+#      http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
+#
+# -----------------------------------------------------------------------------
+
+utils/ghctags_dist_MODULES = Main
+utils/ghctags_dist_HC_OPTS = -package ghc
+utils/ghctags_dist_INSTALL = NO
+utils/ghctags_dist_PROG    = ghctags$(exeext)
+$(eval $(call build-prog,utils/ghctags,dist,2))