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

123

/freebsd-10.2-release/lib/csu/mips/
H A DMakefile42 ${OBJS} ${DESTDIR}${LIBDIR}
/freebsd-10.2-release/lib/csu/powerpc/
H A DMakefile42 ${OBJS} ${DESTDIR}${LIBDIR}
/freebsd-10.2-release/lib/csu/powerpc64/
H A DMakefile43 ${OBJS} ${DESTDIR}${LIBDIR}
/freebsd-10.2-release/sys/boot/userboot/userboot/
H A DMakefile11 LIBDIR= /boot macro
/freebsd-10.2-release/lib/ncurses/ncurses/
H A DMakefile292 SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libcurses${LIB_SUFFIX}.a
293 SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtermcap${LIB_SUFFIX}.a
294 SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtermlib${LIB_SUFFIX}.a
295 SYMLINKS+= libncurses${LIB_SUFFIX}.a ${LIBDIR}/libtinfo${LIB_SUFFIX}.a
299 SYMLINKS+= libncurses${LIB_SUFFIX}.so ${LIBDIR}/libcurses${LIB_SUFFIX}.so
300 SYMLINKS+= libncurses${LIB_SUFFIX}.so ${LIBDIR}/libtermcap${LIB_SUFFIX}.so
301 SYMLINKS+= libncurses${LIB_SUFFIX}.so ${LIBDIR}/libtermlib${LIB_SUFFIX}.so
302 SYMLINKS+= libncurses${LIB_SUFFIX}.so ${LIBDIR}/libtinfo${LIB_SUFFIX}.so
305 SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libcurses${LIB_SUFFIX}_p.a
306 SYMLINKS+= libncurses${LIB_SUFFIX}_p.a ${LIBDIR}/libtermca
[all...]
/freebsd-10.2-release/lib/csu/i386-elf/
H A DMakefile10 FILESDIR= ${LIBDIR}
/freebsd-10.2-release/lib/csu/ia64/
H A DMakefile60 ${OBJS} ${DESTDIR}${LIBDIR}
/freebsd-10.2-release/lib/libc++/
H A DMakefile206 ln -sf ${DESTDIR}${LIBDIR}/lib${LIB}.so \
208 ln -sf ${DESTDIR}${LIBDIR}/lib${LIB}.a \
/freebsd-10.2-release/contrib/bmake/mk/
H A Down.mk156 LIBDIR?= ${libprefix}/lib macro
161 _LIBSODIR?= ${LIBDIR}
H A Dprog.mk102 .if defined(LIBDIR) && ${SHLIBDIR} != ${LIBDIR}
H A Dlibs.mk40 LIBDIR \
/freebsd-10.2-release/gnu/lib/csu/
H A DMakefile81 ${file} ${DESTDIR}${LIBDIR}/${file}
/freebsd-10.2-release/contrib/openresolv/
H A Dconfigure34 --libdir) LIBDIR=$var;;
/freebsd-10.2-release/crypto/openssl/engines/ccgost/
H A DMakefile56 cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
59 cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
61 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
62 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx; \
/freebsd-10.2-release/crypto/openssl/engines/
H A DMakefile110 $(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines; \
122 cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
125 cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
127 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
128 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx ); \
/freebsd-10.2-release/share/mk/
H A Dbsd.own.mk27 # LIBDIR Base path for libraries. [/usr/lib]
39 # SHLIBDIR Base path for shared libraries. [${LIBDIR}]
151 LIBDIR?= /usr/lib macro
157 SHLIBDIR?= ${LIBDIR}
H A Dbsd.lib.mk134 _LIBDIR:=${LIBDIR}
338 -e 's,@@LIBDIR@@,${_LDSCRIPTROOT}${_LIBDIR},g' \
/freebsd-10.2-release/kerberos5/include/
H A Dconfig.h1312 #define LIBDIR "/usr/lib" macro
/freebsd-10.2-release/gnu/lib/libgcc/
H A DMakefile374 ${_INSTALLFLAGS} libgcc_eh.a ${DESTDIR}${LIBDIR}
378 ${_INSTALLFLAGS} libgcc_eh_p.a ${DESTDIR}${LIBDIR}
/freebsd-10.2-release/crypto/heimdal/lib/kafs/
H A Dafssys.c105 snprintf(path, sizeof(path), "%s/afslib.so", LIBDIR);
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dexpand_path.c357 {"LIBDIR", SPECIAL(_expand_bin_dir)},
362 {"LIBDIR", FTYPE_SPECIAL, 0, LIBDIR, _expand_path},
H A Dplugin.c67 LIBDIR "/plugin/krb5",
/freebsd-10.2-release/crypto/heimdal/lib/hdb/
H A Dhdb.c301 if (asprintf(&path, LIBDIR "/hdb_%s.so", prefix) == -1)
/freebsd-10.2-release/contrib/tzdata/
H A DMakefile71 # Library functions are put in an archive in LIBDIR.
73 LIBDIR= $(TOPDIR)/lib macro
423 $(DESTDIR)$(LIBDIR) \
429 cp libtz.a $(DESTDIR)$(LIBDIR)/.
430 $(RANLIB) $(DESTDIR)$(LIBDIR)/libtz.a
/freebsd-10.2-release/contrib/libyaml/config/
H A Dltmain.sh1520 "Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
1524 Each LIBDIR is a directory that contains libtool libraries.
1568 -LLIBDIR search LIBDIR for required installed libraries
1579 -rpath LIBDIR the created library will eventually be installed in LIBDIR
1580 -R[ ]LIBDIR add LIBDIR to the runtime path of programs and libraries
1805 $ECHO "in a given directory, LIBDIR, you must either use libtool, and"
1809 $ECHO " - add LIBDIR to the \`$shlibpath_var' environment variable"
1813 $ECHO " - add LIBDIR t
[all...]

Completed in 225 milliseconds

123