Searched refs:libdir (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/tools/power/cpupower/ |
| D | Makefile | 101 libdir ?= /usr/lib64 macro 103 libdir ?= /usr/lib macro 274 $(INSTALL) -d $(DESTDIR)${libdir} 275 $(CP) $(OUTPUT)libcpupower.so* $(DESTDIR)${libdir}/ 314 - rm -f $(DESTDIR)${libdir}/libcpupower.*
|
| /Linux-v5.4/tools/perf/lib/ |
| D | libperf.pc.template | 4 libdir=@LIBDIR@ 10 Libs: -L${libdir} -lperf
|
| D | Makefile | 39 libdir_SQ = $(subst ','\'',$(libdir))
|
| /Linux-v5.4/tools/lib/bpf/ |
| D | libbpf.pc.template | 4 libdir=@LIBDIR@ 10 Libs: -L${libdir} -lbpf
|
| D | Makefile | 84 libdir_SQ = $(subst ','\'',$(libdir))
|
| /Linux-v5.4/tools/lib/traceevent/ |
| D | libtraceevent.pc.template | 2 libdir=LIB_DIR 10 Libs: -L${libdir} -ltraceevent
|
| D | Makefile | 82 libdir_SQ = $(subst ','\'',$(libdir)) 216 sed -i "s|LIB_DIR|${libdir}|g" ${PKG_CONFIG_FILE}; \
|
| /Linux-v5.4/tools/lib/lockdep/ |
| D | Makefile | 61 libdir_SQ = $(subst ','\'',$(libdir))
|
| /Linux-v5.4/tools/build/feature/ |
| D | Makefile | 291 -L$(shell $(LLVM_CONFIG) --libdir) \ 304 -L$(shell $(LLVM_CONFIG) --libdir) \
|
| /Linux-v5.4/tools/perf/ |
| D | Makefile.config | 1030 libdir = $(prefix)/$(lib) 1047 libdir_SQ = $(subst ','\'',$(libdir)) 1073 plugindir=$(libdir)/traceevent/plugins 1089 $(call print_var,libdir)
|
| D | Makefile.perf | 386 …CLANGLIBS_NOEXT_LIST = $(foreach l,$(CLANGLIBS_LIST),$(shell $(LLVM_CONFIG) --libdir)/libclang$(l)) 393 LIBS += -L$(shell $(LLVM_CONFIG) --libdir) $(LIBLLVM)
|