~ubuntu-branches/ubuntu/saucy/network-manager-applet/saucy-updates

« back to all changes in this revision

Viewing changes to src/gnome-bluetooth/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-08-10 15:44:44 UTC
  • mfrom: (1.2.30)
  • Revision ID: package-import@ubuntu.com-20120810154444-nmjepmyshkpbxt60
Tags: 0.9.6.2-0ubuntu1
* New upstream release.
  - Fix GNOME Bluetooth plugin DUN modem detection and setup
  - Various crash and stability fixes
  - Allow appending DNS servers and domains in automatic addressing mode
  - Fix defaults for PPP echo values
  - Show IPv6 addressing page for VPN plugins that support it
  - Port to GSettings and split out 0.8 -> 0.9 migration code
  - Recognize PKCS#12 certificates imported from Firefox
  - Pre-fill CDMA username/password in the mobile broadband wizard
  - Only handle VPN secrets for GNOME Shell 3.3 and lower
* debian/control: Bump Depends and Build-Depends to (>= 0.9.6) for
  network-manager and the libnm-{glib,util,glib-vpn}-dev packages.
* debian/patches/git_fix_some_leaks_80ef61b.patch: cherry-picked patch to
  fix a few leaks: g_object_get() and gtk_tree_model_get() copy/ref the
  values they return, so make sure to deal with that everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
subdir = src/gnome-bluetooth
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/compiler_warnings.m4 \
 
41
        $(top_srcdir)/m4/glib-makefile.m4 $(top_srcdir)/m4/intltool.m4 \
 
42
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
43
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
44
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = $(top_builddir)/config.h
 
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
 
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
52
am__vpath_adj = case $$p in \
 
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
54
    *) f=$$p;; \
 
55
  esac;
 
56
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
57
am__install_max = 40
 
58
am__nobase_strip_setup = \
 
59
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
60
am__nobase_strip = \
 
61
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
62
am__nobase_list = $(am__nobase_strip_setup); \
 
63
  for p in $$list; do echo "$$p $$p"; done | \
 
64
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
65
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
66
    if (++n[$$2] == $(am__install_max)) \
 
67
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
68
    END { for (dir in files) print dir, files[dir] }'
 
69
am__base_list = \
 
70
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
72
am__uninstall_files_from_dir = { \
 
73
  test -z "$$files" \
 
74
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
75
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
76
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
77
  }
 
78
am__installdirs = "$(DESTDIR)$(plugindir)"
 
79
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
80
am__DEPENDENCIES_1 =
 
81
@HAVE_GBT_TRUE@libnma_la_DEPENDENCIES = $(top_builddir)/src/marshallers/libmarshallers.la \
 
82
@HAVE_GBT_TRUE@ $(top_builddir)/src/utils/libutils.la \
 
83
@HAVE_GBT_TRUE@ $(top_builddir)/src/libnm-gtk/libnm-gtk.la \
 
84
@HAVE_GBT_TRUE@ $(am__DEPENDENCIES_1)
 
85
am__libnma_la_SOURCES_DIST = bt-widget.c nma-bt-device.c \
 
86
        nma-bt-device.h
 
87
am__objects_1 = bt-widget.lo nma-bt-device.lo
 
88
@HAVE_GBT_TRUE@am_libnma_la_OBJECTS = $(am__objects_1)
 
89
libnma_la_OBJECTS = $(am_libnma_la_OBJECTS)
 
90
AM_V_lt = $(am__v_lt_@AM_V@)
 
91
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
92
am__v_lt_0 = --silent
 
93
libnma_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
94
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
95
        $(libnma_la_LDFLAGS) $(LDFLAGS) -o $@
 
96
@HAVE_GBT_TRUE@am_libnma_la_rpath = -rpath $(plugindir)
 
97
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
98
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
99
am__depfiles_maybe = depfiles
 
100
am__mv = mv -f
 
101
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
102
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
103
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
104
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
105
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
106
        $(AM_CFLAGS) $(CFLAGS)
 
107
AM_V_CC = $(am__v_CC_@AM_V@)
 
