Home | History | Annotate | Line # | Download | only in makeinfo
      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.
      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 
     13 bin_PROGRAMS = makeinfo
     14 
     15 localedir = $(datadir)/locale
     16 INCLUDES = -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
     17 LDADD = ../lib/libtxi.a $(LIBINTL)
     18 
     19 makeinfo_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 
     26 EXTRA_DIST = README
     27 
     28 SUBDIRS = tests
     29