petidomo/libtext/SMakefile
2000-12-13 15:45:25 +00:00

14 lines
293 B
Plaintext

#
# Skeleton Makefile -- process with smake to create real Makefile.
#
# $Header$
#
.opt -o GNUmakefile.in
LIBRARY = text
SRCS = easy_pattern_match.c find_next_line.c find_string.c easy_sprintf.c \
transform_text.c wordwrap.c
.include <library.smk>
.include <autoconf.base.smk>