Searched refs:libs (Results 26 - 50 of 179) sorted by relevance

12345678

/freebsd-10-stable/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
H A Ddpadd.mk60 # DPADD can contain things other than libs
63 # some libs have dependencies...
64 # DPLIBS_* allows bsd.libnames.mk to flag libs which must be included
80 # in reverse order so that libs end up listed after all that needed them.
132 # we skip this for staged libs
151 # even for staged libs we sometimes
164 # when linking a shared lib, avoid non pic libs
/freebsd-10-stable/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-stable/usr.sbin/crunch/examples/
H A Dfilesystem.conf31 libs -ll -ledit -ltermcap -lutil -lscrypt
/freebsd-10-stable/gnu/usr.bin/groff/
H A DMakefile.inc69 LIBGROFF= ${.OBJDIR}/${TOPREL}/src/libs/libgroff/libgroff.a
70 LIBDRIVER= ${.OBJDIR}/${TOPREL}/src/libs/libdriver/libdriver.a
71 LIBBIB= ${.OBJDIR}/${TOPREL}/src/libs/libbib/libbib.a
/freebsd-10-stable/contrib/atf/test-programs/
H A Dsrcdir_test.sh62 mkdir tmp/.libs
67 cp ${hp} tmp/.libs
69 "cd tmp && ./.libs/${h} srcdir_exists"
77 cp ${hp} tmp/.libs/lt-${h}
79 "cd tmp && ./.libs/lt-${h} srcdir_exists"
/freebsd-10-stable/contrib/ncurses/
H A DMakefile.os2117 install.os2 : install.emxdata install.libs install.progs
169 install.libs :: $(LIBS) $(DLLS) $(LIBDIR)
177 uninstall.libs ::
/freebsd-10-stable/crypto/heimdal/tools/
H A Dkrb5-config.in69 --libs)
99 echo "options: [--prefix[=dir]] [--exec-prefix[=dir]] [--libs] [--cflags]"
/freebsd-10-stable/contrib/apr-util/dbd/
H A DNWGNUdbdfreetds274 libs :: $(OBJDIR) $(TARGET_lib)
276 nlms :: libs $(TARGET_nlm)
H A DNWGNUdbdmysql273 libs :: $(OBJDIR) $(TARGET_lib)
275 nlms :: libs $(TARGET_nlm)
H A DNWGNUdbdpgsql279 libs :: $(OBJDIR) $(TARGET_lib)
281 nlms :: libs $(TARGET_nlm)
H A DNWGNUdbdsqli2274 libs :: $(OBJDIR) $(TARGET_lib)
276 nlms :: libs $(TARGET_nlm)
H A DNWGNUdbdsqli3276 libs :: $(OBJDIR) $(TARGET_lib)
278 nlms :: libs $(TARGET_nlm)
/freebsd-10-stable/contrib/apr-util/dbm/
H A DNWGNUdbmdb277 libs :: $(OBJDIR) $(TARGET_lib)
279 nlms :: libs $(TARGET_nlm)
H A DNWGNUdbmgdbm276 libs :: $(OBJDIR) $(TARGET_lib)
278 nlms :: libs $(TARGET_nlm)
/freebsd-10-stable/contrib/apr-util/test/
H A DNWGNUaputest260 libs :: $(OBJDIR) $(TARGET_lib)
262 nlms :: libs $(TARGET_nlm)
/freebsd-10-stable/contrib/dialog/
H A Ddialog-config.in79 --libs)
116 --libs echos the libraries needed to link with ${THIS}
/freebsd-10-stable/contrib/ncurses/misc/
H A Dncurses-config.in88 --libs)
137 --libs echos the libraries needed to link with ${THIS}
/freebsd-10-stable/gnu/usr.bin/groff/src/devices/xditview/
H A DMakefile34 .PATH: ${GROFF_DIST}/src/libs/libxutil
/freebsd-10-stable/crypto/openssl/util/pl/
H A DMingw32.pl95 local($target,$files,$dep_libs,$libs)=@_;
101 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A Dlinux.pl75 local($target,$files,$dep_libs,$libs)=@_;
81 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
H A DOS2-EMX.pl110 local($target,$files,$dep_libs,$libs)=@_;
116 $ret.="\t\$(LINK_CMD) ${efile}$target \$(CFLAG) \$(LFLAGS) $files $libs\n\n";
H A Dunix.pl73 local($target,$files,$dep_libs,$libs)=@_;
79 $ret.="\t\$(LINK_CMD) ${efile}$target \$(LFLAGS) $files $libs\n\n";
/freebsd-10-stable/contrib/libyaml/config/
H A Ddepcomp231 tmpdepfile3=$dir.libs/$base.u
317 tmpdepfile2=$dir.libs/$base.d
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
368 # compilations output dependencies in $dir.libs/$base.o.d and
371 # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
372 # automatically cleaned when .libs/ is deleted, while ignoring
374 tmpdepfile1=$dir.libs/$base.lo.d # libtool 1.4
376 tmpdepfile3=$dir.libs/$base.o.d # libtool 1.5
377 tmpdepfile4=$dir.libs/$base.d # Compaq CCC V6.2-504
/freebsd-10-stable/contrib/apr-util/
H A DNWGNUmakefile285 libs :: $(OBJDIR) $(TARGET_lib)
287 nlms :: libs $(TARGET_nlm)

Completed in 114 milliseconds

12345678