#
Additionally, there are the following Makefile targets that can be used to install/reinstall a specific component without altering the rest of the installation:
- make: compiles the project.
- make full: cleans the project and compiles it again.
- install: installs the basic binaries and libraries (the folders bin, lib and sbin).
- make devel.install: install the developer version of the project with additional files, scripts and headers.
- make etc.install: installs just the content of the etc folder.
- make component.install: installs just the specified component of the project (in case it exists). Supported components are:
- earl (make earl.install)
- eard
- eardbd
- eargmd
- earplug
- commands
- tools
- make clean: removes the compiled files on the project folder.
- make check: runs some tests to check the status of the installation. Sudo may be needed in case some system features require privileges.
- make depend: regenerates the .depend files, which contains the source files and its header dependencies.
- make depend-clean: removes all the .depend files.
#