Reorganisation of the source tree
[ghc-hetmet.git] / glafp-utils / verbatim / Makefile
diff --git a/glafp-utils/verbatim/Makefile b/glafp-utils/verbatim/Makefile
deleted file mode 100644 (file)
index eb40f0d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-TOP=..
-include $(TOP)/mk/boilerplate.mk
-
-C_SRCS = verbatim.c
-C_PROG = verbatim
-LIBS = $(FLEX_LIB)
-
-override SRC_FLEX_OPTS=-8
-
-#
-# For src distributions, include flex output.
-#
-SRC_DIST_FILES += verbatim.c
-
-CLEAN_FILES += verbatim.c
-
-include $(TOP)/mk/target.mk