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

12345

/freebsd-10.1-release/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...]
/freebsd-10.1-release/contrib/dialog/package/freebsd/
H A DMakefile22 USE_AUTOTOOLS= libtool
27 --with-libtool \
/freebsd-10.1-release/contrib/subversion/
H A Dautogen.sh56 # Handle some libtool helper files
59 # ### APR's libtool. deferring to a second round of change...
74 ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4}
81 echo "Copying libtool helper: $ltfile"
85 # behind a potentially outdated libtool helper. So, remove before
87 rm -f build/libtool.m4
88 cp $ltfile build/libtool.m4
101 echo "Copying libtool helper: $ltfile"
108 configfile=${LIBTOOL_CONFIG-`cd $ltpath/../share/libtool/config ; pwd`/$file}
H A Daclocal.m450 # Include the libtool macros
51 sinclude(build/libtool.m4)
/freebsd-10.1-release/contrib/libyaml/config/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
100 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
362 # static library. This mechanism is used in libtool 1.4 series to
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
366 # With libtool 1.
[all...]
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp48 libtool Whether libtool is used (yes/no).
100 ## we want. Yay! Note: for some reason libtool 1.4 doesn't like
176 if test "$libtool" = yes; then
228 if test "$libtool" = yes; then
315 if test "$libtool" = yes; then
360 if test "$libtool" = yes; then
362 # static library. This mechanism is used in libtool 1.4 series to
364 # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
366 # With libtool 1.
[all...]
/freebsd-10.1-release/contrib/ofed/libibcm/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-10.1-release/contrib/ofed/librdmacm/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-10.1-release/contrib/ofed/management/opensm/
H A Dautogen.sh34 # make sure libtool is up-to-date
35 lt_ver=`libtool --version | head -n 1 | awk '{print $4}'`
40 echo Min libtool version is 1.4.2
43 echo "libtool version is too old:$lt_maj.$lt_min.$lt_sub < required 1.4.2"
46 echo "libtool version is too old:$lt_maj.$lt_min.$lt_sub < required 1.4.2"
/freebsd-10.1-release/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-10.1-release/contrib/sqlite3/
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-10.1-release/contrib/ntp/sntp/
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-10.1-release/contrib/ntp/
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...]
H A DMakefile.am5 # moved sntp first to get libtool and libevent built.
69 libtool \
91 libtool: $(LIBTOOL_DEPS)
/freebsd-10.1-release/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-10.1-release/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-10.1-release/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\`"
174 --link-libtool)
183 # Since the user is specifying they are linking with libtool, we
184 # *know* that -R will be recognized by libtool.
/freebsd-10.1-release/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-10.1-release/contrib/gdb/
H A Dlibtool.m40 ## libtool.m4 - Configure libtool for the host system. -*-Shell-script-*-
62 # Actually configure libtool. ac_aux_dir is where install-sh is found.
71 || AC_MSG_ERROR([libtool configure failed])
76 # This can be used to rebuild libtool when needed
79 # Always use our own libtool.
80 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
129 AC_ARG_ENABLE(libtool-lock,
130 [ --disable-libtool-lock avoid locking (might break parallel builds)])
141 # libtool suppor
[all...]
/freebsd-10.1-release/contrib/ntp/libntp/
H A DMakefile.in99 $(top_srcdir)/sntp/m4/libtool.m4 \
881 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
888 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
895 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
902 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/assertions.c' object='assertions.o' libtool=no @AMDEPBACKSLASH@
909 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/assertions.c' object='assertions.obj' libtool=no @AMDEPBACKSLASH@
916 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/buffer.c' object='buffer.o' libtool=no @AMDEPBACKSLASH@
923 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/buffer.c' object='buffer.obj' libtool=no @AMDEPBACKSLASH@
930 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/backtrace-emptytbl.c' object='backtrace-emptytbl.o' libtool=no @AMDEPBACKSLASH@
937 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$(srcdir)/../lib/isc/backtrace-emptytbl.c' object='backtrace-emptytbl.obj' libtool
[all...]
/freebsd-10.1-release/contrib/atf/test-programs/
H A Dsrcdir_test.sh56 atf_test_case libtool
61 "was built with libtool"
144 atf_add_test_case libtool
/freebsd-10.1-release/contrib/gcclibs/libssp/
H A DMakefile.am37 libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
/freebsd-10.1-release/contrib/dialog/package/debian/
H A Drules38 --with-libtool \
/freebsd-10.1-release/contrib/dialog/package/
H A Ddialog.spec48 --with-libtool \
58 libtool --finish %{_libdir}

Completed in 276 milliseconds

12345