home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / src / diffs / amigalib.mk next >
Makefile  |  1995-01-21  |  541b  |  25 lines

  1. # Amiga Library Services - CD Administration Makefile
  2. #
  3. # This Makefile goes in the directory contains the diff files for the
  4. # GNU utilities tree, and is responsible for doing such things as:
  5. #
  6. # (1)    For each utility in the src tree, build a current diff file from
  7. #    the baseline archive for that utility and the amiga version of the
  8. #    source tree.
  9.  
  10. SHELL = /bin/sh
  11. SCRATCHDIR = /tmp
  12.  
  13. all:
  14.  
  15. # Do the following things when building a CD release.
  16.  
  17. release:    diffs clean
  18.  
  19. GNUdiffs:
  20.         $(SHELL) BuildDiffs.sh $(SCRATCHDIR)
  21.  
  22. clean:
  23.         rm -f *! *~
  24.  
  25.