end

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

Syntax

      end {
          makeCommands
      }

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

Example

      end {
      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