1# $Id: Makefile.am,v 1.5 2006/07/17 16:12:36 espie Exp $ 2# Makefile.am for texinfo/makeinfo. 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 13bin_PROGRAMS = makeinfo 14 15localedir = $(datadir)/locale 16INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\" 17LDADD = ../lib/libtxi.a $(LIBINTL) 18 19makeinfo_SOURCES = \ 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 25 26EXTRA_DIST = README 27 28SUBDIRS = tests 29