xref: /csrg-svn/old/pcc/mip/INDEX (revision 43127)
1*43127SbosticThis directory contains the machine independent parts of the
2*43127Sbosticportable C compiler.  For more explanation of how these files
3*43127Sbosticare used, see the "Tour through the Portable C Compiler"
4*43127Sbosticin Volume 2 of the UNIX(TM) documentation.
5*43127Sbostic
6*43127SbosticThe makefile in this directory is useful when makeing a compiler;
7*43127Sbosticcreate a directory, copy the makefile into it, write the
8*43127Sbosticmachine dependent files, and you are off and running.  The file g
9*43127Sbosticis a useful aid for finding out when things are used.
10*43127Sbostic
11*43127SbosticThe pcc command (see the pcc source) uses this makefile and
12*43127Sbosticthe files in this directory.  Lint also uses the files.
13