public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] no-install clients in sbc project
@ 2007-01-15 18:22 Brad Midgley
  2007-01-15 18:35 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Brad Midgley @ 2007-01-15 18:22 UTC (permalink / raw)
  To: BlueZ development

Marcel,

Is there a better way to put sbcenc and sbcdec into the sbc project and
have them link than this? It seems a little underhanded to link libsbc.a
this way:

Index: src/Makefile.am
===================================================================
RCS file: /cvsroot/sbc/sbc/src/Makefile.am,v
retrieving revision 1.3
diff -u -r1.3 Makefile.am
--- src/Makefile.am     18 Feb 2006 22:19:47 -0000      1.3
+++ src/Makefile.am     15 Jan 2007 18:20:44 -0000
@@ -1,4 +1,6 @@

-bin_PROGRAMS = sbcinfo
+bin_PROGRAMS = sbcinfo sbcenc sbcdec
+sbcenc_LDADD = ../lib/.libs/libsbc.a
+sbcdec_LDADD = ../lib/.libs/libsbc.a

 MAINTAINERCLEANFILES = Makefile.in

Brad

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez-devel] no-install clients in sbc project
  2007-01-15 18:22 [Bluez-devel] no-install clients in sbc project Brad Midgley
@ 2007-01-15 18:35 ` Marcel Holtmann
  2007-01-15 18:46   ` Brad Midgley
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2007-01-15 18:35 UTC (permalink / raw)
  To: BlueZ development

Hi Brad,

> Is there a better way to put sbcenc and sbcdec into the sbc project and
> have them link than this? It seems a little underhanded to link libsbc.a
> this way:
> 
> Index: src/Makefile.am
> ===================================================================
> RCS file: /cvsroot/sbc/sbc/src/Makefile.am,v
> retrieving revision 1.3
> diff -u -r1.3 Makefile.am
> --- src/Makefile.am     18 Feb 2006 22:19:47 -0000      1.3
> +++ src/Makefile.am     15 Jan 2007 18:20:44 -0000
> @@ -1,4 +1,6 @@
> 
> -bin_PROGRAMS = sbcinfo
> +bin_PROGRAMS = sbcinfo sbcenc sbcdec
> +sbcenc_LDADD = ../lib/.libs/libsbc.a
> +sbcdec_LDADD = ../lib/.libs/libsbc.a
> 
>  MAINTAINERCLEANFILES = Makefile.in

that is totally wrong. Tell me what you are trying to achieve and I tell
you the autoconf/automake trick.

Regards

Marcel



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bluez-devel] no-install clients in sbc project
  2007-01-15 18:35 ` Marcel Holtmann
@ 2007-01-15 18:46   ` Brad Midgley
  0 siblings, 0 replies; 3+ messages in thread
From: Brad Midgley @ 2007-01-15 18:46 UTC (permalink / raw)
  To: BlueZ development

Marcel

> that is totally wrong. Tell me what you are trying to achieve and I tell
> you the autoconf/automake trick.

I thought so.

I want to put sbcenc and sbcdec into the sbc module (I don't care where)
so 'make' will rebuild them against libsbc.a whenever I've changed a
part of the codec. I use these two over and over when working on the codec.

The idea is sbcenc/dec will never be installed anywhere.

Brad

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-15 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-15 18:22 [Bluez-devel] no-install clients in sbc project Brad Midgley
2007-01-15 18:35 ` Marcel Holtmann
2007-01-15 18:46   ` Brad Midgley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox