Added Makefile for building syborg-graphicswrapper using GCC
At present the build fails due to the following missing headers:
KhronosAPIWrapper.h
VirtualVideoInterfaceConstants.h
platformthreading.h
protocol_MGraphicsVHWCallback.h
"""This is a test"""import __future__from __future__ import nested_scopesdef f(x): def g(y): return x + y return gresult = f(2)(4)