~binli/ubuntu/trusty/modemmanager/lp1441095

1.2.2 by Mathieu Trudel-Lapierre
Import upstream version 1.0.0
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
2
# @configure_input@
3
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
9
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
# PARTICULAR PURPOSE.
14
15
@SET_MAKE@
16
VPATH = @srcdir@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
am__make_running_with_option = \
19
  case $${target_option-} in \
20
      ?) ;; \
21
      *) echo "am__make_running_with_option: internal error: invalid" \
22
              "target option '$${target_option-}' specified" >&2; \
23
         exit 1;; \
24
  esac; \
25
  has_opt=no; \
26
  sane_makeflags=$$MAKEFLAGS; \
27
  if $(am__is_gnu_make); then \
28
    sane_makeflags=$$MFLAGS; \
29
  else \
30
    case $$MAKEFLAGS in \
31
      *\\[\ \	]*) \
32
        bs=\\; \
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35
    esac; \
36
  fi; \
37
  skip_next=no; \
38
  strip_trailopt () \
39
  { \
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
  }; \
42
  for flg in $$sane_makeflags; do \
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
44
    case $$flg in \
45
      *=*|--*) continue;; \
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
47
      -*I?*) strip_trailopt 'I';; \
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
49
      -*O?*) strip_trailopt 'O';; \
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
51
      -*l?*) strip_trailopt 'l';; \
52
      -[dEDm]) skip_next=yes;; \
53
      -[JT]) skip_next=yes;; \
54
    esac; \
55
    case $$flg in \
56
      *$$target_option*) has_opt=yes; break;; \
57
    esac; \
58
  done; \
59
  test $$has_opt = yes
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
62
pkgdatadir = $(datadir)/@PACKAGE@
63
pkgincludedir = $(includedir)/@PACKAGE@
64
pkglibdir = $(libdir)/@PACKAGE@
65
pkglibexecdir = $(libexecdir)/@PACKAGE@
66
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67
install_sh_DATA = $(install_sh) -c -m 644
68
install_sh_PROGRAM = $(install_sh) -c
69
install_sh_SCRIPT = $(install_sh) -c
70
INSTALL_HEADER = $(INSTALL_DATA)
71
transform = $(program_transform_name)
72
NORMAL_INSTALL = :
73
PRE_INSTALL = :
74
POST_INSTALL = :
75
NORMAL_UNINSTALL = :
76
PRE_UNINSTALL = :
77
POST_UNINSTALL = :
78
build_triplet = @build@
79
host_triplet = @host@
80
subdir = .
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
81
DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82
	$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83
	$(top_srcdir)/configure $(am__configure_deps) \
84
	$(srcdir)/config.h.in ABOUT-NLS COPYING TODO compile \
85
	config.guess config.rpath config.sub install-sh missing \
86
	ltmain.sh
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
87
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88
am__aclocal_m4_deps = $(top_srcdir)/m4/compiler_warnings.m4 \
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
89
	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-doc.m4 \
90
	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
91
	$(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/lib-ld.m4 \
92
	$(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
93
	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
94
	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
95
	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
96
	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
97
	$(top_srcdir)/configure.ac
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99
	$(ACLOCAL_M4)
100
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101
 configure.lineno config.status.lineno
102
mkinstalldirs = $(install_sh) -d
103
CONFIG_HEADER = config.h
104
CONFIG_CLEAN_FILES =
105
CONFIG_CLEAN_VPATH_FILES =
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
106
AM_V_P = $(am__v_P_@AM_V@)
107
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
108
am__v_P_0 = false
109
am__v_P_1 = :
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
110
AM_V_GEN = $(am__v_GEN_@AM_V@)
111
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
112
am__v_GEN_0 = @echo "  GEN     " $@;
113
am__v_GEN_1 = 
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
114
AM_V_at = $(am__v_at_@AM_V@)
115
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
116
am__v_at_0 = @
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
117
am__v_at_1 = 
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
118
SOURCES =
119
DIST_SOURCES =
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
120
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
121
	ctags-recursive dvi-recursive html-recursive info-recursive \
122
	install-data-recursive install-dvi-recursive \
123
	install-exec-recursive install-html-recursive \
124
	install-info-recursive install-pdf-recursive \
125
	install-ps-recursive install-recursive installcheck-recursive \
126
	installdirs-recursive pdf-recursive ps-recursive \
127
	tags-recursive uninstall-recursive
128
am__can_run_installinfo = \
129
  case $$AM_UPDATE_INFO_DIR in \
130
    n|no|NO) false;; \
131
    *) (install-info --version) >/dev/null 2>&1;; \
