dc0eccae475003418f3d5b2980d5070f8c362707
[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 CLEAN_FILES += sgmlverb.c
11
12 #
13 # For src distributions, include flex output.
14 #
15 SRC_DIST_FILES += sgmlverb.c
16
17 include $(TOP)/mk/target.mk