/freebsd/contrib/bmake/mk/ |
H A D | sys.dirdeps.mk | 163 STAGE_LIBDIR ?= ${STAGE_OBJTOP}${LIBDIR:U/lib}
|
H A D | README | 144 LIBDIR Base path for library installation. [/usr/lib] 376 LIBDIR Target directory for libraries.
|
/freebsd/share/mk/ |
H A D | local.sys.dirdeps.mk | 28 STAGE_LIBDIR= ${STAGE_OBJTOP}${_LIBDIR:U${LIBDIR:U/lib}}
|
H A D | sys.dirdeps.mk | 163 STAGE_LIBDIR ?= ${STAGE_OBJTOP}${LIBDIR:U/lib}
|
H A D | bsd.sys.mk | 437 .if defined(SHLIBDIR) && ${SHLIBDIR} != ${LIBDIR} && ${_LIBS:Uno:M*.so.*} != ""
|
H A D | bsd.lib.mk | 143 _LIBDIR:=${LIBDIR}
|
/freebsd/krb5/lib/kadm5clnt/ |
H A D | Makefile | 89 ${INSTALL_LIBSYMLINK} ${SHLIB_LINK} ${DESTDIR}${LIBDIR}/libkadm5clnt.so
|
/freebsd/contrib/mandoc/ |
H A D | Makefile | 445 mkdir -p $(DESTDIR)$(LIBDIR) 448 $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR) 497 rm -f $(DESTDIR)$(LIBDIR)/libmandoc.a
|
/freebsd/ |
H A D | Makefile.libcompat | 18 LIBDIR=/usr/lib${libcompat} \
|
/freebsd/contrib/less/ |
H A D | README | 132 3. Look at MAKEFILE to make sure that the definitions for CC and LIBDIR 134 LIBDIR should be the directory where the C libraries reside (for 137 environment variables CC and/or LIBDIR to override the definitions
|
/freebsd/kerberos5/include/ |
H A D | config.h | 1310 #define LIBDIR "/usr/lib" macro
|
/freebsd/crypto/krb5/src/lib/krb5/os/ |
H A D | locate_kdc.c | 403 LIBDIR "/krb5/plugins/libkrb5", 406 static const char *objdirs[] = { LIBDIR "/krb5/plugins/libkrb5", NULL };
|
H A D | expand_path.c | 382 {"LIBDIR", 0, LIBDIR, expand_path},
|
/freebsd/contrib/openpam/m4/ |
H A D | ax_pkg_config.m4 | 78 [installation directory for .pc files @<:@LIBDIR/pkgconfig@:>@]),
|
/freebsd/crypto/heimdal/lib/kafs/ |
H A D | afssys.c | 105 snprintf(path, sizeof(path), "%s/afslib.so", LIBDIR); in try_aix()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | expand_path.c | 362 {"LIBDIR", FTYPE_SPECIAL, 0, LIBDIR, _expand_path},
|
H A D | plugin.c | 67 LIBDIR "/plugin/krb5",
|
/freebsd/crypto/krb5/src/include/ |
H A D | Makefile.in | 57 LIBDIR = @libdir@
|
/freebsd/include/ |
H A D | Makefile | 339 SYMLINKS+= ${LIBDIR:C,[^/]+,..,g:C,^/,,}${INCLUDEDIR} ${LIBDIR}/include
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb.c | 301 if (asprintf(&path, LIBDIR "/hdb_%s.so", prefix) == -1) in find_dynamic_method()
|
/freebsd/crypto/openssl/ |
H A D | build.info | 135 LIBDIR= INCLUDEDIR=include "INCLUDEDIR=$(SRCDIR)/include" \
|
/freebsd/contrib/jemalloc/ |
H A D | configure.ac | 150 LIBDIR=`eval echo $libdir` 151 LIBDIR=`eval echo $LIBDIR` 152 AC_SUBST([LIBDIR]) subst 653 DSO_LDFLAGS='-shared -Wl,-install_name,$(LIBDIR)/$(@F)' 2638 AC_MSG_RESULT([LIBDIR : ${LIBDIR}])
|
H A D | INSTALL.md | 366 * `LIBDIR="?"` 376 Prepend DESTDIR to INCLUDEDIR, LIBDIR, DATADIR, and MANDIR. This is useful
|
/freebsd/lib/clang/headers/ |
H A D | Makefile | 7 INCSDIR= ${LIBDIR}/clang/19/include
|
/freebsd/crypto/krb5/src/util/profile/ |
H A D | prof_init.c | 81 ret = k5_path_join(LIBDIR, path, &fullpath); in parse_modspec()
|