home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnurx.zip / doc / Makefile.in < prev    next >
Makefile  |  1995-12-31  |  1KB  |  41 lines

  1. # Makefile for GNU SED, a batch editor.
  2. # Copyright (C) 1987, 1991 Free Software Foundation, Inc.
  3. # This file is part of GNU SED.
  4. # GNU SED 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. # GNU SED is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11. # GNU General Public License for more details.
  12. # You should have received a copy of the GNU General Public License
  13. # along with GNU SED; see the file COPYING.  If not, write to
  14. # the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  15.  
  16. SHELL = /bin/sh
  17.  
  18. srcdir = @srcdir@
  19. VPATH = @srcdir@
  20.  
  21. all:
  22.  
  23. install:
  24.  
  25. clean:
  26.  
  27. distclean:
  28.  
  29. realclean:
  30.  
  31. SUBDIR=.
  32. manifest = COPYING Makefile.in texinfo.tex
  33. manifest:
  34.     for file in $(manifest) ; \
  35.       do echo $(SUBDIR)/$$file ; \
  36.     done
  37.