Improve Makefile to make it more standard and so that
authorphil@softsynth.com <phil@softsynth.com@b0a0988d-7f52-0410-8c73-4f6cdee1a2cf>
Fri, 27 Aug 2010 17:50:07 +0000 (17:50 +0000)
committerphil@softsynth.com <phil@softsynth.com@b0a0988d-7f52-0410-8c73-4f6cdee1a2cf>
Fri, 27 Aug 2010 17:50:07 +0000 (17:50 +0000)
commit3760715f6e313ff90da32399fa1903c54f69d59b
treed93cb211357b9793994eb6f90f8f9dec87d8a1e7
parente6231089306f4bf6f8e6bee0c5a4eacb5dbe1714
Improve Makefile to make it more standard and so that
everything is built in current directory (where make tool is invoked),
it relies only on one feature not guaranteed by POSIX/SUS, VPATH
(present in BSD and GNU Make), and it provides conventional variables to
provide compiler (CC), compiler flags (CFLAGS), preprocessor flags (CPPFLAGS),
linker flags (LDFLAGS), and additional libraries and objects to link to (LDADD).

Thanks to Aleksej for this mod.
build/unix/Makefile