home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / find-3.8-src.lha / src / build / find-3.8 / man / Makefile
Makefile  |  1994-02-23  |  2KB  |  57 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for GNU find, xargs, and locate documentation.
  3. # Do not use this makefile directly, but only from `../Makefile'.
  4. # Copyright (C) 1990 Free Software Foundation, Inc.
  5.  
  6. # This program is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License as published by
  8. # the Free Software Foundation; either version 2, or (at your option)
  9. # any later version.
  10.  
  11. # This program is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. # GNU General Public License for more details.
  15.  
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19.  
  20. SHELL = /bin/sh
  21.  
  22. srcdir = /ISO/find/find-3.8-amiga/man
  23. VPATH = /ISO/find/find-3.8-amiga/man
  24.  
  25. MANFILES = find.1 locate.1 xargs.1
  26. DISTFILES = Makefile.in $(MANFILES)
  27.  
  28. all:
  29.  
  30. install: all $(MANFILES)
  31.     -cd $(srcdir); for f in $(MANFILES); do \
  32.     $(INSTALL_DATA) $$f $(mandir)/$(manprefix)`basename $$f 1`$(manext); \
  33.     done
  34.  
  35. uninstall:
  36.     for f in $(MANFILES); do rm -f \
  37.     $(mandir)/$(manprefix)`basename $$f 1`$(manext); \
  38.     done
  39.  
  40. TAGS:
  41.  
  42. clean:
  43.  
  44. mostlyclean: clean
  45.  
  46. distclean: clean
  47.     rm -f Makefile
  48.  
  49. realclean: distclean
  50.     rm -f TAGS
  51.  
  52. dist:
  53.     ln $(DISTFILES) ../`cat ../.fname`/man
  54.  
  55. # Prevent GNU make v3 from overflowing arg limit on SysV.
  56. .NOEXPORT:
  57.