Searched refs:libtool (Results 1 - 25 of 221) sorted by relevance

123456789

/freebsd-11-stable/contrib/apr/
H A Dbuildconf37 # Create the libtool helper files
41 # rely on libtool's versions
43 echo "buildconf: copying libtool helper files using $libtoolize"
45 # Remove any libtool files so one can switch between libtool versions
47 rm -f aclocal.m4 libtool.m4
48 (cd build ; rm -f ltconfig ltmain.sh argz.m4 libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4)
50 # Determine libtool version, because --copy behaves differently
51 # w.r.t. copying libtool.m4
56 # libtool
[all...]
H A Dapr-config.in70 --link-libtool print the libtool inputs for linking to APR
74 --apr-lib-target print the libtool target information
75 --apr-libtool print the path to APR's libtool
79 When linking with libtool, an application should do something like:
80 APR_LIBS="\`apr-$APR_MAJOR_VERSION-config --link-libtool --libs\`"
192 --link-libtool)
201 # Since the user is specifying they are linking with libtool, we
202 # *know* that -R will be recognized by libtool
[all...]
H A DMakefile.in53 libtool $(APR_CONFIG) build/apr_rules.mk apr.pc \
58 build/argz.m4 build/libtool.m4 build/ltoptions.m4 \
88 for f in libtool shlibtool; do \
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dinstall_tools.sh6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf automake libtool pkg-config
/freebsd-11-stable/contrib/dialog/package/freebsd/
H A DMakefile22 USE_AUTOTOOLS= libtool
27 --with-libtool \
/freebsd-11-stable/contrib/openbsm/config/
H A Ddepcomp49 libtool Whether libtool is used (yes/no).
92 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
155 if test "$libtool" = yes; then
206 if test "$libtool" = yes; then
289 if test "$libtool" = yes; then
291 # static library. This mecanism is used in libtool 1.4 series to
293 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
295 # With libtool 1.5 this exception was removed, and libtool no
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Ddepcomp47 libtool Whether libtool is used (yes/no).
176 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
495 tmpdepfile1=$dir$base.o.d # libtool 1.5
521 if test "$libtool" = yes; then
576 if test "$libtool"
[all...]
/freebsd-11-stable/contrib/openpam/
H A Ddepcomp47 libtool Whether libtool is used (yes/no).
176 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
495 tmpdepfile1=$dir$base.o.d # libtool 1.5
521 if test "$libtool" = yes; then
576 if test "$libtool"
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp47 libtool Whether libtool is used (yes/no).
176 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
495 tmpdepfile1=$dir$base.o.d # libtool 1.5
521 if test "$libtool" = yes; then
576 if test "$libtool"
[all...]
/freebsd-11-stable/contrib/file/
H A Ddepcomp47 libtool Whether libtool is used (yes/no).
176 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
255 if test "$libtool" = yes; then
304 if test "$libtool" = yes; then
444 if test "$libtool" = yes; then
487 if test "$libtool" = yes; then
495 tmpdepfile1=$dir$base.o.d # libtool 1.5
521 if test "$libtool" = yes; then
576 if test "$libtool"
[all...]
/freebsd-11-stable/contrib/libstdc++/libmath/
H A DMakefile.in48 $(top_srcdir)/../libtool.m4 $(top_srcdir)/crossconfig.m4 \
316 mostlyclean-libtool:
319 clean-libtool:
322 distclean-libtool:
323 -rm -f libtool
431 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
437 distclean-libtool distclean-tags
466 mostlyclean-libtool
479 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
480 distclean-compile distclean-generic distclean-libtool \
[all...]
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A DMakefile.am37 libmudflap_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
62 libmudflapth_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version`
/freebsd-11-stable/contrib/openpam/misc/
H A DMakefile.in94 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
292 mostlyclean-libtool:
295 clean-libtool:
373 clean-am: clean-generic clean-libtool mostlyclean-am
425 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
439 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
441 distclean-libtool distdir dvi dvi-am html html-am info info-am \
448 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
/freebsd-11-stable/contrib/file/python/
H A DMakefile.in91 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
281 mostlyclean-libtool:
284 clean-libtool:
362 clean-am: clean-generic clean-libtool mostlyclean-am
414 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
428 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
430 distclean-libtool distdir dvi dvi-am html html-am info info-am \
437 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
/freebsd-11-stable/contrib/apr-util/
H A Dapu-config.in64 --link-libtool print the libtool inputs for linking to APR-util
71 When linking with libtool, an application should do something like:
72 APU_LIBS="\`apu-$APRUTIL_MAJOR_VERSION-config --link-libtool --libs\`"
170 --link-libtool)
179 # Since the user is specifying they are linking with libtool, we
180 # *know* that -R will be recognized by libtool.
/freebsd-11-stable/contrib/subversion/
H A Dautogen.sh60 # Handle some libtool helper files
63 # ### APR's libtool. deferring to a second round of change...
66 # Much like APR except we do not prefer libtool 1 over libtool 2.
94 ltfile="$ltm4/libtool.m4"
100 echo "Copying libtool helper: $ltfile"
104 # behind a potentially outdated libtool helper. So, remove before
106 rm -f build/libtool.m4
107 cp "$ltfile" build/libtool.m4
120 echo "Copying libtool helpe
[all...]
/freebsd-11-stable/contrib/openbsm/test/bsm/
H A DMakefile.in312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
330 mostlyclean-libtool:
333 clean-libtool:
471 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
527 mostlyclean-libtool
542 clean-generic clean-libtool cscopelist ctags distclean \
543 distclean-compile distclean-generic distclean-libtool \
552 mostlyclean-generic mostlyclean-libtool pd
[all...]
/freebsd-11-stable/contrib/openbsm/tools/
H A DMakefile.in312 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
326 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
330 mostlyclean-libtool:
333 clean-libtool:
471 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
527 mostlyclean-libtool
542 clean-generic clean-libtool cscopelist ctags distclean \
543 distclean-compile distclean-generic distclean-libtool \
552 mostlyclean-generic mostlyclean-libtool pd
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A DMakefile.in99 $(top_srcdir)/sntp/m4/libtool.m4 \
895 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
902 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
909 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
916 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/assertions.c' object='assertions.o' libtool=no @AMDEPBACKSLASH@
923 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/assertions.c' object='assertions.obj' libtool=no @AMDEPBACKSLASH@
930 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/buffer.c' object='buffer.o' libtool=no @AMDEPBACKSLASH@
937 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/buffer.c' object='buffer.obj' libtool=no @AMDEPBACKSLASH@
944 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/backtrace-emptytbl.c' object='backtrace-emptytbl.o' libtool=no @AMDEPBACKSLASH@
951 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/backtrace-emptytbl.c' object='backtrace-emptytbl.obj' libtool
[all...]
/freebsd-11-stable/contrib/expat/xmlwf/
H A DMakefile.in125 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
477 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
498 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlwf.c' object='xmlwf-xmlwf.o' libtool=no @AMDEPBACKSLASH@
505 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlwf.c' object='xmlwf-xmlwf.obj' libtool=no @AMDEPBACKSLASH@
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlfile.c' object='xmlwf-xmlfile.o' libtool=no @AMDEPBACKSLASH@
519 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlfile.c' object='xmlwf-xmlfile.obj' libtool=no @AMDEPBACKSLASH@
526 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='codepage.c' object='xmlwf-codepage.o' libtool=no @AMDEPBACKSLASH@
533 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='codepage.c' object='xmlwf-codepage.obj' libtool
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A DMakefile.in100 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
1476 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1483 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1490 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1497 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acache.c' object='libkrb5_la-acache.lo' libtool=yes @AMDEPBACKSLASH@
1504 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='acl.c' object='libkrb5_la-acl.lo' libtool=yes @AMDEPBACKSLASH@
1511 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='add_et_list.c' object='libkrb5_la-add_et_list.lo' libtool=yes @AMDEPBACKSLASH@
1518 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='addr_families.c' object='libkrb5_la-addr_families.lo' libtool=yes @AMDEPBACKSLASH@
1525 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='aname_to_localname.c' object='libkrb5_la-aname_to_localname.lo' libtool=yes @AMDEPBACKSLASH@
1532 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='appdefault.c' object='libkrb5_la-appdefault.lo' libtool
[all...]
/freebsd-11-stable/contrib/file/tests/
H A DMakefile.in92 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
433 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
441 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
449 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
456 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.o' libtool=no @AMDEPBACKSLASH@
463 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test.c' object='test-test.obj' libtool=no @AMDEPBACKSLASH@
467 mostlyclean-libtool:
470 clean-libtool:
596 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
653 mostlyclean-libtool
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in50 $(top_srcdir)/../libtool.m4 $(top_srcdir)/crossconfig.m4 \
386 # libstdc++ libtool notes
392 # 2) In general, libtool expects an argument such as `--tag=CXX' when
395 # such flag is given in the command line, libtool attempts to figure
398 # compiler name and its initial flags stored in the libtool
399 # configuration file don't match those in the command line, libtool
402 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
411 LTLDFLAGS = $(shell $(SHELL) $(top_srcdir)/../libtool-ldflags $(LDFLAGS))
521 mostlyclean-libtool:
524 clean-libtool
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A DMakefile.in84 $(top_srcdir)/cf/largefile.m4 $(top_srcdir)/cf/libtool.m4 \
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
977 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
984 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
991 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ca.c' object='libhx509_la-ca.lo' libtool=yes @AMDEPBACKSLASH@
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cert.c' object='libhx509_la-cert.lo' libtool=yes @AMDEPBACKSLASH@
1005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cms.c' object='libhx509_la-cms.lo' libtool=yes @AMDEPBACKSLASH@
1012 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='collector.c' object='libhx509_la-collector.lo' libtool=yes @AMDEPBACKSLASH@
1019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='crypto.c' object='libhx509_la-crypto.lo' libtool=yes @AMDEPBACKSLASH@
1026 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='doxygen.c' object='libhx509_la-doxygen.lo' libtool
[all...]
/freebsd-11-stable/contrib/atf/test-programs/
H A Dsrcdir_test.sh52 atf_test_case libtool
57 "was built with libtool"
140 atf_add_test_case libtool

Completed in 182 milliseconds

123456789