build

This tag specifies build rules that control a specific target, from within that target. The lines following build must have the correct indentation because they are copied directly to the generated makefile.

Syntax

      build:
      "$(ObjDir)/Sample.op" : Sample.txt
          $(BuildHelp) Sample.txt -o target

Example

      libraryMySample {
      source:
          SampleStartup.c
          SampleIndex.c
      
      build:
      $(ObjDir)/Sample.op" : Sample.txt
          $(BuildHelp) Sample.txt -o target
      
      link:
          Sample.op
      }

[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