Managing Projects with GNU Make

Managing Projects with GNU Make
Author: Robert Mecklenburg
Publisher: "O'Reilly Media, Inc."
Total Pages: 304
Release: 2004-11-19
Genre: Computers
ISBN: 0596552548


Download Managing Projects with GNU Make Book in PDF, Epub and Kindle

The utility simply known as make is one of the most enduring features of both Unix and other operating systems. First invented in the 1970s, make still turns up to this day as the central engine in most programming projects; it even builds the Linux kernel. In the third edition of the classic Managing Projects with GNU make, readers will learn why this utility continues to hold its top position in project build software, despite many younger competitors.The premise behind make is simple: after you change source files and want to rebuild your program or other output files, make checks timestamps to see what has changed and rebuilds just what you need, without wasting time rebuilding other files. But on top of this simple principle, make layers a rich collection of options that lets you manipulate multiple directories, build different versions of programs for different platforms, and customize your builds in other ways.This edition focuses on the GNU version of make, which has deservedly become the industry standard. GNU make contains powerful extensions that are explored in this book. It is also popular because it is free software and provides a version for almost every platform, including a version for Microsoft Windows as part of the free Cygwin project. Managing Projects with GNU make, 3rd Edition provides guidelines on meeting the needs of large, modern projects. Also added are a number of interesting advanced topics such as portability, parallelism, and use with Java.Robert Mecklenburg, author of the third edition, has used make for decades with a variety of platforms and languages. In this book he zealously lays forth how to get your builds to be as efficient as possible, reduce maintenance, avoid errors, and thoroughly understand what make is doing. Chapters on C++ and Java provide makefile entries optimized for projects in those languages. The author even includes a discussion of the makefile used to build the book.

Managing Projects with Make

Managing Projects with Make
Author: Andrew Oram
Publisher: "O'Reilly Media, Inc."
Total Pages: 170
Release: 1991
Genre: Business & Economics
ISBN: 9780937175903


Download Managing Projects with Make Book in PDF, Epub and Kindle

Software -- Operating Systems.

The GNU Make Book

The GNU Make Book
Author: John Graham-Cumming
Publisher: No Starch Press
Total Pages: 256
Release: 2015
Genre: Computers
ISBN: 1593276494


Download The GNU Make Book Book in PDF, Epub and Kindle

"Covers GNU Make basics through advanced topics, including: user-defined functions, macros, and path handling; creating makefile assertions and debugging makefiles; parallelization; automatic dependency generation, rebuilding targets, and non-recursive Make; and using the GNU Make Standard Library"--

C++ Cookbook

C++ Cookbook
Author: D. Ryan Stephens
Publisher: "O'Reilly Media, Inc."
Total Pages: 592
Release: 2006
Genre: Computers
ISBN: 0596007612


Download C++ Cookbook Book in PDF, Epub and Kindle

"Solutions and examples for C++ programmers"--Cover.

Programming with GNU Software

Programming with GNU Software
Author: Michael Kosta Loukides
Publisher: "O'Reilly Media, Inc."
Total Pages: 268
Release: 1997
Genre: Computers
ISBN: 9781565921122


Download Programming with GNU Software Book in PDF, Epub and Kindle

Here is a complete package for programmers who are new to UNIX or who would like to make better use of the system. The book provides an introduction to all the tools needed for a C programmer. The CD contains sources and binaries for the most popular GNU tools, including their C/C++ compiler.

Classic Shell Scripting

Classic Shell Scripting
Author: Arnold Robbins
Publisher: "O'Reilly Media, Inc."
Total Pages: 562
Release: 2005-05-16
Genre: Computers
ISBN: 0596555261


Download Classic Shell Scripting Book in PDF, Epub and Kindle

Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators-a way to quickly harness and customize the full power of any Unix system. With shell scripts, you can combine the fundamental Unix text and file processing commands to crunch data and automate repetitive tasks. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. Classic Shell Scripting is written to help you reliably navigate these tricky waters.Writing shell scripts requires more than just a knowledge of the shell language, it also requires familiarity with the individual Unix programs: why each one is there, how to use them by themselves, and in combination with the other programs. The authors are intimately familiar with the tips and tricks that can be used to create excellent scripts, as well as the traps that can make your best effort a bad shell script. With Classic Shell Scripting you'll avoid hours of wasted effort. You'll learn not only write useful shell scripts, but how to do it properly and portably.The ability to program and customize the shell quickly, reliably, and portably to get the best out of any individual system is an important skill for anyone operating and maintaining Unix or Linux systems. Classic Shell Scripting gives you everything you need to master these essential skills.

Using Csh & Tcsh

Using Csh & Tcsh
Author: Paul DuBois
Publisher: "O'Reilly Media, Inc."
Total Pages: 242
Release: 1995-07
Genre: Computers
ISBN: 1565921321


Download Using Csh & Tcsh Book in PDF, Epub and Kindle

Using csh & tcsh describes from the beginning how to use csh--the standard shell on most UNIX systems--interactively. More importantly, it shows the reader how to get work done faster with less typing.

Free Software, Free Society

Free Software, Free Society
Author: Richard Stallman
Publisher: Lulu.com
Total Pages: 188
Release: 2002
Genre: Law
ISBN: 1882114981


Download Free Software, Free Society Book in PDF, Epub and Kindle

Essay Collection covering the point where software, law and social justice meet.

Subversion 1.6 Official Guide

Subversion 1.6 Official Guide
Author: Ben Collins-Sussman
Publisher: Fultus Corporation
Total Pages: 469
Release: 2009-10
Genre:
ISBN: 1596821698


Download Subversion 1.6 Official Guide Book in PDF, Epub and Kindle

This is the official guide and reference manual for Subversion 1.6 - the popular open source revision control technology.

Autotools

Autotools
Author: John Calcote
Publisher: No Starch Press
Total Pages: 364
Release: 2010-07-15
Genre: Computers
ISBN: 1593273312


Download Autotools Book in PDF, Epub and Kindle

The GNU Autotools make it easy for developers to create software that is portable across many Unix-like operating systems. Although the Autotools are used by thousands of open source software packages, they have a notoriously steep learning curve. And good luck to the beginner who wants to find anything beyond a basic reference work online. Autotools is the first book to offer programmers a tutorial-based guide to the GNU build system. Author John Calcote begins with an overview of high-level concepts and a quick hands-on tour of the philosophy and design of the Autotools. He then tackles more advanced details, like using the M4 macro processor with Autoconf, extending the framework provided by Automake, and building Java and C# sources. He concludes the book with detailed solutions to the most frequent problems encountered by first-time Autotools users. You'll learn how to: –Master the Autotools build system to maximize your software's portability –Generate Autoconf configuration scripts to simplify the compilation process –Produce portable makefiles with Automake –Build cross-platform software libraries with Libtool –Write your own Autoconf macros Autotools focuses on two projects: Jupiter, a simple "Hello, world!" program, and FLAIM, an existing, complex open source effort containing four separate but interdependent subprojects. Follow along as the author takes Jupiter's build system from a basic makefile to a full-fledged Autotools project, and then as he converts the FLAIM projects from complex hand-coded makefiles to the powerful and flexible GNU build system.