lib_LIBRARIES = liblexer.a liblexer_a_SOURCES = \ token.h \ utils.h \ lexer.h \ lexer.c \ expansion.h \ expansion.c liblexer_a_CPPFLAGS = -I$(top_srcdir)/src liblexer_a_CFLAGS = -std=c99 -Werror -Wall -Wextra -Wvla -pedantic noinst_LIBRARIES = liblexer.a