summaryrefslogtreecommitdiff
path: root/21sh/autotools/src/parser/Makefile.am
blob: c8fe5907426147adf2de8ff1156f0a1f7509df68 (plain)
1
2
3
4
5
6
lib_LIBRARIES = libparser.a

libparser_a_SOURCES = parser.c parser.h $(top_srcdir)/src/lexer/lexer.c $(top_srcdir)/src/lexer/lexer.h
libparser_a_CPPFLAGS = -I$(top_srcdir)/src
libparser_a_CFLAGS = -std=c99 -Werror -Wall -Wextra -Wvla -pedantic
noinst_LIBRARIES = libparser.a