~ubuntu-branches/debian/wheezy/tickr/wheezy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emmanuel Thomas-Maurin
  • Date: 2011-08-19 16:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20110819160000-zjko4f60pdxt9i74
Tags: upstream-0.5.3
ImportĀ upstreamĀ versionĀ 0.5.3

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