Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
GNU make - a program for directing recompilation.
gmake [options] [targets]
gmake is the name used within AIPS++ to differentiate the GNU make executable from the many other flavours of make available on unix systems.
GNU make is essential for AIPS++, and is installed automatically by configure (p) as ``gmake'' when AIPS++ is first installed.
GNU make has many features which make it preferable to any other form of make. It can process makefiles written for most flavours of make although the converse is not true.
GNU make is free software provided by the Free Software Foundation.
The GNU Make manual.
The GNU manual page for make.
configure (p), the AIPS++ installation script.
makedefs (p), AIPS++ makefile definitions.
makefiles (p), GNU makefiles used to rebuild AIPS++.