src/Makefile.am

Wed, 31 May 2017 11:40:07 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 31 May 2017 11:40:07 +0200
changeset 47
e5455e692b45
child 48
0d2c13c24fd0
permissions
-rw-r--r--

replaces Makefiles with autoconf files

     1 if DEBUG
     2 AM_CFLAGS = -std=gnu99 -O0 -Wall
     3 else
     4 AM_CFLAGS = -std=gnu99 -O2
     5 endif
     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

mercurial