132
  esac
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
133
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
134
  distclean-recursive maintainer-clean-recursive
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
135
am__recursive_targets = \
136
  $(RECURSIVE_TARGETS) \
137
  $(RECURSIVE_CLEAN_TARGETS) \
138
  $(am__extra_recursive_targets)
139
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
140
	cscope distdir dist dist-all distcheck
141
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
142
	$(LISP)config.h.in
143
# Read a list of newline-separated strings from the standard input,
144
# and print each of them once, without duplicates.  Input order is
145
# *not* preserved.
146
am__uniquify_input = $(AWK) '\
147
  BEGIN { nonempty = 0; } \
148
  { items[$$0] = 1; nonempty = 1; } \
149
  END { if (nonempty) { for (i in items) print i; }; } \
150
'
151
# Make sure the list of sources is unique.  This is necessary because,
152
# e.g., the same source file might be shared among _SOURCES variables
153
# for different programs/libraries.
154
am__define_uniq_tagged_files = \
155
  list='$(am__tagged_files)'; \
156
  unique=`for i in $$list; do \
157
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158
  done | $(am__uniquify_input)`
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
159
ETAGS = etags
160
CTAGS = ctags
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
161
CSCOPE = cscope
162
DIST_SUBDIRS = $(SUBDIRS)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
163
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
164
distdir = $(PACKAGE)-$(VERSION)
165
top_distdir = $(distdir)
166
am__remove_distdir = \
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
167
  if test -d "$(distdir)"; then \
168
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
169
      && rm -rf "$(distdir)" \
170
      || { sleep 5 && rm -rf "$(distdir)"; }; \
171
  else :; fi
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
172
am__post_remove_distdir = $(am__remove_distdir)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
173
am__relativize = \
174
  dir0=`pwd`; \
175
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
176
  sed_rest='s,^[^/]*/*,,'; \
177
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
178
  sed_butlast='s,/*[^/]*$$,,'; \
179
  while test -n "$$dir1"; do \
180
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
181
    if test "$$first" != "."; then \
182
      if test "$$first" = ".."; then \
183
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
184
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
185
      else \
186
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
187
        if test "$$first2" = "$$first"; then \
188
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
189
        else \
190
          dir2="../$$dir2"; \
191
        fi; \
192
        dir0="$$dir0"/"$$first"; \
193
      fi; \
194
    fi; \
195
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
196
  done; \
197
  reldir="$$dir2"
