[project @ 1997-03-14 07:52:06 by simonpj]
[ghc-hetmet.git] / glafp-utils / mk / boilerplate.mk
1 #################################################################################
2 #
3 #                           GHC 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 # Remember, TOP is the top level of the innermost level
11 # (FPTOOLS_TOP is the fptools top)
12
13 # We need to set TOP to be the TOP that the next level up expects!
14 GLAFP_UTILS_TOP := $(TOP)
15 TOP:=$(GLAFP_UTILS_TOP)/..
16
17 include $(TOP)/mk/boilerplate.mk
18
19 # -----------------------------------------------------------------
20 # Everything after this point
21 # augments or overrides previously set variables.
22 # (these files are optional, so `make' won't fret if
23 #  cannot get to them).
24 # -----------------------------------------------------------------
25
26 #Not currently used: -include $(GLAFP_UTILS_TOP)/mk/paths.mk
27 -include $(GLAFP_UTILS_TOP)/mk/opts.mk
28 #Not currently used: -include $(GLAFP_UTILS_TOP)/mk/suffix.mk
29
30 # No ways, please
31 WAYS=