Makefile Wizard: Define Recursive Make Target

See Also

The Define Recursive Make Target page of the Makefile wizard lets you define a recursive make target. The wizard displays this page only if you have included a recursive make target in the list of makefile targets on the Create List of Targets page.

  1. Type the name of the target in the Target Name text field.
  2. Type the names of any files the target depends on in the Depends On text field. The target will not be built if the dependent files are not up to date.
  3. Type the name of the subdirectory from which you want the make command for this target executed in the Subdirectory text field.
  4. Type any flags for the make command in the Make Flags text field.
  5. Click Next when have finished defining the target.
See Also
Creating a Makefile
        Name and Location
        Select Makefile Type and Platform
        Enter Base Directory
        Enter Target Name
        Create List of Targets
        Build Output Directory
        Enter Source Files
        Enter Include Directories
        Select Standard Libraries
        Enter Libraries
        Set Basic Options
        Enter Advanced Options
        Edit Compiler Paths
        Define Custom Make Target
        Review Makefile

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