[project @ 1999-07-06 15:21:01 by simonmar]
[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 include $(TOP)/mk/boilerplate.mk
18 TOP:=$(TEST_TOP)