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


4.6 Makefiles

Our Makefiles include the targets "install", "uninstall", "tests", and "clean". Use `libpa-1.3.0/src/Makefile' to perform these operations on all modules.

make install
Installs the header files in `libpa-1.3.0/include' and then installs the safe and unsafe object code archives in `libpa-1.3.0/lib.ARCH'.
make uninstall
Deletes header files in `libpa-1.3.0/include' and removes the safe and unsafe object code archives in `libpa-1.3.0/lib.ARCH'.
make tests
Creates and runs safe and unsafe versions of the current module's test suite.
make clean
Deletes all object code and archives in the current directory.


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