11 lines
231 B
Makefile
11 lines
231 B
Makefile
# Build libtext
|
|
|
|
noinst_LIBRARIES = libtext.a
|
|
libtext_a_SOURCES = \
|
|
easy_pattern_match.c find_next_line.c find_string.c \
|
|
easy_sprintf.c transform_text.c wordwrap.c
|
|
|
|
noinst_HEADERS = text.h
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|