1# $Id: Makefile.am,v 1.6 2006/07/17 16:12:36 espie Exp $ 2# Makefile.am for texinfo/lib. 3# Run automake in .. to produce Makefile.in from this. 4# 5# This file is free software; as a special exception the author gives 6# unlimited permission to copy and/or distribute it, with or without 7# modifications, as long as this notice is preserved. 8# 9# This program is distributed in the hope that it will be useful, but 10# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the 11# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 12 13noinst_LIBRARIES = libtxi.a 14INCLUDES = -I../intl 15 16# Don't need to list alloca.c, etc., Automake includes them. 17libtxi_a_SOURCES = gettext.h substring.c system.h xalloc.h xexit.c xmalloc.c xstrdup.c 18libtxi_a_LIBADD = $(LIBOBJS) $(ALLOCA) 19libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD) 20 21## xx configure for bzero?, clib, other common stuff 22 23EXTRA_DIST = README 24