From fb4e1ba7a0121d1ec25d64c435bbe34d8af2c483 Mon Sep 17 00:00:00 2001 From: kstailey Date: Fri, 1 Aug 1997 22:01:13 +0000 Subject: Import of FSF texinfo 3.11 --- gnu/usr.bin/texinfo/lib/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gnu/usr.bin/texinfo/lib/Makefile.am (limited to 'gnu/usr.bin/texinfo/lib/Makefile.am') diff --git a/gnu/usr.bin/texinfo/lib/Makefile.am b/gnu/usr.bin/texinfo/lib/Makefile.am new file mode 100644 index 00000000000..aec88db7246 --- /dev/null +++ b/gnu/usr.bin/texinfo/lib/Makefile.am @@ -0,0 +1,15 @@ +## Makefile.am for texinfo/lib. +## $Id: Makefile.am,v 1.1 1997/08/01 21:59:40 kstailey Exp $ +## 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 -- cgit v1.2.3