Ounce/Make output

While running, Ounce/Make generates output informing you of certain events.

The following events trigger output messages:

  • Project creation
  • Invoking make
  • Error

Project creation

When Ounce/Make creates an AppScan® Source project file, it outputs a message that includes the ppf name. The following example is an Ounce/Make project creation output message:

Created AppScan Source project <project_name>.ppf in directory <directory>.

Invoking make

When Ounce/Make invokes the make executable, the executable name and the options print. The following sample shows output generated when Ounce/Make invokes your make.

/usr/bin/gmake -f makefile.mk release

Error

If an error occurs during execution, Ounce/Make prints an error message that describes the error. If the error occurred when the make executable ran, then the error message displayed is the make executable error. If the error was specific to Ounce/Make, an appropriate error message describing the Ounce/Make error condition displays.