subproject

This target specifies subprojects to be included when the build system recursively builds directories. CreateMake places these subproject names in the $SubProjectList variable in *.Make files.

Syntax

      subproject {
          subProjects
      }

Argument subProjects The subprojects to build.

Example

Generate the *.Make file with the three specified subproject (directory) names in the $SubProjectList, and allow the build system to recursively execute the *.Make files in each of these subprojects whenever a make is done on its project.

      subproject {
          FancyText
          FancyDraw
          FancyPrint
      }

[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