public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] Compilation Problem Plugz
@ 2007-01-03 14:44 Tom Lloyd
  2007-01-03 15:16 ` Frédéric DALLEAU
  2007-01-03 15:43 ` Brad Midgley
  0 siblings, 2 replies; 6+ messages in thread
From: Tom Lloyd @ 2007-01-03 14:44 UTC (permalink / raw)
  To: bluez-devel

Hello All,

I have recently got hold of a Bluetooth headset and decided that I would get
it working with my Linux box running Ubuntu 6.10 (woody). I have been
playing around with btsco which is installed and works almost perfectly. The
headset is paired and I am able to make calls with skype. The problem I am
having is it does not always close the connection to the headset when it is
not being used. This is a drain on the headset battery and I really want it
to last a day. The battery has a life of five hours and then it need
recharging. 

So I have downloaded your software from the cvs depositories and have made
and installed libsbc which went without a hitch this was after installing
all the packages you recommended for Ubuntu. Then I got a copy of the plugz
and tried to run through the same process. I got stuck at the configuration
stage, a few packages were still missing after installing them I created the
config file. There were still a number of warnings which I have included
below. Then I want to make it and got this list of errors. I hope this is
useful and that someone can point me in the right direction. Please can I
ask that you reply to this e-mail address get me on msn
thomaslloyd82@hotmail.com and skype me on my bt headset at thomas_lloyd. The
config and make oututs follow below:

Thanks in advance

oem@VIP-UK-LINUX:~/sbc/plugz$ ./configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking bluetooth/bluetooth.h usability... yes
checking bluetooth/bluetooth.h presence... yes
checking for bluetooth/bluetooth.h... yes
checking for hci_open_dev in -lbluetooth... yes
checking for sdp_connect in -lbluetooth... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... (cached) ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf: No
such file or directory
GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
checking for ALSA CFLAGS... 
checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
checking for libasound headers version >= 1.0.10... found.
checking for snd_ctl_open in -lasound... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for DBUS... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir
setting
config.status: creating avdtp/Makefile
config.status: WARNING:  avdtp/Makefile.in seems to ignore the --datarootdir
setting
config.status: creating alsa-plugins/Makefile
config.status: WARNING:  alsa-plugins/Makefile.in seems to ignore the
--datarootdir setting
config.status: creating alsa-plugins/headsetd/Makefile
config.status: WARNING:  alsa-plugins/headsetd/Makefile.in seems to ignore
the --datarootdir setting
config.status: creating alsa-plugins/a2dpd/Makefile
config.status: WARNING:  alsa-plugins/a2dpd/Makefile.in seems to ignore the
--datarootdir setting
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands

-----------------------------------------------------------

