~binli/ubuntu/trusty/modemmanager/lp1441095

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-10-08 11:03:19 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20121008110319-wxd1vokudgaw2sep
Tags: 0.6.0.0.really-0ubuntu1
Upload the right tarball for 0.6.0.0 from upstream, which I somehow
mishandled before. Thanks to Marius B. Kotsbak for pointing out the issue.

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
 
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
@WITH_POLKIT_TRUE@am__append_1 = policy
 
39
subdir = .
 
40
DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
 
41
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
42
        $(srcdir)/config.h.in $(top_srcdir)/configure ABOUT-NLS \
 
43
        AUTHORS COPYING ChangeLog INSTALL NEWS compile config.guess \
 
44
        config.rpath config.sub depcomp install-sh ltmain.sh missing
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/m4/compiler_warnings.m4 \
 
47
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
48
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
49
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
50
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/configure.ac
 
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
52
        $(ACLOCAL_M4)
 
53
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
54
 configure.lineno config.status.lineno
 
55
mkinstalldirs = $(install_sh) -d
 
56
CONFIG_HEADER = config.h
 
57
CONFIG_CLEAN_FILES =
 
58
CONFIG_CLEAN_VPATH_FILES =
 
59
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
60
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
61
am__v_GEN_0 = @echo "  GEN   " $@;
 
62
AM_V_at = $(am__v_at_@AM_V@)
 
63
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
64
am__v_at_0 = @
 
65
SOURCES =
 
66
DIST_SOURCES =
 
67
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
68
        html-recursive info-recursive install-data-recursive \
 
69
        install-dvi-recursive install-exec-recursive \
 
70
        install-html-recursive install-info-recursive \
 
71
        install-pdf-recursive install-ps-recursive install-recursive \
 
72
        installcheck-recursive installdirs-recursive pdf-recursive \
 
73
        ps-recursive uninstall-recursive
 
74
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
75
am__vpath_adj = case $$p in \
 
76
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
77
    *) f=$$p;; \
 
78
  esac;
 
79
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
80
am__install_max = 40
 
81
am__nobase_strip_setup = \
 
82
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
83
am__nobase_strip = \
 
84
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
85
am__nobase_list = $(am__nobase_strip_setup); \
 
86
  for p in $$list; do echo "$$p $$p"; done | \
 
87
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
88
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
89
    if (++n[$$2] == $(am__install_max)) \
 
90
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
91
    END { for (dir in files) print dir, files[dir] }'
 
92
am__base_list = \
 
93
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
94
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
95
am__uninstall_files_from_dir = { \
 
96
  test -z "$$files" \
 
97
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
98
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
99
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
100
  }
 
101
am__installdirs = "$(DESTDIR)$(dbusactivationdir)" \
 
102
        "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(xmldir)" \
 
103
        "$(DESTDIR)$(includedir)"
 
104
DATA = $(dbusactivation_DATA) $(dbusservice_DATA) $(xml_DATA)
 
105
HEADERS = $(include_HEADERS)
 
106
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
107
  distclean-recursive maintainer-clean-recursive
 
108
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
109
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
110
        distdir dist dist-all distcheck
 
111
ETAGS = etags
 
112
CTAGS = ctags
 
113
DIST_SUBDIRS = . marshallers libqcdm libwmc src plugins introspection \
 
114
        uml290 po test policy
 
115
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
116
distdir = $(PACKAGE)-$(VERSION)
 
117
top_distdir = $(distdir)
 
118
am__remove_distdir = \
 
119
  if test -d "$(distdir)"; then \
 
120
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
121
      && rm -rf "$(distdir)" \
 
122
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
123
  else :; fi
 
124
am__relativize = \
 
125
  dir0=`pwd`; \
 
126
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
127
  sed_rest='s,^[^/]*/*,,'; \
 
128
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
129
  sed_butlast='s,/*[^/]*$$,,'; \
 
130
  while test -n "$$dir1"; do \
 
131
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
132
    if test "$$first" != "."; then \
 
133
      if test "$$first" = ".."; then \
 
134
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
135
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
136
      else \
 
137
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
138
        if test "$$first2" = "$$first"; then \
 
139
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
140
        else \
 
141
          dir2="../$$dir2"; \
 
142
        fi; \
 
143
        dir0="$$dir0"/"$$first"; \
 
144
      fi; \
 
145
    fi; \
 
146
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
147
  done; \
 
148
  reldir="$$dir2"
 
149
GZIP_ENV = --best
 
150
DIST_ARCHIVES = $(distdir).tar.bz2
 
151
distuninstallcheck_listfiles = find . -type f -print
 
