Descriere YEO:
Pe YEO găsești GNU Make Reference Manual: Version de la Richard M. Stallman, în categoria Computers.
Indiferent de nevoile tale, GNU Make Reference Manual: Version 4.2 - Richard M. Stallman din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 99.14 Lei
Caracteristicile produsului GNU Make Reference Manual: Version
- Brand: Richard M. Stallman
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 15-12-2024 01:42:32
Comandă GNU Make Reference Manual: Version Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda GNU Make Reference Manual: Version de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
The make utility automatically determines which pieces of a large program need to be recompiled, and issues commands to recompile them. This manual describes GNU make, which was implemented by
Richard Stallman and Roland McGrath. This book is available as a free PDF from gnu.org. The
Make program is indispensable to maintainers of free software systems. The GNU
Make manual, written by the program\'s original authors, is the definitive tutorial. It also includes an introductory chapter for novice users. The
Make utility automates the process of compilation; it is especially useful when the source files of large programs change. It is a small program with a lot of power. This book will show you: How to write your own makefiles Make\'s rule syntax and how to write your own rules How the Make utility can be configured to automatically put binary and source files in the right places. How to use make to create archive files automatically Define, set and use Make\'s variables How Make uses targets so that you can broaden or narrow Make\'s recompilation efforts on demand. And much more! This manual provides a complete explanation of Make, both the basics and extended features.