home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / fileutils-3.9-src.lha / src / build / fileutils-3.9 / man / Makefile
Encoding:
Makefile  |  1994-02-22  |  1.8 KB  |  70 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for GNU fileutils documentation.
  3. # Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
  4.  
  5. # This program is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 2, or (at your option)
  8. # any later version.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. # GNU General Public License for more details.
  14.  
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program; if not, write to the Free Software
  17. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  
  19. SHELL = /bin/sh
  20.  
  21. srcdir = /ISO/fileutils/fileutils-3.9-amiga/man
  22. VPATH = /ISO/fileutils/fileutils-3.9-amiga/man
  23.  
  24. prefix = /gnu
  25. exec_prefix = $(prefix)
  26. mandir = $(prefix)/man/man1
  27. manprefix =
  28. manext = 1
  29. INSTALL = @INSTALL@
  30. INSTALL_DATA = @INSTALL_DATA@
  31.  
  32. MANFILES = chgrp.1 chown.1 chmod.1 cp.1 dd.1 df.1 du.1 install.1 \
  33. ln.1 ls.1 mkdir.1 mkfifo.1 mknod.1 mv.1 rm.1 rmdir.1 touch.1 
  34.  
  35. DISTFILES = Makefile.in $(MANFILES)
  36.  
  37. all:
  38.  
  39. install: all $(MANFILES)
  40.     for f in $(MANFILES); do \
  41.       ../src/ginstall -m 644 $(srcdir)/$$f \
  42.       $(mandir)/$(manprefix)`basename $$f 1`$(manext); \
  43.     done
  44.  
  45. uninstall:
  46.     for f in $(MANFILES); do rm -f \
  47.       $(mandir)/$(manprefix)`basename $$f 1`$(manext); \
  48.     done
  49.  
  50. TAGS:
  51.  
  52. check:
  53.  
  54. clean:
  55.  
  56. mostlyclean: clean
  57.  
  58. distclean: clean
  59.     rm -f Makefile
  60.  
  61. realclean: distclean
  62.     rm -f TAGS
  63.  
  64. dist:
  65.     ln $(DISTFILES) ../`cat ../.fname`/man
  66.  
  67. # Tell versions [3.59,3.63) of GNU make not to export all variables.
  68. # Otherwise a system limit (for SysV at least) may be exceeded.
  69. .NOEXPORT:
  70.