[project @ 1997-08-25 22:32:46 by sof]
[ghc-hetmet.git] / glafp-utils / verbatim / Makefile
1 TOP=..
2 include $(TOP)/mk/boilerplate.mk
3
4 C_SRCS = verbatim.c
5 C_PROG = verbatim
6 LIBS = $(FLEX_LIB)
7
8 #
9 # For src distributions, include flex output.
10 #
11 SRC_DIST_FILES += verbatim.c
12
13 include $(TOP)/mk/target.mk