source: trunk/texinfo/lib/Makefile.am@ 2823

Last change on this file since 2823 was 2619, checked in by bird, 20 years ago

applied OS/2 patches (manually).

File size: 1.0 KB
Line 
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 \
21 pc.c pc.h
22libtxi_a_LIBADD = $(LIBOBJS) $(ALLOCA)
23libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)
24
25## xx configure for bzero?, clib, other common stuff
26
27EXTRA_DIST = README
Note: See TracBrowser for help on using the repository browser.