Using the GNU make Utility (GNAT User’s Guide for Native Platforms) (original) (raw)

Next: GNAT with the LLVM Back End, Previous: Linking with gnatlink, Up: Building Executable Programs with GNAT [Contents][Index]


4.7 Using the GNU make Utility

This chapter offers some examples of makefiles that solve specific problems. It does not explain how to write a makefile, nor does it try to replace thegnatmake utility (Building with gnatmake).

All the examples in this section are specific to the GNU version of make. Although make is a standard utility, and the basic language is the same, these examples use some advanced features found only inGNU make.