comparison: src/Makefile.am
src/Makefile.am
- changeset 47
- e5455e692b45
- child 48
- 0d2c13c24fd0
equal
deleted
inserted
replaced
|
1 if DEBUG |
|
2 AM_CFLAGS = -std=gnu99 -O0 -Wall |
|
3 else |
|
4 AM_CFLAGS = -std=gnu99 -O2 |
|
5 endif |
|
6 |
|
7 bin_PROGRAMS = cline |
|
8 cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c scanner.c settings.c string_list.c suffix_fnc.c |
|
9 |