home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / amiga / findutils-4.1-src.lha / findutils-4.1 / doc / Makefile.in < prev    next >
Encoding:
Makefile  |  1994-11-17  |  3.3 KB  |  125 lines

  1. # Makefile.in generated automatically by automake from Makefile.am.
  2. # Copyright (C) 1994 Free Software Foundation, Inc.
  3.  
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2, or (at your option)
  7. # any later version.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12. # GNU General Public License for more details.
  13.  
  14. # You should have received a copy of the GNU General Public License
  15. # along with this program; if not, write to the Free Software
  16. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17.  
  18. SHELL = /bin/sh
  19.  
  20. srcdir = @srcdir@
  21. top_srcdir = @top_srcdir@
  22. VPATH = @srcdir@
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25.  
  26. bindir = $(exec_prefix)/bin
  27. sbindir = $(exec_prefix)/sbin
  28. datadir = $(prefix)/share
  29. sysconfdir = $(prefix)/etc
  30. sharedstatedir = $(prefix)/com
  31. # Put this in /local, since $(prefix) might be on read-only media. -fnf
  32. localstatedir = /local/var
  33. libdir = $(exec_prefix)/lib
  34. # It seems hokey to me to have the libexec dir visible at what is the
  35. # equivalent of the root directory, so put it under libdir instead.  -fnf
  36. libexecdir = $(libdir)/libexec
  37. infodir = $(prefix)/info
  38. mandir = $(prefix)/man
  39. includedir = $(prefix)/include
  40. oldincludedir = /usr/include
  41.  
  42. INSTALL = @INSTALL@
  43. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  44. INSTALL_DATA = @INSTALL_DATA@
  45. transform = @program_transform_name@
  46.  
  47. ALL = ${PROGRAMS} ${LIBPROGRAMS} ${SCRIPTS} ${LIBSCRIPTS} ${LIBFILES}
  48. MAKEINFO = makeinfo
  49. TEXI2DVI = texi2dvi
  50.  
  51. TEXFILES = *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.log *.pg *.toc *.tp *.vr
  52.  
  53. INFOS = find.info*
  54. INFO_DEPS = find.info
  55. DVIS = find.dvi
  56. SOURCES = 
  57. DIST_CONF = Makefile.am Makefile.in
  58. DIST_FILES = $(DIST_CONF) $(SOURCES) $(TEXINFOS) $(INFOS) $(MANS) $(DIST_OTHER)
  59.  
  60. TEXINFOS = find.texi
  61. DIST_OTHER = perm.texi texinfo.tex
  62.  
  63. all:: ${ALL}
  64.  
  65. .SUFFIXES: .texi .info .dvi
  66.  
  67. .texi.info:
  68.     $(MAKEINFO) -I$(srcdir) $<
  69.  
  70. .texi.dvi:
  71.     TEXINPUTS=$(srcdir):$$TEXINPUTS $(TEXI2DVI) $<
  72.  
  73. info:: $(INFO_DEPS)
  74.  
  75. dvi:: $(DVIS)
  76.  
  77. install:: install-info
  78.  
  79. install-info: $(INFO_DEPS)
  80.     $(top_srcdir)/mkinstalldirs $(infodir)
  81.     cd $(srcdir); for file in *.info*; do \
  82.       $(INSTALL_DATA) $$file $(infodir)/$$file; \
  83.     done
  84.  
  85. uninstall:: uninstall-info
  86.  
  87. uninstall-info:
  88.     cd $(srcdir); for file in *.info*; do \
  89.       rm -f $(infodir)/$$file; \
  90.     done
  91.  
  92. mostlyclean:
  93.     rm -f *.o core
  94.  
  95. clean: mostlyclean
  96.     rm -f $(PROGRAMS) $(LIBPROGRAMS) $(LIBFILES) $(TEXFILES) $(CLEANFILES)
  97.  
  98. distclean: clean
  99.     rm -f Makefile *.tab.c $(DISTCLEANFILES)
  100.     rm -f config.cache config.log config.status ${CONFIG_HEADER} stamp-h
  101.  
  102. realclean: distclean
  103.     rm -f TAGS $(INFOS)
  104.  
  105. dist: $(DIST_FILES) $(DIST_DIRS)
  106.     -mkdir ../`cat ../distname`/$(subdir)
  107.     @for file in $(DIST_FILES); do \
  108.       echo linking $$file; \
  109.       ln $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file || \
  110.         { echo copying $$file instead; cp -p $(srcdir)/$$file ../`cat ../distname`/$(subdir)/$$file;}; \
  111.     done
  112.  
  113. check dvi info install uninstall::
  114.  
  115. tags:: TAGS
  116.  
  117. TAGS::
  118.     cd $(srcdir); etags $(SOURCES)
  119.  
  120. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  121. # Otherwise a system limit (for SysV at least) may be exceeded.
  122. .NOEXPORT:
  123.  
  124. find.info find.dvi: perm.texi
  125.