CreateMake
generates different build rules for each type of target. Here are a few common target descriptions.
Generates rules to build a shared library.
Generates rules to build an application.
Generates rules to build and combine the source files. This target is frequently used to combine several projects into one larger library.
A special type of target that lists all the subprojects you want to build; it does not have a target name or any labels.
Library
Library WidgetLib {
Source:
AbstractWidget.C
Widget.C
PublicHeaders:
Widget.h
Link:
TestFrameworkLib
ToolboxLib
}
Program
Program ShowWidget {
Source:
ShowWidget.C
}
ParentObject
ParentObject FooBarLib {
source:
Foo.C
Bar.C
publicheaders:
Foo.h
Bar.h
}
SubProjectList
Makeit
uses this list when traversing the project hierarchy and builds only from those directories listed.
[Contents]
[Previous]
[Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Generated with WebMaker