108
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
109
am__v_CC_0 = @echo "  CC    " $@;
 
110
AM_V_at = $(am__v_at_@AM_V@)
 
111
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
112
am__v_at_0 = @
 
113
CCLD = $(CC)
 
114
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
115
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
116
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
117
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
118
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
119
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
120
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
121
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
122
am__v_GEN_0 = @echo "  GEN   " $@;
 
123
SOURCES = $(libnma_la_SOURCES)
 
124
DIST_SOURCES = $(am__libnma_la_SOURCES_DIST)
 
125
ETAGS = etags
 
126
CTAGS = ctags
 
127
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
128
ACLOCAL = @ACLOCAL@
 
129
ALL_LINGUAS = @ALL_LINGUAS@
 
130
AMTAR = @AMTAR@
 
131
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
132
AR = @AR@
 
133
AUTOCONF = @AUTOCONF@
 
134
AUTOHEADER = @AUTOHEADER@
 
135
AUTOMAKE = @AUTOMAKE@
 
136
AWK = @AWK@
 
137
CATALOGS = @CATALOGS@
 
138
CATOBJEXT = @CATOBJEXT@
 
139
CC = @CC@
 
140
CCDEPMODE = @CCDEPMODE@
 
141
CFLAGS = @CFLAGS@
 
142
CPP = @CPP@
 
143
CPPFLAGS = @CPPFLAGS@
 
144
CYGPATH_W = @CYGPATH_W@
 
145
DATADIRNAME = @DATADIRNAME@
 
146
DBUS_126_CFLAGS = @DBUS_126_CFLAGS@
 
147
DBUS_126_LIBS = @DBUS_126_LIBS@
 
148
DBUS_SYS_DIR = @DBUS_SYS_DIR@
 
149
DEFS = @DEFS@
 
150
DEPDIR = @DEPDIR@
 
151
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
152
DLLTOOL = @DLLTOOL@
 
153
DSYMUTIL = @DSYMUTIL@
 
154
DUMPBIN = @DUMPBIN@
 
155
ECHO_C = @ECHO_C@
 
156
ECHO_N = @ECHO_N@
 
157
ECHO_T = @ECHO_T@
 
158
EGREP = @EGREP@
 
159
EXEEXT = @EXEEXT@
 
160
FGREP = @FGREP@
 
161
GCONF_CFLAGS = @GCONF_CFLAGS@
 
162
GCONF_LIBS = @GCONF_LIBS@
 
163
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
164
GLIB_CFLAGS = @GLIB_CFLAGS@
 
165
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
166
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
167
GLIB_LIBS = @GLIB_LIBS@
 
168
GLIB_MAKEFILE = @GLIB_MAKEFILE@
 
169
GLIB_MKENUMS = @GLIB_MKENUMS@
 
170
GMOFILES = @GMOFILES@
 
171
GMSGFMT = @GMSGFMT@
 
172
GNOME_BLUETOOTH_CFLAGS = @GNOME_BLUETOOTH_CFLAGS@
 
173
GNOME_BLUETOOTH_LIBS = @GNOME_BLUETOOTH_LIBS@
 
174
GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
 
175
GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
 
176
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
 
177
GOBJECT_LIBS = @GOBJECT_LIBS@
 
178
GREP = @GREP@
 
179
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
180
GTK_CFLAGS = @GTK_CFLAGS@
 
181
GTK_LIBS = @GTK_LIBS@
 
182
INSTALL = @INSTALL@
 
183
INSTALL_DATA = @INSTALL_DATA@
 
184
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
185
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
186
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
187
INSTOBJEXT = @INSTOBJEXT@
 
188
INTLLIBS = @INTLLIBS@
 
189
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
190
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
191
INTLTOOL_PERL = @INTLTOOL_PERL@
 
192
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
193
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
194
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
195
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
196
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
197
ISO_CODES_CFLAGS = @ISO_CODES_CFLAGS@
 
198
ISO_CODES_LIBS = @ISO_CODES_LIBS@
 
