*----------------------------------------------------------------------*
*     Burkhard Rost		Aug,        1998      version 0.1      *
*     EMBL/LION			http://www.embl-heidelberg.de/~rost/   *
*     D-69012 Heidelberg	rost@embl-heidelberg.de                *
*----------------------------------------------------------------------*
* ------------------------------                                       *
* This directory contains:                                             *
* ------------------------------                                       *
*                                                                      *
*   - all PHD FORTRAN files    :     (phd.f + lib-phd.f)               *
*   - PHD include files        :     (phdParameter.f)                  *
*   - documentation            :     (Doc-code-phd.txt)                *
*   - general perl make script :     (compile.pl)                      *
*   - make-files               :     (mat/makePhd*)                    *
*                                                                      *
* ------------------------------                                       *
* to DO for compile:                                                   *
* ------------------------------                                       *
*                                                                      *
*   compile.pl                 ->    gives help                        *
*   compile.pl auto            ->    DOES it..                         *
*                                                                      *
*                                                                      *
*----------------------------------------------------------------------*
*                                                                      *
*                                                                      *
* Short explanations about the FORTRAN code in the following           *
*                                                                      *
*                                                                      *
*     -------------                                                    *
*     General notes                                                    *
*     -------------                                                    *
*                                                                      *
*                       FILES NEEDED:                                  *
*                       ~~~~~~~~~~~~~                                  *
*     - phd.f           FORTRAN code                                   *
*     - phdParameter.f  parameter files (INCLUDE)                      *
*     - lib-phd.f       FORTRAN library                                *
*                                                                      *
*                       COMPILATION:                                   *
*                       ~~~~~~~~~~~~                                   *
*     - make -f makePhd.$ARCH                                          *
*                       OR:                                            *
*     - f77 -O2 phd.f lib-phd.f                                        *
*                                                                      *
*                       DOCUMENTATION:                                 *
*                       ~~~~~~~~~~~~~~                                 *
*     - Doc-code-phd.txt                                               *
*                                                                      *
*     -------------                                                    *
*     Porting notes                                                    *
*     -------------                                                    *
*                                                                      *
*     To port it:     hard coded is only the path for the *.com file   *
*                     currently: /home/rost/pub                        *
*                            or: /home/phd/net (if arg5=server)        *
*                            or: explicitly given in arg6              *
*                     NOTE:  defined in 'iniphd.f',                    *
*     -->                    grep 'change to port'                     *
*                                                                      *
*                                                                      *
*     -----------------                                                *
*     Other questions ?                                                *
*     -----------------                                                *
*                                                                      *
*     -->             see Doc-code-phd.txt, or code...                 *
*                                                                      *
*----------------------------------------------------------------------*
