Jon Loeliger | 68f98d7 | 2008-10-03 10:49:22 -0500 | [diff] [blame] | 1 | # |
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 | |||||
7 | CONVERT_SRCS = \ | ||||
Jon Loeliger | 879e4d2 | 2008-10-03 11:12:33 -0500 | [diff] [blame] | 8 | srcpos.c \ |
9 | util.c | ||||
Jon Loeliger | 68f98d7 | 2008-10-03 10:49:22 -0500 | [diff] [blame] | 10 | |
11 | CONVERT_GEN_SRCS = convert-dtsv0-lexer.lex.c | ||||
12 | |||||
13 | CONVERT_OBJS = $(CONVERT_SRCS:%.c=%.o) $(CONVERT_GEN_SRCS:%.c=%.o) |