Add a header to all build system files:
[ghc-hetmet.git] / utils / hpc / ghc.mk
1 # -----------------------------------------------------------------------------
2 #
3 # (c) 2009 The University of Glasgow
4 #
5 # This file is part of the GHC build system.
6 #
7 # To understand how the build system works and how to modify it, see
8 #      http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture
9 #      http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying
10 #
11 # -----------------------------------------------------------------------------
12
13 utils/hpc_dist_MODULES = Main HpcCombine HpcDraft HpcFlags HpcLexer HpcMap \
14                          HpcMarkup HpcOverlay HpcParser HpcReport HpcSet \
15                          HpcShowTix HpcUtils
16 utils/hpc_dist_HC_OPTS = -cpp -package hpc
17 utils/hpc_dist_INSTALL = YES
18 utils/hpc_dist_PROG    = hpc$(exeext)
19 $(eval $(call build-prog,utils/hpc,dist,1))