~ubuntu-branches/ubuntu/vivid/gnome-maps/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-10-15 22:08:33 UTC
  • Revision ID: package-import@ubuntu.com-20131015220833-rqoyqqu1wp0qrblw
Tags: upstream-3.10.0
ImportĀ upstreamĀ versionĀ 3.10.0

Show diffs side-by-side

added added

removed removed

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