/gtk/prep-images

To get this branch, use:
bzr branch http://bzr.ed.am/gtk/prep-images

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: edam
  • Date: 2011-02-23 19:43:45 UTC
  • Revision ID: edam@waxworlds.org-20110223194345-f7ichg83dzo6m87x
- initial commit, includes project and build setup

Show diffs side-by-side

added added

removed removed

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