Top
NetCOBOL V11.0 NetCOBOL Studio User's Guide
FUJITSU Software

9.4.1 Creating a makefile

To create a makefile.

  1. Select the project in the "Dependency" or "Structure" view.

  2. Select "Project" > "Remote Development" > "Makefile Creation..." from the menu bar, or select "Remote Development" > "Makefile Creation..." from the context menu. The "Makefile Creation" dialog box appears.

  3. Makefile creation conditions are displayed in "Create Condition" in the "Makefile Creation" dialog box. To create a makefile, under "Create Condition" displayed, click the "OK" button. To change the "Create Condition" displayed, click the "Option setting..." button and change the contents of "Create Condition".

The created makefile is named "Makefile", and it is stored on both the server and the local personal computer. The makefile on the local personal computer is registered in the Other Files folder of the COBOL project. The makefile on the server is stored in the Server directory as specified on the Remote Development page of project properties.

Point

Makefile creation processing is executed on the server. The results of execution on the server can be reviewed by selecting "COBOL Remote" from an icon ("Open Console") on the toolbar in the Console view.

Note

Makefile generation handles as COBOL source files any files with the extension ".cobol" or ".cob" that are directly under the directory specified on the project "Property" > "Remote Development" page at "Server directory".