~ubuntu-branches/ubuntu/trusty/telepathy-python/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2010-11-21 19:49:38 UTC
  • mfrom: (1.4.1 upstream) (11.1.6 sid)
  • mto: (11.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: james.westby@ubuntu.com-20101121194938-ulhgwjq1vnwofzsa
Tags: 0.15.18-1
* New upstream release.
* Bump Standards-Version to 3.9.1
* Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 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  Free Software Foundation,
 
6
# 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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
subdir = .
 
35
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
36
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
 
37
        ChangeLog INSTALL NEWS install-sh missing py-compile
 
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
39
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
40
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
41
        $(ACLOCAL_M4)
 
42
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
43
 configure.lineno config.status.lineno
 
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
 
47
AM_V_GEN = $(am__v_GEN_$(V))
 
48
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
49
am__v_GEN_0 = @echo "  GEN   " $@;
 
50
AM_V_at = $(am__v_at_$(V))
 
51
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_at_0 = @
 
53
SOURCES =
 
54
DIST_SOURCES =
 
55
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
56
        html-recursive info-recursive install-data-recursive \
 
57
        install-dvi-recursive install-exec-recursive \
 
58
        install-html-recursive install-info-recursive \
 
59
        install-pdf-recursive install-ps-recursive install-recursive \
 
60
        installcheck-recursive installdirs-recursive pdf-recursive \
 
61
        ps-recursive uninstall-recursive
 
62
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
63
  distclean-recursive maintainer-clean-recursive
 
64
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
65
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
66
        distdir dist dist-all distcheck
 
67
ETAGS = etags
 
68
CTAGS = ctags
 
69
DIST_SUBDIRS = $(SUBDIRS)
 
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
distdir = $(PACKAGE)-$(VERSION)
 
72
top_distdir = $(distdir)
 
73
am__remove_distdir = \
 
74
  { test ! -d "$(distdir)" \
 
75
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
76
         && rm -fr "$(distdir)"; }; }
 
77
am__relativize = \
 
78
  dir0=`pwd`; \
 
79
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
80
  sed_rest='s,^[^/]*/*,,'; \
 
81
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
82
  sed_butlast='s,/*[^/]*$$,,'; \
 
83
  while test -n "$$dir1"; do \
 
84
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
85
    if test "$$first" != "."; then \
 
86
      if test "$$first" = ".."; then \
 
87
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
88
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
89
      else \
 
90
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
91
        if test "$$first2" = "$$first"; then \
 
92
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
93
        else \
 
94
          dir2="../$$dir2"; \
 
95
        fi; \
 
96
        dir0="$$dir0"/"$$first"; \
 
97
      fi; \
 
98
    fi; \
 
99
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
100
  done; \
 
101
  reldir="$$dir2"
 
102
DIST_ARCHIVES = $(distdir).tar.gz
 
103
GZIP_ENV = --best
 
104
distuninstallcheck_listfiles = find . -type f -print
 
105
distcleancheck_listfiles = find . -type f -print
 
106
ACLOCAL = @ACLOCAL@
 
107
AMTAR = @AMTAR@
 
108
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
109
AUTOCONF = @AUTOCONF@
 
110
AUTOHEADER = @AUTOHEADER@
 
111
AUTOMAKE = @AUTOMAKE@
 
112
AWK = @AWK@
 
113
CYGPATH_W = @CYGPATH_W@
 
114
DEFS = @DEFS@
 
115
ECHO_C = @ECHO_C@
 
116
ECHO_N = @ECHO_N@
 
117
ECHO_T = @ECHO_T@
 
118
INSTALL = @INSTALL@
 
119
INSTALL_DATA = @INSTALL_DATA@
 
120
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
121
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
122
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
123
LIBOBJS = @LIBOBJS@
 
124
LIBS = @LIBS@
 
125
LTLIBOBJS = @LTLIBOBJS@
 
126
MAKEINFO = @MAKEINFO@
 
127
MKDIR_P = @MKDIR_P@
 
128
PACKAGE = @PACKAGE@
 
129
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
130
PACKAGE_NAME = @PACKAGE_NAME@
 
131
PACKAGE_STRING = @PACKAGE_STRING@
 
132
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
133
PACKAGE_URL = @PACKAGE_URL@
 
134
PACKAGE_VERSION = @PACKAGE_VERSION@
 
135
PATH_SEPARATOR = @PATH_SEPARATOR@
 
136
PYTHON = @PYTHON@
 
