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
250 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
253 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
258 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
261 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null)
359 -I$(shell $(LLVM_CONFIG) --includedir) \
360 -L$(shell $(LLVM_CONFIG) --libdir) \
361 $(shell $(LLVM_CONFIG) --libs Core BPF) \
362 $(shell $(LLVM_CONFIG) --system-libs) \
367 -I$(shell $(LLVM_CONFIG) --includedir) \
368 -L$(shell $(LLVM_CONFIG) --libdir) \
369 $(shell $(LLVM_CONFIG) --libs Core BPF) \
370 $(shell $(LLVM_CONFIG) --system-libs) \
375 -I$(shell $(LLVM_CONFIG) --includedir) \
376 -L$(shell $(LLVM_CONFIG) --libdir) \
378 $(shell $(LLVM_CONFIG) --libs Core option) \
379 $(shell $(LLVM_CONFIG) --system-libs) \