Lines Matching refs:shell
88 ifneq (, $(shell which $(CROSS_COMPILE)pkg-config))
99 CROSS_ARCH = $(shell $(CC) -dumpmachine)
175 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0
181 ifeq ($(shell test $(LIBDW_VERSION_2) -lt 177; echo $$?),0)
252 $(BUILD) $(shell $(PKG_CONFIG) --cflags libtracefs 2>/dev/null) -ltracefs
258 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
261 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
266 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
269 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null)
388 -I$(shell $(LLVM_CONFIG) --includedir) \
389 -L$(shell $(LLVM_CONFIG) --libdir) \
390 $(shell $(LLVM_CONFIG) --libs Core BPF) \
391 $(shell $(LLVM_CONFIG) --system-libs) \
396 -I$(shell $(LLVM_CONFIG) --includedir) \
397 -L$(shell $(LLVM_CONFIG) --libdir) \
398 $(shell $(LLVM_CONFIG) --libs Core BPF) \
399 $(shell $(LLVM_CONFIG) --system-libs) \
404 -I$(shell $(LLVM_CONFIG) --includedir) \
405 -L$(shell $(LLVM_CONFIG) --libdir) \
407 $(shell $(LLVM_CONFIG) --libs Core option) \
408 $(shell $(LLVM_CONFIG) --system-libs) \