Next: Standard Directory Variables, Previous: Basic Installation, Up: Use Cases
So far we have come across four ways to run make in the GNU
Build System: make, make check, make install, and
make installcheck.  The words check, install, and
installcheck, passed as arguments to make, are called
targets.  make is a shorthand for make all,
all being the default target in the GNU Build System.
   
Here is a list of the most useful targets that the GNU Coding Standards specify.
make allmake). 
make installmake install-stripmake install, then strip debugging symbols.  Some
users like to trade space for useful bug reports...
make uninstallmake install: erase the installed files. 
(This needs to be run from the same build tree that was installed.) 
make cleanmake all. 
make distclean./configure created. 
make checkmake installcheckmake dist