[project @ 2000-04-27 10:44:02 by simonmar]
authorsimonmar <unknown>
Thu, 27 Apr 2000 10:44:02 +0000 (10:44 +0000)
committersimonmar <unknown>
Thu, 27 Apr 2000 10:44:02 +0000 (10:44 +0000)
Give this subdir a proper target.mk, and set $(TOP) properly in
boilerplate.mk.

glafp-utils/mk/boilerplate.mk
glafp-utils/mk/target.mk [new file with mode: 0644]

index f2129e5..e85cfe9 100644 (file)
@@ -1,10 +1,10 @@
-#################################################################################
+################################################################################
 #
 #                          GHC boilerplate.mk
 #
 #              Boilerplate Makefile for an fptools project
 #
-#################################################################################
+################################################################################
 
 # Begin by slurping in the boilerplate from one level up.
 # Remember, TOP is the top level of the innermost level
@@ -16,6 +16,8 @@ TOP:=$(GLAFP_UTILS_TOP)/..
 
 include $(TOP)/mk/boilerplate.mk
 
+TOP:=$(GLAFP_UTILS_TOP)
+
 # -----------------------------------------------------------------
 # Everything after this point
 # augments or overrides previously set variables.
diff --git a/glafp-utils/mk/target.mk b/glafp-utils/mk/target.mk
new file mode 100644 (file)
index 0000000..df719ac
--- /dev/null
@@ -0,0 +1,7 @@
+# -----------------------------------------------------------------------------
+# $Id: target.mk,v 1.1 2000/04/27 10:44:02 simonmar Exp $
+#
+# (c) The GHC Team 2000
+# 
+
+include $(FPTOOLS_TOP)/mk/target.mk