Reorganisation of the source tree
[ghc-hetmet.git] / glafp-utils / Makefile
diff --git a/glafp-utils/Makefile b/glafp-utils/Makefile
deleted file mode 100644 (file)
index d9a8b2e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#################################################################################
-#
-#                          glafp-utils/Makefile
-#
-#              Main Makefile for project glafp-utils
-#
-#################################################################################
-
-TOP=.
-include $(TOP)/mk/boilerplate.mk
-
-# We need to write mkdependC first (in that order), to be sure that
-# make depend will succeed in all the other directories.
-SUBDIRS = mkdependC mkdirhier runstdtest
-ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
-SUBDIRS += lndir
-endif
-
-include $(TOP)/mk/target.mk