Makefile Wizard: Create List of Targets

See Also

The Create List of Targets page of the Makefile wizard lets you specify the targets you want to include in the makefile. The wizard does not display this page if you selected one of the simple makefile templates.

  1. Decide what you want the makefile to build.

    In make terminology, what you want the makefile to build is called a target.

  2. Define each target.
    1. Type a name for the target in the Target Name text field.
    2. Click the radio button next to what you want the target to build.
    3. Press Enter or click Add to add the target to the Makefile Targets list.
  3. When you have defined all of your targets, click Next.
See Also
Creating a Makefile
        Name and Location
        Select Makefile Type and Platform
        Enter Base Directory
        Build Output Directory
        Enter Source Files
        Enter Include Directories
        Select Standard Libraries
        Enter Libraries
        Set Basic Options
        Enter Advanced Options
        Define Recursive Make Target
        Define Custom Make Target
        Edit Compiler Paths
        Review Makefile

Legal Notices