2006-07-21 14:48:55 -07:00
|
|
|
MAKERULES=../../makerules
|
|
|
|
include $(MAKERULES)/configure.mk
|
|
|
|
|
2007-04-03 03:33:26 -07:00
|
|
|
SRC=configfile.c \
|
2006-07-21 14:48:55 -07:00
|
|
|
debug.c \
|
2007-02-23 09:27:33 -08:00
|
|
|
exceptionhandler.c \
|
2006-07-21 14:48:55 -07:00
|
|
|
frame.c \
|
|
|
|
frameresource.c \
|
|
|
|
input.c \
|
2008-03-15 17:20:35 -07:00
|
|
|
i18n.c \
|
2007-11-11 12:58:10 -08:00
|
|
|
printf_ext.c \
|
2007-01-09 14:07:58 -08:00
|
|
|
resource_parser.tab.c \
|
|
|
|
resource_lexer.lex.c \
|
2007-08-08 11:50:28 -07:00
|
|
|
strnlen1.c \
|
2006-07-21 14:48:55 -07:00
|
|
|
strres.c \
|
2007-01-09 14:07:58 -08:00
|
|
|
strres_parser.tab.c \
|
|
|
|
strres_lexer.lex.c \
|
2007-10-22 11:40:34 -07:00
|
|
|
tagfile.c \
|
2006-07-21 14:48:55 -07:00
|
|
|
treap.c \
|
|
|
|
trig.c \
|
2007-09-25 12:46:10 -07:00
|
|
|
SDL_framerate.c
|
2007-06-28 10:47:08 -07:00
|
|
|
|
|
|
|
LIB=framework
|
|
|
|
|
|
|
|
include $(MAKERULES)/lib.mk
|