/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: Tim Marston
  • Date: 2013-07-17 21:22:17 UTC
  • Revision ID: tim@ed.am-20130717212217-iip16jsy3hz5w4e9
fixed composit operator to handle light and dark images

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