Lines Matching refs:shell
83 ifneq (, $(shell which $(CROSS_COMPILE)pkg-config))
116 $(shell $(PKG_CONFIG) --libs --cflags openssl 2>/dev/null)
173 LIBDW_VERSION := $(shell $(PKG_CONFIG) --modversion libdw).0.0
179 ifeq ($(shell test $(LIBDW_VERSION_2) -lt 177; echo $$?),0)
243 $(BUILD) $(shell $(PKG_CONFIG) --cflags libtracefs 2>/dev/null) -ltracefs
246 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null) -Wno-deprecated-declarations
249 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags gtk+-2.0 2>/dev/null)
254 PERL_EMBED_LDOPTS = $(shell perl -MExtUtils::Embed -e ldopts 2>/dev/null)
257 PERL_EMBED_CCOPTS = $(shell perl -MExtUtils::Embed -e ccopts 2>/dev/null)
352 -I$(shell $(LLVM_CONFIG) --includedir) \
353 -L$(shell $(LLVM_CONFIG) --libdir) \
354 $(shell $(LLVM_CONFIG) --libs Core BPF) \
355 $(shell $(LLVM_CONFIG) --system-libs) \
360 -I$(shell $(LLVM_CONFIG) --includedir) \
361 -L$(shell $(LLVM_CONFIG) --libdir) \
362 $(shell $(LLVM_CONFIG) --libs Core BPF) \
363 $(shell $(LLVM_CONFIG) --system-libs) \
368 -I$(shell $(LLVM_CONFIG) --includedir) \
369 -L$(shell $(LLVM_CONFIG) --libdir) \
371 $(shell $(LLVM_CONFIG) --libs Core option) \
372 $(shell $(LLVM_CONFIG) --system-libs) \
394 $(BUILD) $(shell $(PKG_CONFIG) --libs --cflags openssl 2>/dev/null)