%.tab.h %.tab.c: %.y $(YACC) $(YFLAGS) $(AM_YFLAGS) -o$@ $< %.lex.c: %.l $(LEX) $(LFLAGS) $(AM_LFLAGS) -o$@ $< AM_LFLAGS = $(FLEX_FLAGS) AM_YFLAGS = -d 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 noinst_LIBRARIES = libframework.a noinst_HEADERS = configfile.h cursors.h cursors16.h debug.h fractions.h frame.h \ frameint.h frameresource.h input.h listmacs.h resly.h strnlen1.h \ strres.h strresly.h treap.h treapint.h trig.h types.h libframework_a_SOURCES = SDL_framerate.c configfile.c debug.c exceptionhandler.c \ frame.c frameresource.c input.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