Lines Matching refs:shell
86 ifneq (, $(shell which $(CROSS_COMPILE)pkg-config))
97 CROSS_ARCH = $(shell $(CC) -dumpmachine)
173 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0
179 ifeq ($(shell test $(LIBDW_VERSION_2) -lt 177; echo $$?),0)
247 $(BUILD) $(shell $(PKG_CONFIG) --cflags libtracefs 2>/dev/null) -ltracefs
253 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
256 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
261 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
264 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null)
380 -I$(shell $(LLVM_CONFIG) --includedir) \
381 -L$(shell $(LLVM_CONFIG) --libdir) \
382 $(shell $(LLVM_CONFIG) --libs Core BPF) \
383 $(shell $(LLVM_CONFIG) --system-libs) \
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) \
399 $(shell $(LLVM_CONFIG) --libs Core option) \
400 $(shell $(LLVM_CONFIG) --system-libs) \