~ubuntu-branches/ubuntu/oneiric/bluez/oneiric-proposed

« back to all changes in this revision

Viewing changes to .pc/pkg-config-install-paths.patch/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-01 16:07:29 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801160729-s7bv7bh6u4o5vhlc
Tags: 4.96-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
lib_LTLIBRARIES =
5
5
 
 
6
noinst_LIBRARIES =
 
7
 
6
8
noinst_LTLIBRARIES =
7
9
 
8
10
bin_PROGRAMS =
53
55
                lib/rfcomm.h lib/bnep.h lib/cmtp.h lib/hidp.h
54
56
local_headers = $(foreach file,$(lib_headers), lib/bluetooth/$(notdir $(file)))
55
57
 
 
58
BUILT_SOURCES = $(local_headers)
 
59
 
56
60
include_HEADERS += $(lib_headers)
57
61
 
58
62
lib_LTLIBRARIES += lib/libbluetooth.la
59
63
 
60
64
lib_libbluetooth_la_SOURCES = $(lib_headers) \
61
65
                                lib/bluetooth.c lib/hci.c lib/sdp.c lib/uuid.c
62
 
lib_libbluetooth_la_LDFLAGS = -version-info 14:3:11
 
66
lib_libbluetooth_la_LDFLAGS = -version-info 14:4:11
63
67
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
64
68
 
65
 
CLEANFILES += $(local_headers)
66
 
 
67
 
 
68
69
if SBC
69
70
noinst_LTLIBRARIES += sbc/libsbc.la
70
71
 
143
144
                        audio/telephony.h audio/a2dp-codecs.h
144
145
builtin_nodist += audio/telephony.c
145
146
 
146
 
noinst_LIBRARIES = audio/libtelephony.a
 
147
noinst_LIBRARIES += audio/libtelephony.a
147
148
 
148
149
audio_libtelephony_a_SOURCES = audio/telephony.h audio/telephony-dummy.c \
149
150
                                audio/telephony-maemo5.c audio/telephony-ofono.c \
159
160
 
160
161
builtin_nodist += sap/sap.c
161
162
 
162
 
noinst_LIBRARIES = sap/libsap.a
 
163
noinst_LIBRARIES += sap/libsap.a
163
164
 
164
 
sap_libsap_a_SOURCES = sap/sap.h sap/sap-dummy.c
 
165
sap_libsap_a_SOURCES = sap/sap.h sap/sap-dummy.c sap/sap-u8500.c
165
166
endif
166
167
 
167
168
if INPUTPLUGIN
190
191
                        network/connection.h network/connection.c
191
192
endif
192
193
 
 
194
if PROXIMITYPLUGIN
 
195
builtin_modules += proximity
 
196
builtin_sources += proximity/main.c \
 
197
                        proximity/manager.h proximity/manager.c \
 
198
                        proximity/monitor.h proximity/monitor.c
 
199
endif
 
200
 
193
201
if SERVICEPLUGIN
194
202
builtin_modules += service
195
203
builtin_sources += plugins/service.c
208
216
                        health/hdp_util.h health/hdp_util.c
209
217
endif
210
218
 
 
219
if THERMOMETERPLUGIN
 
220
builtin_modules += thermometer
 
221
builtin_sources += thermometer/main.c \
 
222
                        thermometer/manager.h thermometer/manager.c \
 
223
                        thermometer/thermometer.h thermometer/thermometer.c
 
224
endif
 
225
 
211
226
builtin_modules += hciops mgmtops
212
227
builtin_sources += plugins/hciops.c plugins/mgmtops.c
213
228
 
227
242
builtin_modules += adaptername
228
243
builtin_sources += plugins/adaptername.c
229
244
 
 
245
if WIIMOTEPLUGIN
 
246
builtin_modules += wiimote
 
247
builtin_sources += plugins/wiimote.c
 
248
endif
 
249
 
230
250
if MAEMO6PLUGIN
231
251
builtin_modules += maemo6
232
252
builtin_sources += plugins/maemo6.c
257
277
                        src/error.h src/error.c \
258
278
                        src/manager.h src/manager.c \
259
279
                        src/adapter.h src/adapter.c \
260
 
                        src/device.h src/device.c \
 
280
                        src/device.h src/device.c src/attio.h \
261
281
                        src/dbus-common.c src/dbus-common.h \
262
282
                        src/event.h src/event.c \
263
283
                        src/oob.h src/oob.c src/eir.h src/eir.c
285
305
                        input/input.conf serial/serial.conf \
286
306
                        audio/audio.conf audio/telephony-dummy.c \
287
307
                        audio/telephony-maemo5.c audio/telephony-ofono.c \
288
 
                        audio/telephony-maemo6.c sap/sap-dummy.c
 
308
                        audio/telephony-maemo6.c sap/sap-dummy.c sap/sap-u8500.c
289
309
 
290
310
 
291
311
if ALSA