199
LD = @LD@
 
200
LDFLAGS = @LDFLAGS@
 
201
LIBNOTIFY_07_CFLAGS = @LIBNOTIFY_07_CFLAGS@
 
202
LIBNOTIFY_07_LIBS = @LIBNOTIFY_07_LIBS@
 
203
LIBOBJS = @LIBOBJS@
 
204
LIBS = @LIBS@
 
205
LIBTOOL = @LIBTOOL@
 
206
LIPO = @LIPO@
 
207
LN_S = @LN_S@
 
208
LTLIBOBJS = @LTLIBOBJS@
 
209
MAINT = @MAINT@
 
210
MAKEINFO = @MAKEINFO@
 
211
MANIFEST_TOOL = @MANIFEST_TOOL@
 
212
MKDIR_P = @MKDIR_P@
 
213
MKINSTALLDIRS = @MKINSTALLDIRS@
 
214
MSGFMT = @MSGFMT@
 
215
MSGFMT_OPTS = @MSGFMT_OPTS@
 
216
MSGMERGE = @MSGMERGE@
 
217
NM = @NM@
 
218
NMA_CFLAGS = @NMA_CFLAGS@
 
219
NMA_LIBS = @NMA_LIBS@
 
220
NMEDIT = @NMEDIT@
 
221
NOTIFY_CFLAGS = @NOTIFY_CFLAGS@
 
222
NOTIFY_LIBS = @NOTIFY_LIBS@
 
223
OBJDUMP = @OBJDUMP@
 
224
OBJEXT = @OBJEXT@
 
225
OTOOL = @OTOOL@
 
226
OTOOL64 = @OTOOL64@
 
227
PACKAGE = @PACKAGE@
 
228
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
229
PACKAGE_NAME = @PACKAGE_NAME@
 
230
PACKAGE_STRING = @PACKAGE_STRING@
 
231
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
232
PACKAGE_URL = @PACKAGE_URL@
 
233
PACKAGE_VERSION = @PACKAGE_VERSION@
 
234
PATH_SEPARATOR = @PATH_SEPARATOR@
 
235
PKG_CONFIG = @PKG_CONFIG@
 
236
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
237
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
238
POFILES = @POFILES@
 
239
POSUB = @POSUB@
 
240
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
241
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
242
RANLIB = @RANLIB@
 
243
SED = @SED@
 
244
SET_MAKE = @SET_MAKE@
 
245
SHELL = @SHELL@
 
246
STRIP = @STRIP@
 
247
USE_NLS = @USE_NLS@
 
248
VERSION = @VERSION@
 
249
XGETTEXT = @XGETTEXT@
 
250
abs_builddir = @abs_builddir@
 
251
abs_srcdir = @abs_srcdir@
 
252
abs_top_builddir = @abs_top_builddir@
 
253
abs_top_srcdir = @abs_top_srcdir@
 
254
ac_ct_AR = @ac_ct_AR@
 
255
ac_ct_CC = @ac_ct_CC@
 
256
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
257
am__include = @am__include@
 
258
am__leading_dot = @am__leading_dot@
 
259
am__quote = @am__quote@
 
260
am__tar = @am__tar@
 
261
am__untar = @am__untar@
 
262
bindir = @bindir@
 
263
build = @build@
 
264
build_alias = @build_alias@
 
265
build_cpu = @build_cpu@
 
266
build_os = @build_os@
 
267
build_vendor = @build_vendor@
 
268
builddir = @builddir@
 
269
datadir = @datadir@
 
270
datarootdir = @datarootdir@
 
271
docdir = @docdir@
 
272
dvidir = @dvidir@
 
273
exec_prefix = @exec_prefix@
 
274
gsettingsschemadir = @gsettingsschemadir@
 
275
host = @host@
 
276
host_alias = @host_alias@
 
277
host_cpu = @host_cpu@
 
278
host_os = @host_os@
 
279
host_vendor = @host_vendor@
 
280
htmldir = @htmldir@
 
281
includedir = @includedir@
 
282
infodir = @infodir@
 
