[project @ 1996-11-21 16:45:53 by simonm]
[ghc-hetmet.git] / glafp-utils / Makefile
diff --git a/glafp-utils/Makefile b/glafp-utils/Makefile
new file mode 100644 (file)
index 0000000..24f2b6b
--- /dev/null
@@ -0,0 +1,15 @@
+TOP=..
+include $(TOP)/mk/gen.mk
+
+# We need to boot msub and mkdependC (in that order), to be sure that
+# make depend will succeed in all the other directories.
+
+SUBDIRS = msub mkdependC fastmake lndir ltx mkdirhier runstdtest
+
+boot ::
+       $(MAKE) -C msub all
+       $(MAKE) -C mkdependC all
+       $(MAKE) depend
+       $(MAKE) all
+
+include $(TOP)/mk/subdir.mk