16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
|
|
#
|
||
|
|
# Skeleton Makefile -- process with smake to create real Makefile.
|
||
|
|
#
|
||
|
|
# $Header$
|
||
|
|
#
|
||
|
|
.opt -o GNUmakefile.in
|
||
|
|
|
||
|
|
LIBRARY = lists
|
||
|
|
SRCS = lists.c
|
||
|
|
|
||
|
|
.include <library.smk>
|
||
|
|
.include <autoconf.base.smk>
|
||
|
|
|
||
|
|
distclean-local::
|
||
|
|
rm -f lists.h
|