home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / mcast / part01 / doc / Makefile.tmpl < prev   
Makefile  |  1993-04-06  |  335b  |  28 lines

  1. #
  2. # $Header: /u0/casey/src/mcast/doc/RCS/Makefile.tmpl,v 1.1 92/10/16 18:22:30 casey Exp $
  3. #
  4.  
  5.         TROFF = psroff
  6.          SRCS = cover.me notes.me
  7.  
  8. all:
  9.  
  10. print: cover notes
  11.  
  12. cover: cover.me
  13.     $(TROFF) -me cover.me
  14.  
  15. notes: notes.me
  16.     $(TROFF) -me notes.me
  17.  
  18. includes:
  19.  
  20. install:
  21.  
  22. clean:
  23.     rm -f *~ *.o core a.out MAKELOG
  24.  
  25. lint:
  26.  
  27. depend:
  28.