283
install_sh = @install_sh@
 
284
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
285
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
286
libdir = @libdir@
 
287
libexecdir = @libexecdir@
 
288
localedir = @localedir@
 
289
localstatedir = @localstatedir@
 
290
mandir = @mandir@
 
291
mkdir_p = @mkdir_p@
 
292
oldincludedir = @oldincludedir@
 
293
pdfdir = @pdfdir@
 
294
prefix = @prefix@
 
295
program_transform_name = @program_transform_name@
 
296
psdir = @psdir@
 
297
sbindir = @sbindir@
 
298
sharedstatedir = @sharedstatedir@
 
299
srcdir = @srcdir@
 
300
sysconfdir = @sysconfdir@
 
301
target_alias = @target_alias@
 
302
top_build_prefix = @top_build_prefix@
 
303
top_builddir = @top_builddir@
 
304
top_srcdir = @top_srcdir@
 
305
INCLUDES = \
 
306
        -DDATADIR=\"$(datadir)\" \
 
307
        -DICONDIR=\"$(icondir)\" \
 
308
        -DLOCALEDIR="\"$(datadir)/locale\""     \
 
309
        -I$(top_builddir) \
 
310
        -I${top_builddir}/src/marshallers \
 
311
        -I${top_srcdir}/src/utils \
 
312
        -I${top_srcdir}/src/libnm-gtk \
 
313
        $(GNOME_BLUETOOTH_CFLAGS) \
 
314
        $(DISABLE_DEPRECATED) \
 
315
        $(WARN_CFLAGS)
 
316
 
 
317
BT_WIDGET_SOURCES = \
 
318
        bt-widget.c \
 
319
        nma-bt-device.c \
 
320
        nma-bt-device.h
 
321
 
 
322
@HAVE_GBT_TRUE@plugindir = $(libdir)/gnome-bluetooth/plugins
 
323
@HAVE_GBT_TRUE@plugin_LTLIBRARIES = libnma.la
 
324
@HAVE_GBT_TRUE@libnma_la_SOURCES = $(BT_WIDGET_SOURCES)
 
325
@HAVE_GBT_TRUE@libnma_la_LDFLAGS = -module -avoid-version
 
326
@HAVE_GBT_TRUE@libnma_la_LIBADD = \
 
327
@HAVE_GBT_TRUE@ $(top_builddir)/src/marshallers/libmarshallers.la \
 
328
@HAVE_GBT_TRUE@ $(top_builddir)/src/utils/libutils.la \
 
329
@HAVE_GBT_TRUE@ $(top_builddir)/src/libnm-gtk/libnm-gtk.la \
 
330
@HAVE_GBT_TRUE@ $(GNOME_BLUETOOTH_LIBS)
 
331
 
 
332
EXTRA_DIST = $(BT_WIDGET_SOURCES)
 
333
all: all-am
 
334
 
 
335
.SUFFIXES:
 
336
.SUFFIXES: .c .lo .o .obj
 
337
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
338
        @for dep in $?; do \
 
339
          case '$(am__configure_deps)' in \
 
340
            *$$dep*) \
 
341
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
342
                && { if test -f $@; then exit 0; else break; fi; }; \
 
343
              exit 1;; \
 
344
          esac; \
 
345
        done; \
 
346
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/gnome-bluetooth/Makefile'; \
 
347
        $(am__cd) $(top_srcdir) && \
 
348
          $(AUTOMAKE) --gnu src/gnome-bluetooth/Makefile
 
349
.PRECIOUS: Makefile
 
350
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
351
        @case '$?' in \
 
352
          *config.status*) \
 
353
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
354
          *) \
 
355
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
356
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
357
        esac;
 
358
 
 
359
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
360
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
361
 
 
362
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
363
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
364
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
365
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
366
$(am__aclocal_m4_deps):
 
367
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
368
        @$(NORMAL_INSTALL)
 
369
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
370
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
371
        list2=; for p in $$list; do \
 
372
          if test -f $$p; then \
 
373
            list2="$$list2 $$p"; \
 
