GNU Make. A Program for Directing RecompilationКНИГИ » ПРОГРАММИНГ
Название: GNU Make. A Program for Directing Recompilation Автор: Various Издательство: Free Software Foundation Год: 2014 Формат: pdf Страниц: 212 Размер: 1.9 mb. Язык: English
GNU Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.
Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the non-source files and how to compute it from other files. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program. Capabilities of Make:
Make enables the end user to build and install your package without knowing the details of how that is done -- because these details are recorded in the makefile that you supply. Make figures out automatically which files it needs to update, based on which source files have changed. It also automatically determines the proper order for updating files, in case one non-source file depends on another non-source file. As a result, if you change a few source files and then run Make, it does not need to recompile all of your program. It updates only those non-source files that depend directly or indirectly on the source files that you changed. Make is not limited to any particular language. For each non-source file in the program, the makefile specifies the shell commands to compute it. These shell commands can run a compiler to produce an object file, the linker to produce an executable, ar to update a library, or TeX or Makeinfo to format documentation. Make is not limited to building a package. You can also use Make to control installing or deinstalling a package, generate tags tables for it, or anything else you want to do often enough to make it worth while writing down how to do it.
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.
С этой публикацией часто скачивают:
Learning to Program Название: Learning to Program Автор: Foote A. Издательство: Addison-Wesley Год: 2018 Формат: PDF Страниц: 336 Для сайта: Mirknig.su Размер: 10 mb...
Learn to Program, 2nd Edition Название: Learn to Program, Second Edition Автор: Chris Pine Издательство: Pragmatic Bookshelf Год: 2014 Формат: PDF Размер: 3 Мб Язык: английский /...
Getting Started with .NET Gadgeteer Название: Getting Started with .NET Gadgeteer Автор: Simon Monk Издательство: Make Год: 2012 Страниц: 90 ISBN: 1449328237, 9781449328238 Формат: PDF...
Make: AVR Programming Название: Make: AVR Programming Автор: Elliot Williams Издательство: Maker Media Год: 2014 Формат: pdf Страниц: 472 Размер: 51,4 Mб Язык: английский ...
Make: Make an Arduino-Controlled Robot Название: Make: Make an Arduino-Controlled Robot Автор: Michael Margolis Издательство: Maker Media Год: 2013 Формат: PDF Размер: 20 Мб Язык:...
Информация
Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.