header

Header files listed after this tag specify an explicit dependency for the target.

Syntax

      header:
          headerFiles

Argument headerFiles The header files on which the target is dependent.

Example

      library MyLibrary {
      source:
          LibraryInit.c
          LibraryIO.c
      
      header:
          $(CustomHeaders)Library.h
      }
NOTE In Release A, header acts like publicheader in that the specified files are exported to $TaligentIncludes. In future releases, header will act as described.


[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