2008-02-20 04:06:26 -08:00
|
|
|
%.tab.h %.tab.c:: %.y
|
2007-01-09 14:07:58 -08:00
|
|
|
$(YACC) $(YFLAGS) $(AM_YFLAGS) -o$@ $<
|
|
|
|
|
2008-02-20 04:06:26 -08:00
|
|
|
%.lex.c:: %.l
|
2007-01-09 14:07:58 -08:00
|
|
|
$(LEX) $(LFLAGS) $(AM_LFLAGS) -o$@ $<
|
|
|
|
|
2008-03-10 03:50:58 -07:00
|
|
|
AM_CPPFLAGS = -DYY_NO_INPUT $(SDL_CFLAGS) $(WZ_CPPFLAGS)
|
2008-03-29 11:46:37 -07:00
|
|
|
AM_CFLAGS = $(WZ_CFLAGS)
|
2007-06-28 10:47:08 -07:00
|
|
|
AM_LFLAGS = $(FLEX_FLAGS)
|
|
|
|
AM_YFLAGS = -d
|
2007-08-21 06:16:09 -07:00
|
|
|
BUILT_SOURCES = resource_lexer.lex.c strres_lexer.lex.c resource_parser.tab.c strres_parser.tab.c resource_parser.tab.h strres_parser.tab.h
|
|
|
|
CLEANFILES = resource_lexer.lex.c strres_lexer.lex.c resource_parser.tab.c strres_parser.tab.c resource_parser.tab.h strres_parser.tab.h
|
2007-02-16 06:36:03 -08:00
|
|
|
|
2007-06-28 10:47:08 -07:00
|
|
|
noinst_LIBRARIES = libframework.a
|
2008-03-30 06:23:11 -07:00
|
|
|
noinst_HEADERS = configfile.h cursors.h debug.h frame.h frameint.h \
|
2008-05-09 17:35:24 -07:00
|
|
|
frameresource.h input.h lexer_input.h listmacs.h math-help.h \
|
|
|
|
printf_ext.h resly.h strlfuncs.h strnlen1.h strres.h strresly.h treap.h \
|
2008-07-14 08:19:08 -07:00
|
|
|
trig.h types.h tagfile.h i18n.h file.h physfs_ext.h
|
2007-06-28 10:47:08 -07:00
|
|
|
|
2008-03-30 06:23:11 -07:00
|
|
|
libframework_a_SOURCES = SDL_framerate.c configfile.c cursors.c cursors16.c \
|
2008-05-09 17:35:24 -07:00
|
|
|
cursors32.c debug.c frame.c frameresource.c input.c lexer_input.c \
|
|
|
|
printf_ext.c resource_lexer.lex.c resource_parser.tab.c strnlen1.c \
|
|
|
|
strres.c strres_lexer.lex.c strres_parser.tab.c treap.c trig.c \
|
|
|
|
tagfile.c i18n.c
|