3. Conventions for Directory Structures

  1. Environment variables should point to directories, not to files or libraries.

  2. Environment variables should not differ between like systems at different installations.

  3. A given directory should contain either all directories or all files--not a mixture of both. An exception to this is the build file or Makefile.

  4. Menus will be treated similar to the way procedure PDF's are treated: They will be in the source directory and built to the run directory just as any other function would be.