Printer Friendly
The Free Dictionary
990,761,371 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

makefile

   Also found in: Wikipedia 0.04 sec.

A file of commands that are executed by a compiler's "make" utility or function. The makefile lists the program modules that are part of the project and associated libraries that must be linked in. It also includes special directives that enable certain modules to be compiled differently if required. Unless otherwise specified, generally only the source modules that have changed are actually recompiled.


makefile - A script which tells the Unix program "make" how to build a particular computer program or set of programs. A makefile contains variable assignments and rules of the form

target: inputs commands

which say if any of the files in "inputs" has been modified more recently than file "target" (or if the target does not exist) then execute "commands", which will normally bulid "target" from "inputs".

If make is run with no arguments, it looks for a makefile called "Makefile" or "makefile".

?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
All compiler options are available for the user through the MULTI Builder GUI, and as command-line options in makefiles.
In addition, the Platform Support Package generates a complete FPGA place and route script and a software makefile.
Tightly integrated with MathWorks products for Model-Based Design, Link for TASKING enables engineers to generate algorithm code, libraries, makefiles, and test harnesses from a Simulink model and automatically load them into the TASKING Integrated Development Environment (IDE) for execution and analysis.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.