152
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
153
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 
154
distcleancheck_listfiles = find . -type f -print
 
155
ACLOCAL = @ACLOCAL@
 
156
ALL_LINGUAS = @ALL_LINGUAS@
 
157
AMTAR = @AMTAR@
 
158
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
159
AR = @AR@
 
160
AUTOCONF = @AUTOCONF@
 
161
AUTOHEADER = @AUTOHEADER@
 
162
AUTOMAKE = @AUTOMAKE@
 
163
AWK = @AWK@
 
164
CATALOGS = @CATALOGS@
 
165
CATOBJEXT = @CATOBJEXT@
 
166
CC = @CC@
 
167
CCDEPMODE = @CCDEPMODE@
 
168
CFLAGS = @CFLAGS@
 
169
CPP = @CPP@
 
170
CPPFLAGS = @CPPFLAGS@
 
171
CYGPATH_W = @CYGPATH_W@
 
172
DATADIRNAME = @DATADIRNAME@
 
173
DBUS_SYS_DIR = @DBUS_SYS_DIR@
 
174
DEFS = @DEFS@
 
175
DEPDIR = @DEPDIR@
 
176
DLLTOOL = @DLLTOOL@
 
177
DSYMUTIL = @DSYMUTIL@
 
178
DUMPBIN = @DUMPBIN@
 
179
ECHO_C = @ECHO_C@
 
180
ECHO_N = @ECHO_N@
 
181
ECHO_T = @ECHO_T@
 
182
EGREP = @EGREP@
 
183
EXEEXT = @EXEEXT@
 
184
FGREP = @FGREP@
 
185
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
186
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
187
GMOFILES = @GMOFILES@
 
188
GMSGFMT = @GMSGFMT@
 
189
GREP = @GREP@
 
190
GUDEV_CFLAGS = @GUDEV_CFLAGS@
 
191
GUDEV_LIBS = @GUDEV_LIBS@
 
192
INSTALL = @INSTALL@
 
193
INSTALL_DATA = @INSTALL_DATA@
 
194
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
195
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
196
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
197
INSTOBJEXT = @INSTOBJEXT@
 
198
INTLLIBS = @INTLLIBS@
 
199
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
200
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
201
INTLTOOL_PERL = @INTLTOOL_PERL@
 
202
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
203
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
204
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
205
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
206
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
207
LD = @LD@
 
208
LDFLAGS = @LDFLAGS@
 
209
LIBOBJS = @LIBOBJS@
 
210
LIBS = @LIBS@
 
211
LIBTOOL = @LIBTOOL@
 
212
LIPO = @LIPO@
 
213
LN_S = @LN_S@
 
214
LTLIBOBJS = @LTLIBOBJS@
 
215
MAINT = @MAINT@
 
216
MAKEINFO = @MAKEINFO@
 
217
MANIFEST_TOOL = @MANIFEST_TOOL@
 
218
MKDIR_P = @MKDIR_P@
 
219
MKINSTALLDIRS = @MKINSTALLDIRS@
 
220
MM_CFLAGS = @MM_CFLAGS@
 
221
MM_LIBS = @MM_LIBS@
 
222
MSGFMT = @MSGFMT@
 
223
MSGFMT_OPTS = @MSGFMT_OPTS@
 
224
MSGMERGE = @MSGMERGE@
 
225
NM = @NM@
 
226
NMEDIT = @NMEDIT@
 
227
OBJDUMP = @OBJDUMP@
 
228
OBJEXT = @OBJEXT@
 
229
OTOOL = @OTOOL@
 
230
OTOOL64 = @OTOOL64@
 
231
PACKAGE = @PACKAGE@
 
232
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
233
PACKAGE_NAME = @PACKAGE_NAME@
 
234
PACKAGE_STRING = @PACKAGE_STRING@
 
235
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
236
PACKAGE_URL = @PACKAGE_URL@
 
237
PACKAGE_VERSION = @PACKAGE_VERSION@
 
238
PATH_SEPARATOR = @PATH_SEPARATOR@
 
239
PKG_CONFIG = @PKG_CONFIG@
 
240
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
241
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
242
POFILES = @POFILES@
 
243
POLKIT_CFLAGS = @POLKIT_CFLAGS@
 
244
POLKIT_LIBS = @POLKIT_LIBS@
 
245
POSUB = @POSUB@
 
246
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
247
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
248
PPPD_PLUGIN_DIR = @PPPD_PLUGIN_DIR@
 
249
RANLIB = @RANLIB@
 
250
SED = @SED@
 
251
SET_MAKE = @SET_MAKE@
 
