~ubuntu-branches/debian/stretch/haserl/stretch

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-05-11 01:53:02 UTC
  • Revision ID: james.westby@ubuntu.com-20110511015302-hu025896t08mskgy
Tags: upstream-0.9.29
ImportĀ upstreamĀ versionĀ 0.9.29

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