| /third_party/ltp/testcases/kernel/controllers/cpuset/ |
| H A D | Makefile | 28 LIBDIR := cpuset_lib macro 29 FILTER_OUT_DIRS := $(LIBDIR) 30 LIB := $(LIBDIR)/libcpu_set.a 32 $(LIBDIR): 35 $(LIB): $(LIBDIR) 42 lib-clean:: $(LIBDIR)
|
| /third_party/ltp/testcases/kernel/controllers/ |
| H A D | Makefile | 10 LIBDIR := libcontrollers macro 11 LIB := $(LIBDIR)/libcontrollers.a 12 FILTER_OUT_DIRS := $(LIBDIR) 18 $(LIBDIR): 21 $(LIB): $(LIBDIR) 28 lib-clean:: $(LIBDIR)
|
| /third_party/ltp/testcases/kernel/mem/hugetlb/ |
| H A D | Makefile | 8 LIBDIR := lib macro 9 LIB := $(LIBDIR)/libhugetlb.a 10 FILTER_OUT_DIRS := $(LIBDIR) 12 $(LIBDIR): 15 $(LIB): $(LIBDIR) 22 lib-clean:: $(LIBDIR)
|
| /third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/ |
| H A D | Makefile | 9 LIBDIR := lib macro 10 FILTER_OUT_DIRS := $(LIBDIR) 11 LIB := $(LIBDIR)/librpc-tirpc.a 20 $(LIBDIR): 23 $(LIB): $(LIBDIR) 28 lib-clean:: $(LIBDIR)
|
| /third_party/ltp/testcases/network/rpc/basic_tests/rpc01/ |
| H A D | Makefile | 34 LIBDIR := lib macro 35 LIB := $(LIBDIR)/librpc01.a 37 $(LIBDIR): 40 $(LIB): $(LIBDIR) 45 lib-clean:: $(LIBDIR)
|
| /third_party/selinux/libsepol/src/ |
| H A D | Makefile | 4 LIBDIR ?= $(PREFIX)/lib macro 60 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBDIR):; s:@includedir@:$(INCLUDEDIR):' < $< > $@ 88 test -d $(DESTDIR)$(LIBDIR) || install -m 755 -d $(DESTDIR)$(LIBDIR) 89 install -m 644 $(LIBA) $(DESTDIR)$(LIBDIR) 92 test -d $(DESTDIR)$(LIBDIR)/pkgconfig || install -m 755 -d $(DESTDIR)$(LIBDIR)/pkgconfig 93 install -m 644 $(LIBPC) $(DESTDIR)$(LIBDIR)/pkgconfig 94 $(LN) -sf --relative $(DESTDIR)$(SHLIBDIR)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET)
|
| /third_party/fsverity-utils/ |
| H A D | Makefile | 25 # Define LIBDIR to override where to install libraries, like './configure 79 LIBDIR ?= $(PREFIX)/lib macro 263 install -d $(DESTDIR)$(LIBDIR)/pkgconfig $(DESTDIR)$(INCDIR) $(DESTDIR)$(BINDIR) 265 install -m644 libfsverity.a $(DESTDIR)$(LIBDIR) 266 install -m755 libfsverity.so.$(SOVERSION) $(DESTDIR)$(LIBDIR) 267 ln -sf libfsverity.so.$(SOVERSION) $(DESTDIR)$(LIBDIR)/libfsverity.so 270 -e "s|@LIBDIR@|$(LIBDIR)|" \ 273 > $(DESTDIR)$(LIBDIR)/pkgconfig/libfsverity.pc 274 chmod 644 $(DESTDIR)$(LIBDIR)/pkgconfi [all...] |
| /third_party/ltp/testcases/realtime/ |
| H A D | Makefile | 41 LIBDIR := lib macro 42 FILTER_OUT_DIRS := $(LIBDIR) m4 43 LIB := $(LIBDIR)/librealtime.a 94 $(LIBDIR): 97 $(LIB): $(LIBDIR) 98 $(MAKE) -C $^ -f "$(abs_srcdir)/$(LIBDIR)/Makefile" all 104 lib-clean:: $(LIBDIR) 105 $(MAKE) -C $^ -f "$(abs_srcdir)/$(LIBDIR)/Makefile" clean
|
| /third_party/skia/third_party/externals/brotli/ |
| H A D | configure-cmake | 32 LIBDIR= 211 LIBDIR="${1#*=}";; 213 LIBDIR="${2}"; shift;; 306 if [ "x${LIBDIR}" = "x" ]; then 307 LIBDIR="${PREFIX}/lib" 318 eval "${CMAKE_CMD}" "${TOP_SRCDIR}" -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" -DCMAKE_INSTALL_PREFIX="${PREFIX}" -DCMAKE_INSTALL_LIBDIR="${LIBDIR}" ${CMAKE_ARGS}
|
| /third_party/ffmpeg/ffbuild/ |
| H A D | library.mak | 86 $(if $(SLIB_INSTALL_EXTRA_LIB),$(Q)mkdir -p "$(LIBDIR)") 87 $(if $(SLIB_INSTALL_EXTRA_LIB),$$(INSTALL) -m 644 $(SLIB_INSTALL_EXTRA_LIB:%=$(SUBDIR)%) "$(LIBDIR)") 90 $(Q)mkdir -p "$(LIBDIR)" 91 $$(INSTALL) -m 644 $$< "$(LIBDIR)" 107 -$(RM) $(SLIB_INSTALL_EXTRA_LIB:%="$(LIBDIR)/%") 108 -$(RM) "$(LIBDIR)/$(LIBNAME)"
|
| /third_party/selinux/libselinux/src/ |
| H A D | Makefile | 12 LIBDIR ?= $(PREFIX)/lib macro 166 sed -e 's/@VERSION@/$(VERSION)/; s:@prefix@:$(PREFIX):; s:@libdir@:$(LIBDIR):; s:@includedir@:$(INCLUDEDIR):; s:@PCRE_MODULE@:$(PCRE_MODULE):' < $< > $@ 181 test -d $(DESTDIR)$(LIBDIR) || install -m 755 -d $(DESTDIR)$(LIBDIR) 182 install -m 644 $(LIBA) $(DESTDIR)$(LIBDIR) 185 test -d $(DESTDIR)$(LIBDIR)/pkgconfig || install -m 755 -d $(DESTDIR)$(LIBDIR)/pkgconfig 186 install -m 644 $(LIBPC) $(DESTDIR)$(LIBDIR)/pkgconfig 187 ln -sf --relative $(DESTDIR)$(SHLIBDIR)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET)
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
| H A D | Makefile | 8 install -d $(DESTDIR)$(LIBDIR)/wpa_supplicant && \ 9 cp *.so $(DESTDIR)$(LIBDIR)/wpa_supplicant \
|
| /third_party/pulseaudio/sonic/ |
| H A D | Makefile | 18 LIBDIR=$(PREFIX)/lib macro 47 install libsonic.a $(DESTDIR)$(LIBDIR) 57 rm -f $(DESTDIR)$(LIBDIR)/libsonic.a
|
| /third_party/libbpf/src/ |
| H A D | Makefile | 92 ifndef LIBDIR 95 LIBDIR_PC := $(LIBDIR) 98 LIBDIR ?= $(PREFIX)/$(LIBSUBDIR) macro 124 -e "s|@LIBDIR@|$(LIBDIR_PC)|" \ 158 $(call do_s_install,$(STATIC_LIBS) $(SHARED_LIBS),$(LIBDIR)) 169 $(call do_install,$(PC_FILE),$(LIBDIR)/pkgconfig,644)
|
| /third_party/curl/tests/ |
| H A D | globalconfig.pm | 42 $LIBDIR 93 our $LIBDIR="./libtest";
|
| /third_party/lz4/lib/dll/example/ |
| H A D | Makefile | 28 LIBDIR := ../static macro 56 $(CC) $(FLAGS) $^ -o $@$(EXT) $(LIBDIR)/liblz4_static.lib
|
| /third_party/lz4/lib/ |
| H A D | Makefile | 160 LIBDIR ?= $(exec_prefix)/lib macro 161 libdir ?= $(LIBDIR) 175 -e 's|@LIBDIR@|$(libdir)|' \
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | Makefile | 41 export LIBDIR ?= /usr/local/lib/ macro 137 install -m 0644 -D libwpa_client.so $(DESTDIR)/$(LIBDIR)/libwpa_client.so
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | Makefile | 41 export LIBDIR ?= /usr/local/lib macro 135 install -m 0644 -D libwpa_client.so $(DESTDIR)/$(LIBDIR)/libwpa_client.so 139 install -d $(DESTDIR)$(LIBDIR)/wpa_supplicant && \ 140 cp *.so $(DESTDIR)$(LIBDIR)/wpa_supplicant \
|
| /third_party/backends/backend/ |
| H A D | dll.c | 512 src_len = strlen (path) + strlen (DIR_SEP) + strlen(LIBDIR) + 1; in load() 519 snprintf (src, src_len, "%s%s%s", path, DIR_SEP, LIBDIR); in load() 523 src = LIBDIR; in load()
|
| /third_party/tzdata/ |
| H A D | Makefile | 129 # Library functions are put in an archive in LIBDIR. 130 LIBDIR = $(TOPDIR)/$(USRDIR)/lib macro 640 '$(DESTDIR)$(LIBDIR)' \ 651 cp libtz.a '$(DESTDIR)$(LIBDIR)/.' 652 $(RANLIB) '$(DESTDIR)$(LIBDIR)/libtz.a'
|
| /third_party/libabigail/ |
| H A D | ltmain.sh | 2347 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... 2351 Each LIBDIR is a directory that contains libtool libraries. 2397 -LLIBDIR search LIBDIR for required installed libraries 2408 -rpath LIBDIR the created library will eventually be installed in LIBDIR 2409 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries 2705 echo "in a given directory, LIBDIR, you must either use libtool, and" 2709 echo " - add LIBDIR to the \`$shlibpath_var' environment variable" 2713 echo " - add LIBDIR t [all...] |
| /third_party/skia/third_party/externals/microhttpd/ |
| H A D | ltmain.sh | 2367 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... 2371 Each LIBDIR is a directory that contains libtool libraries. 2417 -LLIBDIR search LIBDIR for required installed libraries 2428 -rpath LIBDIR the created library will eventually be installed in LIBDIR 2429 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries 2725 echo "in a given directory, LIBDIR, you must either use libtool, and" 2729 echo " - add LIBDIR to the \`$shlibpath_var' environment variable" 2733 echo " - add LIBDIR t [all...] |
| /third_party/eudev/ |
| H A D | ltmain.sh | 3730 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... 3734 Each LIBDIR is a directory that contains libtool libraries. 3780 -LLIBDIR search LIBDIR for required installed libraries 3792 -rpath LIBDIR the created library will eventually be installed in LIBDIR 3793 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries 4091 echo "in a given directory, LIBDIR, you must either use libtool, and" 4095 echo " - add LIBDIR to the '$shlibpath_var' environment variable" 4099 echo " - add LIBDIR t [all...] |
| /third_party/curl/ |
| H A D | ltmain.sh | 3929 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]... 3933 Each LIBDIR is a directory that contains libtool libraries. 3979 -LLIBDIR search LIBDIR for required installed libraries 3991 -rpath LIBDIR the created library will eventually be installed in LIBDIR 3992 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries 4292 echo "in a given directory, LIBDIR, you must either use libtool, and" 4296 echo " - add LIBDIR to the '$shlibpath_var' environment variable" 4300 echo " - add LIBDIR t [all...] |