374
          else :; fi; \
 
375
        done; \
 
376
        test -z "$$list2" || { \
 
377
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(plugindir)'"; \
 
378
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(plugindir)"; \
 
379
        }
 
380
 
 
381
uninstall-pluginLTLIBRARIES:
 
382
        @$(NORMAL_UNINSTALL)
 
383
        @list='$(plugin_LTLIBRARIES)'; test -n "$(plugindir)" || list=; \
 
384
        for p in $$list; do \
 
385
          $(am__strip_dir) \
 
386
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
387
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$f"; \
 
388
        done
 
389
 
 
390
clean-pluginLTLIBRARIES:
 
391
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
392
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
393
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
394
          test "$$dir" != "$$p" || dir=.; \
 
395
          echo "rm -f \"$${dir}/so_locations\""; \
 
396
          rm -f "$${dir}/so_locations"; \
 
397
        done
 
398
libnma.la: $(libnma_la_OBJECTS) $(libnma_la_DEPENDENCIES) $(EXTRA_libnma_la_DEPENDENCIES) 
 
399
        $(AM_V_CCLD)$(libnma_la_LINK) $(am_libnma_la_rpath) $(libnma_la_OBJECTS) $(libnma_la_LIBADD) $(LIBS)
 
400
 
 
401
mostlyclean-compile:
 
402
        -rm -f *.$(OBJEXT)
 
403
 
 
404
distclean-compile:
 
405
        -rm -f *.tab.c
 
406
 
 
407
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bt-widget.Plo@am__quote@
 
408
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nma-bt-device.Plo@am__quote@
 
409
 
 
410
.c.o:
 
411
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
412
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
413
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
414
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
416
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
417
 
 
418
.c.obj:
 
419
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
420
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
421
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
424
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
425
 
 
426
.c.lo:
 
427
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
428
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
429
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
432
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
433
 
 
434
mostlyclean-libtool:
 
435
        -rm -f *.lo
 
436
 
 
437
clean-libtool:
 
438
        -rm -rf .libs _libs
 
439
 
 
440
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
441
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
442
        unique=`for i in $$list; do \
 
443
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
444
          done | \
 
445
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
446
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
447
        mkid -fID $$unique
 
448
tags: TAGS
 
449
 
 
450
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
451
                $(TAGS_FILES) $(LISP)
 
452
        set x; \
 
453
        here=`pwd`; \
 
454
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
455
        unique=`for i in $$list; do \
 
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
457
          done | \
 
458
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
459
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
460
        shift; \
 
461
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
462
          test -n "$$unique" || unique=$$empty_fix; \
 
463
          if test $$# -gt 0; then \
 
464
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
465
              "$$@" $$unique; \
 
466
          else \
 
467
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
468
              $$unique; \
 
469
          fi; \
 
470
        fi
 
471
ctags: CTAGS
 
472
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
473
                $(TAGS_FILES) $(LISP)
 
474
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
475
        unique=`for i in $$list; do \
 
476
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
477
          done | \
 
478
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
479
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
480
        test -z "$(CTAGS_ARGS)$$unique" \
 
481
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
482
             $$unique
 
483
 
 
484
GTAGS:
 
485
        here=`$(am__cd) $(top_builddir) && pwd` \
 
486
          && $(am__cd) $(top_srcdir) \
 
487
          && gtags -i $(GTAGS_ARGS) "$$here"
 
488
 
 
489
distclean-tags:
 
490
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
491
 
 
492
distdir: $(DISTFILES)
 
493
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
494
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
495
        list='$(DISTFILES)'; \
 
496
          dist_files=`for file in $$list; do echo $$file; done | \
 
497
          sed -e "s|^$$srcdirstrip/||;t" \
 
498
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
499
        case $$dist_files in \
 
