1. Computing & Technology

Discuss in my forum

Definition of Makefile

By , About.com Guide

Definition: A makefile is a text file containing rules that define how a Make works.

Compilers compare the time and date of each relevant source code files with object code and only recompile the code that has changed. The makefile defines which source code files are needed to make object files and applications, and the compiler and linker used to do the make.

Glossary:

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Examples:
I exported a makefile from Visual C++

©2012 About.com. All rights reserved.

A part of The New York Times Company.