1*dc174305Schristos# Id: Makefile.am,v 1.7 2004/11/06 22:05:59 karl Exp
2*dc174305Schristos# Makefile.am for texinfo/lib.
3*dc174305Schristos# Run automake in .. to produce Makefile.in from this.
4*dc174305Schristos#
5*dc174305Schristos# This file is free software; as a special exception the author gives
6*dc174305Schristos# unlimited permission to copy and/or distribute it, with or without
7*dc174305Schristos# modifications, as long as this notice is preserved.
8*dc174305Schristos#
9*dc174305Schristos# This program is distributed in the hope that it will be useful, but
10*dc174305Schristos# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
11*dc174305Schristos# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12*dc174305Schristos
13*dc174305Schristosnoinst_LIBRARIES = libtxi.a
14*dc174305SchristosINCLUDES = -I../intl
15*dc174305Schristos
16*dc174305Schristos# Don't need to list alloca.c, etc., Automake includes them.
17*dc174305Schristoslibtxi_a_SOURCES = getopt.c getopt.h getopt1.c getopt_.h getopt_int.h \
18*dc174305Schristos                   gettext.h \
19*dc174305Schristos                   strcase.h strdup.h substring.c system.h \
20*dc174305Schristos		   xalloc.h xexit.c xmalloc.c xstrdup.c
21*dc174305Schristoslibtxi_a_LIBADD = $(LIBOBJS) $(ALLOCA)
22*dc174305Schristoslibtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
23*dc174305Schristos
24*dc174305Schristos## xx configure for bzero?, clib, other common stuff
25*dc174305Schristos
26*dc174305SchristosEXTRA_DIST = README
27