2008-07-10 13:10:16 -07:00
|
|
|
top_srcdir=../..
|
|
|
|
top_builddir=$(top_srcdir)
|
|
|
|
|
2008-06-28 15:32:44 -07:00
|
|
|
include $(top_srcdir)/makerules/common.mk
|
2006-07-21 14:48:55 -07:00
|
|
|
|
2008-10-14 11:28:21 -07:00
|
|
|
# Due to the lexer's dependencies on the parser's header we need to compile the
|
|
|
|
# parsers first
|
|
|
|
PARSERS= \
|
|
|
|
resource_parser.tab.c \
|
|
|
|
resource_lexer.lex.c \
|
|
|
|
strres_parser.tab.c \
|
|
|
|
strres_lexer.lex.c
|
|
|
|
|
2008-10-13 06:04:37 -07:00
|
|
|
SRC= \
|
2008-10-14 11:28:21 -07:00
|
|
|
$(PARSERS) \
|
2008-10-13 06:04:37 -07:00
|
|
|
configfile.c \
|
2008-03-30 06:23:11 -07:00
|
|
|
cursors16.c \
|
|
|
|
cursors32.c \
|
2008-10-13 06:04:37 -07:00
|
|
|
cursors.c \
|
2006-07-21 14:48:55 -07:00
|
|
|
debug.c \
|
|
|
|
frame.c \
|
|
|
|
frameresource.c \
|
2008-03-15 17:20:35 -07:00
|
|
|
i18n.c \
|
2008-10-13 06:04:37 -07:00
|
|
|
input.c \
|
2008-05-09 17:35:24 -07:00
|
|
|
lexer_input.c \
|
2008-10-13 06:04:37 -07:00
|
|
|
SDL_framerate.c \
|
2009-02-14 21:49:09 -08:00
|
|
|
stdio_ext.c \
|
2006-07-21 14:48:55 -07:00
|
|
|
strres.c \
|
2007-10-22 11:40:34 -07:00
|
|
|
tagfile.c \
|
2006-07-21 14:48:55 -07:00
|
|
|
treap.c \
|
|
|
|
trig.c \
|
2008-10-13 06:04:37 -07:00
|
|
|
utf.c
|
2007-06-28 10:47:08 -07:00
|
|
|
|
|
|
|
LIB=framework
|
|
|
|
|
2008-06-23 06:54:47 -07:00
|
|
|
CLEANFILES=strres_parser.tab.h resource_parser.tab.h
|
|
|
|
|
2008-06-24 16:41:52 -07:00
|
|
|
include $(top_srcdir)/makerules/lib.mk
|