500
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
501
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
502
                           sort -u` ;; \
 
503
        esac; \
 
504
        for file in $$dist_files; do \
 
505
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
506
          if test -d $$d/$$file; then \
 
507
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
508
            if test -d "$(distdir)/$$file"; then \
 
509
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
510
            fi; \
 
511
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
512
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
513
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
514
            fi; \
 
515
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
516
          else \
 
517
            test -f "$(distdir)/$$file" \
 
518
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
519
            || exit 1; \
 
520
          fi; \
 
521
        done
 
522
check-am: all-am
 
523
check: check-am
 
524
all-am: Makefile $(LTLIBRARIES)
 
525
installdirs:
 
526
        for dir in "$(DESTDIR)$(plugindir)"; do \
 
527
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
528
        done
 
529
install: install-am
 
530
install-exec: install-exec-am
 
531
install-data: install-data-am
 
532
uninstall: uninstall-am
 
533
 
 
534
install-am: all-am
 
535
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
536
 
 
537
installcheck: installcheck-am
 
538
install-strip:
 
539
        if test -z '$(STRIP)'; then \
 
540
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
541
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
542
              install; \
 
543
        else \
 
544
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
545
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
546
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
547
        fi
 
548
mostlyclean-generic:
 
549
 
 
550
clean-generic:
 
551
 
 
552
distclean-generic:
 
553
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
554
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
555
 
 
556
maintainer-clean-generic:
 
557
        @echo "This command is intended for maintainers to use"
 
558
        @echo "it deletes files that may require special tools to rebuild."
 
559
clean: clean-am
 
560
 
 
561
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
 
562
        mostlyclean-am
 
563
 
 
564
distclean: distclean-am
 
565
        -rm -rf ./$(DEPDIR)
 
566
        -rm -f Makefile
 
567
distclean-am: clean-am distclean-compile distclean-generic \
 
568
        distclean-tags
 
569
 
 
570
dvi: dvi-am
 
571
 
 
572
dvi-am:
 
573
 
 
574
html: html-am
 
575
 
 
576
html-am:
 
577
 
 
578
info: info-am
 
579
 
 
580
info-am:
 
581
 
 
582
install-data-am: install-pluginLTLIBRARIES
 
583
 
 
584
install-dvi: install-dvi-am
 
585
 
 
586
install-dvi-am:
 
587
 
 
588
install-exec-am:
 
589
 
 
590
install-html: install-html-am
 
591
 
 
592
install-html-am:
 
593
 
 
594
install-info: install-info-am
 
595
 
 
596
install-info-am:
 
597
 
 
598
install-man:
 
599
 
 
600
install-pdf: install-pdf-am
 
601
 
 
602
install-pdf-am:
 
603
 
 
604
install-ps: install-ps-am
 
605
 
 
606
install-ps-am:
 
607
 
 
608
installcheck-am:
 
609
 
 
610
maintainer-clean: maintainer-clean-am
 
611
        -rm -rf ./$(DEPDIR)
 
612
        -rm -f Makefile
 
613
maintainer-clean-am: distclean-am maintainer-clean-generic
 
614
 
 
615
mostlyclean: mostlyclean-am
 
616
 
 
617
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
618
        mostlyclean-libtool
 
619
 
 
620
pdf: pdf-am
 
621
 
 
622
pdf-am:
 
623
 
 
624
ps: ps-am
 
625
 
 
626
ps-am:
 
627
 
 
628
uninstall-am: uninstall-pluginLTLIBRARIES
 
629
 
 
630
.MAKE: install-am install-strip
 
631
 
 
632
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
633
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
 
634
        distclean-compile distclean-generic distclean-libtool \
 
635
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
636
        install install-am install-data install-data-am install-dvi \
 
637
        install-dvi-am install-exec install-exec-am install-html \
 
638
        install-html-am install-info install-info-am install-man \
 
639
        install-pdf install-pdf-am install-pluginLTLIBRARIES \
 
640
        install-ps install-ps-am install-strip installcheck \
 
641
        installcheck-am installdirs maintainer-clean \
 
642
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
643
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
644
        tags uninstall uninstall-am uninstall-pluginLTLIBRARIES
 
645
 
 
646
 
 
647
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
648
# Otherwise a system limit (for SysV at least) may be exceeded.
 
649
.NOEXPORT: