Directory structure
This is an outline of the directory structure used to support multiple
platforms.
- All code is under a subdirectory "Implementation" at the appropriate
point in the tree.
- All object files are in a subdirectory Implementation/xxx where xxx
is the machine name. See for example WWW/LineMode/Implementation/*.
- Makefiles in the system-specific directories incldue a CommonMakefile
which is in the parent Implementation directory (..).
Tim BL