Searched refs:UNAME_S (Results 1 - 4 of 4) sorted by relevance

/external/shflags/lib/
H A Dversions23 UNAME_S=`uname -s`
34 os_system_=${UNAME_S}
56 os_system_=${UNAME_S}
/external/tensorflow/tensorflow/contrib/lite/
H A DMakefile12 UNAME_S := $(shell uname -s) macro
13 ifeq ($(UNAME_S),Linux)
16 ifeq ($(UNAME_S),Darwin)
/external/tensorflow/tensorflow/contrib/makefile/
H A DMakefile59 UNAME_S := $(shell uname -s) macro
60 ifeq ($(UNAME_S),Linux)
63 ifeq ($(UNAME_S),Darwin)
/external/capstone/
H A DMakefile70 UNAME_S := $(shell uname -s) macro
85 ifeq ($(UNAME_S), FreeBSD)
88 ifeq ($(UNAME_S), DragonFly)

Completed in 190 milliseconds