Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
GNU Make: A Program for Directed Compilation
🌠 Top Free Machine Learning Books - 100% Free or Open Source!
  • Title GNU Make: A Program for Directed Compilation
  • Author(s) Richard M. Stallman, Roland McGrath, Paul D. Smith
  • Publisher: Samurai Media Limited (July 18, 2015); eBook (GNU Edition)
  • License(s): CC BY-ND 3.0 US, GNU Free Documentation License
  • Paperback 210 pages
  • eBook HTML, PDF, ePub, Kindle, etc.
  • Language: English
  • ISBN-10: 9881443512
  • ISBN-13: 978-9881443519
  • Share This:  

Book Description

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. There is also a convenient Quick Reference appendix for experts.

About the Authors
  • Richard M. Stallman is the founder of the Free Software movement. He has also written the "Emacs Reference Manual" and Using and Porting GNU CC. Roland McGrath is the original author of the GNU Make Program.
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
  • O'Reilly® Managing Projects with GNU Make (Robert Mecklenburg)

    It provides guidelines on meeting the needs of large, modern projects. It also covers advanced topics such as portability, parallelism, and use with Java. Build different versions of programs for different platforms, and customize your builds in other ways.

  • An Introduction to GCC: for the GNU Compilers GCC and G++

    This book provides a complete tutorial introduction to the GNU C/C++ compilers, gcc and g++. GCC is the defacto compiler collection for hundreds of thousands of open source and commercial projects worldwide, and is the standard compiler for academic programs.

  • Gawk: Effective AWK Programming (Arnold D. Robbins)

    Written by the author of GNU AWK (Gawk), this book introduces the AWK programming language, going into depth to explain the many features of the language and its syntax, and detailing the various GNU extensions.

  • GNU Bash Reference Manual (Chet Ramey and Brian Fox)

    This book is the definitive reference for GNU Bash, the standard GNU command-line interpreter. Bash contains features that appear in other popular shells, and some features that only appear in Bash.

  • Gnu COBOL Programmer's Guide (Gary L. Cutler)

    This document describes the syntax, semantics and usage of the COBOL programming language as implemented by the current version of GNU COBOL, formerly known as Open-COBOL.

  • The GNU C Programming Tutorial (Mark Burgess)

    This book is a tutorial for the computer programming language C, using GNU C Library. You should have access to a computer running a GNU system such as GNU/Linux. It introduces basic ideas in a logical order and progresses steadily.

  • GNU C Library Application Fundamentals (Sandra Loosemore)

    A comprehensive guide to implementing the standard C libraries which are both POSIX & OPEN/X compliant. Contains the most commonly used functions: opening, reading, and closing files; screen I/O; performing math; character and string manipulation; etc.

  • GNU Emacs Lisp Reference Manual (Bil Lewis, et al)

    This manual attempts to be a full description of Emacs Lisp. Emacs Lisp is more than a mere 'extension language'; it is a full computer programming language in its own right. You can write new code in Emacs Lisp and install it as an extension to the editor.

  • O'Reilly® Learning Debian GNU/Linux (Bill McCarty)

    This book takes the reader step by step through the process of installing and setting up a Debian system, and provides a thorough but gentle introduction to the basics of using Debian GNU/Linux.

  • GNU Scientific Library Reference Manual (Brian Goug, et al)

    The GNU Scientific Library (GSL) is a free numerical library for C and C++ programmers. It provides over 1,000 routines for solving mathematical problems in science and engineering. This reference manual is the definitive guide to the library.

  • Introduction to GNU Octave (Jason Lachniet)

    This is a practical, step-by-step guide that will help you to quickly become a proficient GNU Octave user. The book is packed with clear examples, screenshots, and code to carry out your data analysis without any problems.

  • The Daemon, the Gnu, and the Penguin (Peter H. Salus)

    In addition to covering a history of free and open source, This book explores how free and open software is changing the world. The author interviewed well over a hundred key figures to document the history and background of free and open source software.

  • The Rook's Guide to C++ (Jeremy A. Hansen)

    This textbook written by Norwich University students and faculty aims to provide an introduction to the C++ programming language. This step-by-step book is ideal for first-time programmers or those new to C++.

  • Fundamentals of Programming C++ (Richard L. Halterman)

    This book teaches the basics of C++ programming in an easy-to-follow style, without assuming previous experience in any other language. It explains fundamental concepts and techniques in greater depth than traditional introductions.

Book Categories
:
Other Categories
Resources and Links