| |||
| Home > Project Properties Reference > MAKEFILE group | |||
The MAKEFILE group, shown in Figure B.10, is preloaded
when you create a Custom project.
For an auto-project, these settings are set up for a no-build project. Do not change the settings in this group for an auto-project.
You can create a user-defined project using the image for
an auto-project, and choose to merge the auto-project settings into
the user-defined project settings. The MAKEFILE group
is not merged. For more details, see Merging auto-project settings into
a project.
The MAKEFILE group contains a series of settings
that override the default makefile and enable you to use your own.
Table B.47 describes
the settings available in the MAKEFILE group.
Table B.47. MAKEFILE group
| Name | Description |
|---|---|
Makefile | Specifies the makefile built for the project, if this project contains a makefile. |
Application | Defines the target application program built for the project. |
Arguments | Specifies the arguments to pass to the make or other build command. |
Cwd | Specifies the working directory when running your build. |
Command | Specifies your own make command that can be make, another build tool, or none if this is a no-build project. See Using your own make command for more details. |