home *** CD-ROM | disk | FTP | other *** search
/ PC Press 1997 July / Sezamfile97_1.iso / msdos / clipper / ft_doc.arj / TOOLDOC.RMK < prev   
Text File  |  1992-02-12  |  887b  |  29 lines

  1. // inference rules
  2. .txt.ngo:
  3.     NGC $** 
  4.  
  5. // dependency rule for executable
  6.  
  7. tooldoc.ng: array.ngo convert.ngo dos.ngo database.ngo DateTime.ngo Environ.ngo fileio.ngo game.ngo  keymouse.ngo math.ngo menus.ngo netware.ngo string.ngo video.ngo overview.ngo rebuild.ngo Sample.ngo credits.ngo 
  8.      NGML tooldoc.lnk
  9.  
  10. // dependency statements for object files
  11. array.ngo:    array.txt    
  12. convert.ngo:  convert.txt  
  13. dos.ngo:      dos.txt      
  14. database.ngo: database.txt 
  15. DateTime.ngo: DateTime.txt 
  16. Environ.ngo:  Environ.txt  
  17. fileio.ngo:   fileio.txt   
  18. game.ngo:     game.txt     
  19. keymouse.ngo: keymouse.txt 
  20. math.ngo:     math.txt     
  21. menus.ngo:    menus.txt    
  22. netware.ngo:  netware.txt  
  23. string.ngo:   string.txt   
  24. video.ngo:    video.txt    
  25. overview.ngo: overview.txt 
  26. rebuild.ngo:  rebuild.txt  
  27. Sample.ngo:   Sample.txt   
  28. credits.ngo:  credits.txt  
  29.