lib_LIBRARIES = libast.a libast_a_SOURCES = \ ast.h \ ast.c \ ast_accessors.h \ ast_accessors.c \ ast_pretty_print.c libast_a_CPPFLAGS = -I$(top_srcdir)/src libast_a_CFLAGS = -std=c99 -Werror -Wall -Wextra -Wvla -pedantic noinst_LIBRARIES = libast.a