137
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
138
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
139
PYTHON_PREFIX = @PYTHON_PREFIX@
 
140
PYTHON_VERSION = @PYTHON_VERSION@
 
141
SET_MAKE = @SET_MAKE@
 
142
SHELL = @SHELL@
 
143
STRIP = @STRIP@
 
144
TELEPATHY_PYTHON_MAJOR_VERSION = @TELEPATHY_PYTHON_MAJOR_VERSION@
 
145
TELEPATHY_PYTHON_MICRO_VERSION = @TELEPATHY_PYTHON_MICRO_VERSION@
 
146
TELEPATHY_PYTHON_MINOR_VERSION = @TELEPATHY_PYTHON_MINOR_VERSION@
 
147
TELEPATHY_PYTHON_RELEASED = @TELEPATHY_PYTHON_RELEASED@
 
148
VERSION = @VERSION@
 
149
XSLTPROC = @XSLTPROC@
 
150
abs_builddir = @abs_builddir@
 
151
abs_srcdir = @abs_srcdir@
 
152
abs_top_builddir = @abs_top_builddir@
 
153
abs_top_srcdir = @abs_top_srcdir@
 
154
am__leading_dot = @am__leading_dot@
 
155
am__tar = @am__tar@
 
156
am__untar = @am__untar@
 
157
bindir = @bindir@
 
158
build_alias = @build_alias@
 
159
builddir = @builddir@
 
160
datadir = @datadir@
 
161
datarootdir = @datarootdir@
 
162
docdir = @docdir@
 
163
dvidir = @dvidir@
 
164
exec_prefix = @exec_prefix@
 
165
host_alias = @host_alias@
 
166
htmldir = @htmldir@
 
167
includedir = @includedir@
 
168
infodir = @infodir@
 
169
install_sh = @install_sh@
 
170
libdir = @libdir@
 
171
libexecdir = @libexecdir@
 
172
localedir = @localedir@
 
173
localstatedir = @localstatedir@
 
174
mandir = @mandir@
 
175
mkdir_p = @mkdir_p@
 
176
oldincludedir = @oldincludedir@
 
177
pdfdir = @pdfdir@
 
178
pkgpyexecdir = @pkgpyexecdir@
 
179
pkgpythondir = @pkgpythondir@
 
180
prefix = @prefix@
 
181
program_transform_name = @program_transform_name@
 
182
psdir = @psdir@
 
183
pyexecdir = @pyexecdir@
 
184
pythondir = @pythondir@
 
185
sbindir = @sbindir@
 
186
sharedstatedir = @sharedstatedir@
 
187
srcdir = @srcdir@
 
188
sysconfdir = @sysconfdir@
 
189
target_alias = @target_alias@
 
190
top_build_prefix = @top_build_prefix@
 
191
top_builddir = @top_builddir@
 
192
top_srcdir = @top_srcdir@
 
193
SUBDIRS = examples src spec tools
 
194
EXTRA_DIST = \
 
195
        NEWS \
 
196
        AUTHORS \
 
197
        COPYING
 
198
 
 
199
all: all-recursive
 
200
 
 
201
.SUFFIXES:
 
202
am--refresh:
 
203
        @:
 
204
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
205
        @for dep in $?; do \
 
206
          case '$(am__configure_deps)' in \
 
207
            *$$dep*) \
 
208
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
209
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
210
                && exit 0; \
 
211
              exit 1;; \
 
212
          esac; \
 
213
        done; \
 
214
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
215
        $(am__cd) $(top_srcdir) && \
 
216
          $(AUTOMAKE) --gnu Makefile
 
217
.PRECIOUS: Makefile
 
218
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
219
        @case '$?' in \
 
220
          *config.status*) \
 
221
            echo ' $(SHELL) ./config.status'; \
 
222
            $(SHELL) ./config.status;; \
 
223
          *) \
 
224
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
225
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
226
        esac;
 
227
 
 
228
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
229
        $(SHELL) ./config.status --recheck
 
230
 
 
231
$(top_srcdir)/configure:  $(am__configure_deps)
 
232
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
233
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
234
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
235
$(am__aclocal_m4_deps):
 
236
 
 
237
# This directory's subdirectories are mostly independent; you can cd
 
238
# into them and run `make' without going through this Makefile.
 
239
# To change the values of `make' variables: instead of editing Makefiles,
 
240
# (1) if the variable is set in `config.status', edit `config.status'
 
241
#     (which will cause the Makefiles to be regenerated when you run `make');
 
