260 top_build_prefix = @top_build_prefix@ |
260 top_build_prefix = @top_build_prefix@ |
261 top_builddir = @top_builddir@ |
261 top_builddir = @top_builddir@ |
262 top_srcdir = @top_srcdir@ |
262 top_srcdir = @top_srcdir@ |
263 @DEBUG_FALSE@AM_CFLAGS = -std=gnu99 -O2 |
263 @DEBUG_FALSE@AM_CFLAGS = -std=gnu99 -O2 |
264 @DEBUG_TRUE@AM_CFLAGS = -std=gnu99 -O0 -Wall |
264 @DEBUG_TRUE@AM_CFLAGS = -std=gnu99 -O0 -Wall |
265 cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c scanner.c settings.c string_list.c suffix_fnc.c |
265 cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \ |
|
266 scanner.c settings.c string_list.c suffix_fnc.c |
|
267 |
|
268 EXTRA_DIST = arguments.h bfile_heuristics.h cline.h regex_parser.h scanner.h \ |
|
269 settings.h stdinc.h string_list.h suffix_fnc.h |
|
270 |
266 all: all-am |
271 all: all-am |
267 |
272 |
268 .SUFFIXES: |
273 .SUFFIXES: |
269 .SUFFIXES: .c .o .obj |
274 .SUFFIXES: .c .o .obj |
270 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
275 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |