This contains links to the target routines and the makefile
to install phc with the gnu-ada compiler.

To install the packages, do :

  0. Make sure you have version 3.09 of the gnu-ada compiler,
     the file PHC/READ_ME contains information to obtain it;
  1. Type
        make phc

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

