home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / projects / makatic_1 < prev    next >
Text File  |  1999-04-27  |  2KB  |  48 lines

  1. Title:            MAKATIC
  2. Author:            Julian Smith <julian.smith@psy.ox.ac.uk>
  3. Version:        2.20
  4. Title From:        Documentation
  5. Author From:        Documentation
  6. Version From:        Documentation
  7. Supplier:        Julian Smith <julian.smith@psy.ox.ac.uk>
  8. Date:            29/01/97
  9. Keywords:        Project management systems
  10. Shareware:        No
  11. Machine:        Archimedes
  12. Operating system:    RISCOS
  13. Memory requirements:    
  14. Peripherals needed:    
  15. Other s/ware needed:    Make program such as AMU or MAKE (c138)
  16. Directory:        micros/arch/riscos/e040
  17. Date mounted/updated:    17/02/97
  18. File names:        makatic.zip
  19. Unarchived files:    52
  20. Unarchived size:    104 kbytes
  21. Omissions:        
  22. See also:        PROJMAN (c001), IMAGINE (e033)
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Acquiring the package:
  27.  
  28. Download the archive file(s) and extract using SparkPlug 2
  29. (see the "tools_help" file in micros/arch/riscos/tools for further info).
  30.  
  31.  
  32. Description:
  33.  
  34. Makatic is a set of command-line tools which can automate much
  35. of the management of C, C++ and Assembler projects.
  36.  
  37. The Makatic tools automatically generate and run makefiles, by 
  38. looking for source files in the project directory, and adding 
  39. equivalent .o filenames to a user-supplied template makefile. 
  40.  
  41. This means that adding or removing a source-file to a project 
  42. doesn't mean one has to edit a makefile, or inform a desktop 
  43. front-end such as '!Make' about the change.
  44.  
  45. This is particularly helpful with large projects, particularly
  46. if they involve building different versions of a project from
  47. the same source code.
  48.