252
SHELL = @SHELL@
 
253
STRIP = @STRIP@
 
254
UDEV_BASE_DIR = @UDEV_BASE_DIR@
 
255
USE_NLS = @USE_NLS@
 
256
VERSION = @VERSION@
 
257
XGETTEXT = @XGETTEXT@
 
258
abs_builddir = @abs_builddir@
 
259
abs_srcdir = @abs_srcdir@
 
260
abs_top_builddir = @abs_top_builddir@
 
261
abs_top_srcdir = @abs_top_srcdir@
 
262
ac_ct_AR = @ac_ct_AR@
 
263
ac_ct_CC = @ac_ct_CC@
 
264
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
265
am__include = @am__include@
 
266
am__leading_dot = @am__leading_dot@
 
267
am__quote = @am__quote@
 
268
am__tar = @am__tar@
 
269
am__untar = @am__untar@
 
270
bindir = @bindir@
 
271
build = @build@
 
272
build_alias = @build_alias@
 
273
build_cpu = @build_cpu@
 
274
build_os = @build_os@
 
275
build_vendor = @build_vendor@
 
276
builddir = @builddir@
 
277
datadir = @datadir@
 
278
datarootdir = @datarootdir@
 
279
docdir = @docdir@
 
280
dvidir = @dvidir@
 
281
exec_prefix = @exec_prefix@
 
282
host = @host@
 
283
host_alias = @host_alias@
 
284
host_cpu = @host_cpu@
 
285
host_os = @host_os@
 
286
host_vendor = @host_vendor@
 
287
htmldir = @htmldir@
 
288
includedir = @includedir@/mm
 
289
infodir = @infodir@
 
290
install_sh = @install_sh@
 
291
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
292
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
293
libdir = @libdir@
 
294
libexecdir = @libexecdir@
 
295
localedir = @localedir@
 
296
localstatedir = @localstatedir@
 
297
mandir = @mandir@
 
298
mkdir_p = @mkdir_p@
 
299
oldincludedir = @oldincludedir@
 
300
pdfdir = @pdfdir@
 
301
prefix = @prefix@
 
302
program_transform_name = @program_transform_name@
 
303
psdir = @psdir@
 
304
sbindir = @sbindir@
 
305
sharedstatedir = @sharedstatedir@
 
306
srcdir = @srcdir@
 
307
sysconfdir = @sysconfdir@
 
308
target_alias = @target_alias@
 
309
top_build_prefix = @top_build_prefix@
 
310
top_builddir = @top_builddir@
 
311
top_srcdir = @top_srcdir@
 
312
XSLTPROC = xsltproc --xinclude --nonet
 
