summaryrefslogtreecommitdiff
path: root/utils/genapply/ghc.mk
blob: 2eea233ea5043caa27508dca5680cfe95aa95ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -----------------------------------------------------------------------------
#
# (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
#
# -----------------------------------------------------------------------------

utils/genapply_dist_MODULES = GenApply
utils/genapply_dist_PROGNAME = genapply
utils/genapply_dist_INSTALL_INPLACE = YES

utils/genapply_HC_OPTS += -package pretty

ifeq "$(GhcUnregisterised)" "YES"
utils/genapply_HC_OPTS += -DNO_REGS
endif

utils/genapply/GenApply.hs : includes/ghcconfig.h
utils/genapply/GenApply.hs : includes/MachRegs.h
utils/genapply/GenApply.hs : includes/Constants.h

$(eval $(call build-prog,utils/genapply,dist,0))