blob: 08ea40a03a71229b5a8609518cd645abcd9d35c1 [file] [log] [blame]
Jon Loeliger68f98d72008-10-03 10:49:22 -05001#
2# This is not a complete Makefile of itself.
3# Instead, it is designed to be easily embeddable
4# into other systems of Makefiles.
5#
6
7CONVERT_SRCS = \
Jon Loeliger879e4d22008-10-03 11:12:33 -05008 srcpos.c \
9 util.c
Jon Loeliger68f98d72008-10-03 10:49:22 -050010
11CONVERT_GEN_SRCS = convert-dtsv0-lexer.lex.c
12
13CONVERT_OBJS = $(CONVERT_SRCS:%.c=%.o) $(CONVERT_GEN_SRCS:%.c=%.o)