1998-03-23 05:41:58 +01:00
|
|
|
## Makefile.am for texinfo/lib.
|
1998-03-24 20:41:43 +01:00
|
|
|
## $Id: Makefile.am,v 1.1.1.2 1998/03/24 18:19:49 law Exp $
|
1998-03-23 05:41:58 +01:00
|
|
|
## Run automake in .. to produce Makefile.in from this.
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libtxi.a
|
|
|
|
INCLUDES = -I../intl
|
|
|
|
|
|
|
|
# Don't need to list alloca.c, etc., Automake includes them.
|
|
|
|
libtxi_a_SOURCES = getopt.c getopt.h getopt1.c system.h xmalloc.c xstrdup.c
|
|
|
|
libtxi_a_LIBADD = @LIBOBJS@ @ALLOCA@
|
|
|
|
libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
|
|
|
|
|
|
|
|
## xx configure for bzero?, clib, other common stuff
|
|
|
|
|
|
|
|
EXTRA_DIST = README
|