242
# (2) otherwise, pass the desired values on the `make' command line.
 
243
$(RECURSIVE_TARGETS):
 
244
        @fail= failcom='exit 1'; \
 
245
        for f in x $$MAKEFLAGS; do \
 
246
          case $$f in \
 
247
            *=* | --[!k]*);; \
 
248
            *k*) failcom='fail=yes';; \
 
249
          esac; \
 
250
        done; \
 
251
        dot_seen=no; \
 
252
        target=`echo $@ | sed s/-recursive//`; \
 
253
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
254
          echo "Making $$target in $$subdir"; \
 
255
          if test "$$subdir" = "."; then \
 
256
            dot_seen=yes; \
 
257
            local_target="$$target-am"; \
 
258
          else \
 
259
            local_target="$$target"; \
 
260
          fi; \
 
261
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
262
          || eval $$failcom; \
 
263
        done; \
 
264
        if test "$$dot_seen" = "no"; then \
 
265
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
266
        fi; test -z "$$fail"
 
267
 
 
268
$(RECURSIVE_CLEAN_TARGETS):
 
269
        @fail= failcom='exit 1'; \
 
270
        for f in x $$MAKEFLAGS; do \
 
271
          case $$f in \
 
272
            *=* | --[!k]*);; \
 
273
            *k*) failcom='fail=yes';; \
 
274
          esac; \
 
275
        done; \
 
276
        dot_seen=no; \
 
277
        case "$@" in \
 
278
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
279
          *) list='$(SUBDIRS)' ;; \
 
280
        esac; \
 
281
        rev=''; for subdir in $$list; do \
 
282
          if test "$$subdir" = "."; then :; else \
 
283
            rev="$$subdir $$rev"; \
 
284
          fi; \
 
285
        done; \
 
286
        rev="$$rev ."; \
 
287
        target=`echo $@ | sed s/-recursive//`; \
 
288
        for subdir in $$rev; do \
 
289
          echo "Making $$target in $$subdir"; \
 
290
          if test "$$subdir" = "."; then \
 
291
            local_target="$$target-am"; \
 
292
          else \
 
293
            local_target="$$target"; \
 
294
          fi; \
 
295
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
296
          || eval $$failcom; \
 
297
        done && test -z "$$fail"
 
298
tags-recursive:
 
299
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
300
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
301
        done
 
302
ctags-recursive:
 
303
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
304
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
305
        done
 
306
 
 
307
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
308
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
309
        unique=`for i in $$list; do \
 
310
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
311
          done | \
 
312
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
313
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
314
        mkid -fID $$unique
 
315
tags: TAGS
 
316
 
 
317
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
318
                $(TAGS_FILES) $(LISP)
 
319
        set x; \
 
320
        here=`pwd`; \
 
321
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
322
          include_option=--etags-include; \
 
323
          empty_fix=.; \
 
324
        else \
 
325
          include_option=--include; \
 
326
          empty_fix=; \
 
327
        fi; \
 
328
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
329
          if test "$$subdir" = .; then :; else \
 
330
            test ! -f $$subdir/TAGS || \
 
331
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
332
          fi; \
 
333
        done; \
 
334
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
335
        unique=`for i in $$list; do \
 
336
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
337
          done | \
 
338
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
339
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
340
        shift; \
 
341
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
342
          test -n "$$unique" || unique=$$empty_fix; \
 
343
          if test $$# -gt 0; then \
 
344
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
345
              "$$@" $$unique; \
 
346
          else \
 
347
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
348
              $$unique; \
 
349
          fi; \
 
350
        fi
 
351
ctags: CTAGS
 
352
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
353
                $(TAGS_FILES) $(LISP)
 
354
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
355
        unique=`for i in $$list; do \
 
356
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
357
          done | \
 
358
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
359
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
360
        test -z "$(CTAGS_ARGS)$$unique" \
 
361
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
362
             $$unique
 
363
 
 
364
GTAGS:
 
365
        here=`$(am__cd) $(top_builddir) && pwd` \
 
366
          && $(am__cd) $(top_srcdir) \
 
367
          && gtags -i $(GTAGS_ARGS) "$$here"
 
368
 
 
369
distclean-tags:
 
370
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
371
 
 
372
distdir: $(DISTFILES)
 
373
        $(am__remove_distdir)
 
374
        test -d "$(distdir)" || mkdir "$(distdir)"
 
375
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
376
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
377
        list='$(DISTFILES)'; \
 
378
          dist_files=`for file in $$list; do echo $$file; done | \
 
