AM_CFLAGS = -Wall -ansi AM_YFLAGS = -d --debug BUILT_SOURCES = yyparse.h bin_PROGRAMS = bfloop bfloop_SOURCES = bfloop.c bigint.c bigint.h error.h error.c eval.c eval.h \ parse.c parse.h symtab.c symtab.h tree.c tree.h utf8.c utf8.h \ yyparse.y dist_man_MANS = man/bfloop.1 EXTRA_DIST = GPL NEWS samples TESTS = test.sh EXTRA_DIST += $(TESTS)