26 else |
26 else |
27 AM_CFLAGS = -std=gnu99 -O2 |
27 AM_CFLAGS = -std=gnu99 -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 scanner.c settings.c string_list.c suffix_fnc.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 |
33 |
|
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 |