198
GZIP_ENV = --best
1.2.2 by Mathieu Trudel-Lapierre
Import upstream version 1.0.0
199
DIST_ARCHIVES = $(distdir).tar.xz
200
DIST_TARGETS = dist-xz
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
201
distuninstallcheck_listfiles = find . -type f -print
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
202
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
203
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
204
distcleancheck_listfiles = find . -type f -print
205
ACLOCAL = @ACLOCAL@
206
ALL_LINGUAS = @ALL_LINGUAS@
207
AMTAR = @AMTAR@
208
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
209
AR = @AR@
210
AUTOCONF = @AUTOCONF@
211
AUTOHEADER = @AUTOHEADER@
212
AUTOMAKE = @AUTOMAKE@
213
AWK = @AWK@
214
CC = @CC@
215
CCDEPMODE = @CCDEPMODE@
216
CFLAGS = @CFLAGS@
217
CPP = @CPP@
218
CPPFLAGS = @CPPFLAGS@
219
CYGPATH_W = @CYGPATH_W@
220
DATADIRNAME = @DATADIRNAME@
221
DBUS_SYS_DIR = @DBUS_SYS_DIR@
222
DEFS = @DEFS@
223
DEPDIR = @DEPDIR@
224
DLLTOOL = @DLLTOOL@
225
DSYMUTIL = @DSYMUTIL@
226
DUMPBIN = @DUMPBIN@
227
ECHO_C = @ECHO_C@
228
ECHO_N = @ECHO_N@
229
ECHO_T = @ECHO_T@
230
EGREP = @EGREP@
231
EXEEXT = @EXEEXT@
232
FGREP = @FGREP@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
233
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
234
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
235
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
236
GLIB_MKENUMS = @GLIB_MKENUMS@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
237
GMSGFMT = @GMSGFMT@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
238
GMSGFMT_015 = @GMSGFMT_015@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
239
GREP = @GREP@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
240
GTKDOC_CHECK = @GTKDOC_CHECK@
241
GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
242
GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
243
GTKDOC_MKPDF = @GTKDOC_MKPDF@
244
GTKDOC_REBASE = @GTKDOC_REBASE@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
245
GUDEV_CFLAGS = @GUDEV_CFLAGS@
246
GUDEV_LIBS = @GUDEV_LIBS@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
247
HTML_DIR = @HTML_DIR@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
248
INSTALL = @INSTALL@
249
INSTALL_DATA = @INSTALL_DATA@
250
INSTALL_PROGRAM = @INSTALL_PROGRAM@
251
INSTALL_SCRIPT = @INSTALL_SCRIPT@
252
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
253
INTLLIBS = @INTLLIBS@
254
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
255
INTLTOOL_MERGE = @INTLTOOL_MERGE@
256
INTLTOOL_PERL = @INTLTOOL_PERL@
257
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
258
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
259
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
260
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
261
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
262
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
263
LD = @LD@
264
LDFLAGS = @LDFLAGS@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
265
LIBICONV = @LIBICONV@
266
LIBINTL = @LIBINTL@
267
LIBMM_GLIB_CFLAGS = @LIBMM_GLIB_CFLAGS@
268
LIBMM_GLIB_LIBS = @LIBMM_GLIB_LIBS@
269
LIBMM_LIBS = @LIBMM_LIBS@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
270
LIBOBJS = @LIBOBJS@
271
LIBS = @LIBS@
272
LIBTOOL = @LIBTOOL@
273
LIPO = @LIPO@
274
LN_S = @LN_S@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
275
LTLIBICONV = @LTLIBICONV@
276
LTLIBINTL = @LTLIBINTL@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
277
LTLIBOBJS = @LTLIBOBJS@
278
MAINT = @MAINT@
279
MAKEINFO = @MAKEINFO@
280
MANIFEST_TOOL = @MANIFEST_TOOL@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
281
MBIM_CFLAGS = @MBIM_CFLAGS@
282
MBIM_LIBS = @MBIM_LIBS@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
283
MKDIR_P = @MKDIR_P@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
284
MMCLI_CFLAGS = @MMCLI_CFLAGS@
285
MMCLI_LIBS = @MMCLI_LIBS@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
286
MM_CFLAGS = @MM_CFLAGS@
1.2.2 by Mathieu Trudel-Lapierre
Import upstream version 1.0.0
287
MM_DEFAULT_USER_POLICY = @MM_DEFAULT_USER_POLICY@
288
MM_GLIB_LT_AGE = @MM_GLIB_LT_AGE@
289
MM_GLIB_LT_CURRENT = @MM_GLIB_LT_CURRENT@
290
MM_GLIB_LT_REVISION = @MM_GLIB_LT_REVISION@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
291
MM_LIBS = @MM_LIBS@
1.2.2 by Mathieu Trudel-Lapierre
Import upstream version 1.0.0
292
MM_MAJOR_VERSION = @MM_MAJOR_VERSION@
293
MM_MICRO_VERSION = @MM_MICRO_VERSION@
294
MM_MINOR_VERSION = @MM_MINOR_VERSION@
295
MM_VERSION = @MM_VERSION@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
296
MSGFMT = @MSGFMT@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
297
MSGFMT_015 = @MSGFMT_015@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
298
MSGMERGE = @MSGMERGE@
299
NM = @NM@
300
NMEDIT = @NMEDIT@
301
OBJDUMP = @OBJDUMP@
302
OBJEXT = @OBJEXT@
303
OTOOL = @OTOOL@
304
OTOOL64 = @OTOOL64@
305
PACKAGE = @PACKAGE@
306
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
307
PACKAGE_NAME = @PACKAGE_NAME@
308
PACKAGE_STRING = @PACKAGE_STRING@
309
PACKAGE_TARNAME = @PACKAGE_TARNAME@
310
PACKAGE_URL = @PACKAGE_URL@
311
PACKAGE_VERSION = @PACKAGE_VERSION@
312
PATH_SEPARATOR = @PATH_SEPARATOR@
313
PKG_CONFIG = @PKG_CONFIG@
314
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
315
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
316
POLKIT_CFLAGS = @POLKIT_CFLAGS@
317
POLKIT_LIBS = @POLKIT_LIBS@
318
POSUB = @POSUB@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
319
QMI_CFLAGS = @QMI_CFLAGS@
320
QMI_LIBS = @QMI_LIBS@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
321
RANLIB = @RANLIB@
322
SED = @SED@
323
SET_MAKE = @SET_MAKE@
324
SHELL = @SHELL@
325
STRIP = @STRIP@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
326
SYSTEMD_UNIT_DIR = @SYSTEMD_UNIT_DIR@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
327
UDEV_BASE_DIR = @UDEV_BASE_DIR@
328
USE_NLS = @USE_NLS@
329
VERSION = @VERSION@
330
XGETTEXT = @XGETTEXT@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
331
XGETTEXT_015 = @XGETTEXT_015@
332
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
333
abs_builddir = @abs_builddir@
334
abs_srcdir = @abs_srcdir@
335
abs_top_builddir = @abs_top_builddir@
336
abs_top_srcdir = @abs_top_srcdir@
337
ac_ct_AR = @ac_ct_AR@
338
ac_ct_CC = @ac_ct_CC@
339
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
340
am__include = @am__include@
341
am__leading_dot = @am__leading_dot@
342
am__quote = @am__quote@
343
am__tar = @am__tar@
344
am__untar = @am__untar@
345
bindir = @bindir@
346
build = @build@
347
build_alias = @build_alias@
348
build_cpu = @build_cpu@
349
build_os = @build_os@
350
build_vendor = @build_vendor@
351
builddir = @builddir@
352
datadir = @datadir@
353
datarootdir = @datarootdir@
354
docdir = @docdir@
355
dvidir = @dvidir@
356
exec_prefix = @exec_prefix@
357
host = @host@
358
host_alias = @host_alias@
359
host_cpu = @host_cpu@
360
host_os = @host_os@
361
host_vendor = @host_vendor@
362
htmldir = @htmldir@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
363
includedir = @includedir@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
364
infodir = @infodir@
365
install_sh = @install_sh@
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
366
intltool__v_merge_options_ = @intltool__v_merge_options_@
367
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
368
libdir = @libdir@
369
libexecdir = @libexecdir@
370
localedir = @localedir@
371
localstatedir = @localstatedir@
372
mandir = @mandir@
373
mkdir_p = @mkdir_p@
374
oldincludedir = @oldincludedir@
375
pdfdir = @pdfdir@
376
prefix = @prefix@
377
program_transform_name = @program_transform_name@
378
psdir = @psdir@
379
sbindir = @sbindir@
380
sharedstatedir = @sharedstatedir@
381
srcdir = @srcdir@
382
sysconfdir = @sysconfdir@
383
target_alias = @target_alias@
384
top_build_prefix = @top_build_prefix@
385
top_builddir = @top_builddir@
386
top_srcdir = @top_srcdir@
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
387
SUBDIRS = . build-aux data include libqcdm libwmc libmm-glib src plugins cli introspection uml290 po test docs
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
388
DISTCHECK_CONFIGURE_FLAGS = \
389
	--with-udev-base-dir="$$dc_install_base" \
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
390
	--with-systemdsystemunitdir="$$dc_install_base/$(SYSTEMD_UNIT_DIR)" \
