|
Makefile Assertions Unfortunately, GNU Make does not have any form of assertions built in, but they are easy to create using existing GNU Make functions.
|
|
|
Makefile Optimization: $(shell) and := go Together Ask Mr. Make discusses Makefile optimization: ow $(shell) and := go together.
|
|
|
An Interactive GNU Make Debugger The interactive GNU debugger has breakpoints, dumps information about the rule at which a breakpoint is hit and allows interactive querying of variable values and definitions.
|
|
|
The GNU Make Standard Library The GMSL contains functions for list and string manipulation, has a complete integer arithmetic library, and functions for data structures: there are GNU Make implementations of associative arrays and stacks. There are also built-in debugging facilities.
|
|
Pages
Visit Our Other Communities
CMCrossroads is a TechWell community.
Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.