Searched refs:UNAME_S (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/ |
H A D | Makefile | 18 UNAME_S := $(shell uname -s) macro 28 ifeq ($(UNAME_S), Linux) #LINUX 34 ifeq ($(UNAME_S), Darwin) #APPLE
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/ |
H A D | Makefile | 23 UNAME_S := $(shell uname -s) macro 33 ifeq ($(UNAME_S), Linux) #LINUX 41 ifeq ($(UNAME_S), Darwin) #APPLE
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/ |
H A D | Makefile | 23 UNAME_S := $(shell uname -s) macro 42 ifeq ($(UNAME_S), Linux) #LINUX 50 ifeq ($(UNAME_S), Darwin) #APPLE
|
/third_party/skia/third_party/externals/imgui/examples/example_null/ |
H A D | Makefile | 18 UNAME_S := $(shell uname -s) macro 41 ifeq ($(UNAME_S), Linux) #LINUX 52 ifeq ($(UNAME_S), Darwin) #APPLE
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/ |
H A D | Makefile | 23 UNAME_S := $(shell uname -s) macro 33 ifeq ($(UNAME_S), Linux) #LINUX 41 ifeq ($(UNAME_S), Darwin) #APPLE
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/ |
H A D | Makefile | 23 UNAME_S := $(shell uname -s) macro 45 ifeq ($(UNAME_S), Linux) #LINUX 53 ifeq ($(UNAME_S), Darwin) #APPLE
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/ |
H A D | Makefile | 23 UNAME_S := $(shell uname -s) macro 33 ifeq ($(UNAME_S), Linux) #LINUX 41 ifeq ($(UNAME_S), Darwin) #APPLE
|
/third_party/python/Tools/peg_generator/ |
H A D | Makefile | 0 UNAME_S := $(shell uname -s) 2 ifeq ($(UNAME_S),Linux) 5 ifeq ($(UNAME_S),Darwin) 1 UNAME_S := $(shell uname -s) global() macro
|
/third_party/node/deps/openssl/config/ |
H A D | Makefile | 4 UNAME_S := $(shell uname -s) macro 5 ifneq ($(UNAME_S),Linux)
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/ |
H A D | Makefile | 25 UNAME_S := $(shell uname -s) macro
|
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/ |
H A D | Makefile | 25 UNAME_S := $(shell uname -s) macro
|
Completed in 3 milliseconds