From 390708b553cab55e270359e79fe15d1da4ecec08 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 21 Feb 2010 18:52:00 +0000 Subject: [PATCH] Add utils/ghctags/ghc.mk --- utils/ghctags/ghc.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 utils/ghctags/ghc.mk diff --git a/utils/ghctags/ghc.mk b/utils/ghctags/ghc.mk new file mode 100644 index 0000000..7bf8a73 --- /dev/null +++ b/utils/ghctags/ghc.mk @@ -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)) -- 1.7.10.4