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

1234567891011>>

/freebsd-11.0-release/gnu/usr.bin/groff/src/libs/
H A DMakefile.inc1 # $FreeBSD: releng/11.0/gnu/usr.bin/groff/src/libs/Makefile.inc 75592 2001-04-17 12:37:18Z ru $
4 DIST_SUBDIR= src/libs/${.CURDIR:T}
/freebsd-11.0-release/gnu/usr.bin/groff/src/
H A DMakefile3 SUBDIR= libs devices preproc roff utils
8 SUBDIR_DEPEND_${subdir}= libs
/freebsd-11.0-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-11.0-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-11.0-release/contrib/gcc/
H A Dmkmap-symver.awk73 libs[$1] = 1;
98 for (l in libs)
124 for (l in libs)
/freebsd-11.0-release/gnu/usr.bin/groff/src/utils/pfbtops/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-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-11.0-release/gnu/usr.bin/groff/src/devices/grodvi/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libdriver \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/gnu/usr.bin/groff/src/devices/grohtml/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libdriver \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/gnu/usr.bin/groff/src/devices/grolbp/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libdriver \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/gnu/usr.bin/groff/src/devices/grolj4/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libdriver \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/gnu/usr.bin/groff/src/devices/grops/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libdriver \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/gnu/usr.bin/groff/src/devices/grotty/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libdriver \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/gnu/usr.bin/groff/src/preproc/refer/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libbib \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/gnu/usr.bin/groff/src/utils/indxbib/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libbib \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/gnu/usr.bin/groff/src/utils/lkbib/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libbib \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/gnu/usr.bin/groff/src/utils/lookbib/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libbib \
8 gnu/usr.bin/groff/src/libs/libgroff \
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-config.in29 --libs)
33 --additional-libs)
/freebsd-11.0-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-11.0-release/contrib/subversion/
H A Dbuild.conf128 # libs - libraries that this target depends on
131 # msvc-libs - additional libraries to link with on Windows
134 # msvc-force-static- visual studio always uses static libraries for svn libs
137 # external-lib - expands to additional autoconf-defined libs
146 libs = libsvn_client libsvn_wc libsvn_ra libsvn_delta libsvn_diff libsvn_subr
150 msvc-libs = setargv.obj
159 libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr
160 msvc-libs = setargv.obj
169 libs = libsvn_repos libsvn_fs libsvn_delta libsvn_subr apriconv apr
178 libs
[all...]
/freebsd-11.0-release/contrib/libxo/
H A Dlibxo-config.in26 --libs print library linking information
42 libs=false
97 --libs)
/freebsd-11.0-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-11.0-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-11.0-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-11.0-release/gnu/usr.bin/groff/src/preproc/eqn/
H A DMakefile.depend7 gnu/usr.bin/groff/src/libs/libgroff \

Completed in 399 milliseconds

1234567891011>>