Home
last modified time | relevance | path

Searched refs:LIBDIR (Results 76 – 100 of 132) sorted by relevance

123456

/freebsd/contrib/bmake/mk/
H A Dsys.dirdeps.mk163 STAGE_LIBDIR ?= ${STAGE_OBJTOP}${LIBDIR:U/lib}
H A DREADME144 LIBDIR Base path for library installation. [/usr/lib]
376 LIBDIR Target directory for libraries.
/freebsd/share/mk/
H A Dlocal.sys.dirdeps.mk28 STAGE_LIBDIR= ${STAGE_OBJTOP}${_LIBDIR:U${LIBDIR:U/lib}}
H A Dsys.dirdeps.mk163 STAGE_LIBDIR ?= ${STAGE_OBJTOP}${LIBDIR:U/lib}
H A Dbsd.sys.mk437 .if defined(SHLIBDIR) && ${SHLIBDIR} != ${LIBDIR} && ${_LIBS:Uno:M*.so.*} != ""
H A Dbsd.lib.mk143 _LIBDIR:=${LIBDIR}
/freebsd/krb5/lib/kadm5clnt/
H A DMakefile89 ${INSTALL_LIBSYMLINK} ${SHLIB_LINK} ${DESTDIR}${LIBDIR}/libkadm5clnt.so
/freebsd/contrib/mandoc/
H A DMakefile445 mkdir -p $(DESTDIR)$(LIBDIR)
448 $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)
497 rm -f $(DESTDIR)$(LIBDIR)/libmandoc.a
/freebsd/
H A DMakefile.libcompat18 LIBDIR=/usr/lib${libcompat} \
/freebsd/contrib/less/
H A DREADME132 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 Dconfig.h1310 #define LIBDIR "/usr/lib" macro
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dlocate_kdc.c403 LIBDIR "/krb5/plugins/libkrb5",
406 static const char *objdirs[] = { LIBDIR "/krb5/plugins/libkrb5", NULL };
H A Dexpand_path.c382 {"LIBDIR", 0, LIBDIR, expand_path},
/freebsd/contrib/openpam/m4/
H A Dax_pkg_config.m478 [installation directory for .pc files @<:@LIBDIR/pkgconfig@:>@]),
/freebsd/crypto/heimdal/lib/kafs/
H A Dafssys.c105 snprintf(path, sizeof(path), "%s/afslib.so", LIBDIR); in try_aix()
/freebsd/crypto/heimdal/lib/krb5/
H A Dexpand_path.c362 {"LIBDIR", FTYPE_SPECIAL, 0, LIBDIR, _expand_path},
H A Dplugin.c67 LIBDIR "/plugin/krb5",
/freebsd/crypto/krb5/src/include/
H A DMakefile.in57 LIBDIR = @libdir@
/freebsd/include/
H A DMakefile339 SYMLINKS+= ${LIBDIR:C,[^/]+,..,g:C,^/,,}${INCLUDEDIR} ${LIBDIR}/include
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb.c301 if (asprintf(&path, LIBDIR "/hdb_%s.so", prefix) == -1) in find_dynamic_method()
/freebsd/crypto/openssl/
H A Dbuild.info135 LIBDIR= INCLUDEDIR=include "INCLUDEDIR=$(SRCDIR)/include" \
/freebsd/contrib/jemalloc/
H A Dconfigure.ac150 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 DINSTALL.md366 * `LIBDIR="?"`
376 Prepend DESTDIR to INCLUDEDIR, LIBDIR, DATADIR, and MANDIR. This is useful
/freebsd/lib/clang/headers/
H A DMakefile7 INCSDIR= ${LIBDIR}/clang/19/include
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_init.c81 ret = k5_path_join(LIBDIR, path, &fullpath); in parse_modspec()

123456