You need GNU make, on some systems it is called gmake.

Basic build and install:
	./configure
	make
	make install

You may want to specify other options to configure:
	./configure --help

