The Enter Source Files page of the Makefile Wizard is displayed for each target in your makefile (except Recursive Make targets or Custom targets). In the Enter Source Files page, you specify the source files to use in building a target.
Patterns in the text field will be expanded, including patterns containing directories. The Add button copies to the Source List all file names that match the path names and patterns in the text field.
To add source files from the base directory that match the default patterns in the text field:
To add source files from a directory other than the base directory:
For example, your makefile is in your /usr/work base directory, and your C++ source files are in the /usr/work/current directory. To add all of your C++ source files in the /usr/work/current directory, type the following in the text field:
current/*.cc