[project @ 1998-04-16 10:03:50 by sof]
[ghc-hetmet.git] / glafp-utils / sgmlverb / Makefile
1 TOP=..
2 include $(TOP)/mk/boilerplate.mk
3
4 C_SRCS = sgmlverb.c
5 C_PROG = sgmlverb
6 LIBS = $(FLEX_LIB)
7
8 override SRC_FLEX_OPTS=-8
9
10 #
11 # For src distributions, include flex output.
12 #
13 SRC_DIST_FILES += sgmlverb.c
14
15 include $(TOP)/mk/target.mk