13 lines
200 B
Plaintext
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>
|