The GNU Make Book

The GNU Make Book
Author :
Publisher : No Starch Press
Total Pages : 256
Release :
ISBN-10 : 9781593276492
ISBN-13 : 1593276494
Rating : 4/5 (92 Downloads)

Synopsis The GNU Make Book by : John Graham-Cumming

"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"--

Managing Projects with GNU Make

Managing Projects with GNU Make
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 304
Release :
ISBN-10 : 9780596552541
ISBN-13 : 0596552548
Rating : 4/5 (41 Downloads)

Synopsis Managing Projects with GNU Make by : Robert Mecklenburg

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.

GNU Make

GNU Make
Author :
Publisher :
Total Pages : 174
Release :
ISBN-10 : 1882114817
ISBN-13 : 9781882114818
Rating : 4/5 (17 Downloads)

Synopsis GNU Make by : Richard Stallman

GNU make

GNU make
Author :
Publisher : O'Reilly Germany
Total Pages : 342
Release :
ISBN-10 : 3897214083
ISBN-13 : 9783897214088
Rating : 4/5 (83 Downloads)

Synopsis GNU make by : Robert Mecklenburg

Dieses Buch behandelt neben den Grundlagen wie der Erstellung einfacher Makefiles und dem Umgang mit Befehlen auch die mächtigen Erweiterungen von GNU make und die verschiedenen Versionen, die das Programm für fast jedes Betriebssystem, Microsoft Windows eingeschlossen, zur Verfügung stellt. Daneben geht der Autor auch ausführlich auf fortgeschrittene Themen ein, wie etwa das Managen großer Projekte, Portabilität und Debugging von Makefiles, Leistungssteigerung von make und die Anwendung von make in Java-Projekten.

C++ Cookbook

C++ Cookbook
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 592
Release :
ISBN-10 : 9780596007614
ISBN-13 : 0596007612
Rating : 4/5 (14 Downloads)

Synopsis C++ Cookbook by : D. Ryan Stephens

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

Programming with GNU Software

Programming with GNU Software
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 268
Release :
ISBN-10 : 1565921127
ISBN-13 : 9781565921122
Rating : 4/5 (27 Downloads)

Synopsis Programming with GNU Software by : Michael Kosta Loukides

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.

Autotools

Autotools
Author :
Publisher : No Starch Press
Total Pages : 364
Release :
ISBN-10 : 9781593273316
ISBN-13 : 1593273312
Rating : 4/5 (16 Downloads)

Synopsis Autotools by : John Calcote

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.

Nelly Gnu and Daddy Too

Nelly Gnu and Daddy Too
Author :
Publisher : Penguin
Total Pages : 35
Release :
ISBN-10 : 9780425289778
ISBN-13 : 042528977X
Rating : 4/5 (78 Downloads)

Synopsis Nelly Gnu and Daddy Too by : Anna Dewdney

Drawing. Reading. Building. Painting. These are things Nelly loves to do…but they’re always better with Daddy Gnu! With fun-to-read rhyme, a little silliness, and a lot of warmth, Anna Dewdney—the creator of the beloved llama llama books—tells the story of a daughter and her daddy and their wonderful day together.

GNU Autoconf, Automake, and Libtool

GNU Autoconf, Automake, and Libtool
Author :
Publisher : Sams
Total Pages : 390
Release :
ISBN-10 : 1578701902
ISBN-13 : 9781578701902
Rating : 4/5 (02 Downloads)

Synopsis GNU Autoconf, Automake, and Libtool by : Gary V. Vaughan

If you are a developer and are looking to participate in the Open Source development growth area you will need to learn new Open Source tools. GNU autoconf, GNU automake and GNU libtool are key tools for Open Source application development. These tools are not easy to learn, so some of the leading authorities on these tools have agreed to work together on this book to teach developers how to boost their productivity and the portability of their application. This book place New Riders/MTP at the center of the Open Source development community. Autoconf, Automake and Libtool is an efficient discourse on the use of autoconf, automake and libtool aimed at reducing the steep learning curve normally associated with these tools. This is a study guide to the interactions between the tools, and how best to get them to cooperate. If you are a developer and have no GNU build environment expertise, this book will help you develop these tools completely and confidently.

Hello Gnu, how Do You Do?

Hello Gnu, how Do You Do?
Author :
Publisher : Doubleday Books for Young Readers
Total Pages : 72
Release :
ISBN-10 : PSU:000018370942
ISBN-13 :
Rating : 4/5 (42 Downloads)

Synopsis Hello Gnu, how Do You Do? by : Barbara Shook Hazen

Animal characters in varous situations show the proper manners or behavior in such areas as visiting or giving a party, writing thank-you notes, and showing common courtesy at home, with friends, or at school.