X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2FMakefile;h=6808c97cfeb5dc33aa716eccd35fb802d50d9b15;hb=15718f19cbf3868bf6fba79f4e26b5254c57873e;hp=d627c9e51caf33a85c48bb99662f9cdf86953cfc;hpb=0d43999c983d74e1b1aad34630cce67e5c032e7d;p=protos%2Flibecoli.git diff --git a/lib/Makefile b/lib/Makefile index d627c9e..6808c97 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,11 +8,11 @@ include $(ECOLI)/mk/ecoli-pre.mk O ?= build/ # XXX -O0 -CFLAGS = -g -O3 -Wall -Werror -W -Wextra -fPIC -Wmissing-prototypes +CFLAGS = -g -O0 -Wall -Werror -W -Wextra -fPIC -Wmissing-prototypes CFLAGS += -I. # XXX coverage -CFLAGS += --coverage -fprofile-arcs -ftest-coverage +CFLAGS += --coverage LDFLAGS += --coverage # rm -rf build; rm -rf result; make && ./build/test # lcov -d build -c -t build/test -o test.info && genhtml -o result test.info @@ -37,6 +37,7 @@ srcs += ecoli_node_expr.c srcs += ecoli_node_expr_test.c srcs += ecoli_node_dynamic.c srcs += ecoli_node_file.c +srcs += ecoli_node_helper.c srcs += ecoli_node_int.c srcs += ecoli_node_many.c srcs += ecoli_node_none.c @@ -50,7 +51,6 @@ srcs += ecoli_node_sh_lex.c srcs += ecoli_node_space.c srcs += ecoli_node_str.c srcs += ecoli_node_subset.c -srcs += ecoli_node_weakref.c srcs += ecoli_parse.c srcs += ecoli_string.c srcs += ecoli_vec.c