Make:Allow for extension in tool names.
authorEvan Lloyd <evan.lloyd@arm.com>
Thu, 3 Dec 2015 11:35:40 +0000 (11:35 +0000)
committerEvan Lloyd <evan.lloyd@arm.com>
Fri, 1 Apr 2016 11:33:09 +0000 (12:33 +0100)
commit42a45b51aa9748c67654a9f7f4546b464856ca99
treea88ac128a559cf807ca0b4e7a025e5f788f6cc79
parentb169f6a9a1091224899e7d1872dfdd99b38e349e
Make:Allow for extension in tool names.

In some build environments executable programs have a specific file
extension.  The value of BIN_EXT is appended to the relevant tool file
names to allow for this.
The value of BIN_EXT is set, where appropriate, by the build environment
specific make helper (to .exe for Windows build environments).

.gitignore is updated to hide the new (.exe) files.

Change-Id: Icc32f64b750e425265075ad4e0dea18129640b86
.gitignore
Makefile
make_helpers/cygwin.mk
make_helpers/msys.mk
make_helpers/windows.mk
tools/cert_create/Makefile
tools/fip_create/Makefile