Makefile: Use CFLAGS_FINAL and LDLIBS_FINAL•••This allows the caller to not only provide $(CFLAGS), but also override
$(FINAL_CFLAGS).
This accomplishes a similar behaviour to "CFLAGS += ...", but now
allowing the caller to discard the appended flags too.