TOP = ../..
include $(TOP)/mk/boilerplate.mk

C_SRCS = lit-deatify.c
C_PROG = lit-deatify
LIBS = $(FLEX_LIB)

#
# Hackily, we copy down the fptools config.h header file
# (don't need half of it, but still).
#
all :: config.h

config.h :
	cp $(FPTOOLS_TOP)/mk/$@ $@

#
# For src distributions, include flex output.
#
SRC_DIST_FILES += lit-deatify.c
CLEAN_FILES += lit-deatify.c

include $(TOP)/mk/target.mk
