Makefile Wizard: Build Output Directory

See Also

On the Build Output Directory page of the Makefile Wizard, you specify the directory in which you want to store the files created by a target. The wizard displays this page for each Executable target, Static Library/Archive target, or Shared/Dynamically Linked Library target you defined on the Create List of Targets page. This page is not displayed for a Recursive Make target or a Custom target, or if you are using one of the simple makefile templates.

By default, the object files and other files that are created during the build are stored in a platform-specific subdirectory of your base directory so that incompatible object files can coexist.

Directory for All Created Files

  1. If you do not want the files created by the target stored in the default directory displayed in the Directory for All Created Files field, type the path or browse to the directory where you want to store the files.
  2. Click Next.
See Also
Creating a Makefile
        Name and Location
        Select Makefile Type and Platform
        Enter Base Directory
        Create List of Targets
        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

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.