Indiana University
University Information Technology Services
  
What are archived documents?

In Unix, what is a Makefile?

A Makefile is a configuration file for the Unix make utility. You can use the make utility to manage the complicated process of compiling programs from multiple source files. A Makefile includes a list of the source files to be compiled, along with the configuration options for the compiler program. A Makefile may also include instructions for moving the binary files to their final location, and cleaning up after an installation.

Also see:

This is document ahcc in domain all.
Last modified on March 11, 2008.
Please tell us, did you find the answer to your question?