Integration by Makefile

From EosPedia
Jump to: navigation, search

Here, we explain how to integrate by Makefile.

Makefile is file that is defined method of compile and link for source code on UNIX, and it is run by using make command. Essentially, this makes only necessary files as target in accordance with judgement rule of using last update time for input and output files and Backward Reasoning rule. On Eos, this feature has been used for image processing. This page is some example about this command for each purpose. Here, we show how to create integration command by Makefile.