Searched refs:libs (Results 76 - 100 of 294) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bmake/mk/
H A Dwhats.mk24 # probably only makes sense for shared libs
H A Dlib.mk76 # On mips, all libs are compiled with ABIcalls, not just sharedlibs.
246 # some libs have lots of objects, and scanning all .o, .po and ${PICO} meta files
257 # we cannot (yet) build profiled libs
376 # Record any libs that we need to be linked with
407 # can't really do profiled libs with libtool - its too fascist about
412 @ln .libs/${.TARGET} .
415 @[ -s ${.TARGET}.${SHLIB_AGE} ] || { ln -s .libs/lib${LIB}.${LD_so}* . 2>/dev/null; : }
583 # during building we usually need/want to install libs somewhere central
H A Dldorder.mk17 # When using only shared libs link order does not much matter,
18 # but archive libs are a different matter.
H A Ddep.mk60 # libs can have too many SRCS for a single command line
/freebsd-11-stable/crypto/openssl/
H A DMakefile351 libs="$$libs -l$$i"; \
357 @ set -e; libs='-L. $(SHLIBDEPS)'; for i in $(SHLIBDIRS); do \
359 libs="$(LIBKRB5) $$libs"; \
364 LIBDEPS="$$libs $(EX_LIBS)" \
366 libs="-l$$i $$libs"; \
/freebsd-11-stable/usr.bin/xlint/xlint/
H A Dxlint.c99 static char **libs; variable
335 libs = xcalloc(1, sizeof (char *));
484 appcstrg(&libs, optarg);
535 list = &libs;
572 findlibs(libs);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp249 char *libs = __kmp_str_format("%s", tool_libs); local
251 char *fname = __kmp_str_token(libs, sep, &buf);
269 __kmp_str_free(&libs);
/freebsd-11-stable/contrib/top/
H A DMakefile.X54 LIBS = %libs%
H A DConfigure470 set libs = `grep LIBS: machine/m_${module}.desc | sed -e 's/^.[^:]*: *//'`
523 -e "s|%libs%|$libs|" \
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DAIX.mk10 NOPIC=no # no shared libs?
/freebsd-11-stable/usr.sbin/crunch/examples/
H A Dreally-big.conf102 libs -L/usr/src/usr.sbin/xntpd/lib -lntp
127 # libs /usr/src/gnu/usr.bin/rcs/lib/obj/librcs.a
132 # libs /usr/src/gnu/usr.bin/gdb/bfd/obj/libbfd.a
133 # libs /usr/src/gnu/usr.bin/gdb/readline/obj/libreadline.a
134 # libs /usr/src/gnu/usr.bin/gdb/libiberty/obj/libiberty.a
142 # libs /usr/src/gnu/usr.bin/groff/libgroff/obj/libgroff.a
143 # libs /usr/src/gnu/usr.bin/groff/libbib/obj/libbib.a
144 # libs /usr/src/gnu/usr.bin/groff/libdriver/obj/libdriver.a
157 libs -ledit -lgnumalloc -lc -lcrypt -ltermcap -lcurses -ltelnet -lutil -lkvm
158 libs
[all...]
/freebsd-11-stable/contrib/subversion/
H A DMakefile.in107 gnome_auth_dir = $(abs_builddir)/subversion/libsvn_auth_gnome_keyring/.libs
108 kwallet_auth_dir = $(abs_builddir)/subversion/libsvn_auth_kwallet/.libs
241 @SVN_APR_SHLIB_PATH_VAR@="$$@SVN_APR_SHLIB_PATH_VAR@:$$d/.libs"; \
243 @SVN_APR_SHLIB_PATH_VAR@="$$d/.libs"; \
252 @SVN_APR_SHLIB_PATH_VAR@="$$@SVN_APR_SHLIB_PATH_VAR@:$$d/.libs"; \
254 @SVN_APR_SHLIB_PATH_VAR@="$$d/.libs"; \
263 @SVN_APR_SHLIB_PATH_VAR@="$$@SVN_APR_SHLIB_PATH_VAR@:$$d/.libs"; \
265 @SVN_APR_SHLIB_PATH_VAR@="$$d/.libs"; \
454 rm -rf .libs); \
911 # Running Makefile.PL at this point *fails* (cannot find ..../.libs) s
[all...]
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtp_main.c444 const bool libs = atf_equal_dynstr_cstring(&leafname, ".libs"); local
447 if (libs) {
599 * the ".libs" directory to show the real (not temporary) name. */
/freebsd-11-stable/contrib/ncurses/ncurses/
H A DMakefile.in203 libs :: $(AUTO_SRC) ../lib $(LIBRARIES)
274 -rm -rf .libs *.dSYM *.map
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dnetware.pl477 my($target,$files,$dep_libs,$libs)=@_;
514 $ret.="\t\$(LINK_CMD) \$(LFLAGS) $def_file2 $files \"$prelude\" $libs -o $target2\n";
524 $ret.="\t\$(LINK_CMD) \$(LFLAGS) $def_file $files \"$prelude\" $libs -o $target\n";
H A Dunix.pl161 local($target,$files,$dep_libs,$libs)=@_;
167 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DVC-32.pl357 my($target,$files,$dep_libs,$libs,$standalone)=@_;
371 $ret.="$files $libs\n<<\n";
384 $ret.="\t\$(APP_EX_OBJ) $files \$(OBJ_D)${o}fips_premain.obj $libs\n<<\n";
390 $ret.="\t\$(APP_EX_OBJ) $files $libs\n<<\n";
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c228 static struct head libs; /* list of libraries */
1113 add_to_list (&libs, s);
1219 add_to_list (&libs, arg);
1230 dump_list (stderr, "\t", libs.first);
1242 struct id *list = libs.first;
226 static struct head libs; /* list of libraries */ variable in typeref:struct:head
/freebsd-11-stable/contrib/gdb/
H A Dltconfig656 rm -f .libs 2>/dev/null
657 mkdir .libs 2>/dev/null
658 if test -d .libs; then
659 objdir=.libs
664 rmdir .libs 2>/dev/null
1042 # Create ${libname}_ixlibrary.a entries in /sys/libs.
1043 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
1081 $install_prog .libs/
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A DMakefile.am63 $(libstdc___la_OBJECTS:%.lo=.libs/%.o) \
65 sed 's,/\([^/.]*\)\.la,/.libs/\1.a,g'` \
/freebsd-11-stable/share/mk/
H A Dbsd.crunchgen.mk88 echo libs ${CRUNCH_LIBS} >>${.TARGET}
/freebsd-11-stable/
H A DMakefile28 # check-old-libs - List obsolete libraries.
32 # delete-old-libs - Delete obsolete libraries.
87 # 11. `make delete-old-libs' (in case no 3rd party program uses them anymore)
121 check check-old check-old-dirs check-old-files check-old-libs \
123 delete-old delete-old-dirs delete-old-files delete-old-libs \
153 # For other cases, such as delete-old-libs, meta mode may break
/freebsd-11-stable/crypto/heimdal/etc/
H A DMakefile.in64 $(top_srcdir)/cf/find-func-no-libs.m4 \
385 -rm -rf .libs _libs
/freebsd-11-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in64 $(top_srcdir)/cf/find-func-no-libs.m4 \
386 -rm -rf .libs _libs
/freebsd-11-stable/contrib/openpam/misc/
H A DMakefile.in296 -rm -rf .libs _libs

Completed in 170 milliseconds

1234567891011>>