Searched refs:shell (Results 76 - 100 of 765) sorted by last modified time

1234567891011>>

/external/mesa3d/src/gallium/winsys/nouveau/drm/
H A DMakefile8 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-I)
9 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-other)
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A DMakefile11 $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
/external/mesa3d/src/gallium/winsys/svga/drm/
H A DMakefile12 $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
17 $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
/external/mesa3d/src/glsl/builtins/tools/
H A Dgenerate_builtins.py75 p = Popen(command, 1, stdout=PIPE, shell=False)
/external/llvm/utils/buildit/
H A DGNUmakefile24 TARGETS := $(shell $(targets))
28 SRC = $(shell cd $(SRCROOT) && pwd | sed s,/private,,)
88 # We build and install in one shell script.
/external/llvm/test/
H A DMakefile46 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/Makefile && echo OK), OK)
55 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/Makefile && echo OK), OK)
64 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/lld/Makefile && echo OK), OK)
73 ifeq ($(shell test -f $(PROJ_OBJ_DIR)/../tools/polly/Makefile && echo OK), OK)
116 CC_FOR_OCAMLOPT := $(shell $(OCAMLOPT) -config | grep native_c_compiler | sed -e 's/native_c_compiler: //')
/external/llvm/tools/lto/
H A DMakefile27 LTO_LIBRARY_VERSION := $(shell expr $(LLVM_SUBMIT_VERSION) + \
42 TempFile := $(shell mkdir -p ${OBJROOT}/dSYMs ; mktemp ${OBJROOT}/dSYMs/llvm-lto.XXXXXX)
/external/llvm/
H A DMakefile294 include $(shell find . -name GNUmakefile) # Building "Apple-style."
H A Dconfigure350 echo This script requires a shell more modern than all the
352 echo modern shell, or manually run the script under such a
353 echo shell if you do have one.
413 echo No shell found that supports shell functions.
452 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
931 # Reject names that are not valid shell variable names.
950 # Reject names that are not valid shell variable names.
1147 # Reject names that are not valid shell variable names.
1156 # Reject names that are not valid shell variabl
[all...]
/external/llvm/bindings/ocaml/
H A DMakefile.ocaml23 CXX.Flags += -I"$(shell $(OCAMLC) -where)"
24 C.Flags += -I"$(shell $(OCAMLC) -where)"
40 UsedLibs = $(shell $(LLVM_CONFIG) --libs --system-libs $(UsedComponents))
41 UsedLibNames = $(shell $(LLVM_CONFIG) --libnames $(UsedComponents))
63 $(shell $(LLVM_CONFIG) --ldflags)) \
67 $(filter-out -L$(LibDir),$(shell $(LLVM_CONFIG) --ldflags)) \
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A DMakefile1 uname_M := $(shell uname -m 2>/dev/null || echo not)
3 ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
22 IS_X86_64 := $(shell echo __x86_64__ | ${CC} -E -x c - | tail -n 1)
267 FLAGS_GTK2=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) $(shell pkg-config --libs --cflags gtk+-2.0 2>/dev/null)
276 CFLAGS += $(shell pkg-config --cflags gtk+-2.0 2>/dev/null)
277 EXTLIBS += $(shell pkg-config --libs gtk+-2.0 2>/dev/null)
287 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
317 PYTHON_WORD := $(call shell-wordify,$(PYTHON))
330 PYTHON_CONFIG_SQ := $(call shell-sq,$(PYTHON_CONFIG))
332 PYTHON_EMBED_LDOPTS := $(shell
[all...]
H A Dutilities.mak22 # GNU make's $(shell ...) function converts to a
42 # shell-escape-nl
44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape]))
46 # Use this to escape newlines from within a shell call;
50 # in an `awk' program that is delimited by shell
54 define shell-escape-nl
58 # shell-unescape-nl
60 # Usage: $(shell some-command | $(call shell
[all...]
/external/lldb/
H A DMakefile32 PYTHON_INC_DIR = $(shell python-config --includes)
/external/lldb/examples/darwin/heap_find/heap/
H A DMakefile4 # Uncomment line below for debugging shell commands
12 CXX ?= $(shell xcrun -find clang++)
/external/lldb/examples/functions/
H A DMakefile8 MY_OS = $(shell uname -s)
/external/lldb/examples/lookup/
H A DMakefile7 MY_OS = $(shell uname -s)
/external/lldb/include/lldb/Host/
H A DHost.h461 const char *shell = "/bin/bash");
/external/lldb/lib/
H A DMakefile20 PYTHON_BUILD_FLAGS = $(shell python-config --ldflags)
75 ifeq (g++,$(shell basename $(CXX) | colrm 4))
132 DARWIN_VERS := $(shell echo $(TARGET_TRIPLE) | sed 's/.*darwin\([0-9]*\).*/\1/')
/external/lldb/source/Host/common/
H A DHost.cpp1362 // Now delete the shell info that was passed into this function
1374 const char *shell)
1378 if (shell && shell[0])
1380 // Run the command in a shell
1381 launch_info.SetShell(shell);
1393 // No shell, just run it
1441 error.SetErrorString("timed out waiting for shell command to complete");
1468 error.SetErrorStringWithFormat("shell command output is too large to fit into a std::string");
1368 RunShellCommand(const char *command, const char *working_dir, int *status_ptr, int *signo_ptr, std::string *command_output_ptr, uint32_t timeout_sec, const char *shell) argument
/external/lldb/source/
H A DMakefile18 ifeq (Darwin,$(shell uname -s))
31 $(shell $(LLVM_SRC_ROOT)/utils/GetSourceVersion $(LLVM_SRC_ROOT)/tools/lldb))
34 $(shell $(LLVM_SRC_ROOT)/utils/GetRepositoryPath $(LLVM_SRC_ROOT)/tools/lldb))
/external/lldb/test/functionalities/load_unload/
H A DMakefile8 CWD := $(shell pwd)
/external/lldb/test/functionalities/plugins/commands/
H A DMakefile3 CWD := $(shell pwd)
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dimport_lldb.py31 lldb_minus_p_path = check_output("%s -P" % lldb_executable, shell=True, stderr=fnull).strip()
/external/libvpx/
H A Dconfig.arm.mk15 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_arm)/libvpx_srcs.txt))
H A Dconfig.arm64.mk9 libvpx_codec_srcs := $(sort $(shell cat $(libvpx_config_dir_arm64)/libvpx_srcs.txt))

Completed in 654 milliseconds

1234567891011>>