home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / dist / gnu / textutils / build / man / makefile
Encoding:
Makefile  |  1993-12-14  |  1.8 KB  |  69 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for GNU text utilities documentation.
  3. # Copyright (C) 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 = /Scratch/textutils/textutils-1.9-amiga/man
  22. VPATH = /Scratch/textutils/textutils-1.9-amiga/man
  23.  
  24. prefix = /usr
  25. exec_prefix = $(prefix)
  26. mandir = $(prefix)/man/man1
  27. manprefix =
  28. manext = 1
  29. INSTALL = /bin/ginstall
  30. INSTALL_DATA = $(INSTALL)
  31.  
  32. MANFILES = cat.1 cksum.1 comm.1 csplit.1 cut.1 expand.1 fold.1 head.1 \
  33. join.1 nl.1 od.1 paste.1 pr.1 sort.1 split.1 sum.1 tac.1 tail.1 tr.1 \
  34. unexpand.1 uniq.1 wc.1
  35.  
  36. DISTFILES = Makefile.in $(MANFILES)
  37.  
  38. all:
  39.  
  40. install: all
  41.     for f in $(MANFILES); do \
  42.       $(INSTALL_DATA) $(srcdir)/$$f \
  43.         $(mandir)/$(manprefix)`basename $$f 1`$(manext); \
  44.     done
  45.  
  46. uninstall:
  47.     for f in $(MANFILES) su.1; do \
  48.       rm -f $(mandir)/$(manprefix)`basename $$f 1`$(manext); \
  49.     done
  50.  
  51. TAGS:
  52.  
  53. clean:
  54.  
  55. mostlyclean: clean
  56.  
  57. distclean: clean
  58.     rm -f Makefile
  59.  
  60. realclean: distclean
  61.     rm -f TAGS
  62.  
  63. dist:
  64.     ln $(DISTFILES) ../`cat ../.fname`/man
  65.  
  66. # Tell versions [3.59,3.63) of GNU make not to export all variables.
  67. # Otherwise a system limit (for SysV at least) may be exceeded.
  68. .NOEXPORT:
  69.