391
	--enable-gtk-doc=yes
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
392
393
INTLTOOL_FILES = \
394
	intltool-extract.in \
395
	intltool-merge.in \
396
	intltool-update.in
397
398
DISTCLEANFILES = \
399
	intltool-extract \
400
	intltool-merge \
401
	intltool-update \
402
	po/.intltool-merge-cache
403
404
EXTRA_DIST = \
405
	$(INTLTOOL_FILES) \
1.2.2 by Mathieu Trudel-Lapierre
Import upstream version 1.0.0
406
	autogen.sh \
407
	gtester.make
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
408
409
ACLOCAL_AMFLAGS = -I m4
410
all: config.h
411
	$(MAKE) $(AM_MAKEFLAGS) all-recursive
412
413
.SUFFIXES:
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
414
am--refresh: Makefile
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
415
	@:
416
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
417
	@for dep in $?; do \
418
	  case '$(am__configure_deps)' in \
419
	    *$$dep*) \
420
	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
421
	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
422
		&& exit 0; \
423
	      exit 1;; \
424
	  esac; \
425
	done; \
426
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
427
	$(am__cd) $(top_srcdir) && \
428
	  $(AUTOMAKE) --gnu Makefile
429
.PRECIOUS: Makefile
430
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
431
	@case '$?' in \
