1204433Sraj#
2204433Sraj# This is not a complete Makefile of itself.
3204433Sraj# Instead, it is designed to be easily embeddable
4204433Sraj# into other systems of Makefiles.
5204433Sraj#
6204433Sraj
7204433SrajFTDUMP_SRCS = \
8204433Sraj	ftdump.c
9204433Sraj
10204433SrajFTDUMP_GEN_SRCS =
11204433Sraj
12204433SrajFTDUMP_OBJS = $(FTDUMP_SRCS:%.c=%.o) $(FTDUMP_GEN_SRCS:%.c=%.o)
13