1# Id: Makefile.am,v 1.7 2004/11/06 22:05:59 karl 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 = getopt.c getopt.h getopt1.c getopt_.h getopt_int.h \ 18 gettext.h \ 19 strcase.h strdup.h substring.c system.h \ 20 xalloc.h xexit.c xmalloc.c xstrdup.c 21libtxi_a_LIBADD = $(LIBOBJS) $(ALLOCA) 22libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD) 23 24## xx configure for bzero?, clib, other common stuff 25 26EXTRA_DIST = README 27