home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / FTREE0.3.LHA / ftree / RCS / makefile,v < prev    next >
Encoding:
Text File  |  1994-04-27  |  448 b   |  39 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     peteric:1.1; strict;
  6. comment    @# @;
  7.  
  8.  
  9. 1.1
  10. date    94.03.26.11.37.24;    author peteric;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @makefile recording package file creation.
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @#
  26. # makefile for family tree print utility
  27. #
  28. # (c) P. Ivimey-Cook 1994
  29. #
  30.  
  31. PKGDIR    = pkg
  32. ARCHIVE    = ftree.lha
  33. PROGRAM    = ftree
  34.  
  35. package:
  36.     lha -axr u $(ARCHIVE) src:ftree/ examples guide bin libs ps src
  37.     list $(ARCHIVE)
  38. @
  39.