This directory mirrors the tree structure of the package and
contains the makefiles to install phc with the VADS compiler,
for DEC/Ultrix, IBM RS6000/AIX and SUN/Solaris.

To install the packages, do :

  0. Make sure you have a VADS compiler installed,
     the file PHC/READ_ME contains information on obtaining it;
  1. Set the right ADAPATH in makelib.
  2. Type
        make all > makelog &
    
If all goes well, you can find the executable as file phc
in the directory PHC/bin.

To clean the auxiliary files type
    make clean
