Did you know ... Search Documentation:
make.pl -- Make plugin to deal with build steps.
PublicShow source

This build plugin deals with GNU style packages. It knows about the following programs:

  • automake to create Makefile.in from Makefile.am
  • autoheader to create config.h.in from configure.in
  • autoconf to create configure from configure.in
  • configure to create Makefile
  • make for the make steps.