oem@VIP-UK-LINUX:~/sbc/plugz$ make
make  all-recursive
make[1]: Entering directory `/home/oem/sbc/plugz'
Making all in avdtp
make[2]: Entering directory `/home/oem/sbc/plugz/avdtp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/oem/sbc/plugz/avdtp'
Making all in alsa-plugins
make[2]: Entering directory `/home/oem/sbc/plugz/alsa-plugins'
Making all in a2dpd
make[3]: Entering directory `/home/oem/sbc/plugz/alsa-plugins/a2dpd'
gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I/usr/include -pthread -Wall -O2 -c
a2dpd_dbus.c
a2dpd_dbus.c:31:28: error: dbus/dbus-glib.h: No such file or directory
a2dpd_dbus.c:32:37: error: dbus/dbus-glib-lowlevel.h: No such file or
directory
a2dpd_dbus.c:46: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
a2dpd_dbus.c:48: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
a2dpd_dbus.c:51: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'a2dpd_dbus_Connect'
a2dpd_dbus.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'a2dpd_dbus_Disconnect'
a2dpd_dbus.c:69: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'a2dpd_dbus_StreamStart'
a2dpd_dbus.c:78: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'a2dpd_dbus_StreamSuspend'
a2dpd_dbus.c:87: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'a2dpd_dbus_SetAddress'
a2dpd_dbus.c:103: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'a2dpd_dbus_AutoConnect'
a2dpd_dbus.c:126: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'a2dpd_dbus_SetDebug'
a2dpd_dbus.c: In function 'a2dpd_signal_command':
a2dpd_dbus.c:149: error: 'gconnection' undeclared (first use in this
function)
a2dpd_dbus.c:149: error: (Each undeclared identifier is reported only once
a2dpd_dbus.c:149: error: for each function it appears in.)
a2dpd_dbus.c:150: error: 'DBusMessage' undeclared (first use in this
function)
a2dpd_dbus.c:150: error: 'signal' undeclared (first use in this function)
a2dpd_dbus.c:150: warning: implicit declaration of function
'dbus_message_new_signal'
a2dpd_dbus.c:152: warning: implicit declaration of function
'dbus_message_append_args'
a2dpd_dbus.c:153: error: 'DBUS_TYPE_STRING' undeclared (first use in this
function)
a2dpd_dbus.c:155: error: 'DBUS_TYPE_INVALID' undeclared (first use in this
function)
a2dpd_dbus.c:157: warning: implicit declaration of function
'dbus_connection_get_is_connected'
a2dpd_dbus.c:157: warning: implicit declaration of function
'dbus_g_connection_get_connection'
a2dpd_dbus.c:158: warning: implicit declaration of function
'dbus_connection_send'
a2dpd_dbus.c:161: warning: implicit declaration of function
'dbus_message_unref'
a2dpd_dbus.c: In function 'a2dpd_signal_state':
a2dpd_dbus.c:175: error: 'gconnection' undeclared (first use in this
function)
a2dpd_dbus.c:176: error: 'DBusMessage' undeclared (first use in this
function)
a2dpd_dbus.c:176: error: 'signal' undeclared (first use in this function)
a2dpd_dbus.c:179: error: 'DBUS_TYPE_STRING' undeclared (first use in this
function)
a2dpd_dbus.c:181: error: 'DBUS_TYPE_INVALID' undeclared (first use in this
function)
a2dpd_dbus.c: At top level:
a2dpd_dbus.c:196: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'a2dpd_handler_func'
a2dpd_dbus.c: In function 'a2dpd_thread_handler':
a2dpd_dbus.c:251: error: 'DBusError' undeclared (first use in this function)
a2dpd_dbus.c:251: error: expected ';' before 'dbusError'
a2dpd_dbus.c:252: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'dbus_vtable_a2dpd_server'
a2dpd_dbus.c:252: error: 'dbus_vtable_a2dpd_server' undeclared (first use in
this function)
a2dpd_dbus.c:252: error: expected expression before '{' token
a2dpd_dbus.c:253: warning: implicit declaration of function
'dbus_error_init'
a2dpd_dbus.c:253: error: 'dbusError' undeclared (first use in this function)
a2dpd_dbus.c:255: error: 'gconnection' undeclared (first use in this
function)
a2dpd_dbus.c:257: warning: implicit declaration of function
'dbus_connection_register_object_path'
a2dpd_dbus.c:259: warning: implicit declaration of function
'dbus_bus_request_name'
a2dpd_dbus.c:260: warning: implicit declaration of function
'dbus_error_is_set'
a2dpd_dbus.c:263: warning: implicit declaration of function
'g_main_loop_run'
a2dpd_dbus.c:263: error: 'loop' undeclared (first use in this function)
a2dpd_dbus.c:275: warning: implicit declaration of function
'dbus_error_free'
a2dpd_dbus.c: In function 'a2dpd_signal_init':
a2dpd_dbus.c:281: error: 'GError' undeclared (first use in this function)
a2dpd_dbus.c:281: error: 'gError' undeclared (first use in this function)
a2dpd_dbus.c:283: error: 'PTHREAD_STACK_MIN' undeclared (first use in this
function)
a2dpd_dbus.c:286: warning: implicit declaration of function
'g_thread_supported'
a2dpd_dbus.c:287: warning: implicit declaration of function 'g_thread_init'
a2dpd_dbus.c:288: warning: implicit declaration of function 'g_type_init'
a2dpd_dbus.c:290: error: 'loop' undeclared (first use in this function)
a2dpd_dbus.c:290: warning: implicit declaration of function
'g_main_loop_new'
a2dpd_dbus.c:290: error: 'FALSE' undeclared (first use in this function)
a2dpd_dbus.c:293: error: 'gconnection' undeclared (first use in this
function)
a2dpd_dbus.c:293: warning: implicit declaration of function 'dbus_g_bus_get'
a2dpd_dbus.c:293: error: 'DBUS_BUS_SESSION' undeclared (first use in this
function)
a2dpd_dbus.c:293: error: 'DBUS_BUS_SYSTEM' undeclared (first use in this
function)
a2dpd_dbus.c:304: warning: implicit declaration of function 'g_error_free'
a2dpd_dbus.c: In function 'a2dpd_signal_kill':
a2dpd_dbus.c:318: error: 'loop' undeclared (first use in this function)
a2dpd_dbus.c:320: warning: implicit declaration of function 'g_main_quit'
make[3]: *** [a2dpd_dbus.o] Error 1
make[3]: Leaving directory `/home/oem/sbc/plugz/alsa-plugins/a2dpd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/oem/sbc/plugz/alsa-plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/oem/sbc/plugz'
make: *** [all-recursive-am] Error 2
   


-------------------------------------------------------------------------
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] 6+ messages in thread

* Re: [Bluez-devel] Compilation Problem Plugz
  2007-01-03 14:44 [Bluez-devel] Compilation Problem Plugz Tom Lloyd
@ 2007-01-03 15:16 ` Frédéric DALLEAU
  2007-01-03 15:43 ` Brad Midgley
  1 sibling, 0 replies; 6+ messages in thread
From: Frédéric DALLEAU @ 2007-01-03 15:16 UTC (permalink / raw)
  To: BlueZ development

Hi,

you need the dbus glib bindings.
http://www.freedesktop.org/wiki/Software_2fDBusBindings

Frederic.

Tom Lloyd a =E9crit :
> Hello All,
>
> I have recently got hold of a Bluetooth headset and decided that I would =
get
> it working with my Linux box running Ubuntu 6.10 (woody). I have been
> playing around with btsco which is installed and works almost perfectly. =
The
> headset is paired and I am able to make calls with skype. The problem I am
> having is it does not always close the connection to the headset when it =
is
> not being used. This is a drain on the headset battery and I really want =
it
> to last a day. The battery has a life of five hours and then it need
> recharging. =

>
> So I have downloaded your software from the cvs depositories and have made
> and installed libsbc which went without a hitch this was after installing
> all the packages you recommended for Ubuntu. Then I got a copy of the plu=
gz
> and tried to run through the same process. I got stuck at the configurati=
on
> stage, a few packages were still missing after installing them I created =
the
> config file. There were still a number of warnings which I have included
> below. Then I want to make it and got this list of errors. I hope this is
> useful and that someone can point me in the right direction. Please can I
> ask that you reply to this e-mail address get me on msn
> thomaslloyd82@hotmail.com and skype me on my bt headset at thomas_lloyd. =
The
> config and make oututs follow below:
>
> Thanks in advance
>
> oem@VIP-UK-LINUX:~/sbc/plugz$ ./configure --prefix=3D/usr
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets $(MAKE)... yes
> checking for working aclocal-1.4... found
> checking for working autoconf... found
> checking for working automake-1.4... found
> checking for working autoheader... found
> checking for working makeinfo... missing
> checking for gcc... gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... =

> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ISO C89... none needed
> checking for a BSD-compatible install... /usr/bin/install -c
> checking for ranlib... ranlib
> checking how to run the C preprocessor... gcc -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking bluetooth/bluetooth.h usability... yes
> checking bluetooth/bluetooth.h presence... yes
> checking for bluetooth/bluetooth.h... yes
> checking for hci_open_dev in -lbluetooth... yes
> checking for sdp_connect in -lbluetooth... yes
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... (cached) ranlib
> checking for strip... strip
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc static flag -static works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
> yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... cat: /etc/ld.so.conf.d/*.conf:=
 No
> such file or directory
> GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> checking for ALSA CFLAGS... =

> checking for ALSA LDFLAGS...  -lasound -lm -ldl -lpthread
> checking for libasound headers version >=3D 1.0.10... found.
> checking for snd_ctl_open in -lasound... yes
> checking for pkg-config... /usr/bin/pkg-config
> checking pkg-config is at least version 0.9.0... yes
> checking for GLIB... yes
> checking for DBUS... yes
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: WARNING:  Makefile.in seems to ignore the --datarootdir
> setting
> config.status: creating avdtp/Makefile
> config.status: WARNING:  avdtp/Makefile.in seems to ignore the --dataroot=
dir
> setting
> config.status: creating alsa-plugins/Makefile
> config.status: WARNING:  alsa-plugins/Makefile.in seems to ignore the
> --datarootdir setting
> config.status: creating alsa-plugins/headsetd/Makefile
> config.status: WARNING:  alsa-plugins/headsetd/Makefile.in seems to ignore
> the --datarootdir setting
> config.status: creating alsa-plugins/a2dpd/Makefile
> config.status: WARNING:  alsa-plugins/a2dpd/Makefile.in seems to ignore t=
he
> --datarootdir setting
> config.status: creating config.h
> config.status: config.h is unchanged
> config.status: executing default-1 commands
>
> -----------------------------------------------------------
>
> oem@VIP-UK-LINUX:~/sbc/plugz$ make
> make  all-recursive
> make[1]: Entering directory `/home/oem/sbc/plugz'
> Making all in avdtp
> make[2]: Entering directory `/home/oem/sbc/plugz/avdtp'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/oem/sbc/plugz/avdtp'
> Making all in alsa-plugins
> make[2]: Entering directory `/home/oem/sbc/plugz/alsa-plugins'
> Making all in a2dpd
> make[3]: Entering directory `/home/oem/sbc/plugz/alsa-plugins/a2dpd'
> gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I/usr/include -pthread -Wall -O2 =
-c
> a2dpd_dbus.c
> a2dpd_dbus.c:31:28: error: dbus/dbus-glib.h: No such file or directory
> a2dpd_dbus.c:32:37: error: dbus/dbus-glib-lowlevel.h: No such file or
> directory
> a2dpd_dbus.c:46: error: expected '=3D', ',', ';', 'asm' or '__attribute__'
> before '*' token
> a2dpd_dbus.c:48: error: expected '=3D', ',', ';', 'asm' or '__attribute__'
> before '*' token
> a2dpd_dbus.c:51: error: expected '=3D', ',', ';', 'asm' or '__attribute__'
> before 'a2dpd_dbus_Connect'
> a2dpd_dbus.c:60: error: expected '=3D', ',', ';', 'asm' or '__attribute__'
> before 'a2dpd_dbus_Disconnect'
> a2dpd_dbus.c:69: error: expected '=3D', ',', ';', 'asm' or '__attribute__'
> before 'a2dpd_dbus_StreamStart'
> a2dpd_dbus.c:78: error: expected '=3D', ',', ';', 'asm' or '__attribute__'
> before 'a2dpd_dbus_StreamSuspend'
> a2dpd_dbus.c:87: error: expected '=3D', ',', ';', 'asm' or '__attribute__'
> before 'a2dpd_dbus_SetAddress'
> a2dpd_dbus.c:103: error: expected '=3D', ',', ';', 'asm' or '__attribute_=
_'
> before 'a2dpd_dbus_AutoConnect'
> a2dpd_dbus.c:126: error: expected '=3D', ',', ';', 'asm' or '__attribute_=
_'
> before 'a2dpd_dbus_SetDebug'
> a2dpd_dbus.c: In function 'a2dpd_signal_command':
> a2dpd_dbus.c:149: error: 'gconnection' undeclared (first use in this
> function)
> a2dpd_dbus.c:149: error: (Each undeclared identifier is reported only once
> a2dpd_dbus.c:149: error: for each function it appears in.)
> a2dpd_dbus.c:150: error: 'DBusMessage' undeclared (first use in this
> function)
> a2dpd_dbus.c:150: error: 'signal' undeclared (first use in this function)
> a2dpd_dbus.c:150: warning: implicit declaration of function
> 'dbus_message_new_signal'
> a2dpd_dbus.c:152: warning: implicit declaration of function
> 'dbus_message_append_args'
> a2dpd_dbus.c:153: error: 'DBUS_TYPE_STRING' undeclared (first use in this
> function)
> a2dpd_dbus.c:155: error: 'DBUS_TYPE_INVALID' undeclared (first use in this
> function)
> a2dpd_dbus.c:157: warning: implicit declaration of function
> 'dbus_connection_get_is_connected'
> a2dpd_dbus.c:157: warning: implicit declaration of function
> 'dbus_g_connection_get_connection'
> a2dpd_dbus.c:158: warning: implicit declaration of function
> 'dbus_connection_send'
> a2dpd_dbus.c:161: warning: implicit declaration of function
> 'dbus_message_unref'
> a2dpd_dbus.c: In function 'a2dpd_signal_state':
> a2dpd_dbus.c:175: error: 'gconnection' undeclared (first use in this
> function)
> a2dpd_dbus.c:176: error: 'DBusMessage' undeclared (first use in this
> function)
> a2dpd_dbus.c:176: error: 'signal' undeclared (first use in this function)
> a2dpd_dbus.c:179: error: 'DBUS_TYPE_STRING' undeclared (first use in this
> function)
> a2dpd_dbus.c:181: error: 'DBUS_TYPE_INVALID' undeclared (first use in this
> function)
> a2dpd_dbus.c: At top level:
> a2dpd_dbus.c:196: error: expected '=3D', ',', ';', 'asm' or '__attribute_=
_'
> before 'a2dpd_handler_func'
> a2dpd_dbus.c: In function 'a2dpd_thread_handler':
> a2dpd_dbus.c:251: error: 'DBusError' undeclared (first use in this functi=
on)
> a2dpd_dbus.c:251: error: expected ';' before 'dbusError'
> a2dpd_dbus.c:252: error: expected '=3D', ',', ';', 'asm' or '__attribute_=
_'
> before 'dbus_vtable_a2dpd_server'
> a2dpd_dbus.c:252: error: 'dbus_vtable_a2dpd_server' undeclared (first use=
 in
> this function)
> a2dpd_dbus.c:252: error: expected expression before '{' token
> a2dpd_dbus.c:253: warning: implicit declaration of function
> 'dbus_error_init'
> a2dpd_dbus.c:253: error: 'dbusError' undeclared (first use in this functi=
on)
> a2dpd_dbus.c:255: error: 'gconnection' undeclared (first use in this
> function)
> a2dpd_dbus.c:257: warning: implicit declaration of function
> 'dbus_connection_register_object_path'
> a2dpd_dbus.c:259: warning: implicit declaration of function
> 'dbus_bus_request_name'
> a2dpd_dbus.c:260: warning: implicit declaration of function
> 'dbus_error_is_set'
> a2dpd_dbus.c:263: warning: implicit declaration of function
> 'g_main_loop_run'
> a2dpd_dbus.c:263: error: 'loop' undeclared (first use in this function)
> a2dpd_dbus.c:275: warning: implicit declaration of function
> 'dbus_error_free'
> a2dpd_dbus.c: In function 'a2dpd_signal_init':
> a2dpd_dbus.c:281: error: 'GError' undeclared (first use in this function)
> a2dpd_dbus.c:281: error: 'gError' undeclared (first use in this function)
> a2dpd_dbus.c:283: error: 'PTHREAD_STACK_MIN' undeclared (first use in this
> function)
> a2dpd_dbus.c:286: warning: implicit declaration of function
> 'g_thread_supported'
> a2dpd_dbus.c:287: warning: implicit declaration of function 'g_thread_ini=
t'
> a2dpd_dbus.c:288: warning: implicit declaration of function 'g_type_init'
> a2dpd_dbus.c:290: error: 'loop' undeclared (first use in this function)
> a2dpd_dbus.c:290: warning: implicit declaration of function
> 'g_main_loop_new'
> a2dpd_dbus.c:290: error: 'FALSE' undeclared (first use in this function)
> a2dpd_dbus.c:293: error: 'gconnection' undeclared (first use in this
> function)
> a2dpd_dbus.c:293: warning: implicit declaration of function 'dbus_g_bus_g=
et'
> a2dpd_dbus.c:293: error: 'DBUS_BUS_SESSION' undeclared (first use in this
> function)
> a2dpd_dbus.c:293: error: 'DBUS_BUS_SYSTEM' undeclared (first use in this
> function)
> a2dpd_dbus.c:304: warning: implicit declaration of function 'g_error_free'
> a2dpd_dbus.c: In function 'a2dpd_signal_kill':
> a2dpd_dbus.c:318: error: 'loop' undeclared (first use in this function)
> a2dpd_dbus.c:320: warning: implicit declaration of function 'g_main_quit'
> make[3]: *** [a2dpd_dbus.o] Error 1
> make[3]: Leaving directory `/home/oem/sbc/plugz/alsa-plugins/a2dpd'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/oem/sbc/plugz/alsa-plugins'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/oem/sbc/plugz'
> make: *** [all-recursive-am] Error 2
>    =

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



