1## Makefile.am for texinfo/lib.
2## $Id: Makefile.am,v 1.1 2004/10/28 18:14:10 zooey 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