379
          sed -e "s|^$$srcdirstrip/||;t" \
 
380
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
381
        case $$dist_files in \
 
382
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
383
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
384
                           sort -u` ;; \
 
385
        esac; \
 
386
        for file in $$dist_files; do \
 
387
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
388
          if test -d $$d/$$file; then \
 
389
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
390
            if test -d "$(distdir)/$$file"; then \
 
391
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
392
            fi; \
 
393
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
394
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
395
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
396
            fi; \
 
397
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
398
          else \
 
399
            test -f "$(distdir)/$$file" \
 
400
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
401
            || exit 1; \
 
402
          fi; \
 
403
        done
 
404
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
405
          if test "$$subdir" = .; then :; else \
 
406
            test -d "$(distdir)/$$subdir" \
 
407
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
408
            || exit 1; \
 
409
          fi; \
 
410
        done
 
411
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
412
          if test "$$subdir" = .; then :; else \
 
413
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
414
            $(am__relativize); \
 
415
            new_distdir=$$reldir; \
 
416
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
417
            $(am__relativize); \
 
418
            new_top_distdir=$$reldir; \
 
419
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
420
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
421
            ($(am__cd) $$subdir && \
 
422
              $(MAKE) $(AM_MAKEFLAGS) \
 
423
                top_distdir="$$new_top_distdir" \
 
424
                distdir="$$new_distdir" \
 
425
                am__remove_distdir=: \
 
426
                am__skip_length_check=: \
 
427
                am__skip_mode_fix=: \
 
428
                distdir) \
 
429
              || exit 1; \
 
430
          fi; \
 
431
        done
 
432
        -test -n "$(am__skip_mode_fix)" \
 
433
        || find "$(distdir)" -type d ! -perm -755 \
 
434
                -exec chmod u+rwx,go+rx {} \; -o \
 
435
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
436
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
437
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
438
        || chmod -R a+r "$(distdir)"
 
439
dist-gzip: distdir
 
440
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
441
        $(am__remove_distdir)
 
442
 
 
443
dist-bzip2: distdir
 
444
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
445
        $(am__remove_distdir)
 
446
 
 
447
dist-lzma: distdir
 
448
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
449
        $(am__remove_distdir)
 
450
 
 
451
dist-xz: distdir
 
452
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
453
        $(am__remove_distdir)
 
454
 
 
455
dist-tarZ: distdir
 
456
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
457
        $(am__remove_distdir)
 
458
 
 
459
dist-shar: distdir
 
460
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
461
        $(am__remove_distdir)
 
462
 
 
463
dist-zip: distdir
 
464
        -rm -f $(distdir).zip
 
465
        zip -rq $(distdir).zip $(distdir)
 
466
        $(am__remove_distdir)
 
467
 
 
468
dist dist-all: distdir
 
469
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
470
        $(am__remove_distdir)
 
471
 
 
472
# This target untars the dist file and tries a VPATH configuration.  Then
 
473
# it guarantees that the distribution is self-contained by making another
 
474
# tarfile.
 
475
distcheck: dist
 
476
        case '$(DIST_ARCHIVES)' in \
 
477
        *.tar.gz*) \
 
478
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
479
        *.tar.bz2*) \
 
480
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
481
        *.tar.lzma*) \
 
482
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
483
        *.tar.xz*) \
 
484
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
485
        *.tar.Z*) \
 
486
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
487
        *.shar.gz*) \
 
488
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
489
        *.zip*) \
 
490
          unzip $(distdir).zip ;;\
 
491
        esac
 
492
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
493
        mkdir $(distdir)/_build
 
494
        mkdir $(distdir)/_inst
 
495
        chmod a-w $(distdir)
 
496
        test -d $(distdir)/_build || exit 0; \
 
497
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
498
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
499
          && am__cwd=`pwd` \
 
500
          && $(am__cd) $(distdir)/_build \
 
501
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
502
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
503
          && $(MAKE) $(AM_MAKEFLAGS) \
 
504
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
505
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
506
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
507
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
508
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
509
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
510
                distuninstallcheck \
 
511
          && chmod -R a-w "$$dc_install_base" \
 
512
          && ({ \
 
513
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
514
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
515
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
516
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
517
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
518
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
519
          && rm -rf "$$dc_destdir" \
 
520
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
521
          && rm -rf $(DIST_ARCHIVES) \
 
522
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
523
          && cd "$$am__cwd" \
 
524
          || exit 1
 
525
        $(am__remove_distdir)
 
526
        @(echo "$(distdir) archives ready for distribution: "; \
 
527
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
528
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
529
distuninstallcheck:
 
530
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
531
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
532
           || { echo "ERROR: files left after uninstall:" ; \
 
533
                if test -n "$(DESTDIR)"; then \
 
534
                  echo "  (check DESTDIR support)"; \
 
535
                fi ; \
 
536
                $(distuninstallcheck_listfiles) ; \
 
537
                exit 1; } >&2
 
538
distcleancheck: distclean
 
539
        @if test '$(srcdir)' = . ; then \
 
540
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
541
          exit 1 ; \
 
542
        fi
 
543
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
544
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
545
               $(distcleancheck_listfiles) ; \
 
546
               exit 1; } >&2
 
547
check-am: all-am
 
548
check: check-recursive
 
549
all-am: Makefile
 
550
installdirs: installdirs-recursive
 
551
installdirs-am:
 
552
install: install-recursive
 
553
install-exec: install-exec-recursive
 
554
install-data: install-data-recursive
 
555
uninstall: uninstall-recursive
 
556
 
 
557
install-am: all-am
 
558
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
559
 
 
560
installcheck: installcheck-recursive
 
561
install-strip:
 
562
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
563
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
564
          `test -z '$(STRIP)' || \
 
