Home | History | Annotate | Download | only in common

Lines Matching refs:emugl

18 $(call emugl-begin-host-static-library,libemugl_common)
20 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/shared)
21 $(call emugl-export,LDLIBS,-lstdc++)
22 $(call emugl-end-module)
25 $(call emugl-begin-host64-static-library,lib64emugl_common)
27 $(call emugl-export,CFLAGS,-m64 -fPIC)
28 $(call emugl-export,C_INCLUDES,$(EMUGL_PATH)/shared)
29 $(call emugl-export,LDLIBS,-lstdc++)
30 $(call emugl-end-module)
44 $(call emugl-begin-host-executable,emugl_common_host_unittests)
46 $(call emugl-import,libemugl_common libemugl_gtest)
47 $(call emugl-end-module)
50 $(call emugl-begin-host64-executable,emugl64_common_host_unittests)
52 $(call emugl-import,lib64emugl_common lib64emugl_gtest)
53 $(call emugl-end-module)