27 AM_CFLAGS = -O2 |
27 AM_CFLAGS = -O2 |
28 endif |
28 endif |
29 |
29 |
30 bin_PROGRAMS = cline |
30 bin_PROGRAMS = cline |
31 cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \ |
31 cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \ |
32 scanner.c settings.c string_list.c suffix_fnc.c |
32 scanner.c settings.c string_list.c |
33 |
33 |
34 EXTRA_DIST = arguments.h bfile_heuristics.h cline.h regex_parser.h scanner.h \ |
34 EXTRA_DIST = arguments.h bfile_heuristics.h cline.h regex_parser.h scanner.h \ |
35 settings.h stdinc.h string_list.h suffix_fnc.h |
35 settings.h stdinc.h string_list.h |