1 # -----------------------------------------------------------------------------
3 # (c) 2009 The University of Glasgow
5 # This file is part of the GHC build system.
7 # To understand how the build system works and how to modify it, see
8 # http://ghc.haskell.org/trac/ghc/wiki/Building/Architecture
9 # http://ghc.haskell.org/trac/ghc/wiki/Building/Modifying
11 # -----------------------------------------------------------------------------
13 utils
/ghctags_USES_CABAL
= YES
14 utils
/ghctags_PACKAGE
= ghctags
15 utils
/ghctags_dist-install_PROGNAME
= ghctags
16 utils
/ghctags_dist-install_INSTALL
= NO
17 utils
/ghctags_dist-install_INSTALL_INPLACE
= YES
18 $(eval
$(call build-prog
,utils
/ghctags
,dist-install
,2))