


Up: Using MPE
Next: Example Makefile
Previous: Introduction
The final install directory contains the following subdirectories.
In terms of usage of MPE, user usually only need to know about the files
that have been installed in include/, lib/ and bin/.
-
include/
-
contains all the include files that user program needs to read.
-
lib/
-
contains all the libraries that user program needs to link with.
-
bin/
-
contains all the utility programs that user needs to use.
-
sbin/
-
contains the MPE uninstall script to uninstall the installation.
-
share/
-
contains user read-only data. Besides share/examples/,
user usually does NOT need to know the details of other
subdirectories.



Up: Using MPE
Next: Example Makefile
Previous: Introduction