lib_LIBRARIES = libutils.a libutils_a_SOURCES = \ lists/lists1.c \ lists/lists2.c \ lists/lists3.c \ hash_map/hash_map.c \ string_utils/string_utils.c \ ast/ast.c \ ast/ast_if.c \ ast/ast_command.c \ ast/ast_list.c \ ast/ast_and_or.c \ ast/ast_redir.c \ ast/ast_void.c \ ast/ast_end.c \ ast/ast_word.c \ ast/ast_neg.c \ ast/ast_pipe.c \ args/args.c \ vars/vars.c libutils_a_CPPFLAGS = -I$(top_srcdir)/src noinst_LIBRARIES = libutils.a