Make

The Make element specifies a make executable used in your build environment. The value of this element must be an absolute path to an executable. The Properties File can contain multiple Make elements, but at least one is required.

This element consists of one attribute, macro, which specifies the name of the variable that stores the make executable when building. If you do not specify the macro attribute, Ounce/Make sets the attribute to MAKE by default.

The value for the make macro attribute must be unique across all Make elements.

Example

<Make macro=MAKE>/usr/bin/make</Make>

Description

  • MAKE: Tells Ounce/Make that you use the MAKE macro.
  • /usr/bin/make: Tells Ounce/Make that you use the /usr/bin/make make