search for: lib_ltlibraries

Displaying 20 results from an estimated 81 matches for "lib_ltlibraries".

2015 Jul 08
1
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles, Yes, it looks like my g++ does contain STL library which might be just my specific case... However, as a temporary solution I disabled nutclient in Makefile (please find the file attached). And nut-2.7.3 can be compiled now. Thanks, Sergey On Wed, Jul 8, 2015 at 4:13 AM, Charles Lepple <clepple at gmail.com> wrote: > On Jul 6, 2015, at 10:32 AM, Sergey Talchuk
2009 Nov 17
1
[PATCH] Change name of libcelt to libceltXYZ
...ST(CELT_LT_AGE) +AC_SUBST(LIBCELT_SUFFIX) # For automake. VERSION=$CELT_VERSION diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am index 7c574cc..c4f3787 100644 --- a/libcelt/Makefile.am +++ b/libcelt/Makefile.am @@ -11,17 +11,17 @@ TESTS = match-test.sh noinst_SCRIPTS = match-test.sh -lib_LTLIBRARIES = libcelt.la +lib_LTLIBRARIES = libcelt at LIBCELT_SUFFIX@.la # Sources for compilation in the library -libcelt_la_SOURCES = bands.c celt.c cwrs.c ecintrin.h entcode.c \ +libcelt at LIBCELT_SUFFIX@_la_SOURCES = bands.c celt.c cwrs.c ecintrin.h entcode.c \ entdec.c entenc.c header.c kfft_single...
2008 Apr 10
2
Delay occurred when the makefile change
.../dsp_mmxext.c \ enc/x86_64/recon_mmx.c \ enc/x86_64/fdct_mmx.c \ enc/x86_64/idct_mmx.c \ enc/x86_32_vs/dsp_mmx.c \ enc/x86_32_vs/fdct_mmx.c \ enc/x86_32_vs/recon_mmx.c \ enc/dct_encode.c \ enc/encode.c \ enc/encoder_toplevel.c lib_LTLIBRARIES = libtheora.la if THEORA_DISABLE_ENCODE encoder_sources = \ enc/encoder_disabled.c else encoder_sources = \ enc/dct_encode.c \ enc/encode.c \ enc/encoder_huffman.c \ enc/encoder_idct.c \ enc/encoder_toplevel.c \ ../net/nbs_client.c \ ../net/nbs_setsignal.c \ enc...
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
...root/flac/flac/src/libFLAC++/Makefile.am,v retrieving revision 1.23 diff -u -r1.23 Makefile.am --- src/libFLAC++/Makefile.am 25 Jan 2005 04:18:35 -0000 1.23 +++ src/libFLAC++/Makefile.am 30 Jan 2005 05:23:54 -0000 @@ -29,7 +29,6 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. lib_LTLIBRARIES = libFLAC++.la -CXXFLAGS = @CXXFLAGS@ m4datadir = $(datadir)/aclocal m4data_DATA = libFLAC++.m4 Index: src/libOggFLAC/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/libOggFLAC/Makefile.am,v retrieving revision 1.23 diff -u -r1.23...
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
.../dsp_mmxext.c \ enc/x86_64/recon_mmx.c \ enc/x86_64/fdct_mmx.c \ enc/x86_64/idct_mmx.c \ enc/x86_32_vs/dsp_mmx.c \ enc/x86_32_vs/fdct_mmx.c \ enc/x86_32_vs/recon_mmx.c \ enc/dct_encode.c \ enc/encode.c \ enc/encoder_toplevel.c lib_LTLIBRARIES = libtheora.la if THEORA_DISABLE_ENCODE encoder_sources = \ enc/encoder_disabled.c else encoder_sources = \ enc/dct_encode.c \ enc/encode.c \ enc/encoder_huffman.c \ enc/encoder_idct.c \ enc/encoder_toplevel.c \ ../net/nbs_client.c \ ../net/nbs_setsignal.c \ enc...
2004 Sep 10
0
XMMS plugin build fix
...as the particular versions of various libraries that you have on your system. My GTK libraries include .la files; do yours? That code is essentially the same code that is used to build the plugins in XMMS itself. For instance, here's the Makefile.am for the vorbis plugin: if HAVE_OGGVORBIS lib_LTLIBRARIES = libvorbis.la endif libdir = $(plugindir)/$(INPUT_PLUGIN_DIR) INCLUDES = @GTK_CFLAGS@ @OGG_CFLAGS@ @VORBIS_CFLAGS@ -I$(top_builddir)/intl libvorbis_la_LDFLAGS = -module -avoid-version libvorbis_la_LIBADD = @GTK_LIBS@ @PTHREAD_LIBS@ @VORBIS_LIBS@ @OGG_LIBS@ libvorbis_la_SOURCES = \ vorbis.c vor...
2004 Sep 10
1
automake 1.5
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20011018/019c9936/attachment.pgp
2013 Apr 06
0
libshout mingw compatbility
...mTeAm6HUAYiLI/cn6GnWefFHM9qU= =BN/j -----END PGP SIGNATURE----- -------------- next part -------------- --- libshout-2.2.2/src/Makefile.am.orig 2012-04-04 20:01:57 +0400 +++ libshout-2.2.2/src/Makefile.am 2012-04-04 20:07:34 +0400 @@ -18,7 +18,7 @@ SUBDIRS = avl net timing httpp $(MAYBE_THREAD) lib_LTLIBRARIES = libshout.la -libshout_la_LDFLAGS = -version-info 5:0:2 +libshout_la_LDFLAGS = -version-info 5:0:2 -no-undefined EXTRA_DIST = theora.c speex.c noinst_HEADERS = shout_ogg.h shout_private.h util.h -------------- next part -------------- --- libshout-2.2.2/include/shout/shout.h.in.orig 2005-06-28...
2009 Nov 18
1
[PATCH] Add missing dependencies for targets of generator.ml
...++ b/src/Makefile.am @@ -34,8 +34,6 @@ stamp-generator: generator.ml mkdir -p $(top_srcdir)/java/com/redhat/et/libguestfs cd $(top_srcdir) && ocaml -warn-error A src/generator.ml -guestfs_protocol.x: stamp-generator - include_HEADERS = guestfs.h guestfs-actions.h guestfs-structs.h lib_LTLIBRARIES = libguestfs.la @@ -49,6 +47,8 @@ BUILT_SOURCES = \ guestfs-actions.c \ guestfs-bindtests.c +$(BUILT_SOURCES): stamp-generator + # This convenience library is solely to avoid compiler warnings # in its generated sources. libprotocol_la_SOURCES = \ -- 1.6.5.2
2003 Apr 07
1
Building in a separate build tree
...r/local/cvsroot/theora/lib/Makefile.am,v retrieving revision 1.1 diff -u -r1.1 Makefile.am --- Makefile.am 23 Sep 2002 03:02:08 -0000 1.1 +++ Makefile.am 3 Apr 2003 10:40:14 -0000 @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I./ -I../include +INCLUDES = -I$(top_srcdir)/include lib_LTLIBRARIES = libtheora.la --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubs...
2001 Jun 30
2
libao: src/plugins/arts/Makefile.am
...ugins/arts/Makefile.am.orig Sat Dec 30 06:03:25 2000 +++ src/plugins/arts/Makefile.am Wed Apr 11 00:40:35 2001 @@ -16,13 +17,12 @@ artssources = endif -INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include @ARTS_CFLAGS@ libdir = $(plugindir) lib_LTLIBRARIES = $(artsltlibs) libarts_la_LDFLAGS = $(artsldflags) -CFLAGS = @ARTS_CFLAGS@ libarts_la_LIBADD = @ARTS_LIBS@ libarts_la_SOURCES = $(artssources) -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ---- List archives: http://www.xiph.org/archives...
2007 Dec 03
0
libswfdec/Makefile.am
...min Otte <otte at gnome.org> Date: Mon Dec 3 16:46:24 2007 +0100 fix non-srcdir builds from autogen'd sources diff --git a/libswfdec/Makefile.am b/libswfdec/Makefile.am index aad0e05..d5cf0da 100644 --- a/libswfdec/Makefile.am +++ b/libswfdec/Makefile.am @@ -14,7 +14,8 @@ endif lib_LTLIBRARIES = libswfdec- at SWFDEC_MAJORMINOR@.la -libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ +# these are files that must be in SRCDIR +libswfdec_source_files = \ swfdec_accessibility.c \ swfdec_as_array.c \ swfdec_as_boolean.c \ @@ -76,7 +77,6 @@ libswfdec_ at SWFDEC_MAJORMINOR@_la_SOURCES = \...
2012 Dec 03
0
[PATCH 3/5] Hide symbols with gcc.
...or the libtool-based library version number, see diff --git a/src/libFLAC/Makefile.am b/src/libFLAC/Makefile.am index b20e21a..a63a3d0 100644 --- a/src/libFLAC/Makefile.am +++ b/src/libFLAC/Makefile.am @@ -30,6 +30,7 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include lib_LTLIBRARIES = libFLAC.la +noinst_LTLIBRARIES = libFLAC-static.la if DEBUG DEBUGCFLAGS = -DFLAC__OVERFLOW_DETECT endif @@ -106,7 +107,8 @@ extra_ogg_sources = \ endif # see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention libFLAC_la_LDFLAGS = -v...
2004 Sep 10
0
Re: detecting host machine in configure.in?
...flac/flac/src/libFLAC/Makefile.am,v retrieving revision 1.6 diff -u -r1.6 Makefile.am --- src/libFLAC/Makefile.am 2001/05/23 20:58:29 1.6 +++ src/libFLAC/Makefile.am 2001/05/24 03:08:47 @@ -2,10 +2,6 @@ # GNU makefile # -SUFFIXES = .nasm -.nasm.o: - $(NASM) -f elf -d ELF -i i386/ $< -o $@ - lib_LTLIBRARIES = libFLAC.la if DEBUG CFLAGS += @CFLAGS@ -DFLAC__PRECOMPUTE_PARTITION_SUMS -DFLAC__OVERFLOW_DETECT @@ -15,40 +11,11 @@ if FLaC__CPU_IA32 if FLaC__HAS_NASM -libFLAC_la_SOURCES = \ - bitbuffer.c \ - bitmath.c \ - crc.c \ - cpu.c \ - encoder.c \ - encoder_framing.c \ - file_decoder.c \ - fixed....
2012 Sep 25
2
[libopusfile PATCH] build: implement autotools build system for libopusfile.
...ibtool +ltmain.sh +missing diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..098a63d --- /dev/null +++ b/Makefile.am @@ -0,0 +1,22 @@ +AM_CFLAGS = -I$(top_srcdir)/include $(DEPS_CFLAGS) + +dist_doc_DATA = COPYING AUTHORS README.txt + +include_HEADERS = include/opusfile.h + +lib_LTLIBRARIES = libopusfile.la +libopusfile_la_SOURCES = \ + src/http.c src/info.c \ + src/internal.c src/internal.h \ + src/opusfile.c src/stream.c +libopusfile_la_LIBADD = $(DEPS_LIBS) + +EXTRA_PROGRAMS = examples/opusfile_example examples/seeking_example + +examples_opusfile_example_LDADD = libopusfile.la +ex...
2004 Sep 10
2
XMMS plugin build fix
--- Matt Zimmerman <mdz@debian.org> wrote: > The only difference in the command lines seems to be that your > xmms-config > explicitly links with -lgthread, while I suppose mine lets the > dynamic linker > pull it in. The only significant difference between the old and new > _LIBADD > lines is that @XMMS_LIBS@ is at the beginning in the new one. Now > that I think
2020 Mar 12
0
[PATCH libnbd 2/3] build: Allow C programs using libnbd to be compiled against build dir.
...ml/META ocaml/examples/Makefile diff --git a/lib/Makefile.am b/lib/Makefile.am index 1c46c54..4f5360d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -28,6 +28,7 @@ generator_built = \ EXTRA_DIST = \ $(generator_built) \ libnbd.syms \ + local/libnbd.pc.in \ $(NULL) lib_LTLIBRARIES = libnbd.la diff --git a/lib/local/libnbd.pc.in b/lib/local/libnbd.pc.in new file mode 100644 index 0000000..6d0d568 --- /dev/null +++ b/lib/local/libnbd.pc.in @@ -0,0 +1,36 @@ +# nbd client library in userspace +# @configure_input@ +# Copyright (C) 2013-2020 Red Hat Inc. +# +# This library is free...
2008 Dec 08
0
sndio support for libao
...this file with automake to produce Makefile.in + +AUTOMAKE_OPTIONS = foreign + +if HAVE_SNDIO_AUDIO + +sndioltlibs = libsndio.la +sndiosources = ao_sndio.c + +else + +sndioltlibs = +sndiosources = + +endif + +INCLUDES = -I$(top_builddir)/include/ao -I$(top_srcdir)/include + +libdir = $(plugindir) +lib_LTLIBRARIES = $(sndioltlibs) + +libsndio_la_LDFLAGS = @PLUGIN_LDFLAGS@ +libsndio_la_LIBADD = -lsndio +libsndio_la_SOURCES = $(sndiosources) + +EXTRA_DIST = ao_sndio.c diff -uNrp libao-0.8.8.orig/src/plugins/sndio/ao_sndio.c libao-0.8.8/src/plugins/sndio/ao_sndio.c --- libao-0.8.8.orig/src/plugins/sndio/ao_sndi...
2020 Mar 26
1
Re: [PATCH nbdkit 5/9 patch split 1/5] Create libnbdkit.so.
...library always has soname “libnbdkit.so.0” because plugins > +# which may link to this library must forever have a stable soname. > +# However the library only works with the corresponding nbdkit server > +# binary compiled at the same time. The two must be shipped together. > + > +lib_LTLIBRARIES = libnbdkit.la > +libnbdkit_la_SOURCES = \ > + init.c \ > + lib.h \ > + $(NULL) > + > +libnbdkit_la_CPPFLAGS = \ > + -I$(top_srcdir)/include \ > + -I$(top_srcdir)/common/include \ > + -I$(top_srcdir)/common/utils \ > + -DIN_NBDKIT_LIB=1 \ > + $(NULL) > +libnbdkit...
2007 Aug 08
0
5 commits - libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am libswfdec/swfdec_script.h player/Makefile.am test/Makefile.am
...org> Date: Wed Aug 8 15:33:15 2007 +0200 remove outdated cruft from makefiles diff --git a/libswfdec-gtk/Makefile.am b/libswfdec-gtk/Makefile.am index e5dec9e..5aa9af5 100644 --- a/libswfdec-gtk/Makefile.am +++ b/libswfdec-gtk/Makefile.am @@ -8,8 +8,6 @@ CLEANFILES = swfdec_playback.c lib_LTLIBRARIES = libswfdec-gtk- at SWFDEC_MAJORMINOR@.la -js_cflags = -I$(srcdir)/js/ -I$(top_builddir)/libswfdec/js -DXP_UNIX -DDEBUG - libswfdec_gtk_ at SWFDEC_MAJORMINOR@_la_SOURCES = \ swfdec_playback.c \ swfdec_source.c \ @@ -23,9 +21,9 @@ noinst_HEADERS = \ swfdec_source.h libswfdec_gtk_ at SWFD...