Skip to Content
MySQL Building User Interfaces
book

MySQL Building User Interfaces

by Matthew Stucky
July 2001
Intermediate to advanced content levelIntermediate to advanced
656 pages
14h 22m
English
Sams
Content preview from MySQL Building User Interfaces

The Benefits of Using Make

Make is a command line utility for rebuilding project files. In this case, it will be applied to the WCA project, but you should find it relatively simple to port it to your own project.

Make provides the following benefits:

  • It minimizes rebuilds by not recompiling or relinking more than is necessary; it does this by examining the file timestamps and deciding what has changed since the last build.

  • It breaks the compile and link process down into discrete steps so that problems can be isolated.

  • It becomes easier to change the compile and link process when the source code structure of the project changes, such as when a new *.c file needs to be included in the project.

  • It examines and checks dependencies among the various ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Linux Applications on pSeries

Linux Applications on pSeries

Dr. Jan-Rainer Lahmann, Luis Ferreira, Janethe Co, Bjorn Roden
.NET Core in Action

.NET Core in Action

Dustin Metzgar

Publisher Resources

ISBN: 073571049XPurchase book