~ubuntu-branches/ubuntu/wily/blueman/wily

« back to all changes in this revision

Viewing changes to blueman/plugins/applet/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sean Davis
  • Date: 2015-09-07 12:48:18 UTC
  • mfrom: (2.3.11 sid)
  • Revision ID: package-import@ubuntu.com-20150907124818-evulc0mhjotz8q29
Tags: 2.0-1ubuntu1
* Merge from Debian unstable (LP: #1482626). Remaining changes:
  - debian/patches/03_filemanage_fix.patch:
    + Dropped, no longer needed.
  - debian/patches/dhcpclient_priority
  - debian/patches/01_dont_autostart_lxde.patch
    + Refreshed patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
host_triplet = @host@
79
79
subdir = blueman/plugins/applet
80
80
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
81
 
        $(am__blueman_PYTHON_DIST) $(top_srcdir)/py-compile
 
81
        $(blueman_PYTHON) $(top_srcdir)/py-compile
82
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83
83
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
84
84
        $(top_srcdir)/configure.ac
107
107
    n|no|NO) false;; \
108
108
    *) (install-info --version) >/dev/null 2>&1;; \
109
109
  esac
110
 
am__blueman_PYTHON_DIST = AppIndicator.py ExitItem.py ShowConnected.py \
111
 
        AuthAgent.py DhcpClient.py NMPANSupport.py DBusService.py \
112
 
        DiscvManager.py NetUsage.py Headset.py __init__.py \
113
 
        KillSwitch.py Menu.py Networking.py PowerManager.py \
114
 
        PPPSupport.py NMDUNSupport.py RecentConns.py SerialManager.py \
115
 
        StandardItems.py StatusIcon.py TransferService.py \
116
 
        NMIntegration.py NMMonitor.py
117
110
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118
111
am__vpath_adj = case $$p in \
119
112
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
175
168
DEFS = @DEFS@
176
169
DEPDIR = @DEPDIR@
177
170
DLLTOOL = @DLLTOOL@
 
171
DOCDIR = @DOCDIR@
178
172
DSYMUTIL = @DSYMUTIL@
179
173
DUMPBIN = @DUMPBIN@
180
174
ECHO_C = @ECHO_C@
182
176
ECHO_T = @ECHO_T@
183
177
EGREP = @EGREP@
184
178
EXEEXT = @EXEEXT@
 
179
FAENZAICONS_CFLAGS = @FAENZAICONS_CFLAGS@
 
180
FAENZAICONS_LIBS = @FAENZAICONS_LIBS@
185
181
FGREP = @FGREP@
186
182
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
183
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
187
184
GMOFILES = @GMOFILES@
188
185
GMSGFMT = @GMSGFMT@
 
186
GNOMEICONS_CFLAGS = @GNOMEICONS_CFLAGS@
 
187
GNOMEICONS_LIBS = @GNOMEICONS_LIBS@
189
188
GREP = @GREP@
 
189
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
190
190
INSTALL = @INSTALL@
191
191
INSTALL_DATA = @INSTALL_DATA@
192
192
INSTALL_PROGRAM = @INSTALL_PROGRAM@
215
215
MAINT = @MAINT@
216
216
MAKEINFO = @MAKEINFO@
217
217
MANIFEST_TOOL = @MANIFEST_TOOL@
 
218
MATEICONS_CFLAGS = @MATEICONS_CFLAGS@
 
219
MATEICONS_LIBS = @MATEICONS_LIBS@
218
220
MKDIR_P = @MKDIR_P@
219
221
MKINSTALLDIRS = @MKINSTALLDIRS@
220
222
MSGFMT = @MSGFMT@
239
241
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
240
242
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
241
243
POFILES = @POFILES@
 
244
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
245
POLKIT_LIBS = @POLKIT_LIBS@
242
246
POSUB = @POSUB@
243
247
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
244
248
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
286
290
docdir = @docdir@
287
291
dvidir = @dvidir@
288
292
exec_prefix = @exec_prefix@
289
 
hal_en = @hal_en@
 
293
gsettingsschemadir = @gsettingsschemadir@
 
294
have_polkit = @have_polkit@
290
295
host = @host@
291
296
host_alias = @host_alias@
292
297
host_cpu = @host_cpu@
307
312
mkdir_p = @mkdir_p@
308
313
oldincludedir = @oldincludedir@
309
314
pdfdir = @pdfdir@
 
315
pixmapsdir = @pixmapsdir@
310
316
pkgpyexecdir = @pkgpyexecdir@
311
317
pkgpythondir = @pkgpythondir@
312
 
polkit_val = @polkit_val@
313
318
prefix = @prefix@
314
319
program_transform_name = @program_transform_name@
315
320
psdir = @psdir@
324
329
top_builddir = @top_builddir@
325
330
top_srcdir = @top_srcdir@
326
331
bluemandir = $(pythondir)/blueman/plugins/applet
327
 
@ENABLE_HAL_FALSE@HAL = 
328
 
@ENABLE_HAL_TRUE@HAL = NMIntegration.py NMMonitor.py
329
 
blueman_PYTHON = AppIndicator.py ExitItem.py ShowConnected.py AuthAgent.py DhcpClient.py NMPANSupport.py DBusService.py DiscvManager.py NetUsage.py Headset.py __init__.py KillSwitch.py Menu.py Networking.py PowerManager.py PPPSupport.py NMDUNSupport.py RecentConns.py SerialManager.py StandardItems.py StatusIcon.py TransferService.py $(HAL)
 
332
blueman_PYTHON = AppIndicator.py ExitItem.py ShowConnected.py AuthAgent.py DhcpClient.py NMPANSupport.py DBusService.py DiscvManager.py NetUsage.py Headset.py __init__.py KillSwitch.py Menu.py Networking.py PowerManager.py PPPSupport.py NMDUNSupport.py RecentConns.py SerialManager.py StandardItems.py StatusIcon.py TransferService.py GameControllerWakelock.py
330
333
CLEANFILES = \
331
334
        $(BUILT_SOURCES)
332
335