Lines Matching full:shell
84 ifneq (, $(shell which $(CROSS_COMPILE)pkg-config))
168 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0
174 ifeq ($(shell test $(LIBDW_VERSION_2) -lt 177; echo $$?),0)
239 $(BUILD) $(shell $(PKG_CONFIG) --cflags libtracefs 2>/dev/null) -ltracefs
242 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
245 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
250 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
253 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null)
345 -I$(shell $(LLVM_CONFIG) --includedir) \
346 -L$(shell $(LLVM_CONFIG) --libdir) \
347 $(shell $(LLVM_CONFIG) --libs Core BPF) \
348 $(shell $(LLVM_CONFIG) --system-libs) \
353 -I$(shell $(LLVM_CONFIG) --includedir) \
354 -L$(shell $(LLVM_CONFIG) --libdir) \
355 $(shell $(LLVM_CONFIG) --libs Core BPF) \
356 $(shell $(LLVM_CONFIG) --system-libs) \
361 -I$(shell $(LLVM_CONFIG) --includedir) \
362 -L$(shell $(LLVM_CONFIG) --libdir) \
364 $(shell $(LLVM_CONFIG) --libs Core option) \
365 $(shell $(LLVM_CONFIG) --system-libs) \