makefile.am
来自「实现bluez蓝牙profile需要的库」· AM 代码 · 共 60 行
AM
60 行
if AUDIOSERVICEif CONFIGFILESconfdir = $(sysconfdir)/bluetoothconf_DATA = audio.serviceendifservicedir = $(libdir)/bluetoothservice_PROGRAMS = bluetoothd-service-audiobluetoothd_service_audio_SOURCES = main.c \ manager.h manager.c headset.h headset.c ipc.h unix.h unix.c \ error.h error.c device.h device.c gateway.h gateway.c \ sink.c sink.h avdtp.c avdtp.h a2dp.c a2dp.hbluetoothd_service_audio_LDADD = $(top_builddir)/common/libhelper.a \ @GLIB_LIBS@ @DBUS_LIBS@ @BLUEZ_LIBS@if ALSAalsadir = $(libdir)/alsa-libalsa_LTLIBRARIES = libasound_module_pcm_bluetooth.la libasound_module_ctl_bluetooth.lalibasound_module_pcm_bluetooth_la_SOURCES = pcm_bluetooth.c ipc.hlibasound_module_pcm_bluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex [_]*snd_pcm_.*libasound_module_pcm_bluetooth_la_LIBADD = @SBC_LIBS@ @ALSA_LIBS@libasound_module_pcm_bluetooth_la_CFLAGS = @ALSA_CFLAGS@ @SBC_CFLAGS@libasound_module_ctl_bluetooth_la_SOURCES = ctl_bluetooth.c ipc.hlibasound_module_ctl_bluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex [_]*snd_ctl_.*libasound_module_ctl_bluetooth_la_LIBADD = @ALSA_LIBS@libasound_module_ctl_bluetooth_la_CFLAGS = @ALSA_CFLAGS@endifif GSTREAMERgstreamerdir = $(libdir)/gstreamer-0.10gstreamer_LTLIBRARIES = libgstbluetooth.lalibgstbluetooth_la_SOURCES = gstbluetooth.c ipc.h \ gstsbcenc.h gstsbcenc.c \ gstsbcdec.h gstsbcdec.c \ gstsbcparse.h gstsbcparse.c \ gsta2dpsink.h gsta2dpsink.clibgstbluetooth_la_LDFLAGS = -module -avoid-version -export-symbols-regex gst_plugin_desclibgstbluetooth_la_LIBADD = @SBC_LIBS@ @GSTREAMER_LIBS@ -lgstaudio-0.10libgstbluetooth_la_CFLAGS = @GSTREAMER_CFLAGS@ @SBC_CFLAGS@endifendifAM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@INCLUDES = -I$(top_srcdir)/commonEXTRA_DIST = audio.service audio.conf audio-api.txt test-audio asound.confMAINTAINERCLEANFILES = Makefile.in
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?