make

Software Description:

GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program.


Software Home Page: make


Software Documentation:

To run this software in a Linux environment on LCC,
run the command(s):

#To load module, first you need to load gnu7/7.3.0
module swap intel gnu7/7.3.0 (if intel loaded by default)
module load ccs/make/3.75


#To unload module
module unload ccs/make/3.75


Center for Computational Sciences