summaryrefslogtreecommitdiff
path: root/42sh/src/lexer/Makefile.am
blob: 4eda36d276ce3e2ec0fe30ebff646e804b16dc0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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