432
	  *config.status*) \
433
	    echo ' $(SHELL) ./config.status'; \
434
	    $(SHELL) ./config.status;; \
435
	  *) \
436
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
437
	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
438
	esac;
439
440
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
441
	$(SHELL) ./config.status --recheck
442
443
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
444
	$(am__cd) $(srcdir) && $(AUTOCONF)
445
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
446
	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
447
$(am__aclocal_m4_deps):
448
449
config.h: stamp-h1
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
450
	@if test ! -f $@; then rm -f stamp-h1; else :; fi
451
	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
452
453
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
454
	@rm -f stamp-h1
455
	cd $(top_builddir) && $(SHELL) ./config.status config.h
456
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
457
	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
458
	rm -f stamp-h1
459
	touch $@
460
461
distclean-hdr:
462
	-rm -f config.h stamp-h1
463
464
mostlyclean-libtool:
465
	-rm -f *.lo
466
467
clean-libtool:
468
	-rm -rf .libs _libs
469
470
distclean-libtool:
471
	-rm -f libtool config.lt
472
473
# This directory's subdirectories are mostly independent; you can cd
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
474
# into them and run 'make' without going through this Makefile.
475
# To change the values of 'make' variables: instead of editing Makefiles,
476
# (1) if the variable is set in 'config.status', edit 'config.status'
477
#     (which will cause the Makefiles to be regenerated when you run 'make');
478
# (2) otherwise, pass the desired values on the 'make' command line.
479
$(am__recursive_targets):
480
	@fail=; \
481
	if $(am__make_keepgoing); then \
482
	  failcom='fail=yes'; \
483
	else \
484
	  failcom='exit 1'; \
485
	fi; \
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
486
	dot_seen=no; \
487
	target=`echo $@ | sed s/-recursive//`; \
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
488
	case "$@" in \
489
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
490
	  *) list='$(SUBDIRS)' ;; \
491
	esac; \
492
	for subdir in $$list; do \
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
493
	  echo "Making $$target in $$subdir"; \
494
	  if test "$$subdir" = "."; then \
495
	    dot_seen=yes; \
496
	    local_target="$$target-am"; \
497
	  else \
498
	    local_target="$$target"; \
499
	  fi; \
500
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
501
	  || eval $$failcom; \
502
	done; \
503
	if test "$$dot_seen" = "no"; then \
504
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
505
	fi; test -z "$$fail"