313
XMLS = $(wildcard introspection/*.xml)
 
314
 
 
315
# Figure out if we need ASYNC_INTROSPECT and add it later
 
316
@WITH_DOCS_TRUE@GENERATED_FILES = \
 
317
@WITH_DOCS_TRUE@        docs/spec.html
 
318
 
 
319
@WITH_DOCS_TRUE@CLEANFILES = $(GENERATED_FILES)
 
320
SUBDIRS = . marshallers libqcdm libwmc src plugins introspection \
 
321
        uml290 po test $(am__append_1)
 
322
dbusservicedir = $(DBUS_SYS_DIR)
 
323
dbusservice_DATA = org.freedesktop.ModemManager.conf
 
324
dbusservice_file_polkit = org.freedesktop.ModemManager.conf.polkit
 
325
dbusservice_file_nopolkit = org.freedesktop.ModemManager.conf.nopolkit
 
326
dbusactivationdir = $(datadir)/dbus-1/system-services
 
327
dbusactivation_in_files = org.freedesktop.ModemManager.service.in
 
328
dbusactivation_DATA = $(dbusactivation_in_files:.service.in=.service)
 
329
include_HEADERS = include/ModemManager.h
 
330
xmldir = $(datadir)/dbus-1/interfaces
 
331
xml_DATA = $(filter-out introspection/all.xml introspection/org.freedesktop.DBus.Properties.xml, $(XMLS))
 
332
edit = @sed \
 
333
        -e 's|@sbindir[@]|$(sbindir)|g' \
 
334
        -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
 
335
        -e 's|@localstatedir[@]|$(localstatedir)|g' \
 
336
        -e 's|@libexecdir[@]|$(libexecdir)|g'
 
337
 
 
338
DISTCHECK_CONFIGURE_FLAGS = \
 
339
        --with-udev-base-dir="$$dc_install_base" \
 
340
        --with-tests=yes \
 
341
        --with-docs=yes
 
342
 
 
343
INTLTOOL_FILES = \
 
344
        intltool-extract.in \
 
345
        intltool-merge.in \
 
346
        intltool-update.in
 
347
 
 
348
DISTCLEANFILES = \
 
349
        $(dbusactivation_DATA) \
 
350
        $(dbusservice_DATA) \
 
351
        intltool-extract \
 
352
        intltool-merge \
 
353
        intltool-update \
 
354
        po/.intltool-merge-cache
 
355
 
 
356
EXTRA_DIST = \
 
357
        doc-generator.xsl \
 
358
        header-generator.xsl \
 
359
        $(dbusactivation_in_files) \
 
360
        $(INTLTOOL_FILES) \
 
361
        $(dbusservice_file_polkit) \
 
362
        $(dbusservice_file_nopolkit)
 
363
 
 
364
ACLOCAL_AMFLAGS = -I m4
 
365
all: config.h
 
366
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
367
 
 
368
.SUFFIXES:
 
369
am--refresh: Makefile
 
370
        @:
 
371
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
372
        @for dep in $?; do \
 
373
          case '$(am__configure_deps)' in \
 
374
            *$$dep*) \
 
375
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
376
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
377
                && exit 0; \
 
378
              exit 1;; \
 
379
          esac; \
 
380
        done; \
 
381
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
382
        $(am__cd) $(top_srcdir) && \
 
383
          $(AUTOMAKE) --gnu Makefile
 
384
.PRECIOUS: Makefile
 
385
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
386
        @case '$?' in \
 
387
          *config.status*) \
 
388
            echo ' $(SHELL) ./config.status'; \
 
389
            $(SHELL) ./config.status;; \
 
390
          *) \
 
391
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
392
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
393
        esac;
 
394
 
 
395
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
396
        $(SHELL) ./config.status --recheck
 
397
 
 
398
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
399
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
400
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
401
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
402
$(am__aclocal_m4_deps):
 
403
 
 
404
config.h: stamp-h1
 
405
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
 
406
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
407
 
 
408
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
409
        @rm -f stamp-h1
 
410
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
411
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
412
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
413
        rm -f stamp-h1
 
414
        touch $@
 
415
 
 
416
distclean-hdr:
 
417
        -rm -f config.h stamp-h1
 
418
 
 
419
mostlyclean-libtool:
 
420
        -rm -f *.lo
 
421
 
 
422
clean-libtool:
 
423
        -rm -rf .libs _libs
 
424
 
 
425
distclean-libtool:
 
426
        -rm -f libtool config.lt
 
427
install-dbusactivationDATA: $(dbusactivation_DATA)
 
428
        @$(NORMAL_INSTALL)
 
429
        test -z "$(dbusactivationdir)" || $(MKDIR_P) "$(DESTDIR)$(dbusactivationdir)"
 
430
        @list='$(dbusactivation_DATA)'; test -n "$(dbusactivationdir)" || list=; \
 
431
        for p in $$list; do \
 
432
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
433
          echo "$$d$$p"; \
 
434
        done | $(am__base_list) | \
 
435
        while read files; do \
 
436
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusactivationdir)'"; \
 
437
          $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusactivationdir)" || exit $$?; \
 
438
        done
 
439
 
 
440
uninstall-dbusactivationDATA:
 
441
        @$(NORMAL_UNINSTALL)
 
442
        @list='$(dbusactivation_DATA)'; test -n "$(dbusactivationdir)" || list=; \
 
443
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
444
        dir='$(DESTDIR)$(dbusactivationdir)'; $(am__uninstall_files_from_dir)
 
445
install-dbusserviceDATA: $(dbusservice_DATA)
 
446
        @$(NORMAL_INSTALL)
 
447
        test -z "$(dbusservicedir)" || $(MKDIR_P) "$(DESTDIR)$(dbusservicedir)"
 
448
        @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
 
449
        for p in $$list; do \
 
450
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
451
          echo "$$d$$p"; \
 
452
        done | $(am__base_list) | \
 
453
        while read files; do \
 
454
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(dbusservicedir)'"; \
 
455
          $(INSTALL_DATA) $$files "$(DESTDIR)$(dbusservicedir)" || exit $$?; \
 
456
        done
 
457
 
 
458
uninstall-dbusserviceDATA:
 
459
        @$(NORMAL_UNINSTALL)
 
460
        @list='$(dbusservice_DATA)'; test -n "$(dbusservicedir)" || list=; \
 
461
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
462
        dir='$(DESTDIR)$(dbusservicedir)'; $(am__uninstall_files_from_dir)
 
463
install-xmlDATA: $(xml_DATA)
 
464
        @$(NORMAL_INSTALL)
 
465
        test -z "$(xmldir)" || $(MKDIR_P) "$(DESTDIR)$(xmldir)"
 
466
        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
 
467
        for p in $$list; do \
 
468
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
469
          echo "$$d$$p"; \
 
470
        done | $(am__base_list) | \
 
471
        while read files; do \
 
472
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(xmldir)'"; \
 
473
          $(INSTALL_DATA) $$files "$(DESTDIR)$(xmldir)" || exit $$?; \
 
474
        done
 
475
 
 
476
uninstall-xmlDATA:
 
477
        @$(NORMAL_UNINSTALL)
 
478
        @list='$(xml_DATA)'; test -n "$(xmldir)" || list=; \
 
479
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
480
        dir='$(DESTDIR)$(xmldir)'; $(am__uninstall_files_from_dir)
 
481
install-includeHEADERS: $(include_HEADERS)
 
482
        @$(NORMAL_INSTALL)
 
483
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
 
484
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
485
        for p in $$list; do \
 
486
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
487
          echo "$$d$$p"; \
 
488
        done | $(am__base_list) | \
 
489
        while read files; do \
 
490
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
 
491
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
 
492
        done
 
493
 
 
494
uninstall-includeHEADERS:
 
495
        @$(NORMAL_UNINSTALL)
 
496
        @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
 
497
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
498
        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
 
499
 
 
500
# This directory's subdirectories are mostly independent; you can cd
 
501
# into them and run `make' without going through this Makefile.
 
502
# To change the values of `make' variables: instead of editing Makefiles,
 
503
# (1) if the variable is set in `config.status', edit `config.status'
 
504
#     (which will cause the Makefiles to be regenerated when you run `make');
 
505
# (2) otherwise, pass the desired values on the `make' command line.
 
506
$(RECURSIVE_TARGETS):
 
507
        @fail= failcom='exit 1'; \
 
508
        for f in x $$MAKEFLAGS; do \
 
509
          case $$f in \
 
510
            *=* | --[!k]*);; \
 
511
            *k*) failcom='fail=yes';; \
 
512
          esac; \
 
513
        done; \
 
514
        dot_seen=no; \
 
515
        target=`echo $@ | sed s/-recursive//`; \
 
516
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
517
          echo "Making $$target in $$subdir"; \
 
518
          if test "$$subdir" = "."; then \
 
519
            dot_seen=yes; \
 
520
            local_target="$$target-am"; \
 
521
          else \
 
522
            local_target="$$target"; \
 
523
          fi; \
 
524
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
525
          || eval $$failcom; \
 
526
        done; \
 
527
        if test "$$dot_seen" = "no"; then \
 
528
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
529
        fi; test -z "$$fail"
 
530
 
 
531
$(RECURSIVE_CLEAN_TARGETS):
 
532
        @fail= failcom='exit 1'; \
 
533
        for f in x $$MAKEFLAGS; do \
 
534
          case $$f in \
 
535
            *=* | --[!k]*);; \
 
536
            *k*) failcom='fail=yes';; \
 
537
          esac; \
 
538
        done; \
 
539
        dot_seen=no; \
 
540
        case "$@" in \
 
541
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
542
          *) list='$(SUBDIRS)' ;; \
 
543
        esac; \
 
544
        rev=''; for subdir in $$list; do \
 
545
          if test "$$subdir" = "."; then :; else \
 
546
            rev="$$subdir $$rev"; \
 
547
          fi; \
 
548
        done; \
 
549
        rev="$$rev ."; \
 
550
        target=`echo $@ | sed s/-recursive//`; \
 
551
        for subdir in $$rev; do \
 
552
          echo "Making $$target in $$subdir"; \
 
553
          if test "$$subdir" = "."; then \
 
554
            local_target="$$target-am"; \
 
555
          else \
 
556
            local_target="$$target"; \
 
557
          fi; \
 
558
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
559
          || eval $$failcom; \
 
560
        done && test -z "$$fail"
 
561
tags-recursive:
 
562
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
563
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
564
        done
 
565
ctags-recursive:
 
566
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
567
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
568
        done
 
569
 
 
570
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
571
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
572
        unique=`for i in $$list; do \
 
573
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
574
          done | \
 
575
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
576
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
577
        mkid -fID $$unique
 
578
tags: TAGS
 
579
 
 
580
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
581
                $(TAGS_FILES) $(LISP)
 
582
        set x; \
 
583
        here=`pwd`; \
 
584
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
585
          include_option=--etags-include; \
 
586
          empty_fix=.; \
 
587
        else \
 
588
          include_option=--include; \
 
589
          empty_fix=; \
 
590
        fi; \
 
591
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
592
          if test "$$subdir" = .; then :; else \
 
593
            test ! -f $$subdir/TAGS || \
 
594
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
595
          fi; \
 
596
        done; \
 
597
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
598
        unique=`for i in $$list; do \
 
599
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
600
          done | \
 
601
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
602
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
603
        shift; \
 
604
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
605
          test -n "$$unique" || unique=$$empty_fix; \
 
606
          if test $$# -gt 0; then \
 
607
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
608
              "$$@" $$unique; \
 
609
          else \
 
610
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
611
              $$unique; \
 
612
          fi; \
 
613
        fi
 
614
ctags: CTAGS
 
615
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
616
                $(TAGS_FILES) $(LISP)
 
617
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
618
        unique=`for i in $$list; do \
 
619
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
620
          done | \
 
621
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
622
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
623
        test -z "$(CTAGS_ARGS)$$unique" \
 
624
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
625
             $$unique
 
626
 
 
627
GTAGS:
 
628
        here=`$(am__cd) $(top_builddir) && pwd` \
 
629
          && $(am__cd) $(top_srcdir) \
 
630
          && gtags -i $(GTAGS_ARGS) "$$here"
 
631
 
 
632
distclean-tags:
 
633
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
634
 
 
635
distdir: $(DISTFILES)
 
636
        $(am__remove_distdir)
 
637
        test -d "$(distdir)" || mkdir "$(distdir)"
 
638
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
639
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
640
        list='$(DISTFILES)'; \
 
641
          dist_files=`for file in $$list; do echo $$file; done | \
 
642
          sed -e "s|^$$srcdirstrip/||;t" \
 
643
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
644
        case $$dist_files in \
 
645
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
646
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
647
                           sort -u` ;; \
 
648
        esac; \
 
649
        for file in $$dist_files; do \
 
650
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
651
          if test -d $$d/$$file; then \
 
652
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
653
            if test -d "$(distdir)/$$file"; then \
 
654
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
655
            fi; \
 
656
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
657
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
658
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
659
            fi; \
 
660
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
661
          else \
 
662
            test -f "$(distdir)/$$file" \
 
663
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
664
            || exit 1; \
 
665
          fi; \
 
666
        done
 
667
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
668
          if test "$$subdir" = .; then :; else \
 
669
            test -d "$(distdir)/$$subdir" \
 
670
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
671
            || exit 1; \
 
672
          fi; \
 
673
        done
 
674
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
675
          if test "$$subdir" = .; then :; else \
 
676
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
677
            $(am__relativize); \
 
678
            new_distdir=$$reldir; \
 
679
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
680
            $(am__relativize); \
 
681
            new_top_distdir=$$reldir; \
 
682
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
683
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
684
            ($(am__cd) $$subdir && \
 
685
              $(MAKE) $(AM_MAKEFLAGS) \
 
686
                top_distdir="$$new_top_distdir" \
 
687
                distdir="$$new_distdir" \
 
688
                am__remove_distdir=: \
 
689
                am__skip_length_check=: \
 
690
                am__skip_mode_fix=: \
 
691
                distdir) \
 
692
              || exit 1; \
 
693
          fi; \
 
694
        done
 
695
        -test -n "$(am__skip_mode_fix)" \
 
696
        || find "$(distdir)" -type d ! -perm -755 \
 
697
                -exec chmod u+rwx,go+rx {} \; -o \
 
698
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
699
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
700
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
701
        || chmod -R a+r "$(distdir)"
 
702
dist-gzip: distdir
 
703
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
704
        $(am__remove_distdir)
 
705
dist-bzip2: distdir
 
706
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
707
        $(am__remove_distdir)
 
708
 
 
709
dist-lzip: distdir
 
710
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
 
711
        $(am__remove_distdir)
 
712
 
 
713
dist-lzma: distdir
 
714
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
715
        $(am__remove_distdir)
 
716
 
 
717
dist-xz: distdir
 
718
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
 
719
        $(am__remove_distdir)
 
720
 
 
721
dist-tarZ: distdir
 
722
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
723
        $(am__remove_distdir)
 
724
 
 
725
dist-shar: distdir
 
726
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
727
        $(am__remove_distdir)
 
728
 
 
729
dist-zip: distdir
 
730
        -rm -f $(distdir).zip
 
731
        zip -rq $(distdir).zip $(distdir)
 
732
        $(am__remove_distdir)
 
733
 
 
734
dist dist-all: distdir
 
735
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
736
        $(am__remove_distdir)
 
737
 
 
738
# This target untars the dist file and tries a VPATH configuration.  Then
 
739
# it guarantees that the distribution is self-contained by making another
 
740
# tarfile.
 
741
distcheck: dist
 
742
        case '$(DIST_ARCHIVES)' in \
 
743
        *.tar.gz*) \
 
744
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
745
        *.tar.bz2*) \
 
746
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
747
        *.tar.lzma*) \
 
748
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
749
        *.tar.lz*) \
 
750
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
 
751
        *.tar.xz*) \
 
752
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
753
        *.tar.Z*) \
 
754
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
755
        *.shar.gz*) \
 
756
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
757
        *.zip*) \
 
758
          unzip $(distdir).zip ;;\
 
759
        esac
 
760
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
761
        mkdir $(distdir)/_build
 
762
        mkdir $(distdir)/_inst
 
763
        chmod a-w $(distdir)
 
764
        test -d $(distdir)/_build || exit 0; \
 
765
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
766
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
767
          && am__cwd=`pwd` \
 
768
          && $(am__cd) $(distdir)/_build \
 
769
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
770
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 
771
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
772
          && $(MAKE) $(AM_MAKEFLAGS) \
 
773
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
774
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
775
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
776
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
777
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
778
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
779
                distuninstallcheck \
 
780
          && chmod -R a-w "$$dc_install_base" \
 
781
          && ({ \
 
782
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
783
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
784
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
785
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
786
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
787
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
788
          && rm -rf "$$dc_destdir" \
 
789
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
790
          && rm -rf $(DIST_ARCHIVES) \
 
791
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
792
          && cd "$$am__cwd" \
 
793
          || exit 1
 
794
        $(am__remove_distdir)
 
795
        @(echo "$(distdir) archives ready for distribution: "; \
 
796
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
797
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
798
distuninstallcheck:
 
799
        @test -n '$(distuninstallcheck_dir)' || { \
 
800
          echo 'ERROR: trying to run $@ with an empty' \
 
801
               '$$(distuninstallcheck_dir)' >&2; \
 
802
          exit 1; \
 
803
        }; \
 
804
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
805
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
806
          exit 1; \
 
807
        }; \
 
808
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
 
809
           || { echo "ERROR: files left after uninstall:" ; \
 
810
                if test -n "$(DESTDIR)"; then \
 
811
                  echo "  (check DESTDIR support)"; \
 
812
                fi ; \
 
813
                $(distuninstallcheck_listfiles) ; \
 
814
                exit 1; } >&2
 
815
distcleancheck: distclean
 
816
        @if test '$(srcdir)' = . ; then \
 
817
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
818
          exit 1 ; \
 
819
        fi
 
820
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
821
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
822
               $(distcleancheck_listfiles) ; \
 
823
               exit 1; } >&2
 
824
check-am: all-am
 
825
check: check-recursive
 
826
all-am: Makefile $(DATA) $(HEADERS) config.h
 
827
installdirs: installdirs-recursive
 
828
installdirs-am:
 
829
        for dir in "$(DESTDIR)$(dbusactivationdir)" "$(DESTDIR)$(dbusservicedir)" "$(DESTDIR)$(xmldir)" "$(DESTDIR)$(includedir)"; do \
 
830
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
831
        done
 
832
install: install-recursive
 
833
install-exec: install-exec-recursive
 
834
install-data: install-data-recursive
 
835
uninstall: uninstall-recursive
 
836
 
 
837
install-am: all-am
 
838
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
839
 
 
840
installcheck: installcheck-recursive
 
841
install-strip:
 
842
        if test -z '$(STRIP)'; then \
 
843
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
844
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
845
              install; \
 
846
        else \
 
847
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
848
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
849
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
850
        fi
 
851
mostlyclean-generic:
 
852
 
 
853
clean-generic:
 
854
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
855
 
 
856
distclean-generic:
 
857
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
858
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
859
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
860
 
 
861
maintainer-clean-generic:
 
862
        @echo "This command is intended for maintainers to use"
 
863
        @echo "it deletes files that may require special tools to rebuild."
 
864
clean: clean-recursive
 
865
 
 
866
clean-am: clean-generic clean-libtool mostlyclean-am
 
867
 
 
868
distclean: distclean-recursive
 
869
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
870
        -rm -f Makefile
 
871
distclean-am: clean-am distclean-generic distclean-hdr \
 
872
        distclean-libtool distclean-tags
 
873
 
 
874
dvi: dvi-recursive
 
875
 
 
876
dvi-am:
 
877
 
 
878
html: html-recursive
 
879
 
 
880
html-am:
 
881
 
 
882
info: info-recursive
 
883
 
 
884
info-am:
 
885
 
 
886
install-data-am: install-dbusactivationDATA install-dbusserviceDATA \
 
887
        install-includeHEADERS install-xmlDATA
 
888
 
 
889
install-dvi: install-dvi-recursive
 
890
 
 
891
install-dvi-am:
 
892
 
 
893
install-exec-am:
 
894
 
 
895
install-html: install-html-recursive
 
896
 
 
897
install-html-am:
 
898
 
 
899
install-info: install-info-recursive
 
900
 
 
901
install-info-am:
 
902
 
 
903
install-man:
 
904
 
 
905
install-pdf: install-pdf-recursive
 
906
 
 
907
install-pdf-am:
 
908
 
 
909
install-ps: install-ps-recursive
 
910
 
 
911
install-ps-am:
 
912
 
 
913
installcheck-am:
 
914
 
 
915
maintainer-clean: maintainer-clean-recursive
 
916
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
917
        -rm -rf $(top_srcdir)/autom4te.cache
 
918
        -rm -f Makefile
 
919
maintainer-clean-am: distclean-am maintainer-clean-generic
 
920
 
 
921
mostlyclean: mostlyclean-recursive
 
922
 
 
923
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
924
 
 
925
pdf: pdf-recursive
 
926
 
 
927
pdf-am:
 
928
 
 
929
ps: ps-recursive
 
930
 
 
931
ps-am:
 
932
 
 
933
uninstall-am: uninstall-dbusactivationDATA uninstall-dbusserviceDATA \
 
934
        uninstall-includeHEADERS uninstall-xmlDATA
 
935
 
 
936
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
937
        ctags-recursive install-am install-strip tags-recursive
 
938
 
 
939
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
940
        all all-am am--refresh check check-am clean clean-generic \
 
941
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
942
        dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
 
943
        dist-zip distcheck distclean distclean-generic distclean-hdr \
 
944
        distclean-libtool distclean-tags distcleancheck distdir \
 
945
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
946
        install install-am install-data install-data-am \
 
947
        install-dbusactivationDATA install-dbusserviceDATA install-dvi \
 
948
        install-dvi-am install-exec install-exec-am install-html \
 
949
        install-html-am install-includeHEADERS install-info \
 
950
        install-info-am install-man install-pdf install-pdf-am \
 
951
        install-ps install-ps-am install-strip install-xmlDATA \
 
952
        installcheck installcheck-am installdirs installdirs-am \
 
953
        maintainer-clean maintainer-clean-generic mostlyclean \
 
954
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
955
        tags tags-recursive uninstall uninstall-am \
 
956
        uninstall-dbusactivationDATA uninstall-dbusserviceDATA \
 
957
        uninstall-includeHEADERS uninstall-xmlDATA
 
958
 
 
959
 
 
960
@WITH_DOCS_TRUE@all:
 
961
 
 
962
@WITH_DOCS_TRUE@docs/spec.html: $(XMLS) introspection/all.xml doc-generator.xsl
 
963
@WITH_DOCS_TRUE@        @install -d docs
 
964
@WITH_DOCS_TRUE@        $(XSLTPROC) $(top_srcdir)/doc-generator.xsl $(top_srcdir)/introspection/all.xml > $@
 
965
 
 
966
@WITH_DOCS_TRUE@all: $(GENERATED_FILES)
 
967
 
 
968
@WITH_POLKIT_TRUE@org.freedesktop.ModemManager.conf: $(top_srcdir)/$(dbusservice_file_polkit)
 
969
@WITH_POLKIT_TRUE@      cp -f $(top_srcdir)/$(dbusservice_file_polkit) $(dbusservice_DATA)
 
970
@WITH_POLKIT_FALSE@org.freedesktop.ModemManager.conf: $(top_srcdir)/$(dbusservice_file_nopolkit)
 
971
@WITH_POLKIT_FALSE@     cp -f $(top_srcdir)/$(dbusservice_file_nopolkit) $(dbusservice_DATA)
 
972
 
 
973
include/ModemManager.h: $(XMLS) introspection/all.xml header-generator.xsl
 
974
        @install -d include
 
975
        $(XSLTPROC) $(top_srcdir)/header-generator.xsl $(top_srcdir)/introspection/all.xml > $@
 
976
 
 
977
%service: %service.in
 
978
        $(edit) $< >$@
 
979
 
 
980
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
981
# Otherwise a system limit (for SysV at least) may be exceeded.
 
982
.NOEXPORT: