1. Home
  2. Computing & Technology
  3. C / C++ / C#

Definition of Makefile

By David Bolton, About.com

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++
Explore C / C++ / C#
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. C / C++ / C#
  4. Glossary
  5. Makefile - Definition

©2009 About.com, a part of The New York Times Company.

All rights reserved.