[project @ 1997-03-23 22:01:13 by sof]
[ghc-hetmet.git] / glafp-utils / verbatim / Makefile
diff --git a/glafp-utils/verbatim/Makefile b/glafp-utils/verbatim/Makefile
new file mode 100644 (file)
index 0000000..8c76466
--- /dev/null
@@ -0,0 +1,13 @@
+TOP=..
+include $(TOP)/mk/boilerplate.mk
+
+C_SRCS = verbatim.c
+C_PROG = verbatim
+LIBS = $(FLEX_LIB)
+
+#
+# For src distributions, include flex output.
+#
+SRC_DIST_FILES += verbatim.c
+
+include $(TOP)/mk/target.mk