506
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
507
ID: $(am__tagged_files)
508
	$(am__define_uniq_tagged_files); mkid -fID $$unique
509
tags: tags-recursive
510
TAGS: tags
511
512
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
513
	set x; \
514
	here=`pwd`; \
515
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
516
	  include_option=--etags-include; \
517
	  empty_fix=.; \
518
	else \
519
	  include_option=--include; \
520
	  empty_fix=; \
521
	fi; \
522
	list='$(SUBDIRS)'; for subdir in $$list; do \
523
	  if test "$$subdir" = .; then :; else \
524
	    test ! -f $$subdir/TAGS || \
525
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
526
	  fi; \
527
	done; \
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
528
	$(am__define_uniq_tagged_files); \
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
529
	shift; \
530
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
531
	  test -n "$$unique" || unique=$$empty_fix; \
532
	  if test $$# -gt 0; then \
533
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534
	      "$$@" $$unique; \
535
	  else \
536
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
537
	      $$unique; \
538
	  fi; \
539
	fi
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
540
ctags: ctags-recursive
541
542
CTAGS: ctags
543
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
544
	$(am__define_uniq_tagged_files); \
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
545
	test -z "$(CTAGS_ARGS)$$unique" \
546
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
547
	     $$unique
548
549
GTAGS:
550
	here=`$(am__cd) $(top_builddir) && pwd` \
551
	  && $(am__cd) $(top_srcdir) \
552
	  && gtags -i $(GTAGS_ARGS) "$$here"
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
553
cscope: cscope.files
554
	test ! -s cscope.files \
555
	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
556
clean-cscope:
557
	-rm -f cscope.files
558
cscope.files: clean-cscope cscopelist
559
cscopelist: cscopelist-recursive
560
561
cscopelist-am: $(am__tagged_files)
562
	list='$(am__tagged_files)'; \
563
	case "$(srcdir)" in \
564
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
565
	  *) sdir=$(subdir)/$(srcdir) ;; \
566
	esac; \
567
	for i in $$list; do \
568
	  if test -f "$$i"; then \
569
	    echo "$(subdir)/$$i"; \
570
	  else \
571
	    echo "$$sdir/$$i"; \
572
	  fi; \
573
	done >> $(top_builddir)/cscope.files
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
574
575
distclean-tags:
576
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
577
	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
578
579
distdir: $(DISTFILES)
580
	$(am__remove_distdir)
581
	test -d "$(distdir)" || mkdir "$(distdir)"
582
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
583
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584
	list='$(DISTFILES)'; \
585
	  dist_files=`for file in $$list; do echo $$file; done | \
586
	  sed -e "s|^$$srcdirstrip/||;t" \
587
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
588
	case $$dist_files in \
589
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
590
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
591
			   sort -u` ;; \
592
	esac; \
593
	for file in $$dist_files; do \
594
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
595
	  if test -d $$d/$$file; then \
596
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
597
	    if test -d "$(distdir)/$$file"; then \
598
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599
	    fi; \
600
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
601
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
602
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
603
	    fi; \
604
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
605
	  else \
606
	    test -f "$(distdir)/$$file" \
607
	    || cp -p $$d/$$file "$(distdir)/$$file" \
608
	    || exit 1; \
609
	  fi; \
610
	done
611
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
612
	  if test "$$subdir" = .; then :; else \
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
613
	    $(am__make_dryrun) \
614
	      || test -d "$(distdir)/$$subdir" \
615
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
616
	      || exit 1; \
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
617
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
618
	    $(am__relativize); \
619
	    new_distdir=$$reldir; \
620
	    dir1=$$subdir; dir2="$(top_distdir)"; \
621
	    $(am__relativize); \
622
	    new_top_distdir=$$reldir; \
623
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
624
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
625
	    ($(am__cd) $$subdir && \
626
	      $(MAKE) $(AM_MAKEFLAGS) \
627
	        top_distdir="$$new_top_distdir" \
628
	        distdir="$$new_distdir" \
629
		am__remove_distdir=: \
630
		am__skip_length_check=: \
631
		am__skip_mode_fix=: \
632
	        distdir) \
