Changed SharedLibrary rule so it can generate .la files, like libtool
Added some bluring of preview image, although it pretty sucks
emountd will now use global HAL flags and libraries
Sanitizing Library and Program rules. No needs to pass compiler/linker
options throught the build rules since ObjectXXFlags are designed for that.
Also reduces parameter numbers for rules iteself.
Added LinkAgainst rule; jam's LinkLibraries will build library that we
want to link against which is no too good for system libraries.
LinkAgainst will directly pass libraries to the linker.
Also fixed few bugs like GLOBALFLAGS inclusion since it was skipped
throught the compilation (that brought a lot of warnings due appended
-Wall -pedantic options :P).