development:build:make:start
Table of Contents
Make
Links
- Free Software Foundation: GNU Make Manual
- Ralf Hoppe: GNU Make Kurzreferenz (sorry, only available in German)
GNU Make Targets
Some important GNU Make targets:
make allbuilds the package
make install
installs the package
make cleandeletes object files and the executable
make distgenerates a distribution package
make distcleandelete all stuff configure has created
make distcheckchecks the package for distribution
make maintainer-cleandeletes all object files, the executable and all distribution files that can be regenerated by Autotools
development/build/make/start.txt · Last modified: by Ralf Hoppe