633
	      || exit 1; \
634
	  fi; \
635
	done
636
	-test -n "$(am__skip_mode_fix)" \
637
	|| find "$(distdir)" -type d ! -perm -755 \
638
		-exec chmod u+rwx,go+rx {} \; -o \
639
	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
640
	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
641
	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
642
	|| chmod -R a+r "$(distdir)"
643
dist-gzip: distdir
644
	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
645
	$(am__post_remove_distdir)
1.2.2 by Mathieu Trudel-Lapierre
Import upstream version 1.0.0
646
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
647
dist-bzip2: distdir
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
648
	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
649
	$(am__post_remove_distdir)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
650
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
651
dist-lzip: distdir
652
	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
653
	$(am__post_remove_distdir)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
654
dist-xz: distdir
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
655
	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
656
	$(am__post_remove_distdir)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
657
658
dist-tarZ: distdir
659
	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
660
	$(am__post_remove_distdir)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
661
662
dist-shar: distdir
663
	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
664
	$(am__post_remove_distdir)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
665
666
dist-zip: distdir
667
	-rm -f $(distdir).zip
668
	zip -rq $(distdir).zip $(distdir)
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
669
	$(am__post_remove_distdir)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
670
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
671
dist dist-all:
672
	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
673
	$(am__post_remove_distdir)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
674
675
# This target untars the dist file and tries a VPATH configuration.  Then
676
# it guarantees that the distribution is self-contained by making another
677
# tarfile.
678
distcheck: dist
679
	case '$(DIST_ARCHIVES)' in \
680
	*.tar.gz*) \
681
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
682
	*.tar.bz2*) \
683
	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
684
	*.tar.lz*) \
685
	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
686
	*.tar.xz*) \
687
	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
688
	*.tar.Z*) \
689
	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
690
	*.shar.gz*) \
691
	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
692
	*.zip*) \
693
	  unzip $(distdir).zip ;;\
694
	esac
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
695
	chmod -R a-w $(distdir)
696
	chmod u+w $(distdir)
697
	mkdir $(distdir)/_build $(distdir)/_inst
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
698
	chmod a-w $(distdir)
699
	test -d $(distdir)/_build || exit 0; \
700
	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
701
	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
702
	  && am__cwd=`pwd` \
703
	  && $(am__cd) $(distdir)/_build \
704
	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
705
	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
706
	    $(DISTCHECK_CONFIGURE_FLAGS) \
707
	  && $(MAKE) $(AM_MAKEFLAGS) \
708
	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
709
	  && $(MAKE) $(AM_MAKEFLAGS) check \
710
	  && $(MAKE) $(AM_MAKEFLAGS) install \
711
	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
712
	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
713
	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
714
	        distuninstallcheck \
715
	  && chmod -R a-w "$$dc_install_base" \