-- =

Frederic

Without the wind, the grass does not move.


-------------------------------------------------------------------------
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=3Djoin.php&p=3Dsourceforge&CID=3DDE=
VDEV
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Compilation Problem Plugz
  2007-01-03 14:44 [Bluez-devel] Compilation Problem Plugz Tom Lloyd
  2007-01-03 15:16 ` Frédéric DALLEAU
@ 2007-01-03 15:43 ` Brad Midgley
  2007-01-09  9:27   ` Roger Barnes
  1 sibling, 1 reply; 6+ messages in thread
From: Brad Midgley @ 2007-01-03 15:43 UTC (permalink / raw)
  To: BlueZ development, thomaslloyd82

Tom

> a2dpd_dbus.c:31:28: error: dbus/dbus-glib.h: No such file or directory
> a2dpd_dbus.c:32:37: error: dbus/dbus-glib-lowlevel.h: No such file or
> directory

you will need to install libdbus-1-dev and libdbus-glib-1-dev. I just 
updated the build docs with these.

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] 6+ messages in thread

* Re: [Bluez-devel] Compilation Problem Plugz
  2007-01-03 15:43 ` Brad Midgley
@ 2007-01-09  9:27   ` Roger Barnes
  2007-01-11  6:47     ` Brad Midgley
  0 siblings, 1 reply; 6+ messages in thread
From: Roger Barnes @ 2007-01-09  9:27 UTC (permalink / raw)
  To: bluez-devel

> > a2dpd_dbus.c:31:28: error: dbus/dbus-glib.h: No such file or directory
> > a2dpd_dbus.c:32:37: error: dbus/dbus-glib-lowlevel.h: No such file or
> > directory
> 
> you will need to install libdbus-1-dev and libdbus-glib-1-dev. I just 
> updated the build docs with these.
> 
> Brad
> 

I'm experiencing the same problem here, and have these packages installed
(Ubuntu edgy).  The problem appears to be blank DBUS_CFLAGS in the compile.  My
Makefile contains:
DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

But the make output shows blanks:
gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I/usr/include -pthread -Wall -O2 -c
a2dpd_dbus.c
a2dpd_dbus.c:31:28: error: dbus/dbus-glib.h: No such file or directory
a2dpd_dbus.c:32:37: error: dbus/dbus-glib-lowlevel.h: No such file or directory

Manually running gcc with the gap filled in worked and got me past this.

Cheers,
- Roger


-------------------------------------------------------------------------
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] 6+ messages in thread

* Re: [Bluez-devel] Compilation Problem Plugz
  2007-01-09  9:27   ` Roger Barnes
@ 2007-01-11  6:47     ` Brad Midgley
  0 siblings, 0 replies; 6+ messages in thread
From: Brad Midgley @ 2007-01-11  6:47 UTC (permalink / raw)
  To: BlueZ development

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]

Roger

> I'm experiencing the same problem here, and have these packages installed
> (Ubuntu edgy).  The problem appears to be blank DBUS_CFLAGS in the compile.  My
> Makefile contains:
> DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> 
> But the make output shows blanks:
> gcc -DHAVE_CONFIG_H -I. -I. -I../..    -I/usr/include -pthread -Wall -O2 -c
> a2dpd_dbus.c
> a2dpd_dbus.c:31:28: error: dbus/dbus-glib.h: No such file or directory
> a2dpd_dbus.c:32:37: error: dbus/dbus-glib-lowlevel.h: No such file or directory

I'll attach my generated Makefile... can you see why mine would work and
yours does not?

Brad

[-- Attachment #2: Makefile --]
[-- Type: text/plain, Size: 39134 bytes --]

# Makefile.in generated by automake 1.9.6 from Makefile.am.
# alsa-plugins/a2dpd/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005  Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.





srcdir = .
top_srcdir = ../..

pkgdatadir = $(datadir)/plugz
pkglibdir = $(libdir)/plugz
pkgincludedir = $(includedir)/plugz
top_builddir = ../..
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = /usr/bin/install -c
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = i686-pc-linux-gnu
host_triplet = i686-pc-linux-gnu
bin_PROGRAMS = a2dpd$(EXEEXT) a2dpd_ctl$(EXEEXT)
subdir = alsa-plugins/a2dpd
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
	$(top_srcdir)/configure.in
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
    *) f=$$p;; \
  esac;
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
am__installdirs = "$(DESTDIR)$(a2dpdcommondir)" "$(DESTDIR)$(alsadir)" \
	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(dbusdir)" \
	"$(DESTDIR)$(serviceactivationdir)"
a2dpdcommonLTLIBRARIES_INSTALL = $(INSTALL)
alsaLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(a2dpdcommon_LTLIBRARIES) $(alsa_LTLIBRARIES)
liba2dpdcommon_la_DEPENDENCIES =
am_liba2dpdcommon_la_OBJECTS = a2dpd_timer.lo a2dpd_ipc.lo
liba2dpdcommon_la_OBJECTS = $(am_liba2dpdcommon_la_OBJECTS)
libasound_module_ctl_a2dpd_la_DEPENDENCIES =
am_libasound_module_ctl_a2dpd_la_OBJECTS = ctl_a2dpd.lo
libasound_module_ctl_a2dpd_la_OBJECTS =  \
	$(am_libasound_module_ctl_a2dpd_la_OBJECTS)
libasound_module_pcm_a2dpd_la_DEPENDENCIES =
am_libasound_module_pcm_a2dpd_la_OBJECTS = pcm_a2dpd.lo
libasound_module_pcm_a2dpd_la_OBJECTS =  \
	$(am_libasound_module_pcm_a2dpd_la_OBJECTS)
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
PROGRAMS = $(bin_PROGRAMS)
am_a2dpd_OBJECTS = a2dpd-a2dpd.$(OBJEXT) a2dpd-a2dpd_sdp.$(OBJEXT) \
	a2dpd-a2dpd_mixer.$(OBJEXT) a2dpd-a2dpd_tools.$(OBJEXT) \
	a2dpd-a2dpd_uinput.$(OBJEXT) a2dpd-a2dpd_dbus.$(OBJEXT) \
	a2dpd-a2dpd_output_a2dp.$(OBJEXT) \
	a2dpd-a2dpd_output_alsa.$(OBJEXT) \
	a2dpd-a2dpd_output_sco.$(OBJEXT)
a2dpd_OBJECTS = $(am_a2dpd_OBJECTS)
am__DEPENDENCIES_1 =
a2dpd_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
am_a2dpd_ctl_OBJECTS = a2dpd_ctl-a2dpd_ctl.$(OBJEXT)
a2dpd_ctl_OBJECTS = $(am_a2dpd_ctl_OBJECTS)
a2dpd_ctl_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
SOURCES = $(liba2dpdcommon_la_SOURCES) \
	$(libasound_module_ctl_a2dpd_la_SOURCES) \
	$(libasound_module_pcm_a2dpd_la_SOURCES) $(a2dpd_SOURCES) \
	$(a2dpd_ctl_SOURCES)
DIST_SOURCES = $(liba2dpdcommon_la_SOURCES) \
	$(libasound_module_ctl_a2dpd_la_SOURCES) \
	$(libasound_module_pcm_a2dpd_la_SOURCES) $(a2dpd_SOURCES) \
	$(a2dpd_ctl_SOURCES)
dbusDATA_INSTALL = $(INSTALL_DATA)
serviceactivationDATA_INSTALL = $(INSTALL_DATA)
DATA = $(dbus_DATA) $(serviceactivation_DATA)
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = ${SHELL} /home/bmidgley/src/plugz/missing --run aclocal-1.9
ALSA_CFLAGS = 
ALSA_LIBS =  -lasound -lm -ldl -lpthread
AMDEP_FALSE = #
AMDEP_TRUE = 
AMTAR = ${SHELL} /home/bmidgley/src/plugz/missing --run tar
AR = ar
AUTOCONF = ${SHELL} /home/bmidgley/src/plugz/missing --run autoconf
AUTOHEADER = ${SHELL} /home/bmidgley/src/plugz/missing --run autoheader
AUTOMAKE = ${SHELL} /home/bmidgley/src/plugz/missing --run automake-1.9
AWK = gawk
BLUEZ_CFLAGS =  -I/usr/include
BLUEZ_LIBS =  -lbluetooth
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -Wall -O2
CPP = gcc -E
CPPFLAGS = 
CYGPATH_W = echo
DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
DBUS_LIBS = -ldbus-glib-1 -ldbus-1 -lglib-2.0  
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
ECHO = echo
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /bin/grep -E
EXEEXT = 
GLIB_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
GLIB_LIBS = -pthread -lgthread-2.0 -lgobject-2.0 -lglib-2.0  
GREP = /bin/grep
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
LDFLAGS = 
LIBOBJS = 
LIBS = -lbluetooth 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LN_S = ln -s
LTLIBOBJS = 
MAKEINFO = ${SHELL} /home/bmidgley/src/plugz/missing --run makeinfo
OBJEXT = o
PACKAGE = plugz
PACKAGE_BUGREPORT = 
PACKAGE_NAME = 
PACKAGE_STRING = 
PACKAGE_TARNAME = 
PACKAGE_VERSION = 
PATH_SEPARATOR = :
PKG_CONFIG = /usr/bin/pkg-config
RANLIB = ranlib
SET_MAKE = 
SHELL = /bin/bash
STRIP = strip
VERSION = 0.5
ac_ct_CC = gcc
am__fastdepCC_FALSE = #
am__fastdepCC_TRUE = 
am__include = include
am__leading_dot = .
am__quote = 
am__tar = ${AMTAR} chof - "$$tardir"
am__untar = ${AMTAR} xf -
bindir = ${exec_prefix}/bin
build = i686-pc-linux-gnu
build_alias = 
build_cpu = i686
build_os = linux-gnu
build_vendor = pc
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = i686-pc-linux-gnu
host_alias = 
host_cpu = i686
host_os = linux-gnu
host_vendor = pc
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = /home/bmidgley/src/plugz/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
mandir = ${datarootdir}/man
mkdir_p = mkdir -p --
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /usr
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
sysconfdir = ${prefix}/etc
target_alias = 
dbusdir = $(sysconfdir)/dbus-1/system.d
dbus_DATA = a2dpd.conf

