Phase to find cflags, ldflags and cppflags

Property definitions

nitc :: c_compiler_options $ ToolContext :: _cflags_phase
	# Phase to find `cflags`, `ldflags` and `cppflags`
	var cflags_phase: Phase = new CCompilerOptionsPhase(self, [platform_phase])
src/ffi/c_compiler_options.nit:28,2--29,76