Sun Performance WorkShop Fortran Overview

Simplify Building With the Sun WorkShop Building Window

Your makefile describes explicitly how to build each module of your program as well as the final executable. Sun WorkShop Building is a graphical interface to the UNIX make utility, the utility that oversees program compilation and ensures that your programs are compiled from the newest sources. After you initiate a program build in the Building window, the build process reads the makefile for the program and executes the commands it finds there.

The Building tool marks the evolution of the make command into a powerful and flexible tool that permits you to use the processing power of today's workstations more efficiently. With the Building tool, you can distribute the building of large programs over a number of processes and, in the case of multiprocessor systems, over multiple CPUs.

Use the Building tool to:

The Sun WorkShop Building tool gives you the following advantages over issuing make commands from the command line: