home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL41.ARJ / VOL4184 < prev    next >
Text File  |  1991-09-05  |  2KB  |  43 lines

  1. P r o g r a m m a T h e e k volume 4184 
  2.  
  3. Vervanger van Bijwagen nr. 7184 
  4.  
  5. Titel: SUPERMAINT - MAKE-systeem voor diverse programmeertalen
  6.  
  7. Number  Name            Size    Date    Comments 
  8.         CATALOG  184       484 08-06-91 Dit overzicht 
  9. 4184.01 INSTALL  EXE     97166 08-11-90 Installatieprogramma Super-Maint 
  10. 4184.02 README   SUP     20130 08-11-90 Korte dokumentatie 
  11. 4184.03 REG      FRM      2382 19-11-90 Registratie-formulier 
  12. 4184.04 SMAK     EXE    214858 08-11-90 Zelfuitpakkend archief voor
  13.                                         INSTALL.EXE 
  14. 4184.05 SUPER    INF      6216 08-11-90 Korte dokumentatie 
  15. 4184.06 VENDOR   DOC      4492 08-11-90  
  16.         VOL4184  ABS      1230 08-06-91 Diskabstract 
  17.                  8 files 11264 bytes free on volume 4184 
  18.  
  19. Make programs are used in program development to keep track of
  20. how up to date compiled files are. By using a maker you can
  21. keep all of the information you usually pass to your compiler
  22. from the command line in a make file. Whenever you invoke the
  23. maker with that make file it compares the date and time stamps
  24. of a target file and it's dependents (a target is the file to
  25. be made, and the dependent is the file(s) to make the target
  26. from. 
  27.    For example, if you are making the target myfile.obj its
  28. dependent might be myfile.c if you are writing in C, myfile-
  29. .asm if you are writing in assembly language, and so on). If
  30. the target is older than its dependents the compiler is called
  31. to recompile that file. SUPER-MAINT simplifies all this by
  32. providing an editor that generates your make files for you.
  33. You fill information in (in the Setup menu) about how your
  34. compilers work, what libraries you want to link into your
  35. program, and so on, and the SUPER-MAINT Editor (SME) does the
  36. rest. 
  37.    SUPER-MAINT will run on IBM (and true compatibles) XT,
  38. AT,386 ,486 machines using DOS 3.1 or later with 640 K of
  39. memory ,on color and monochrome systems. It needs about 420K
  40. space on your hard disk. 
  41.  
  42. My opinion: 4              (Hans Schuts) 
  43.