home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume5 / smallc / part1 / M_README < prev    next >
Encoding:
Text File  |  1986-11-30  |  550 b   |  12 lines

  1.         ***  Moderator's README ***
  2.  
  3. This directory contains the base source code for the smallC compiler
  4. (actually three versions:  the 8080, 6809 and vax code generators are
  5. here also.)
  6.  
  7. The "includes" directory contains headers which are intended to be included in
  8. user programs - the place where these files reside should be set in the Makefile
  9. as INCDIR.  The directories "6809", "8080", and "vax" contain runtime support
  10. for the respective compilers.  The directory "lib" contains the source code
  11. for some common C library functions (portable ones).
  12.