14 lines
293 B
Plaintext
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>
|