summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/info/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/texinfo/info/Makefile.in')
-rw-r--r--contrib/texinfo/info/Makefile.in592
1 files changed, 400 insertions, 192 deletions
diff --git a/contrib/texinfo/info/Makefile.in b/contrib/texinfo/info/Makefile.in
index 2f08d61..c71d319 100644
--- a/contrib/texinfo/info/Makefile.in
+++ b/contrib/texinfo/info/Makefile.in
@@ -1,227 +1,435 @@
-# Makefile for texinfo/info. -*- Indented-Text -*-
-# $Id: Makefile.in,v 1.9 1996/10/01 21:44:44 karl Exp $
-#
-# Copyright (C) 1993,96 Free Software Foundation, Inc.
+# Makefile.in generated automatically by automake 1.2f from Makefile.am
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#### Start of system configuration section. ####
+SHELL = /bin/sh
srcdir = @srcdir@
-VPATH = $(srcdir):$(common)
-
-common = $(srcdir)/../libtxi
-util = $(srcdir)/../util
+top_srcdir = @top_srcdir@
+VPATH = @srcdir@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
-CC = @CC@
+bindir = @bindir@
+sbindir = @sbindir@
+libexecdir = @libexecdir@
+datadir = @datadir@
+sysconfdir = @sysconfdir@
+sharedstatedir = @sharedstatedir@
+localstatedir = @localstatedir@
+libdir = @libdir@
+infodir = @infodir@
+mandir = @mandir@
+includedir = @includedir@
+oldincludedir = /usr/include
+
+pkgdatadir = $(datadir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+
+top_builddir = ..
+
+ACLOCAL = @ACLOCAL@
+AUTOCONF = @AUTOCONF@
+AUTOMAKE = @AUTOMAKE@
+AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
-
-LN = ln
-RM = rm -f
-MKDIR = mkdir
-MAKEINFO= ../makeinfo/makeinfo
-
-DEFS = @DEFS@
-
-LDEFS = -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"$(DEFAULT_INFOPATH)"'
-
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+CATALOGS = @CATALOGS@
+CATOBJEXT = @CATOBJEXT@
+CC = @CC@
+DATADIRNAME = @DATADIRNAME@
+GENCAT = @GENCAT@
+GMOFILES = @GMOFILES@
+GMSGFMT = @GMSGFMT@
+GT_NO = @GT_NO@
+GT_YES = @GT_YES@
+INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
+INSTOBJEXT = @INSTOBJEXT@
+INTLDEPS = @INTLDEPS@
+INTLLIBS = @INTLLIBS@
+INTLOBJS = @INTLOBJS@
+MAKEINFO = @MAKEINFO@
+MKINSTALLDIRS = @MKINSTALLDIRS@
+MSGFMT = @MSGFMT@
+PACKAGE = @PACKAGE@
+POFILES = @POFILES@
+POSUB = @POSUB@
+RANLIB = @RANLIB@
TERMLIBS = @TERMLIBS@
-LIBS = $(TERMLIBS) -L../libtxi -ltxi @LIBS@
-LOADLIBES = $(LIBS)
-
-SHELL = /bin/sh
+TEXCONFIG = @TEXCONFIG@
+TEXMF = @TEXMF@
+USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
+USE_NLS = @USE_NLS@
+VERSION = @VERSION@
+l = @l@
+
+noinst_PROGRAMS = makedoc
+
+# Use `ginfo' for building to avoid confusion with the standard `info'
+# target. The install rule removes the `g' before applying any
+# user-specified name transformations.
+bin_PROGRAMS = ginfo
+transform = s/ginfo/info/; @program_transform_name@
+
+localedir = $(datadir)/locale
+
+# -I. for funs.h.
+# Automake puts -I.. and -I$(srcdir) into DEFS by default, but
+# we need to override it, so include them ourselves.
+INCLUDES = -I. -I$(top_srcdir)/lib -I../intl -I.. -I$(srcdir)
+DEFS = -DINFODIR=\"$(infodir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@
+LDADD = ../lib/libtxi.a @TERMLIBS@ @INTLLIBS@
+
+makedoc_SOURCES = makedoc.c
+ginfo_SOURCES = dir.c display.c display.h doc.c doc.h dribble.c dribble.h \
+ echo-area.c echo-area.h \
+ filesys.c filesys.h footnotes.c footnotes.h funs.h gc.c gc.h \
+ indices.c indices.h info-utils.c info-utils.h info.c info.h infodoc.c \
+ infomap.c infomap.h m-x.c man.c man.h nodemenu.c nodes.c nodes.h \
+ search.c search.h session.c session.h signals.c signals.h \
+ termdep.h terminal.c terminal.h tilde.c tilde.h \
+ variables.c variables.h window.c window.h
+
+EXTRA_DIST = README
-CFLAGS = @CFLAGS@
-LDFLAGS = @LDFLAGS@
-
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-bindir = $(exec_prefix)/bin
-# Prefix for each installed program, normally empty or `g'.
-binprefix =
-# Prefix for each installed man page, normally empty or `g'.
-manprefix =
-mandir = $(prefix)/man/man1
-manext = 1
-infodir = $(prefix)/info
-DEFAULT_INFOPATH= $(infodir):.
-
-#### End of system configuration section. ####
-
-SRCS = dir.c display.c echo_area.c filesys.c \
- info-utils.c info.c infodoc.c infomap.c \
- m-x.c nodes.c search.c session.c \
- signals.c terminal.c tilde.c window.c \
- xmalloc.c indices.c makedoc.c nodemenu.c \
- footnotes.c dribble.c variables.c gc.c man.c \
- clib.c
-
-HDRS = display.h doc.h echo_area.h filesys.h \
- general.h getopt.h info-utils.h info.h \
- infomap.h nodes.h search.h session.h \
- signals.h termdep.h terminal.h tilde.h \
- indices.h window.h footnotes.h dribble.h \
- variables.h gc.h clib.h
-
-OBJS = dir.o display.o doc.o echo_area.o filesys.o info-utils.o info.o \
- infodoc.o infomap.o m-x.o nodes.o search.o session.o signals.o \
- terminal.o tilde.o window.o indices.o xmalloc.o nodemenu.o \
- footnotes.o dribble.o variables.o gc.o man.o clib.o
-
-# The names of files which declare info commands.
-CMDFILES = $(srcdir)/session.c $(srcdir)/echo_area.c $(srcdir)/infodoc.c \
- $(srcdir)/m-x.c $(srcdir)/indices.c $(srcdir)/nodemenu.c \
- $(srcdir)/footnotes.c $(srcdir)/variables.c
-
-# The name of the program which builds documentation structure from CMDFILES.
-MAKEDOC_OBJECTS = makedoc.o clib.o xmalloc.o
-MAKEDOC_SOURCE = makedoc.c clib.c xmalloc.c
-
-infofiles = info.info info-stnd.info
-
-.c.o:
- $(CC) -c $(CPPFLAGS) $(LDEFS) $(DEFS) -I. -I$(srcdir) -I$(common) $(CFLAGS) $<
+# The files `doc.c' and `funs.h' are created by ./makedoc run over the source
+# files which contain DECLARE_INFO_COMMAND. `funs.h' is a header file
+# listing the functions found. `doc.c' is a structure containing pointers
+# to those functions along with completable names and documentation strings.
+BUILT_SOURCES = doc.c funs.h
-all: info $(infofiles)
-sub-all: all
+cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \
+ $(srcdir)/m-x.c $(srcdir)/indices.c $(srcdir)/nodemenu.c \
+ $(srcdir)/footnotes.c $(srcdir)/variables.c
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = ../config.h
+CONFIG_CLEAN_FILES =
+PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
-install: all
- $(INSTALL_PROGRAM) info $(bindir)/$(binprefix)info
- -d=$(srcdir); test -f ./info.info && d=.; $(INSTALL_DATA) $$d/info.info $(infodir)/info.info
- -d=$(srcdir); test -f ./info-stnd.info && d=.; $(INSTALL_DATA) $$d/info-stnd.info $(infodir)/info-stnd.info
- -$(INSTALL_DATA) $(srcdir)/info.1 $(mandir)/$(manprefix)info.$(manext)
- $(POST_INSTALL)
- ../util/install-info --info-dir=$(infodir) $(infodir)/info.info
- ../util/install-info --info-dir=$(infodir) $(infodir)/info-stnd.info
+CPPFLAGS = @CPPFLAGS@
+LDFLAGS = @LDFLAGS@
+LIBS = @LIBS@
+ginfo_OBJECTS = dir.o display.o doc.o dribble.o echo-area.o filesys.o \
+footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o \
+m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o \
+tilde.o variables.o window.o
+ginfo_LDADD = $(LDADD)
+ginfo_DEPENDENCIES = ../lib/libtxi.a
+ginfo_LDFLAGS =
+makedoc_OBJECTS = makedoc.o
+makedoc_LDADD = $(LDADD)
+makedoc_DEPENDENCIES = ../lib/libtxi.a
+makedoc_LDFLAGS =
+CFLAGS = @CFLAGS@
+COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
+LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+DIST_COMMON = README Makefile.am Makefile.in
-uninstall:
- $(RM) $(bindir)/info
- $(RM) $(infodir)/info.info
- $(RM) $(infodir)/info-stnd.info
- $(RM) $(mandir)/$(manprefix)info.$(manext)
-info: $(OBJS) ../libtxi/libtxi.a
- $(CC) $(LDFLAGS) -o info $(OBJS) $(LOADLIBES)
+DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-all-info: info.info info-stnd.info
+TAR = tar
+GZIP = --best
+SOURCES = $(ginfo_SOURCES) $(makedoc_SOURCES)
+OBJECTS = $(ginfo_OBJECTS) $(makedoc_OBJECTS)
-info.info: info.texi
- $(MAKEINFO) --no-split -I$(srcdir) info.texi
+default: all
-info-stnd.info: info-stnd.texi
- $(MAKEINFO) --no-split -I$(srcdir) info-stnd.texi
+.SUFFIXES:
+.SUFFIXES: .S .c .o .s
+$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps info/Makefile
-dvi all-dvi: info.dvi info-stnd.dvi
-info.dvi: info.texi
- PATH="$(util):$${PATH}" TEXINPUTS="$(srcdir):$(common):$${TEXINPUTS}" texi2dvi $(srcdir)/info.texi
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-info-stnd.dvi: info-stnd.texi
- PATH="$(util):$${PATH}" TEXINPUTS="$(srcdir):$(common):$${TEXINPUTS}" texi2dvi $(srcdir)/info-stnd.texi
-makedoc: $(MAKEDOC_OBJECTS) ../libtxi/libtxi.a
- $(CC) $(LDFLAGS) -o makedoc $(MAKEDOC_OBJECTS) $(LOADLIBES)
+mostlyclean-binPROGRAMS:
-Makefile: $(srcdir)/Makefile.in ../config.status
- cd ..; sh config.status
+clean-binPROGRAMS:
+ -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-clean:
- $(RM) info funs.h doc.c makedoc $(OBJS) $(MAKEDOC_OBJECTS)
+distclean-binPROGRAMS:
-distclean: clean texclean
- $(RM) Makefile config.status config.cache *~ core core.* *.core
- $(RM) *.BAK makedoc-TAGS TAGS \#* *.info*
+maintainer-clean-binPROGRAMS:
-mostlyclean: clean
+install-binPROGRAMS: $(bin_PROGRAMS)
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(bindir)
+ @list='$(bin_PROGRAMS)'; for p in $$list; do \
+ if test -f $$p; then \
+ echo " $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
+ $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
+ else :; fi; \
+ done
-realclean: distclean
- $(RM) info.info info-stnd.info
+uninstall-binPROGRAMS:
+ @$(NORMAL_UNINSTALL)
+ list='$(bin_PROGRAMS)'; for p in $$list; do \
+ rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
+ done
-TAGS: $(SRCS) makedoc-TAGS
- etags $(SRCS)
- cat makedoc-TAGS >>TAGS && $(RM) makedoc-TAGS
+mostlyclean-noinstPROGRAMS:
-makedoc-TAGS: $(CMDFILES)
- ./makedoc -tags $(CMDFILES) >makedoc-TAGS
+clean-noinstPROGRAMS:
+ -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
-texclean:
- $(RM) *.toc *.aux *.log *.cp *.fn *.tp *.vr *.pg *.ky *.cps
- $(RM) *.tps *.fns *.kys *.pgs *.vrs
+distclean-noinstPROGRAMS:
-check: info
+maintainer-clean-noinstPROGRAMS:
-# The files `doc.c' and `funs.h' are created by ./makedoc run over the source
-# files which contain DECLARE_INFO_COMMAND. `funs.h' is a header file
-# listing the functions found. `doc.c' is a structure containing pointers
-# to those functions along with completable names and documentation strings.
-funs.h: makedoc $(CMDFILES)
- -@if test -f funs.h; then mv -f funs.h old-funs.h; fi; :
- -@if test -f doc.c; then mv -f doc.c old-doc.c; fi; :
- ./makedoc $(CMDFILES)
- -@if cmp -s old-funs.h funs.h; then mv old-funs.h funs.h; \
- else $(RM) old-funs.h; fi; :
- -@if cmp -s old-doc.c doc.c; then mv old-doc.c doc.c; \
- else $(RM) old-doc.c; fi; :
-
-doc.c: funs.h
-dribble.o: dribble.c dribble.h
-display.o: display.c
-echo_area.o: echo_area.c
-filesys.o: filesys.c
-info-utils.o: info-utils.c
-info.o: info.c filesys.h
-infodoc.o: infodoc.c
-infomap.o: infomap.c
-m-x.o: m-x.c
-nodes.o: nodes.c
-search.o: search.c
-session.o: session.c
-signals.o: signals.c
-terminal.o: terminal.c
-tilde.o: tilde.c
-window.o: window.c
-xmalloc.o: xmalloc.c
-indices.o: indices.c
-makedoc.o: makedoc.c
-
-dir.o: dir.c
-display.o: nodes.h info-utils.h search.h
-display.o: terminal.h window.h display.h
-echo_area.o: info.h
-filesys.o: general.h tilde.h filesys.h
-footnotes.o: footnotes.h
-info-utils.o: info-utils.h nodes.h search.h
-info.o: info.h $(common)/getopt.h
-infodoc.o: info.h doc.h
-infomap.o: infomap.h funs.h
-gc.o: info.h
-m-x.o: info.h
-nodes.o: search.h filesys.h
-nodes.o: nodes.h info-utils.h
-search.o: general.h search.h nodes.h
-session.o: info.h
-signals.o: info.h signals.h
-terminal.o: terminal.h termdep.h
-tilde.o: tilde.h
-variables.c: variables.h
-window.o: nodes.h window.h display.h
-window.o: info-utils.h search.h infomap.h
-
-# Prevent GNU make v3 from overflowing arg limit on SysV.
+.c.o:
+ $(COMPILE) -c $<
+
+.s.o:
+ $(COMPILE) -c $<
+
+.S.o:
+ $(COMPILE) -c $<
+
+mostlyclean-compile:
+ -rm -f *.o core *.core
+
+clean-compile:
+
+distclean-compile:
+ -rm -f *.tab.c
+
+maintainer-clean-compile:
+
+ginfo: $(ginfo_OBJECTS) $(ginfo_DEPENDENCIES)
+ @rm -f ginfo
+ $(LINK) $(ginfo_LDFLAGS) $(ginfo_OBJECTS) $(ginfo_LDADD) $(LIBS)
+
+makedoc: $(makedoc_OBJECTS) $(makedoc_DEPENDENCIES)
+ @rm -f makedoc
+ $(LINK) $(makedoc_LDFLAGS) $(makedoc_OBJECTS) $(makedoc_LDADD) $(LIBS)
+
+tags: TAGS
+
+ID: $(HEADERS) $(SOURCES) $(LISP)
+ here=`pwd` && cd $(srcdir) \
+ && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
+
+TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
+ tags=; \
+ here=`pwd`; \
+ list='$(SOURCES) $(HEADERS)'; \
+ unique=`for i in $$list; do echo $$i; done | \
+ awk ' { files[$$0] = 1; } \
+ END { for (i in files) print i; }'`; \
+ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
+ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
+
+mostlyclean-tags:
+
+clean-tags:
+
+distclean-tags:
+ -rm -f TAGS ID
+
+maintainer-clean-tags:
+
+distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
+
+subdir = info
+
+distdir: $(DISTFILES)
+ @for file in $(DISTFILES); do \
+ d=$(srcdir); \
+ test -f $(distdir)/$$file \
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
+ || cp -p $$d/$$file $(distdir)/$$file; \
+ done
+dir.o: dir.c info.h ../lib/system.h ../config.h filesys.h display.h \
+ info-utils.h nodes.h window.h infomap.h search.h terminal.h \
+ session.h dribble.h echo-area.h doc.h footnotes.h gc.h tilde.h
+display.o: display.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h
+doc.o: doc.c doc.h info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h footnotes.h gc.h \
+ funs.h
+dribble.o: dribble.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h
+echo-area.o: echo-area.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h
+filesys.o: filesys.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h tilde.h
+footnotes.o: footnotes.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h
+gc.o: gc.c info.h ../lib/system.h ../config.h filesys.h display.h \
+ info-utils.h nodes.h window.h infomap.h search.h terminal.h \
+ session.h dribble.h echo-area.h doc.h footnotes.h gc.h
+indices.o: indices.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h indices.h
+info-utils.o: info-utils.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h man.h
+info.o: info.c info.h ../lib/system.h ../config.h filesys.h display.h \
+ info-utils.h nodes.h window.h infomap.h search.h terminal.h \
+ session.h dribble.h echo-area.h doc.h footnotes.h gc.h \
+ indices.h ../lib/getopt.h man.h
+infodoc.o: infodoc.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h
+infomap.o: infomap.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h funs.h
+m-x.o: m-x.c info.h ../lib/system.h ../config.h filesys.h display.h \
+ info-utils.h nodes.h window.h infomap.h search.h terminal.h \
+ session.h dribble.h echo-area.h doc.h footnotes.h gc.h
+makedoc.o: makedoc.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h
+man.o: man.c info.h ../lib/system.h ../config.h filesys.h display.h \
+ info-utils.h nodes.h window.h infomap.h search.h terminal.h \
+ session.h dribble.h echo-area.h doc.h footnotes.h gc.h \
+ signals.h tilde.h man.h
+nodemenu.o: nodemenu.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h
+nodes.o: nodes.c info.h ../lib/system.h ../config.h filesys.h display.h \
+ info-utils.h nodes.h window.h infomap.h search.h terminal.h \
+ session.h dribble.h echo-area.h doc.h footnotes.h gc.h man.h
+search.o: search.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h
+session.o: session.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h man.h
+signals.o: signals.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h signals.h
+terminal.o: terminal.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h termdep.h
+tilde.o: tilde.c info.h ../lib/system.h ../config.h filesys.h display.h \
+ info-utils.h nodes.h window.h infomap.h search.h terminal.h \
+ session.h dribble.h echo-area.h doc.h footnotes.h gc.h
+variables.o: variables.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h variables.h
+window.o: window.c info.h ../lib/system.h ../config.h filesys.h \
+ display.h info-utils.h nodes.h window.h infomap.h search.h \
+ terminal.h session.h dribble.h echo-area.h doc.h footnotes.h \
+ gc.h
+
+info:
+dvi:
+check: all
+ $(MAKE)
+installcheck:
+install-exec: install-binPROGRAMS
+ @$(NORMAL_INSTALL)
+
+install-data:
+ @$(NORMAL_INSTALL)
+
+install: install-exec install-data all
+ @:
+
+uninstall: uninstall-binPROGRAMS
+
+all: Makefile $(PROGRAMS)
+
+install-strip:
+ $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
+installdirs:
+ $(mkinstalldirs) $(bindir)
+
+
+mostlyclean-generic:
+ -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
+
+clean-generic:
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
+
+distclean-generic:
+ -rm -f Makefile $(DISTCLEANFILES)
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
+ -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+
+maintainer-clean-generic:
+ -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
+ -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+mostlyclean: mostlyclean-binPROGRAMS mostlyclean-noinstPROGRAMS \
+ mostlyclean-compile mostlyclean-tags \
+ mostlyclean-generic
+
+clean: clean-binPROGRAMS clean-noinstPROGRAMS clean-compile clean-tags \
+ clean-generic mostlyclean
+
+distclean: distclean-binPROGRAMS distclean-noinstPROGRAMS \
+ distclean-compile distclean-tags distclean-generic \
+ clean
+ -rm -f config.status
+
+maintainer-clean: maintainer-clean-binPROGRAMS \
+ maintainer-clean-noinstPROGRAMS \
+ maintainer-clean-compile maintainer-clean-tags \
+ maintainer-clean-generic distclean
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+
+.PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
+clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
+install-binPROGRAMS mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
+clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
+mostlyclean-compile distclean-compile clean-compile \
+maintainer-clean-compile tags mostlyclean-tags distclean-tags \
+clean-tags maintainer-clean-tags distdir info dvi installcheck \
+install-exec install-data install uninstall all installdirs \
+mostlyclean-generic distclean-generic clean-generic \
+maintainer-clean-generic clean mostlyclean distclean maintainer-clean
+
+
+$(BUILT_SOURCES): makedoc $(cmd_sources)
+ ./makedoc $(cmd_sources)
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
-
-# eof
OpenPOWER on IntegriCloud