home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / OS2 / gnuinfo.zip / info / Makefile.in < prev    next >
Makefile  |  1997-07-31  |  15KB  |  425 lines

  1. # Makefile.in generated automatically by automake 1.2 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy, distribute and modify it.
  6.  
  7.  
  8. SHELL = /bin/sh
  9.  
  10. srcdir = @srcdir@
  11. top_srcdir = @top_srcdir@
  12. VPATH = @srcdir@
  13. prefix = @prefix@
  14. exec_prefix = @exec_prefix@
  15.  
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28.  
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32.  
  33. top_builddir = ..
  34.  
  35. ACLOCAL = @ACLOCAL@
  36. AUTOCONF = @AUTOCONF@
  37. AUTOMAKE = @AUTOMAKE@
  38. AUTOHEADER = @AUTOHEADER@
  39.  
  40. INSTALL = @INSTALL@
  41. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  42. INSTALL_DATA = @INSTALL_DATA@
  43. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  44.  
  45. NORMAL_INSTALL = true
  46. PRE_INSTALL = true
  47. POST_INSTALL = true
  48. NORMAL_UNINSTALL = true
  49. PRE_UNINSTALL = true
  50. POST_UNINSTALL = true
  51. CATALOGS = @CATALOGS@
  52. CATOBJEXT = @CATOBJEXT@
  53. CC = @CC@
  54. DATADIRNAME = @DATADIRNAME@
  55. GENCAT = @GENCAT@
  56. GMOFILES = @GMOFILES@
  57. GMSGFMT = @GMSGFMT@
  58. GT_NO = @GT_NO@
  59. GT_YES = @GT_YES@
  60. INSTOBJEXT = @INSTOBJEXT@
  61. INTLDEPS = @INTLDEPS@
  62. INTLLIBS = @INTLLIBS@
  63. INTLOBJS = @INTLOBJS@
  64. MAKEINFO = @MAKEINFO@
  65. MKINSTALLDIRS = @MKINSTALLDIRS@
  66. MSGFMT = @MSGFMT@
  67. PACKAGE = @PACKAGE@
  68. POFILES = @POFILES@
  69. POSUB = @POSUB@
  70. RANLIB = @RANLIB@
  71. TERMLIBS = @TERMLIBS@
  72. TEXCONFIG = @TEXCONFIG@
  73. TEXMF = @TEXMF@
  74. USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
  75. USE_NLS = @USE_NLS@
  76. VERSION = @VERSION@
  77. l = @l@
  78.  
  79. noinst_PROGRAMS = makedoc
  80.  
  81. # Use `ginfo' for building to avoid confusion with the standard `info'
  82. # target.  The install rule removes the `g' before applying any
  83. # user-specified name transformations.
  84. bin_PROGRAMS = ginfo
  85. transform = s/ginfo/info/; @program_transform_name@
  86.  
  87. localedir = $(datadir)/locale
  88.  
  89. # -I. for funs.h.
  90. INCLUDES = -I. -I$(top_srcdir)/lib -I../intl -DLOCALEDIR=\"$(localedir)\"
  91. LDADD = ../lib/libtxi.a @TERMLIBS@ @INTLLIBS@
  92.  
  93. makedoc_SOURCES = makedoc.c
  94. ginfo_SOURCES = dir.c display.c display.h doc.c doc.h dribble.c dribble.h \
  95.   echo-area.c echo-area.h \
  96.   filesys.c filesys.h footnotes.c footnotes.h funs.h gc.c gc.h \
  97.   indices.c indices.h info-utils.c info-utils.h info.c info.h infodoc.c \
  98.   infomap.c infomap.h m-x.c man.c man.h nodemenu.c nodes.c nodes.h \
  99.   search.c search.h session.c session.h signals.c signals.h \
  100.   termdep.h terminal.c terminal.h tilde.c tilde.h \
  101.   variables.c variables.h window.c window.h
  102.  
  103. EXTRA_DIST = README
  104. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  105. CONFIG_HEADER = ../config.h
  106. CONFIG_CLEAN_FILES = 
  107. PROGRAMS =  $(bin_PROGRAMS) $(noinst_PROGRAMS)
  108.  
  109.  
  110. DEFS = @DEFS@ -I. -I$(srcdir) -I..
  111. CPPFLAGS = @CPPFLAGS@
  112. LDFLAGS = @LDFLAGS@
  113. LIBS = @LIBS@
  114. ginfo_OBJECTS =  dir.o display.o doc.o dribble.o echo-area.o filesys.o \
  115. footnotes.o gc.o indices.o info-utils.o info.o infodoc.o infomap.o \
  116. m-x.o man.o nodemenu.o nodes.o search.o session.o signals.o terminal.o \
  117. tilde.o variables.o window.o
  118. ginfo_LDADD = $(LDADD)
  119. ginfo_DEPENDENCIES =  ../lib/libtxi.a
  120. ginfo_LDFLAGS = 
  121. makedoc_OBJECTS =  makedoc.o
  122. makedoc_LDADD = $(LDADD)
  123. makedoc_DEPENDENCIES =  ../lib/libtxi.a
  124. makedoc_LDFLAGS = 
  125. CFLAGS = @CFLAGS@
  126. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
  127. LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  128. DIST_COMMON =  README Makefile.am Makefile.in
  129.  
  130.  
  131. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  132.  
  133. TAR = tar
  134. GZIP = --best
  135. SOURCES = $(ginfo_SOURCES) $(makedoc_SOURCES)
  136. OBJECTS = $(ginfo_OBJECTS) $(makedoc_OBJECTS)
  137.  
  138. default: all
  139.  
  140. .SUFFIXES:
  141. .SUFFIXES: .c .o
  142. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  143.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps info/Makefile
  144.  
  145. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  146.     cd $(top_builddir) \
  147.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  148.  
  149.  
  150. mostlyclean-binPROGRAMS:
  151.  
  152. clean-binPROGRAMS:
  153.     test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  154.  
  155. distclean-binPROGRAMS:
  156.  
  157. maintainer-clean-binPROGRAMS:
  158.  
  159. install-binPROGRAMS: $(bin_PROGRAMS)
  160.     @$(NORMAL_INSTALL)
  161.     $(mkinstalldirs) $(bindir)
  162.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  163.       if test -f $$p; then \
  164.         echo "  $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
  165.          $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
  166.       else :; fi; \
  167.     done
  168.  
  169. uninstall-binPROGRAMS:
  170.     $(NORMAL_UNINSTALL)
  171.     list='$(bin_PROGRAMS)'; for p in $$list; do \
  172.       rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
  173.     done
  174.  
  175. mostlyclean-noinstPROGRAMS:
  176.  
  177. clean-noinstPROGRAMS:
  178.     test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
  179.  
  180. distclean-noinstPROGRAMS:
  181.  
  182. maintainer-clean-noinstPROGRAMS:
  183.  
  184. .c.o:
  185.     $(COMPILE) -c $<
  186.  
  187. mostlyclean-compile:
  188.     rm -f *.o core
  189.  
  190. clean-compile:
  191.  
  192. distclean-compile:
  193.     rm -f *.tab.c
  194.  
  195. maintainer-clean-compile:
  196.  
  197. ginfo: $(ginfo_OBJECTS) $(ginfo_DEPENDENCIES)
  198.     @rm -f ginfo
  199.     $(LINK) $(ginfo_LDFLAGS) $(ginfo_OBJECTS) $(ginfo_LDADD) $(LIBS)
  200.  
  201. makedoc: $(makedoc_OBJECTS) $(makedoc_DEPENDENCIES)
  202.     @rm -f makedoc
  203.     $(LINK) $(makedoc_LDFLAGS) $(makedoc_OBJECTS) $(makedoc_LDADD) $(LIBS)
  204.  
  205. tags: TAGS
  206.  
  207. ID: $(HEADERS) $(SOURCES)
  208.     here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
  209.  
  210. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
  211.     tags=; \
  212.     here=`pwd`; \
  213.     test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
  214.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)
  215.  
  216. mostlyclean-tags:
  217.  
  218. clean-tags:
  219.  
  220. distclean-tags:
  221.     rm -f TAGS ID
  222.  
  223. maintainer-clean-tags:
  224.  
  225. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  226.  
  227. subdir = info
  228.  
  229. distdir: $(DISTFILES)
  230.     @for file in $(DISTFILES); do \
  231.       d=$(srcdir); \
  232.       test -f $(distdir)/$$file \
  233.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  234.       || cp -p $$d/$$file $(distdir)/$$file; \
  235.     done
  236. dir.o dir.lo: dir.c info.h ../lib/system.h ../config.h ../intl/libintl.h \
  237.     filesys.h display.h info-utils.h nodes.h window.h infomap.h \
  238.     search.h terminal.h session.h dribble.h echo-area.h doc.h \
  239.     footnotes.h gc.h tilde.h
  240. display.o display.lo: display.c info.h ../lib/system.h ../config.h \
  241.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  242.     window.h infomap.h search.h terminal.h session.h dribble.h \
  243.     echo-area.h doc.h footnotes.h gc.h
  244. doc.o doc.lo: doc.c doc.h info.h ../lib/system.h ../config.h \
  245.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  246.     window.h infomap.h search.h terminal.h session.h dribble.h \
  247.     echo-area.h footnotes.h gc.h funs.h
  248. dribble.o dribble.lo: dribble.c info.h ../lib/system.h ../config.h \
  249.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  250.     window.h infomap.h search.h terminal.h session.h dribble.h \
  251.     echo-area.h doc.h footnotes.h gc.h
  252. echo-area.o echo-area.lo: echo-area.c info.h ../lib/system.h ../config.h \
  253.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  254.     window.h infomap.h search.h terminal.h session.h dribble.h \
  255.     echo-area.h doc.h footnotes.h gc.h
  256. filesys.o filesys.lo: filesys.c info.h ../lib/system.h ../config.h \
  257.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  258.     window.h infomap.h search.h terminal.h session.h dribble.h \
  259.     echo-area.h doc.h footnotes.h gc.h tilde.h
  260. footnotes.o footnotes.lo: footnotes.c info.h ../lib/system.h ../config.h \
  261.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  262.     window.h infomap.h search.h terminal.h session.h dribble.h \
  263.     echo-area.h doc.h footnotes.h gc.h
  264. gc.o gc.lo: gc.c info.h ../lib/system.h ../config.h ../intl/libintl.h \
  265.     filesys.h display.h info-utils.h nodes.h window.h infomap.h \
  266.     search.h terminal.h session.h dribble.h echo-area.h doc.h \
  267.     footnotes.h gc.h
  268. indices.o indices.lo: indices.c info.h ../lib/system.h ../config.h \
  269.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  270.     window.h infomap.h search.h terminal.h session.h dribble.h \
  271.     echo-area.h doc.h footnotes.h gc.h indices.h
  272. info-utils.o info-utils.lo: info-utils.c info.h ../lib/system.h \
  273.     ../config.h ../intl/libintl.h filesys.h display.h info-utils.h \
  274.     nodes.h window.h infomap.h search.h terminal.h session.h \
  275.     dribble.h echo-area.h doc.h footnotes.h gc.h man.h
  276. info.o info.lo: info.c info.h ../lib/system.h ../config.h \
  277.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  278.     window.h infomap.h search.h terminal.h session.h dribble.h \
  279.     echo-area.h doc.h footnotes.h gc.h indices.h ../lib/getopt.h \
  280.     man.h
  281. infodoc.o infodoc.lo: infodoc.c info.h ../lib/system.h ../config.h \
  282.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  283.     window.h infomap.h search.h terminal.h session.h dribble.h \
  284.     echo-area.h doc.h footnotes.h gc.h
  285. infomap.o infomap.lo: infomap.c info.h ../lib/system.h ../config.h \
  286.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  287.     window.h infomap.h search.h terminal.h session.h dribble.h \
  288.     echo-area.h doc.h footnotes.h gc.h funs.h
  289. m-x.o m-x.lo: m-x.c info.h ../lib/system.h ../config.h ../intl/libintl.h \
  290.     filesys.h display.h info-utils.h nodes.h window.h infomap.h \
  291.     search.h terminal.h session.h dribble.h echo-area.h doc.h \
  292.     footnotes.h gc.h
  293. makedoc.o makedoc.lo: makedoc.c info.h ../lib/system.h ../config.h \
  294.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  295.     window.h infomap.h search.h terminal.h session.h dribble.h \
  296.     echo-area.h doc.h footnotes.h gc.h
  297. man.o man.lo: man.c info.h ../lib/system.h ../config.h ../intl/libintl.h \
  298.     filesys.h display.h info-utils.h nodes.h window.h infomap.h \
  299.     search.h terminal.h session.h dribble.h echo-area.h doc.h \
  300.     footnotes.h gc.h signals.h tilde.h man.h
  301. nodemenu.o nodemenu.lo: nodemenu.c info.h ../lib/system.h ../config.h \
  302.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  303.     window.h infomap.h search.h terminal.h session.h dribble.h \
  304.     echo-area.h doc.h footnotes.h gc.h
  305. nodes.o nodes.lo: nodes.c info.h ../lib/system.h ../config.h \
  306.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  307.     window.h infomap.h search.h terminal.h session.h dribble.h \
  308.     echo-area.h doc.h footnotes.h gc.h man.h
  309. search.o search.lo: search.c info.h ../lib/system.h ../config.h \
  310.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  311.     window.h infomap.h search.h terminal.h session.h dribble.h \
  312.     echo-area.h doc.h footnotes.h gc.h
  313. session.o session.lo: session.c info.h ../lib/system.h ../config.h \
  314.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  315.     window.h infomap.h search.h terminal.h session.h dribble.h \
  316.     echo-area.h doc.h footnotes.h gc.h man.h
  317. signals.o signals.lo: signals.c info.h ../lib/system.h ../config.h \
  318.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  319.     window.h infomap.h search.h terminal.h session.h dribble.h \
  320.     echo-area.h doc.h footnotes.h gc.h signals.h
  321. terminal.o terminal.lo: terminal.c info.h ../lib/system.h ../config.h \
  322.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  323.     window.h infomap.h search.h terminal.h session.h dribble.h \
  324.     echo-area.h doc.h footnotes.h gc.h termdep.h
  325. tilde.o tilde.lo: tilde.c info.h ../lib/system.h ../config.h \
  326.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  327.     window.h infomap.h search.h terminal.h session.h dribble.h \
  328.     echo-area.h doc.h footnotes.h gc.h
  329. variables.o variables.lo: variables.c info.h ../lib/system.h ../config.h \
  330.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  331.     window.h infomap.h search.h terminal.h session.h dribble.h \
  332.     echo-area.h doc.h footnotes.h gc.h variables.h
  333. window.o window.lo: window.c info.h ../lib/system.h ../config.h \
  334.     ../intl/libintl.h filesys.h display.h info-utils.h nodes.h \
  335.     window.h infomap.h search.h terminal.h session.h dribble.h \
  336.     echo-area.h doc.h footnotes.h gc.h
  337.  
  338. info:
  339. dvi:
  340. check: all
  341.     $(MAKE)
  342. installcheck:
  343. install-exec: install-binPROGRAMS
  344.     @$(NORMAL_INSTALL)
  345.  
  346. install-data: 
  347.     @$(NORMAL_INSTALL)
  348.  
  349. install: install-exec install-data all
  350.     @:
  351.  
  352. uninstall: uninstall-binPROGRAMS
  353.  
  354. all: Makefile $(PROGRAMS)
  355.  
  356. install-strip:
  357.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  358. installdirs:
  359.     $(mkinstalldirs)  $(bindir)
  360.  
  361.  
  362. mostlyclean-generic:
  363.     test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  364.  
  365. clean-generic:
  366.     test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  367.  
  368. distclean-generic:
  369.     rm -f Makefile $(DISTCLEANFILES)
  370.     rm -f config.cache config.log stamp-h stamp-h[0-9]*
  371.     test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  372.  
  373. maintainer-clean-generic:
  374.     test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  375.     test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  376. mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-noinstPROGRAMS \
  377.         mostlyclean-compile mostlyclean-tags \
  378.         mostlyclean-generic
  379.  
  380. clean:  clean-binPROGRAMS clean-noinstPROGRAMS clean-compile clean-tags \
  381.         clean-generic mostlyclean
  382.  
  383. distclean:  distclean-binPROGRAMS distclean-noinstPROGRAMS \
  384.         distclean-compile distclean-tags distclean-generic \
  385.         clean
  386.     rm -f config.status
  387.  
  388. maintainer-clean:  maintainer-clean-binPROGRAMS \
  389.         maintainer-clean-noinstPROGRAMS \
  390.         maintainer-clean-compile maintainer-clean-tags \
  391.         maintainer-clean-generic distclean
  392.     @echo "This command is intended for maintainers to use;"
  393.     @echo "it deletes files that may require special tools to rebuild."
  394.  
  395. .PHONY: default mostlyclean-binPROGRAMS distclean-binPROGRAMS \
  396. clean-binPROGRAMS maintainer-clean-binPROGRAMS uninstall-binPROGRAMS \
  397. install-binPROGRAMS mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
  398. clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
  399. mostlyclean-compile distclean-compile clean-compile \
  400. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  401. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  402. install-exec install-data install uninstall all installdirs \
  403. mostlyclean-generic distclean-generic clean-generic \
  404. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  405.  
  406.  
  407. # The files `doc.c' and `funs.h' are created by ./makedoc run over the source
  408. # files which contain DECLARE_INFO_COMMAND.  `funs.h' is a header file
  409. # listing the functions found.  `doc.c' is a structure containing pointers
  410. # to those functions along with completable names and documentation strings.
  411. # I do not know how to get this right.
  412. # BUILT_SOURCES = doc.c funs.h
  413. #
  414. #cmd_sources = $(srcdir)/session.c $(srcdir)/echo-area.c $(srcdir)/infodoc.c \
  415. #  $(srcdir)/m-x.c $(srcdir)/indices.c $(srcdir)/nodemenu.c \
  416. #  $(srcdir)/footnotes.c $(srcdir)/variables.c
  417. #
  418. #$(BUILTSOURCES): makedoc $(cmd_sources)
  419. #    ./makedoc $(cmd_sources)
  420.  
  421. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  422. # Otherwise a system limit (for SysV at least) may be exceeded.
  423. .NOEXPORT:
  424.