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