User Tools

Site Tools


development:build:make:start

Table of Contents

Make


GNU Make Targets

Some important GNU Make targets:

  • make all

    builds the package

  • make install

    installs the package

  • make clean

    deletes object files and the executable

  • make dist

    generates a distribution package

  • make distclean

    delete all stuff configure has created

  • make distcheck

    checks the package for distribution

  • make maintainer-clean

    deletes all object files, the executable and all distribution files that can be regenerated by Autotools

development/build/make/start.txt · Last modified: 2021/04/10 09:38 by Ralf H.