Library Updating

How to update the E891 library

To update the E891 library do the following:

  1. Copy the .src files for modification into your own area.
  2. Modify the .src files in your area.
  3. Create the .f files using the ucomd tool.
  4. On /scratch10/e891/yourname disk create an executable using one of the standard .bld scripts, where your version of the files is linked together with the standard library.
  5. Try out your executable and see if it works the way it is supposed to work.
  6. Then copy your version of the .src files to the appropriate e891 directory.
  7. cd to that directory.
  8. If you have added or deleted some .src files from the directory, type:

    write_makefile

    This will update the list of files that will go into the /lib directory. Otherwise go to the next step.

  9. Then type:

    make

    This will update the /lib directory with your changes.

  10. Then type:

    cd ../doc

    and edit change.doc describing your changes.

    Now you have updated the library.