home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / m4-1.1-src.lha / src / build / m4-1.1 / checks / Makefile
Encoding:
Makefile  |  1994-02-24  |  1.6 KB  |  61 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for GNU m4 checks directory.
  3. # Copyright (C) 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/m4/m4-1.1-amiga/checks
  22. VPATH = /ISO/m4/m4-1.1-amiga/checks
  23.  
  24. # Should be GNU awk, for the get-them script.
  25. AWK = gawk
  26.  
  27. CHECKS = [0-9][0-9].*
  28. DISTFILES = Makefile.in get-them check-them $(CHECKS) .all-stamp incl.m4 foo
  29.  
  30. all: .all-stamp
  31.  
  32. .all-stamp: get-them ../m4.texinfo
  33.     cd $(srcdir); rm -f $(CHECKS); \
  34.         AWK=$(AWK) $(SHELL) get-them ../m4.texinfo
  35.     touch $(srcdir)/.all-stamp
  36.  
  37. install:
  38.  
  39. uninstall:
  40.  
  41. check: check-them .all-stamp
  42.     cd $(srcdir); $(SHELL) check-them $(CHECKS)
  43.  
  44. tags:
  45.  
  46. clean:
  47.  
  48. distclean: clean
  49.     rm -f Makefile
  50.  
  51. realclean: distclean
  52.     rm -f $(CHECKS) .all-stamp
  53.  
  54. dist: $(DISTFILES)
  55.     mkdir ../`cat ../.fname`/checks
  56.     chmod 777 ../`cat ../.fname`/checks
  57.     ln $(DISTFILES) ../`cat ../.fname`/checks
  58.  
  59. Makefile: Makefile.in
  60.     cd ..; ./config.status
  61.