b6ffc5b5583115c8ad8a81ed2a893d0409bc9e02
[ghc-hetmet.git] / ghc / tests / mk / boilerplate.mk
1 #################################################################################
2 #
3 #                           ghc/tests/mk/boilerplate.mk
4 #
5 #               Boilerplate Makefile for an fptools project
6 #
7 #################################################################################
8
9 # Begin by slurping in the boilerplate from one level up, 
10 # with standard TOP-mangling
11 # Remember, TOP is the top level of the innermost level
12 # ( FPTOOLS_TOP, which will be set while processing
13 #   toplevel boilerplate, is the fptools top )
14
15 TEST_TOP := $(TOP)
16 TOP := $(TOP)/..
17
18 include $(TOP)/mk/boilerplate.mk
19 TOP:=$(TEST_TOP)
20
21 # By default, we're testing the GHC in the build tree.
22 HC=$(GHC_INPLACE)
23
24 # we don't want recompilation checking in here
25 SRC_HC_OPTS += -no-recomp 
26
27 # -----------------------------------------------------------------
28 # Everything after this point
29 # augments or overrides previously set variables.
30 # -----------------------------------------------------------------
31
32 -include $(TOP)/mk/paths.mk
33 -include $(TOP)/mk/opts.mk
34 -include $(TOP)/mk/version.mk
35 -include $(TOP)/mk/suffix.mk