2026-01-07 20:18:11 +01:00
|
|
|
lib_LIBRARIES = libutils.a
|
|
|
|
|
|
2026-01-09 14:27:27 +01:00
|
|
|
libutils_a_SOURCES = \
|
2026-01-10 19:57:36 +01:00
|
|
|
string_utils/string_utils.c \
|
|
|
|
|
ast/ast.c \
|
2026-01-15 17:12:06 +01:00
|
|
|
ast/ast_if.c \
|
|
|
|
|
ast/ast_command.c \
|
|
|
|
|
ast/ast_list.c \
|
|
|
|
|
ast/ast_void.c \
|
2026-01-16 20:30:04 +01:00
|
|
|
ast/ast_end.c \
|
2026-01-12 21:46:33 +01:00
|
|
|
lists/lists.c \
|
|
|
|
|
args/args.c
|
2026-01-07 20:18:11 +01:00
|
|
|
|
2026-01-09 14:27:27 +01:00
|
|
|
libutils_a_CPPFLAGS = -I$(top_srcdir)/src
|
2026-01-07 20:18:11 +01:00
|
|
|
|
2026-01-09 14:27:27 +01:00
|
|
|
noinst_LIBRARIES = libutils.a
|