start

This custom target allows you to supply a block of make commands to copy into the beginning of the generated makefile.

Syntax

      start {
          makeCommands
      }

Argument makeCommnds Any valid makefile syntax. CreateMake places this block directly in the generated makefile; pay careful attention to indentations and syntax.

Example

      start {
      Foo : Bar
          # build rules
      }

[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker