Makefile Wizard: Define Custom Make Target

See Also

The Define Custom Make Target page of the Makefile wizard lets you define a custom make target to execute a specific action, for example, to run a script. The wizard displays this page only if you have included a custom make target in the list of makefile targets on the Create List of Targets page.

If you listed multiple custom make targets, the Define Customer Make Target page prompts you to define each target separately.

  1. In the Depends On text field, type the names of any files the target depends on. The target will not be built if the dependent files are not up to date.
  2. The Action panel is updated with the targets and associated dependent files.
  3. Click Next when you 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
        Define Recursive Make Target
        Edit Compiler Paths
        Review Makefile

Legal Notices