Searched refs:LIBDIR (Results 26 - 50 of 78) sorted by relevance

1234

/freebsd-12-stable/stand/userboot/userboot/
H A DMakefile13 LIBDIR= /boot macro
/freebsd-12-stable/lib/csu/aarch64/
H A DMakefile16 FILESDIR= ${LIBDIR}
/freebsd-12-stable/lib/csu/amd64/
H A DMakefile16 FILESDIR= ${LIBDIR}
/freebsd-12-stable/lib/csu/arm/
H A DMakefile17 FILESDIR= ${LIBDIR}
/freebsd-12-stable/lib/csu/mips/
H A DMakefile16 FILESDIR= ${LIBDIR}
/freebsd-12-stable/lib/csu/powerpc/
H A DMakefile16 FILESDIR= ${LIBDIR}
/freebsd-12-stable/lib/csu/powerpc64/
H A DMakefile16 FILESDIR= ${LIBDIR}
/freebsd-12-stable/lib/csu/riscv/
H A DMakefile16 FILESDIR= ${LIBDIR}
/freebsd-12-stable/share/mk/
H A Dlocal.sys.mk45 .if !empty(LIBDIR)
46 _PREMK_LIBDIR:= ${LIBDIR}
H A Dbsd.own.mk27 # LIBDIR Base path for libraries. [/usr/lib]
35 # SHLIBDIR Base path for shared libraries. [${LIBDIR}]
173 # Use make.conf / environment LIBDIR as default if set...
179 LIBDIR?= ${LIBDIR_BASE} macro
183 SHLIBDIR?= ${LIBDIR}
/freebsd-12-stable/contrib/mandoc/
H A Dconfigure103 LIBDIR=
574 [ -z "${LIBDIR}" ] && LIBDIR="${PREFIX}/lib/mandoc"
608 LIBDIR = ${LIBDIR}
/freebsd-12-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc199 LIBDIR = $(ROOT)\library
395 @if exist $(LIBDIR) $(CPY) $(LIBDIR)\*.tcl "$(SCRIPT_INSTALL_DIR)"
/freebsd-12-stable/lib/ncurses/ncurses/
H A DMakefile294 SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libcurses${LIB_SUFFIX}.a
295 SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtermcap${LIB_SUFFIX}.a
296 SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtermlib${LIB_SUFFIX}.a
297 SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtinfo${LIB_SUFFIX}.a
301 SYMLINKS+= libncurses${LIB_SUFFIX}.so ${LIBDIR}/libcurses${LIB_SUFFIX}.so
302 SYMLINKS+= libncurses${LIB_SUFFIX}.so ${LIBDIR}/libtermcap${LIB_SUFFIX}.so
303 SYMLINKS+= libncurses${LIB_SUFFIX}.so ${LIBDIR}/libtermlib${LIB_SUFFIX}.so
304 SYMLINKS+= libncurses${LIB_SUFFIX}.so ${LIBDIR}/libtinfo${LIB_SUFFIX}.so
307 SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libcurses${LIB_SUFFIX}_p.a
308 SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtermca
[all...]
/freebsd-12-stable/lib/csu/i386/
H A DMakefile16 FILESDIR= ${LIBDIR}
/freebsd-12-stable/lib/libomp/
H A DMakefile79 SYMLINKS+= ${SHLIB_NAME} ${LIBDIR}/libgomp.so
/freebsd-12-stable/gnu/lib/csu/
H A DMakefile42 FILESDIR= ${LIBDIR}
/freebsd-12-stable/contrib/bc/
H A DMakefile.in122 LIBDIR = %%LIBDIR%%
416 $(SAFE_INSTALL) $(BINARY_INSTALL_ARGS) $(LIBBC) $(DESTDIR)$(LIBDIR)/$(LIB_NAME)
436 $(RM) -f $(DESTDIR)$(LIBDIR)/$(LIB_NAME)
H A Dconfigure147 printf ' --libdir LIBDIR\n'
148 printf ' The directory to install libraries in. Overrides "$LIBDIR" if it exists.\n'
189 printf ' LIBDIR The directory to install libraries in. Default is\n'
531 libdir=?*) LIBDIR="$LONG_OPTARG" ;;
536 LIBDIR="$2"
908 if [ -z "${LIBDIR+set}" ]; then
909 LIBDIR="$PREFIX/lib"
1171 printf 'LIBDIR=%s\n' "$LIBDIR"
1246 contents=$(replace "$contents" "LIBDIR" "
[all...]
H A Dconfigure.sh147 printf ' --libdir LIBDIR\n'
148 printf ' The directory to install libraries in. Overrides "$LIBDIR" if it exists.\n'
189 printf ' LIBDIR The directory to install libraries in. Default is\n'
531 libdir=?*) LIBDIR="$LONG_OPTARG" ;;
536 LIBDIR="$2"
908 if [ -z "${LIBDIR+set}" ]; then
909 LIBDIR="$PREFIX/lib"
1171 printf 'LIBDIR=%s\n' "$LIBDIR"
1246 contents=$(replace "$contents" "LIBDIR" "
[all...]
/freebsd-12-stable/contrib/bmake/mk/
H A Dprog.mk98 .if defined(LIBDIR) && ${SHLIBDIR} != ${LIBDIR}
H A Dlibs.mk40 LIBDIR \
H A Down.mk163 LIBDIR?= ${libprefix}/lib macro
168 _LIBSODIR?= ${LIBDIR}
/freebsd-12-stable/contrib/openresolv/
H A Dconfigure35 --libdir) LIBDIR=$var;;
/freebsd-12-stable/gnu/lib/libgcc/
H A DMakefile363 ${_INSTALLFLAGS} libgcc_eh.a ${DESTDIR}${LIBDIR}
367 ${_INSTALLFLAGS} libgcc_eh_p.a ${DESTDIR}${LIBDIR}
/freebsd-12-stable/kerberos5/include/
H A Dconfig.h1312 #define LIBDIR "/usr/lib" macro

Completed in 361 milliseconds

1234