716
	  && ({ \
717
	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
718
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
719
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
720
	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
721
	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
722
	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
723
	  && rm -rf "$$dc_destdir" \
724
	  && $(MAKE) $(AM_MAKEFLAGS) dist \
725
	  && rm -rf $(DIST_ARCHIVES) \
726
	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
727
	  && cd "$$am__cwd" \
728
	  || exit 1
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
729
	$(am__post_remove_distdir)
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
730
	@(echo "$(distdir) archives ready for distribution: "; \
731
	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
732
	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
733
distuninstallcheck:
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
734
	@test -n '$(distuninstallcheck_dir)' || { \
735
	  echo 'ERROR: trying to run $@ with an empty' \
736
	       '$$(distuninstallcheck_dir)' >&2; \
737
	  exit 1; \
738
	}; \
739
	$(am__cd) '$(distuninstallcheck_dir)' || { \
740
	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
741
	  exit 1; \
742
	}; \
743
	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
744
	   || { echo "ERROR: files left after uninstall:" ; \
745
	        if test -n "$(DESTDIR)"; then \
746
	          echo "  (check DESTDIR support)"; \
747
	        fi ; \
748
	        $(distuninstallcheck_listfiles) ; \
749
	        exit 1; } >&2
750
distcleancheck: distclean
751
	@if test '$(srcdir)' = . ; then \
752
	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
753
	  exit 1 ; \
754
	fi
755
	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
756
	  || { echo "ERROR: files left in build directory after distclean:" ; \
757
	       $(distcleancheck_listfiles) ; \
758
	       exit 1; } >&2
759
check-am: all-am
760
check: check-recursive
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
761
all-am: Makefile config.h
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
762
installdirs: installdirs-recursive
763
installdirs-am:
764
install: install-recursive
765
install-exec: install-exec-recursive
766
install-data: install-data-recursive
767
uninstall: uninstall-recursive
768
769
install-am: all-am
770
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
771
772
installcheck: installcheck-recursive
773
install-strip:
1.1.20 by Mathieu Trudel-Lapierre
Import upstream version 0.6.0.0.really
774
	if test -z '$(STRIP)'; then \
775
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
776
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
777
	      install; \
778
	else \
779
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
780
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
781
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
782
	fi
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
783
mostlyclean-generic:
784
785
clean-generic:
786
787
distclean-generic:
788
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
789
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
790
	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
791
792
maintainer-clean-generic:
793
	@echo "This command is intended for maintainers to use"
794
	@echo "it deletes files that may require special tools to rebuild."
795
clean: clean-recursive
796
797
clean-am: clean-generic clean-libtool mostlyclean-am
798
799
distclean: distclean-recursive
800
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
801
	-rm -f Makefile
802
distclean-am: clean-am distclean-generic distclean-hdr \
803
	distclean-libtool distclean-tags
804
805
dvi: dvi-recursive
806
807
dvi-am:
808
809
html: html-recursive
810
811
html-am:
812
813
info: info-recursive
814
815
info-am:
816
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
817
install-data-am:
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
818
819
install-dvi: install-dvi-recursive
820
821
install-dvi-am:
822
823
install-exec-am:
824
825
install-html: install-html-recursive
826
827
install-html-am:
828
829
install-info: install-info-recursive
830
831
install-info-am:
832
833
install-man:
834
835
install-pdf: install-pdf-recursive
836
837
install-pdf-am:
838
839
install-ps: install-ps-recursive
840
841
install-ps-am:
842
843
installcheck-am:
844
845
maintainer-clean: maintainer-clean-recursive
846
	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
847
	-rm -rf $(top_srcdir)/autom4te.cache
848
	-rm -f Makefile
849
maintainer-clean-am: distclean-am maintainer-clean-generic
850
851
mostlyclean: mostlyclean-recursive
852
853
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
854
855
pdf: pdf-recursive
856
857
pdf-am:
858
859
ps: ps-recursive
860
861
ps-am:
862
1.2.1 by Mathieu Trudel-Lapierre
Import upstream version 0.7.991
863
uninstall-am:
864
865
.MAKE: $(am__recursive_targets) all install-am install-strip
866
867
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
868
	am--refresh check check-am clean clean-cscope clean-generic \
869
	clean-libtool cscope cscopelist-am ctags ctags-am dist \
870
	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
871
	dist-xz dist-zip distcheck distclean distclean-generic \
872
	distclean-hdr distclean-libtool distclean-tags distcleancheck \
873
	distdir distuninstallcheck dvi dvi-am html html-am info \
874
	info-am install install-am install-data install-data-am \
875
	install-dvi install-dvi-am install-exec install-exec-am \
876
	install-html install-html-am install-info install-info-am \
877
	install-man install-pdf install-pdf-am install-ps \
878
	install-ps-am install-strip installcheck installcheck-am \
879
	installdirs installdirs-am maintainer-clean \
880
	maintainer-clean-generic mostlyclean mostlyclean-generic \
881
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
882
	uninstall-am
883
1.1.11 by Mathieu Trudel-Lapierre
Import upstream version 0.4.997
884
885
# Tell versions [3.59,3.63) of GNU make to not export all variables.
886
# Otherwise a system limit (for SysV at least) may be exceeded.
887
.NOEXPORT: