petidomo/libconfigfile/SMakefile
2000-12-13 15:40:34 +00:00

13 lines
200 B
Plaintext

#
# Skeleton Makefile -- process with smake to create real Makefile.
#
# $Header$
#
.opt -o GNUmakefile.in
LIBRARY = configfile
SRCS = config.c
.include <library.smk>
.include <autoconf.base.smk>