Searched refs:libs (Results 1 - 25 of 282) sorted by relevance

1234567891011>>

/freebsd-10.3-release/gnu/usr.bin/groff/src/libs/
H A DMakefile.inc1 # $FreeBSD: releng/10.3/gnu/usr.bin/groff/src/libs/Makefile.inc 75592 2001-04-17 12:37:18Z ru $
4 DIST_SUBDIR= src/libs/${.CURDIR:T}
/freebsd-10.3-release/gnu/usr.bin/groff/src/
H A DMakefile3 SUBDIR= libs devices preproc roff utils
8 SUBDIR_DEPEND_${subdir}= libs
/freebsd-10.3-release/usr.bin/xlint/lint2/
H A Dmain2.c86 const char **libs; variable
99 libs = xcalloc(1, sizeof (char *));
137 for (i = 0; libs[i] != NULL; i++)
139 libs = xrealloc(libs, (i + 2) * sizeof (char *));
140 libs[i] = xstrdup(optarg);
141 libs[i + 1] = NULL;
171 for (i = 0; libs[i] != NULL; i++)
172 readfile(libs[i]);
/freebsd-10.3-release/contrib/unbound/libunbound/python/
H A DMakefile48 #../../.libs/libunbound.so.0: ../../Makefile
56 testenv: ../../.libs/libunbound.so.2 ../../.libs/_unbound.so
58 cd examples && mkdir unbound && ln -s ../../unbound.py unbound/__init__.py && ln -s ../../_unbound.so unbound/_unbound.so && ln -s ../../../../.libs/libunbound.so.2 unbound/libunbound.so.2 && ls -la
59 cd examples && if test -f ../../../.libs/_unbound.so; then cp ../../../.libs/_unbound.so . ; fi
64 doc: ../../.libs/libunbound.so.0 _unbound.so
71 gcc -shared libunbound_wrap.o -L../../.libs -lunbound -o _unbound.so
/freebsd-10.3-release/contrib/gcc/
H A Dmkmap-symver.awk73 libs[$1] = 1;
98 for (l in libs)
124 for (l in libs)
/freebsd-10.3-release/contrib/subversion/
H A Dbuild.conf103 # libs - libraries that this target depends on
106 # msvc-libs - additional libraries to link with on Windows
111 # external-lib - expands to additional autoconf-defined libs
120 libs = libsvn_client libsvn_wc libsvn_ra libsvn_delta libsvn_diff libsvn_subr
132 libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr
141 libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr
150 libs = libsvn_repos libsvn_fs libsvn_delta libsvn_diff libsvn_subr apriconv apr
158 libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr libsvn_ra_svn
160 msvc-libs = advapi32.lib ws2_32.lib
166 libs
[all...]
/freebsd-10.3-release/contrib/libpcap/
H A Dpcap-config.in29 --libs)
33 --additional-libs)
/freebsd-10.3-release/contrib/apr-util/test/
H A DMakefile.in66 @apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpath_var@" | sed -e 's/::*$$//'`" \
76 @apr_shlibpath_var@="`echo "../crypto/.libs:../dbm/.libs:../dbd/.libs:../ldap/.libs:$$@apr_shlibpath_var@" | sed -e 's/::*$$//'`" \
/freebsd-10.3-release/crypto/openssl/util/pl/
H A Dultrix.pl28 local($target,$files,$dep_libs,$libs)=@_;
34 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
/freebsd-10.3-release/contrib/atf/atf-c/
H A Dpkg_config_test.sh106 pkg-config --libs-only-L --libs-only-other atf-c
108 atf_check -s eq:0 -o save:stdout -e empty pkg-config --libs-only-l atf-c
109 libs=$(cat stdout)
111 echo "LIBS are: ${libs}"
114 atf_check -s eq:0 -o empty -e empty ${cc} ${ldflags} -o tp tp.o ${libs}
/freebsd-10.3-release/contrib/atf/atf-c++/
H A Dpkg_config_test.sh105 pkg-config --libs-only-L --libs-only-other atf-c++
108 pkg-config --libs-only-l atf-c++
109 libs=$(cat stdout)
111 echo "LIBS are: ${libs}"
114 atf_check -s eq:0 -o empty -e empty ${cxx} ${ldflags} -o tp tp.o ${libs}
/freebsd-10.3-release/contrib/openpam/
H A Dpamgdb.in10 pam_libdir="${builddir}/lib/.libs"
22 altprog="${prog%/*}/.libs/${prog##*/}"
30 for libdir in $(find "${builddir}" -type d -name .libs -print) ; do
/freebsd-10.3-release/crypto/openssh/contrib/
H A DMakefile9 `gnome-config --libs gnome gnomeui`
14 `$(PKG_CONFIG) --libs gtk+-2.0 x11`
/freebsd-10.3-release/usr.sbin/crunch/examples/
H A Dkcopy.conf21 libs -ll -ledit -ltermcap -lcompat -lutil -lscrypt
H A Dfixit.conf44 libs -lcrypt -ltelnet -lutil -ll
45 libs -lcurses -ltermcap -ledit -lkvm
H A Dfilesystem.conf31 libs -ll -ledit -ltermcap -lutil -lscrypt
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dtest_java_pkcs11.in43 for a in libhx509.so .libs/libhx509.so libhx509.dylib .libs/libhx509.dylib ; do
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dhotuser63 my $libs = defined $main::opt_l and $main::opt_l ? 1 : 0;
112 $name =~ s/\`.*// if $libs;
121 printf "\n%-52s %8s %6s\n", $libs ? "LIBRARY" : "FUNCTION", "COUNT", "PCNT";
136 print STDERR " hotuser -lp 81 # sample user libs for PID 81\n";
/freebsd-10.3-release/cddl/contrib/dtracetoolkit/
H A Dhotuser63 my $libs = defined $main::opt_l and $main::opt_l ? 1 : 0;
112 $name =~ s/\`.*// if $libs;
121 printf "\n%-52s %8s %6s\n", $libs ? "LIBRARY" : "FUNCTION", "COUNT", "PCNT";
136 print STDERR " hotuser -lp 81 # sample user libs for PID 81\n";
/freebsd-10.3-release/contrib/apr-util/
H A Dapu-config.in57 --libs print library information
58 --avoid-ldap do not include ldap library information with --libs
59 --ldap-libs print library information to link with ldap
60 --avoid-dbm do not include DBM library information with --libs
61 --dbm-libs print additional library information to link with DBM
72 APU_LIBS="\`apu-$APRUTIL_MAJOR_VERSION-config --link-libtool --libs\`"
74 APU_LIBS="\`apu-$APRUTIL_MAJOR_VERSION-config --link-ld --libs\`"
124 --libs)
127 --ldap-libs)
130 --dbm-libs)
[all...]
/freebsd-10.3-release/contrib/ncurses/misc/
H A DMakefile.in79 install : install.data install.libs
106 install.libs : $(DESTDIR)$(bindir) ncurses-config
124 uninstall : uninstall.data uninstall.libs
131 uninstall.libs :
/freebsd-10.3-release/tools/LibraryReport/
H A DLibraryReport.tcl123 set stats(libs) [llength [array names Libs]];
275 set stats(libs) 0;
285 $stats(dirs) $stats(files) $stats(execs) $stats(libs)];
/freebsd-10.3-release/contrib/binutils/ld/
H A Dgenscripts.sh135 libs=${NATIVE_LIB_DIRS}
137 case " ${libs} " in
139 *) libs="${libdir} ${libs}" ;;
141 case " ${libs} " in
143 *) libs="${tool_lib} ${libs}" ;;
147 for lib in ${libs}; do
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/dbus/
H A DMakefile42 DBUS_LIBS := $(shell $(PKG_CONFIG) --libs dbus-1)
50 DBUS_LIBS += $(shell xml2-config --libs)
/freebsd-10.3-release/contrib/bmake/mk/
H A Dlibs.mk1 # $Id: libs.mk,v 1.3 2013/08/02 18:28:48 sjg Exp $
77 # handle being called [bsd.]libs.mk
78 .include <${.PARSEFILE:S,libs,lib,}>
81 # tell libs.mk we might want to install things

Completed in 342 milliseconds

1234567891011>>