home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / cake / part06 / Lib / Sccs < prev    next >
Encoding:
Text File  |  1987-10-15  |  315 b   |  14 lines

  1. $    Cakefile for SCCS.
  2.  
  3. $    If you include this cakefile, every file you to update will
  4. $    be checked if it can be retrieved from the SCCS directory,
  5. $    using sccs get with the macro GETFLAGS as argument (default
  6. $    is empty).
  7.  
  8. #ifndef    GETFLAGS
  9. #define    GETFLAGS
  10. #endif
  11.  
  12. %:    SCCS/s.%        if exist SCCS/s.%
  13.     sccs get GETFLAGS %
  14.