# Rule to make the service file with _bindir_ expanded
serviceactivationdir = $(datadir)/dbus-1/services
serviceactivation_in_files = com.access.a2dpd.service.in
serviceactivation_DATA = $(serviceactivation_in_files:.service.in=.service)
a2dpdcommondir = $(libdir)
a2dpdcommon_LTLIBRARIES = liba2dpdcommon.la
liba2dpdcommon_la_SOURCES = a2dpd_timer.c a2dpd_ipc.c
liba2dpdcommon_la_LIBADD =  -lasound -lm -ldl -lpthread -lrt
alsadir = $(libdir)/alsa-lib
alsa_LTLIBRARIES = libasound_module_pcm_a2dpd.la libasound_module_ctl_a2dpd.la
libasound_module_pcm_a2dpd_la_SOURCES = pcm_a2dpd.c
libasound_module_pcm_a2dpd_la_LIBADD =  -lasound -lm -ldl -lpthread -lrt  -la2dpdcommon
libasound_module_ctl_a2dpd_la_SOURCES = ctl_a2dpd.c
libasound_module_ctl_a2dpd_la_LIBADD =  -lasound -lm -ldl -lpthread -la2dpdcommon
a2dpd_SOURCES = a2dpd.c a2dpd_sdp.c a2dpd_mixer.c a2dpd_tools.c a2dpd_uinput.c a2dpd_dbus.c a2dpd_output_a2dp.c a2dpd_output_alsa.c a2dpd_output_sco.c
a2dpd_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS)
a2dpd_LDADD = $(GLIB_LIBS) $(DBUS_LIBS)  -lasound -lm -ldl -lpthread  -lbluetooth -la2dpdcommon -lsbc -lpthread -lrt
a2dpd_ctl_SOURCES = a2dpd_ctl.c
a2dpd_ctl_CFLAGS = $(AM_CFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS)
a2dpd_ctl_LDADD = $(GLIB_LIBS) $(DBUS_LIBS)
AM_CFLAGS =   -I/usr/include -pthread
MAINTAINERCLEANFILES = Makefile.in
all: all-am

.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
		&& exit 0; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  alsa-plugins/a2dpd/Makefile'; \
	cd $(top_srcdir) && \
	  $(AUTOMAKE) --gnu  alsa-plugins/a2dpd/Makefile
