Go to the first, previous, next, last section, table of contents.


4.1 Directory Structure

The library of practical abstractions is organized as follows:

`libpa-1.3.0/include'
files containing public typedefs and prototypes
`libpa-1.3.0/lib.ARCH'
object code archives for ARCH
`libpa-1.3.0/src/module'
source code for module
`libpa-1.3.0/bin'
architecture-independent shell scripts
`libpa-1.3.0/bin/ARCH'
architecture-dependent executables for ARCH
`libpa-1.3.0/etc'
scripts to initialize LIBPA environment
`libpa-1.3.0/info'
documentation in GNU info format
`libpa-1.3.0/html'
documentation in html format

This allows you to compile with -I`libpa-1.3.0/include' and link with -L`libpa-1.3.0/lib.ARCH'. You may also want to put `libpa-1.3.0/bin' and `libpa-1.3.0/bin/ARCH' on your PATH environment variable.


Go to the first, previous, next, last section, table of contents.