565
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
566
mostlyclean-generic:
 
567
 
 
568
clean-generic:
 
569
 
 
570
distclean-generic:
 
571
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
572
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
573
 
 
574
maintainer-clean-generic:
 
575
        @echo "This command is intended for maintainers to use"
 
576
        @echo "it deletes files that may require special tools to rebuild."
 
577
clean: clean-recursive
 
578
 
 
579
clean-am: clean-generic mostlyclean-am
 
580
 
 
581
distclean: distclean-recursive
 
582
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
583
        -rm -f Makefile
 
584
distclean-am: clean-am distclean-generic distclean-tags
 
585
 
 
586
dvi: dvi-recursive
 
587
 
 
588
dvi-am:
 
589
 
 
590
html: html-recursive
 
591
 
 
592
html-am:
 
593
 
 
594
info: info-recursive
 
595
 
 
596
info-am:
 
597
 
 
598
install-data-am:
 
599
 
 
600
install-dvi: install-dvi-recursive
 
601
 
 
602
install-dvi-am:
 
603
 
 
604
install-exec-am:
 
605
 
 
606
install-html: install-html-recursive
 
607
 
 
608
install-html-am:
 
609
 
 
610
install-info: install-info-recursive
 
611
 
 
612
install-info-am:
 
613
 
 
614
install-man:
 
615
 
 
616
install-pdf: install-pdf-recursive
 
617
 
 
618
install-pdf-am:
 
619
 
 
620
install-ps: install-ps-recursive
 
621
 
 
622
install-ps-am:
 
623
 
 
624
installcheck-am:
 
625
 
 
626
maintainer-clean: maintainer-clean-recursive
 
627
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
628
        -rm -rf $(top_srcdir)/autom4te.cache
 
629
        -rm -f Makefile
 
630
maintainer-clean-am: distclean-am maintainer-clean-generic
 
631
 
 
632
mostlyclean: mostlyclean-recursive
 
633
 
 
634
mostlyclean-am: mostlyclean-generic
 
635
 
 
636
pdf: pdf-recursive
 
637
 
 
638
pdf-am:
 
639
 
 
640
ps: ps-recursive
 
641
 
 
642
ps-am:
 
643
 
 
644
uninstall-am:
 
645
 
 
646
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
647
        install-am install-strip tags-recursive
 
648
 
 
649
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
650
        all all-am am--refresh check check-am clean clean-generic \
 
651
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
652
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
653
        distclean distclean-generic distclean-tags distcleancheck \
 
654
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
655
        info-am install install-am install-data install-data-am \
 
656
        install-dvi install-dvi-am install-exec install-exec-am \
 
657
        install-html install-html-am install-info install-info-am \
 
658
        install-man install-pdf install-pdf-am install-ps \
 
659
        install-ps-am install-strip installcheck installcheck-am \
 
660
        installdirs installdirs-am maintainer-clean \
 
661
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
662
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
663
 
 
664
 
 
665
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
666
# Otherwise a system limit (for SysV at least) may be exceeded.
 
667
.NOEXPORT: