No empty .Rs/.Re
[netbsd-mini2440.git] / crypto / dist / heimdal / lib / editline / Makefile.am
blob9e0a8f8fc2f961e2f6cd9b5aa4de775c06244c6d
1 # $Heimdal: Makefile.am 18626 2006-10-19 18:31:46Z lha $
2 # $NetBSD$
4 include $(top_srcdir)/Makefile.am.common
6 if do_roken_rename
7 ES = snprintf.c strdup.c strlcat.c
8 endif
10 AM_CPPFLAGS += $(ROKEN_RENAME)
12 man_MANS = editline.3
14 lib_LTLIBRARIES = libeditline.la
15 if el_compat
16 noinst_LTLIBRARIES = libel_compat.la
17 endif
19 noinst_PROGRAMS = testit
21 CHECK_LOCAL =
23 testit_LDADD = \
24         libeditline.la \
25         $(LIB_tgetent) \
26         $(LIB_roken)
28 include_HEADERS = editline.h
30 libeditline_la_SOURCES = \
31         edit_locl.h \
32         complete.c \
33         editline.c \
34         sysunix.c \
35         editline.h \
36         roken_rename.h \
37         unix.h \
38         $(EXTRA_SOURCE)
40 EXTRA_SOURCE = $(ES) 
42 libel_compat_la_SOURCES = edit_compat.c edit_compat.h
44 EXTRA_DIST = $(man_MANS)
46 snprintf.c:
47         $(LN_S) $(srcdir)/../roken/snprintf.c .
48 strdup.c:
49         $(LN_S) $(srcdir)/../roken/strdup.c .
50 strlcat.c:
51         $(LN_S) $(srcdir)/../roken/strlcat.c .