xref: /openbsd/gnu/usr.bin/texinfo/lib/Makefile.am (revision f2dfb0a4)
1## Makefile.am for texinfo/lib.
2## $Id: Makefile.am,v 1.1.1.1 1997/08/01 21:59:40 kstailey Exp $
3## Run automake in .. to produce Makefile.in from this.
4
5noinst_LIBRARIES = libtxi.a
6INCLUDES = -I../intl
7
8# Don't need to list alloca.c, etc., Automake includes them.
9libtxi_a_SOURCES = getopt.c getopt.h getopt1.c system.h xmalloc.c xstrdup.c
10libtxi_a_LIBADD = @LIBOBJS@ @ALLOCA@
11libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
12
13## xx configure for bzero?, clib, other common stuff
14
15EXTRA_DIST = README
16