NetBSD/crypto/dist/krb4/lib/editline/Makefile.am

30 lines
530 B
Makefile
Raw Normal View History

2000-12-29 04:42:08 +03:00
# $Id: Makefile.am,v 1.1.1.2 2000/12/29 01:43:47 assar Exp $
include $(top_srcdir)/Makefile.am.common
man_MANS = editline.3
lib_LIBRARIES = libeditline.a
if el_compat
noinst_LIBRARIES = libel_compat.a
else
noinst_LIBRARIES =
endif
noinst_PROGRAMS = testit
CHECK_LOCAL =
testit_LDADD = \
libeditline.a \
$(LIB_tgetent) \
$(LIB_roken)
include_HEADERS = editline.h
libeditline_a_SOURCES = complete.c editline.c sysunix.c \
editline.h roken_rename.h unix.h
libel_compat_a_SOURCES = edit_compat.c
EXTRA_DIST = $(man_MANS)