1 # Id: Makefile.am,v 1.5 2004/04/11 17:56:46 karl Exp
2 # Makefile.am for texinfo/makeinfo.
3 # Run automake in .. to produce Makefile.in from this.
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.
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.
13 bin_PROGRAMS = makeinfo
15 localedir = $(datadir)/locale
16 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
17 LDADD = ../lib/libtxi.a $(LIBINTL)
20 cmds.c cmds.h defun.c defun.h \
21 files.c files.h float.c float.h footnote.c footnote.h \
22 html.c html.h index.c index.h insertion.c insertion.h lang.c lang.h \
23 macro.c macro.h makeinfo.c makeinfo.h multi.c multi.h node.c node.h \
24 sectioning.c sectioning.h toc.c toc.h xml.c xml.h xref.c xref.h