Go to the first, previous, next, last section, table of contents.

When the canned rule isn't right

Sometimes the canned rule just doesn't do the right thing. For example, in the `nofib' suite we want the link step to print out timing information. The thing to do here is not to define `HS_PROG' or `C_PROG', and instead define a special purpose rule in your own `Makefile'. By using different variable names you will avoid the canned rules being included, and conflicting with yours.


Go to the first, previous, next, last section, table of contents.