.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
install-a2dpdcommonLTLIBRARIES: $(a2dpdcommon_LTLIBRARIES)
	@$(NORMAL_INSTALL)
	test -z "$(a2dpdcommondir)" || $(mkdir_p) "$(DESTDIR)$(a2dpdcommondir)"
	@list='$(a2dpdcommon_LTLIBRARIES)'; for p in $$list; do \
	  if test -f $$p; then \
	    f=$(am__strip_dir) \
	    echo " $(LIBTOOL) --mode=install $(a2dpdcommonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(a2dpdcommondir)/$$f'"; \
	    $(LIBTOOL) --mode=install $(a2dpdcommonLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(a2dpdcommondir)/$$f"; \
	  else :; fi; \
	done

uninstall-a2dpdcommonLTLIBRARIES:
	@$(NORMAL_UNINSTALL)
	@set -x; list='$(a2dpdcommon_LTLIBRARIES)'; for p in $$list; do \
	  p=$(am__strip_dir) \
	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(a2dpdcommondir)/$$p'"; \
	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(a2dpdcommondir)/$$p"; \
	done

clean-a2dpdcommonLTLIBRARIES:
	-test -z "$(a2dpdcommon_LTLIBRARIES)" || rm -f $(a2dpdcommon_LTLIBRARIES)
	@list='$(a2dpdcommon_LTLIBRARIES)'; for p in $$list; do \
	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
	  test "$$dir" != "$$p" || dir=.; \
	  echo "rm -f \"$${dir}/so_locations\""; \
	  rm -f "$${dir}/so_locations"; \
	done
install-alsaLTLIBRARIES: $(alsa_LTLIBRARIES)
	@$(NORMAL_INSTALL)
	test -z "$(alsadir)" || $(mkdir_p) "$(DESTDIR)$(alsadir)"
	@list='$(alsa_LTLIBRARIES)'; for p in $$list; do \
	  if test -f $$p; then \
	    f=$(am__strip_dir) \
	    echo " $(LIBTOOL) --mode=install $(alsaLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(alsadir)/$$f'"; \
	    $(LIBTOOL) --mode=install $(alsaLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(alsadir)/$$f"; \
	  else :; fi; \
	done

uninstall-alsaLTLIBRARIES:
	@$(NORMAL_UNINSTALL)
	@set -x; list='$(alsa_LTLIBRARIES)'; for p in $$list; do \
	  p=$(am__strip_dir) \
	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(alsadir)/$$p'"; \
	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(alsadir)/$$p"; \
	done

clean-alsaLTLIBRARIES:
	-test -z "$(alsa_LTLIBRARIES)" || rm -f $(alsa_LTLIBRARIES)
	@list='$(alsa_LTLIBRARIES)'; for p in $$list; do \
	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
	  test "$$dir" != "$$p" || dir=.; \
	  echo "rm -f \"$${dir}/so_locations\""; \
	  rm -f "$${dir}/so_locations"; \
	done
liba2dpdcommon.la: $(liba2dpdcommon_la_OBJECTS) $(liba2dpdcommon_la_DEPENDENCIES) 
	$(LINK) -rpath $(a2dpdcommondir) $(liba2dpdcommon_la_LDFLAGS) $(liba2dpdcommon_la_OBJECTS) $(liba2dpdcommon_la_LIBADD) $(LIBS)
libasound_module_ctl_a2dpd.la: $(libasound_module_ctl_a2dpd_la_OBJECTS) $(libasound_module_ctl_a2dpd_la_DEPENDENCIES) 
	$(LINK) -rpath $(alsadir) $(libasound_module_ctl_a2dpd_la_LDFLAGS) $(libasound_module_ctl_a2dpd_la_OBJECTS) $(libasound_module_ctl_a2dpd_la_LIBADD) $(LIBS)
libasound_module_pcm_a2dpd.la: $(libasound_module_pcm_a2dpd_la_OBJECTS) $(libasound_module_pcm_a2dpd_la_DEPENDENCIES) 
	$(LINK) -rpath $(alsadir) $(libasound_module_pcm_a2dpd_la_LDFLAGS) $(libasound_module_pcm_a2dpd_la_OBJECTS) $(libasound_module_pcm_a2dpd_la_LIBADD) $(LIBS)
install-binPROGRAMS: $(bin_PROGRAMS)
	@$(NORMAL_INSTALL)
	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
	  if test -f $$p \
	     || test -f $$p1 \
	  ; then \
	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
	  else :; fi; \
	done

uninstall-binPROGRAMS:
	@$(NORMAL_UNINSTALL)
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
	done

clean-binPROGRAMS:
	@list='$(bin_PROGRAMS)'; for p in $$list; do \
	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
	  echo " rm -f $$p $$f"; \
	  rm -f $$p $$f ; \
	done
a2dpd$(EXEEXT): $(a2dpd_OBJECTS) $(a2dpd_DEPENDENCIES) 
	@rm -f a2dpd$(EXEEXT)
	$(LINK) $(a2dpd_LDFLAGS) $(a2dpd_OBJECTS) $(a2dpd_LDADD) $(LIBS)
a2dpd_ctl$(EXEEXT): $(a2dpd_ctl_OBJECTS) $(a2dpd_ctl_DEPENDENCIES) 
	@rm -f a2dpd_ctl$(EXEEXT)
	$(LINK) $(a2dpd_ctl_LDFLAGS) $(a2dpd_ctl_OBJECTS) $(a2dpd_ctl_LDADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)

distclean-compile:
	-rm -f *.tab.c

include ./$(DEPDIR)/a2dpd-a2dpd.Po
include ./$(DEPDIR)/a2dpd-a2dpd_dbus.Po
include ./$(DEPDIR)/a2dpd-a2dpd_mixer.Po
include ./$(DEPDIR)/a2dpd-a2dpd_output_a2dp.Po
include ./$(DEPDIR)/a2dpd-a2dpd_output_alsa.Po
include ./$(DEPDIR)/a2dpd-a2dpd_output_sco.Po
include ./$(DEPDIR)/a2dpd-a2dpd_sdp.Po
include ./$(DEPDIR)/a2dpd-a2dpd_tools.Po
include ./$(DEPDIR)/a2dpd-a2dpd_uinput.Po
include ./$(DEPDIR)/a2dpd_ctl-a2dpd_ctl.Po
include ./$(DEPDIR)/a2dpd_ipc.Plo
include ./$(DEPDIR)/a2dpd_timer.Plo
include ./$(DEPDIR)/ctl_a2dpd.Plo
include ./$(DEPDIR)/pcm_a2dpd.Plo

.c.o:
	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
#	source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(COMPILE) -c $<

.c.obj:
	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
#	source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(COMPILE) -c `$(CYGPATH_W) '$<'`

.c.lo:
	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
#	source='$<' object='$@' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(LTCOMPILE) -c -o $@ $<

a2dpd-a2dpd.o: a2dpd.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd.o -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd.Tpo" -c -o a2dpd-a2dpd.o `test -f 'a2dpd.c' || echo '$(srcdir)/'`a2dpd.c; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd.Tpo" "$(DEPDIR)/a2dpd-a2dpd.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd.Tpo"; exit 1; fi
#	source='a2dpd.c' object='a2dpd-a2dpd.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd.o `test -f 'a2dpd.c' || echo '$(srcdir)/'`a2dpd.c

a2dpd-a2dpd.obj: a2dpd.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd.obj -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd.Tpo" -c -o a2dpd-a2dpd.obj `if test -f 'a2dpd.c'; then $(CYGPATH_W) 'a2dpd.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd.Tpo" "$(DEPDIR)/a2dpd-a2dpd.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd.Tpo"; exit 1; fi
#	source='a2dpd.c' object='a2dpd-a2dpd.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd.obj `if test -f 'a2dpd.c'; then $(CYGPATH_W) 'a2dpd.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd.c'; fi`

a2dpd-a2dpd_sdp.o: a2dpd_sdp.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_sdp.o -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_sdp.Tpo" -c -o a2dpd-a2dpd_sdp.o `test -f 'a2dpd_sdp.c' || echo '$(srcdir)/'`a2dpd_sdp.c; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_sdp.Tpo" "$(DEPDIR)/a2dpd-a2dpd_sdp.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_sdp.Tpo"; exit 1; fi
#	source='a2dpd_sdp.c' object='a2dpd-a2dpd_sdp.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_sdp.o `test -f 'a2dpd_sdp.c' || echo '$(srcdir)/'`a2dpd_sdp.c

a2dpd-a2dpd_sdp.obj: a2dpd_sdp.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_sdp.obj -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_sdp.Tpo" -c -o a2dpd-a2dpd_sdp.obj `if test -f 'a2dpd_sdp.c'; then $(CYGPATH_W) 'a2dpd_sdp.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_sdp.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_sdp.Tpo" "$(DEPDIR)/a2dpd-a2dpd_sdp.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_sdp.Tpo"; exit 1; fi
#	source='a2dpd_sdp.c' object='a2dpd-a2dpd_sdp.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_sdp.obj `if test -f 'a2dpd_sdp.c'; then $(CYGPATH_W) 'a2dpd_sdp.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_sdp.c'; fi`

a2dpd-a2dpd_mixer.o: a2dpd_mixer.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_mixer.o -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_mixer.Tpo" -c -o a2dpd-a2dpd_mixer.o `test -f 'a2dpd_mixer.c' || echo '$(srcdir)/'`a2dpd_mixer.c; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_mixer.Tpo" "$(DEPDIR)/a2dpd-a2dpd_mixer.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_mixer.Tpo"; exit 1; fi
#	source='a2dpd_mixer.c' object='a2dpd-a2dpd_mixer.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_mixer.o `test -f 'a2dpd_mixer.c' || echo '$(srcdir)/'`a2dpd_mixer.c

a2dpd-a2dpd_mixer.obj: a2dpd_mixer.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_mixer.obj -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_mixer.Tpo" -c -o a2dpd-a2dpd_mixer.obj `if test -f 'a2dpd_mixer.c'; then $(CYGPATH_W) 'a2dpd_mixer.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_mixer.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_mixer.Tpo" "$(DEPDIR)/a2dpd-a2dpd_mixer.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_mixer.Tpo"; exit 1; fi
#	source='a2dpd_mixer.c' object='a2dpd-a2dpd_mixer.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_mixer.obj `if test -f 'a2dpd_mixer.c'; then $(CYGPATH_W) 'a2dpd_mixer.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_mixer.c'; fi`

a2dpd-a2dpd_tools.o: a2dpd_tools.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_tools.o -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_tools.Tpo" -c -o a2dpd-a2dpd_tools.o `test -f 'a2dpd_tools.c' || echo '$(srcdir)/'`a2dpd_tools.c; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_tools.Tpo" "$(DEPDIR)/a2dpd-a2dpd_tools.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_tools.Tpo"; exit 1; fi
#	source='a2dpd_tools.c' object='a2dpd-a2dpd_tools.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_tools.o `test -f 'a2dpd_tools.c' || echo '$(srcdir)/'`a2dpd_tools.c

a2dpd-a2dpd_tools.obj: a2dpd_tools.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_tools.obj -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_tools.Tpo" -c -o a2dpd-a2dpd_tools.obj `if test -f 'a2dpd_tools.c'; then $(CYGPATH_W) 'a2dpd_tools.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_tools.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_tools.Tpo" "$(DEPDIR)/a2dpd-a2dpd_tools.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_tools.Tpo"; exit 1; fi
#	source='a2dpd_tools.c' object='a2dpd-a2dpd_tools.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_tools.obj `if test -f 'a2dpd_tools.c'; then $(CYGPATH_W) 'a2dpd_tools.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_tools.c'; fi`

a2dpd-a2dpd_uinput.o: a2dpd_uinput.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_uinput.o -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_uinput.Tpo" -c -o a2dpd-a2dpd_uinput.o `test -f 'a2dpd_uinput.c' || echo '$(srcdir)/'`a2dpd_uinput.c; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_uinput.Tpo" "$(DEPDIR)/a2dpd-a2dpd_uinput.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_uinput.Tpo"; exit 1; fi
#	source='a2dpd_uinput.c' object='a2dpd-a2dpd_uinput.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_uinput.o `test -f 'a2dpd_uinput.c' || echo '$(srcdir)/'`a2dpd_uinput.c

a2dpd-a2dpd_uinput.obj: a2dpd_uinput.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_uinput.obj -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_uinput.Tpo" -c -o a2dpd-a2dpd_uinput.obj `if test -f 'a2dpd_uinput.c'; then $(CYGPATH_W) 'a2dpd_uinput.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_uinput.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_uinput.Tpo" "$(DEPDIR)/a2dpd-a2dpd_uinput.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_uinput.Tpo"; exit 1; fi
#	source='a2dpd_uinput.c' object='a2dpd-a2dpd_uinput.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_uinput.obj `if test -f 'a2dpd_uinput.c'; then $(CYGPATH_W) 'a2dpd_uinput.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_uinput.c'; fi`

a2dpd-a2dpd_dbus.o: a2dpd_dbus.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_dbus.o -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_dbus.Tpo" -c -o a2dpd-a2dpd_dbus.o `test -f 'a2dpd_dbus.c' || echo '$(srcdir)/'`a2dpd_dbus.c; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_dbus.Tpo" "$(DEPDIR)/a2dpd-a2dpd_dbus.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_dbus.Tpo"; exit 1; fi
#	source='a2dpd_dbus.c' object='a2dpd-a2dpd_dbus.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_dbus.o `test -f 'a2dpd_dbus.c' || echo '$(srcdir)/'`a2dpd_dbus.c

a2dpd-a2dpd_dbus.obj: a2dpd_dbus.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_dbus.obj -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_dbus.Tpo" -c -o a2dpd-a2dpd_dbus.obj `if test -f 'a2dpd_dbus.c'; then $(CYGPATH_W) 'a2dpd_dbus.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_dbus.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_dbus.Tpo" "$(DEPDIR)/a2dpd-a2dpd_dbus.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_dbus.Tpo"; exit 1; fi
#	source='a2dpd_dbus.c' object='a2dpd-a2dpd_dbus.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_dbus.obj `if test -f 'a2dpd_dbus.c'; then $(CYGPATH_W) 'a2dpd_dbus.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_dbus.c'; fi`

a2dpd-a2dpd_output_a2dp.o: a2dpd_output_a2dp.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_output_a2dp.o -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_output_a2dp.Tpo" -c -o a2dpd-a2dpd_output_a2dp.o `test -f 'a2dpd_output_a2dp.c' || echo '$(srcdir)/'`a2dpd_output_a2dp.c; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_output_a2dp.Tpo" "$(DEPDIR)/a2dpd-a2dpd_output_a2dp.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_output_a2dp.Tpo"; exit 1; fi
#	source='a2dpd_output_a2dp.c' object='a2dpd-a2dpd_output_a2dp.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_output_a2dp.o `test -f 'a2dpd_output_a2dp.c' || echo '$(srcdir)/'`a2dpd_output_a2dp.c

a2dpd-a2dpd_output_a2dp.obj: a2dpd_output_a2dp.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_output_a2dp.obj -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_output_a2dp.Tpo" -c -o a2dpd-a2dpd_output_a2dp.obj `if test -f 'a2dpd_output_a2dp.c'; then $(CYGPATH_W) 'a2dpd_output_a2dp.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_output_a2dp.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_output_a2dp.Tpo" "$(DEPDIR)/a2dpd-a2dpd_output_a2dp.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_output_a2dp.Tpo"; exit 1; fi
#	source='a2dpd_output_a2dp.c' object='a2dpd-a2dpd_output_a2dp.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_output_a2dp.obj `if test -f 'a2dpd_output_a2dp.c'; then $(CYGPATH_W) 'a2dpd_output_a2dp.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_output_a2dp.c'; fi`

a2dpd-a2dpd_output_alsa.o: a2dpd_output_alsa.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_output_alsa.o -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_output_alsa.Tpo" -c -o a2dpd-a2dpd_output_alsa.o `test -f 'a2dpd_output_alsa.c' || echo '$(srcdir)/'`a2dpd_output_alsa.c; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_output_alsa.Tpo" "$(DEPDIR)/a2dpd-a2dpd_output_alsa.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_output_alsa.Tpo"; exit 1; fi
#	source='a2dpd_output_alsa.c' object='a2dpd-a2dpd_output_alsa.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_output_alsa.o `test -f 'a2dpd_output_alsa.c' || echo '$(srcdir)/'`a2dpd_output_alsa.c

a2dpd-a2dpd_output_alsa.obj: a2dpd_output_alsa.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_output_alsa.obj -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_output_alsa.Tpo" -c -o a2dpd-a2dpd_output_alsa.obj `if test -f 'a2dpd_output_alsa.c'; then $(CYGPATH_W) 'a2dpd_output_alsa.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_output_alsa.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_output_alsa.Tpo" "$(DEPDIR)/a2dpd-a2dpd_output_alsa.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_output_alsa.Tpo"; exit 1; fi
#	source='a2dpd_output_alsa.c' object='a2dpd-a2dpd_output_alsa.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_output_alsa.obj `if test -f 'a2dpd_output_alsa.c'; then $(CYGPATH_W) 'a2dpd_output_alsa.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_output_alsa.c'; fi`

a2dpd-a2dpd_output_sco.o: a2dpd_output_sco.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_output_sco.o -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_output_sco.Tpo" -c -o a2dpd-a2dpd_output_sco.o `test -f 'a2dpd_output_sco.c' || echo '$(srcdir)/'`a2dpd_output_sco.c; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_output_sco.Tpo" "$(DEPDIR)/a2dpd-a2dpd_output_sco.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_output_sco.Tpo"; exit 1; fi
#	source='a2dpd_output_sco.c' object='a2dpd-a2dpd_output_sco.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_output_sco.o `test -f 'a2dpd_output_sco.c' || echo '$(srcdir)/'`a2dpd_output_sco.c

a2dpd-a2dpd_output_sco.obj: a2dpd_output_sco.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -MT a2dpd-a2dpd_output_sco.obj -MD -MP -MF "$(DEPDIR)/a2dpd-a2dpd_output_sco.Tpo" -c -o a2dpd-a2dpd_output_sco.obj `if test -f 'a2dpd_output_sco.c'; then $(CYGPATH_W) 'a2dpd_output_sco.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_output_sco.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd-a2dpd_output_sco.Tpo" "$(DEPDIR)/a2dpd-a2dpd_output_sco.Po"; else rm -f "$(DEPDIR)/a2dpd-a2dpd_output_sco.Tpo"; exit 1; fi
#	source='a2dpd_output_sco.c' object='a2dpd-a2dpd_output_sco.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_CFLAGS) $(CFLAGS) -c -o a2dpd-a2dpd_output_sco.obj `if test -f 'a2dpd_output_sco.c'; then $(CYGPATH_W) 'a2dpd_output_sco.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_output_sco.c'; fi`

a2dpd_ctl-a2dpd_ctl.o: a2dpd_ctl.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_ctl_CFLAGS) $(CFLAGS) -MT a2dpd_ctl-a2dpd_ctl.o -MD -MP -MF "$(DEPDIR)/a2dpd_ctl-a2dpd_ctl.Tpo" -c -o a2dpd_ctl-a2dpd_ctl.o `test -f 'a2dpd_ctl.c' || echo '$(srcdir)/'`a2dpd_ctl.c; \
	then mv -f "$(DEPDIR)/a2dpd_ctl-a2dpd_ctl.Tpo" "$(DEPDIR)/a2dpd_ctl-a2dpd_ctl.Po"; else rm -f "$(DEPDIR)/a2dpd_ctl-a2dpd_ctl.Tpo"; exit 1; fi
#	source='a2dpd_ctl.c' object='a2dpd_ctl-a2dpd_ctl.o' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_ctl_CFLAGS) $(CFLAGS) -c -o a2dpd_ctl-a2dpd_ctl.o `test -f 'a2dpd_ctl.c' || echo '$(srcdir)/'`a2dpd_ctl.c

a2dpd_ctl-a2dpd_ctl.obj: a2dpd_ctl.c
	if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_ctl_CFLAGS) $(CFLAGS) -MT a2dpd_ctl-a2dpd_ctl.obj -MD -MP -MF "$(DEPDIR)/a2dpd_ctl-a2dpd_ctl.Tpo" -c -o a2dpd_ctl-a2dpd_ctl.obj `if test -f 'a2dpd_ctl.c'; then $(CYGPATH_W) 'a2dpd_ctl.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_ctl.c'; fi`; \
	then mv -f "$(DEPDIR)/a2dpd_ctl-a2dpd_ctl.Tpo" "$(DEPDIR)/a2dpd_ctl-a2dpd_ctl.Po"; else rm -f "$(DEPDIR)/a2dpd_ctl-a2dpd_ctl.Tpo"; exit 1; fi
#	source='a2dpd_ctl.c' object='a2dpd_ctl-a2dpd_ctl.obj' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(a2dpd_ctl_CFLAGS) $(CFLAGS) -c -o a2dpd_ctl-a2dpd_ctl.obj `if test -f 'a2dpd_ctl.c'; then $(CYGPATH_W) 'a2dpd_ctl.c'; else $(CYGPATH_W) '$(srcdir)/a2dpd_ctl.c'; fi`

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

distclean-libtool:
	-rm -f libtool
uninstall-info-am:
install-dbusDATA: $(dbus_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(dbusdir)" || $(mkdir_p) "$(DESTDIR)$(dbusdir)"
	@list='$(dbus_DATA)'; for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  f=$(am__strip_dir) \
	  echo " $(dbusDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(dbusdir)/$$f'"; \
	  $(dbusDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(dbusdir)/$$f"; \
	done

uninstall-dbusDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(dbus_DATA)'; for p in $$list; do \
	  f=$(am__strip_dir) \
	  echo " rm -f '$(DESTDIR)$(dbusdir)/$$f'"; \
	  rm -f "$(DESTDIR)$(dbusdir)/$$f"; \
	done
install-serviceactivationDATA: $(serviceactivation_DATA)
	@$(NORMAL_INSTALL)
	test -z "$(serviceactivationdir)" || $(mkdir_p) "$(DESTDIR)$(serviceactivationdir)"
	@list='$(serviceactivation_DATA)'; for p in $$list; do \
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
	  f=$(am__strip_dir) \
	  echo " $(serviceactivationDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(serviceactivationdir)/$$f'"; \
	  $(serviceactivationDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(serviceactivationdir)/$$f"; \
	done

uninstall-serviceactivationDATA:
	@$(NORMAL_UNINSTALL)
	@list='$(serviceactivation_DATA)'; for p in $$list; do \
	  f=$(am__strip_dir) \
	  echo " rm -f '$(DESTDIR)$(serviceactivationdir)/$$f'"; \
	  rm -f "$(DESTDIR)$(serviceactivationdir)/$$f"; \
	done

ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	mkid -fID $$unique
tags: TAGS

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
	  test -n "$$unique" || unique=$$empty_fix; \
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	    $$tags $$unique; \
	fi
ctags: CTAGS
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
		$(TAGS_FILES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
	unique=`for i in $$list; do \
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
	  done | \
	  $(AWK) '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$tags $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && cd $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) $$here

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
	list='$(DISTFILES)'; for file in $$list; do \
	  case $$file in \
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
	  esac; \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
	    dir="/$$dir"; \
	    $(mkdir_p) "$(distdir)$$dir"; \
	  else \
	    dir=''; \
	  fi; \
	  if test -d $$d/$$file; then \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
	    fi; \
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
	  else \
	    test -f $(distdir)/$$file \
	    || cp -p $$d/$$file $(distdir)/$$file \
	    || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-am
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
installdirs:
	for dir in "$(DESTDIR)$(a2dpdcommondir)" "$(DESTDIR)$(alsadir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(dbusdir)" "$(DESTDIR)$(serviceactivationdir)"; do \
	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
	done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
uninstall: uninstall-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	  `test -z '$(STRIP)' || \
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
mostlyclean-generic:

clean-generic:

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-am

clean-am: clean-a2dpdcommonLTLIBRARIES clean-alsaLTLIBRARIES \
	clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am

distclean: distclean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
	distclean-libtool distclean-tags

dvi: dvi-am

dvi-am:

html: html-am

info: info-am

info-am:

install-data-am: install-a2dpdcommonLTLIBRARIES \
	install-alsaLTLIBRARIES install-dbusDATA \
	install-serviceactivationDATA

install-exec-am: install-binPROGRAMS

install-info: install-info-am

install-man:

installcheck-am:

maintainer-clean: maintainer-clean-am
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-am

mostlyclean-am: mostlyclean-compile mostlyclean-generic \
	mostlyclean-libtool

pdf: pdf-am

pdf-am:

ps: ps-am

ps-am:

uninstall-am: uninstall-a2dpdcommonLTLIBRARIES \
	uninstall-alsaLTLIBRARIES uninstall-binPROGRAMS \
	uninstall-dbusDATA uninstall-info-am \
	uninstall-serviceactivationDATA

.PHONY: CTAGS GTAGS all all-am check check-am clean \
	clean-a2dpdcommonLTLIBRARIES clean-alsaLTLIBRARIES \
	clean-binPROGRAMS clean-generic clean-libtool ctags distclean \
	distclean-compile distclean-generic distclean-libtool \
	distclean-tags distdir dvi dvi-am html html-am info info-am \
	install install-a2dpdcommonLTLIBRARIES install-alsaLTLIBRARIES \
	install-am install-binPROGRAMS install-data install-data-am \
	install-dbusDATA install-exec install-exec-am install-info \
	install-info-am install-man install-serviceactivationDATA \
	install-strip installcheck installcheck-am installdirs \
	maintainer-clean maintainer-clean-generic mostlyclean \
	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
	pdf pdf-am ps ps-am tags uninstall \
	uninstall-a2dpdcommonLTLIBRARIES uninstall-alsaLTLIBRARIES \
	uninstall-am uninstall-binPROGRAMS uninstall-dbusDATA \
	uninstall-info-am uninstall-serviceactivationDATA

$(serviceactivation_DATA): $(serviceactivation_in_files) Makefile
	@sed -e "s|_bindir_|$(bindir)|" $<> $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

[-- Attachment #3: Type: text/plain, Size: 347 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #4: Type: text/plain, Size: 164 bytes --]

_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] Compilation Problem Plugz
@ 2007-01-16 19:07 Steve Romanow
  0 siblings, 0 replies; 6+ messages in thread
From: Steve Romanow @ 2007-01-16 19:07 UTC (permalink / raw)
  To: bluez-devel


>I'll attach my generated Makefile... can you see why mine would work and
>yours does not?
>
>Brad

Brad,

I had same problem with a Kubuntu Edgy install using automake 1.4

Didnt work for me until I added @DBUS_CFLAGS@ to the AM_CFLAGS in
plugz/alsa-plugins/a2dpd/Makefile.am

HTH,

Slestak


-------------------------------------------------------------------------
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] 6+ messages in thread

end of thread, other threads:[~2007-01-16 19:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-03 14:44 [Bluez-devel] Compilation Problem Plugz Tom Lloyd
2007-01-03 15:16 ` Frédéric DALLEAU
2007-01-03 15:43 ` Brad Midgley
2007-01-09  9:27   ` Roger Barnes
2007-01-11  6:47     ` Brad Midgley
  -- strict thread matches above, loose matches on Subject: below --
2007-01-16 19:07 Steve Romanow

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