12 lines
216 B
Text
12 lines
216 B
Text
|
|
lib_LIBRARIES = liblexer.a
|
||
|
|
|
||
|
|
liblexer_a_SOURCES = \
|
||
|
|
lexer.c \
|
||
|
|
lexer.h
|
||
|
|
|
||
|
|
liblexer_a_CPPFLAGS = -I$(top_srcdir)/src
|
||
|
|
|
||
|
|
liblexer_a_CFLAGS = -std=c99 -pedantic -Werror -Wall -Wextra -Wvla
|
||
|
|
|
||
|
|
noinst_LIBRARIES = liblexer.a
|