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-01-27 16:01:37 -08:00
|
|
|
noinst_HEADERS = configfile.h cursors.h cursors16.h debug.h frame.h frameint.h \
|
|
|
|
frameresource.h input.h listmacs.h math-help.h printf_ext.h resly.h \
|
2007-11-11 12:58:10 -08:00
|
|
|
strlfuncs.h strnlen1.h strres.h strresly.h treap.h treapint.h trig.h \
|
2008-03-16 05:56:45 -07:00
|
|
|
types.h tagfile.h i18n.h file.h physfs_ext.h
|
2007-06-28 10:47:08 -07:00
|
|
|
|
2007-04-10 10:36:16 -07:00
|
|
|
libframework_a_SOURCES = SDL_framerate.c configfile.c debug.c exceptionhandler.c \
|
2007-11-11 12:58:10 -08:00
|
|
|
frame.c frameresource.c input.c printf_ext.c resource_lexer.lex.c \
|
|
|
|
resource_parser.tab.c strnlen1.c strres.c strres_lexer.lex.c \
|
2008-03-15 10:36:50 -07:00
|
|
|
strres_parser.tab.c treap.c trig.c tagfile.c i18n.c
|