petidomo/libconfigfile/SMakefile

13 lines
200 B
Plaintext
Raw Normal View History

#
# 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>