~ubuntu-branches/ubuntu/lucid/libxpm/lucid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau, Timo Aaltonen, Julien Cristau
  • Date: 2009-11-25 19:31:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20091125193108-sr3rcc07tnpr2ncj
[ Timo Aaltonen ]
* New upstream release.
* Bump the build-dep on xutils-dev (>= 1:7.5~1).

[ Julien Cristau ]
* Bump Standards-Version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
19
20
 
20
21
VPATH = @srcdir@
21
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkgincludedir = $(includedir)/@PACKAGE@
22
24
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
 
25
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
27
install_sh_DATA = $(install_sh) -c -m 644
26
28
install_sh_PROGRAM = $(install_sh) -c
51
53
mkinstalldirs = $(install_sh) -d
52
54
CONFIG_HEADER = config.h
53
55
CONFIG_CLEAN_FILES = xpm.pc
 
56
CONFIG_CLEAN_VPATH_FILES =
 
57
AM_V_GEN = $(am__v_GEN_$(V))
 
58
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
59
am__v_GEN_0 = @echo "  GEN   " $@;
 
60
AM_V_at = $(am__v_at_$(V))
 
61
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
62
am__v_at_0 = @
54
63
SOURCES =
55
64
DIST_SOURCES =
56
65
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65
74
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
66
75
    *) f=$$p;; \
67
76
  esac;
68
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
77
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
78
am__install_max = 40
 
79
am__nobase_strip_setup = \
 
80
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
81
am__nobase_strip = \
 
82
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
83
am__nobase_list = $(am__nobase_strip_setup); \
 
84
  for p in $$list; do echo "$$p $$p"; done | \
 
85
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
86
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
87
    if (++n[$$2] == $(am__install_max)) \
 
88
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
89
    END { for (dir in files) print dir, files[dir] }'
 
90
am__base_list = \
 
91
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
92
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
69
93
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
70
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
71
94
DATA = $(pkgconfig_DATA)
72
95
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
73
96
  distclean-recursive maintainer-clean-recursive
 
97
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
98
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
99
        distdir dist dist-all distcheck
74
100
ETAGS = etags
75
101
CTAGS = ctags
76
102
DIST_SUBDIRS = $(SUBDIRS)
78
104
distdir = $(PACKAGE)-$(VERSION)
79
105
top_distdir = $(distdir)
80
106
am__remove_distdir = \
81
 
  { test ! -d $(distdir) \
82
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
83
 
         && rm -fr $(distdir); }; }
 
107
  { test ! -d "$(distdir)" \
 
108
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
109
         && rm -fr "$(distdir)"; }; }
 
110
am__relativize = \
 
111
  dir0=`pwd`; \
 
112
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
113
  sed_rest='s,^[^/]*/*,,'; \
 
114
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
115
  sed_butlast='s,/*[^/]*$$,,'; \
 
116
  while test -n "$$dir1"; do \
 
117
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
118
    if test "$$first" != "."; then \
 
119
      if test "$$first" = ".."; then \
 
120
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
121
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
122
      else \
 
123
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
124
        if test "$$first2" = "$$first"; then \
 
125
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
126
        else \
 
127
          dir2="../$$dir2"; \
 
128
        fi; \
 
129
        dir0="$$dir0"/"$$first"; \
 
130
      fi; \
 
131
    fi; \
 
132
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
133
  done; \
 
134
  reldir="$$dir2"
84
135
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
85
136
GZIP_ENV = --best
86
137
distuninstallcheck_listfiles = find . -type f -print
87
 
distcleancheck_listfiles = find . -type f -print
88
138
ACLOCAL = @ACLOCAL@
89
139
ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
90
140
ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
91
141
AMTAR = @AMTAR@
 
142
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
92
143
APP_MAN_DIR = @APP_MAN_DIR@
93
144
APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
94
145
AR = @AR@
99
150
CC = @CC@
100
151
CCDEPMODE = @CCDEPMODE@
101
152
CFLAGS = @CFLAGS@
 
153
CHANGELOG_CMD = @CHANGELOG_CMD@
102
154
CPP = @CPP@
103
155
CPPFLAGS = @CPPFLAGS@
 
156
CWARNFLAGS = @CWARNFLAGS@
104
157
CXX = @CXX@
105
158
CXXCPP = @CXXCPP@
106
159
CXXDEPMODE = @CXXDEPMODE@
110
163
DEPDIR = @DEPDIR@
111
164
DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
112
165
DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
 
166
DSYMUTIL = @DSYMUTIL@
113
167
ECHO = @ECHO@
114
168
ECHO_C = @ECHO_C@
115
169
ECHO_N = @ECHO_N@
140
194
MISC_MAN_DIR = @MISC_MAN_DIR@
141
195
MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
142
196
MKDIR_P = @MKDIR_P@
 
197
NMEDIT = @NMEDIT@
143
198
OBJEXT = @OBJEXT@
144
199
PACKAGE = @PACKAGE@
145
200
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150
205
PATH_SEPARATOR = @PATH_SEPARATOR@
151
206
PKG_CONFIG = @PKG_CONFIG@
152
207
RANLIB = @RANLIB@
 
208
SED = @SED@
153
209
SET_MAKE = @SET_MAKE@
154
210
SHELL = @SHELL@
155
211
STRIP = @STRIP@
179
235
builddir = @builddir@
180
236
datadir = @datadir@
181
237
datarootdir = @datarootdir@
 
238
distcleancheck_listfiles = @distcleancheck_listfiles@
182
239
docdir = @docdir@
183
240
dvidir = @dvidir@
184
241
exec_prefix = @exec_prefix@
207
264
srcdir = @srcdir@
208
265
sysconfdir = @sysconfdir@
209
266
target_alias = @target_alias@
 
267
top_build_prefix = @top_build_prefix@
210
268
top_builddir = @top_builddir@
211
269
top_srcdir = @top_srcdir@
212
270
SUBDIRS = src sxpm cxpm
213
271
pkgconfigdir = $(libdir)/pkgconfig
214
272
pkgconfig_DATA = xpm.pc
215
 
EXTRA_DIST = \
216
 
        xpm.pc.in \
217
 
        xpm.PS.gz \
218
 
        CHANGES \
219
 
        COPYRIGHT \
220
 
        FAQ.html \
221
 
        FILES \
222
 
        README.AMIGA \
223
 
        README.html \
224
 
        README.MSW
225
 
 
 
273
EXTRA_DIST = xpm.pc.in xpm.PS.gz CHANGES COPYRIGHT FAQ.html FILES \
 
274
        README.AMIGA README.html README.MSW ChangeLog
 
275
MAINTAINERCLEANFILES = ChangeLog
226
276
all: config.h
227
277
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
228
278
 
233
283
        @for dep in $?; do \
234
284
          case '$(am__configure_deps)' in \
235
285
            *$$dep*) \
236
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
237
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
286
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
287
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
238
288
                && exit 0; \
239
289
              exit 1;; \
240
290
          esac; \
241
291
        done; \
242
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
243
 
        cd $(top_srcdir) && \
244
 
          $(AUTOMAKE) --gnu  Makefile
 
292
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
293
        $(am__cd) $(top_srcdir) && \
 
294
          $(AUTOMAKE) --gnu Makefile
245
295
.PRECIOUS: Makefile
246
296
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247
297
        @case '$?' in \
257
307
        $(SHELL) ./config.status --recheck
258
308
 
259
309
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
260
 
        cd $(srcdir) && $(AUTOCONF)
 
310
        $(am__cd) $(srcdir) && $(AUTOCONF)
261
311
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
262
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
312
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
313
$(am__aclocal_m4_deps):
263
314
 
264
315
config.h: stamp-h1
265
316
        @if test ! -f $@; then \
271
322
        @rm -f stamp-h1
272
323
        cd $(top_builddir) && $(SHELL) ./config.status config.h
273
324
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
274
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
325
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
275
326
        rm -f stamp-h1
276
327
        touch $@
277
328
 
287
338
        -rm -rf .libs _libs
288
339
 
289
340
distclean-libtool:
290
 
        -rm -f libtool
 
341
        -rm -f libtool config.lt
291
342
install-pkgconfigDATA: $(pkgconfig_DATA)
292
343
        @$(NORMAL_INSTALL)
293
344
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
294
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
345
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
346
        for p in $$list; do \
295
347
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
296
 
          f=$(am__strip_dir) \
297
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
298
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
348
          echo "$$d$$p"; \
 
349
        done | $(am__base_list) | \
 
350
        while read files; do \
 
351
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
352
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
299
353
        done
300
354
 
301
355
uninstall-pkgconfigDATA:
302
356
        @$(NORMAL_UNINSTALL)
303
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
304
 
          f=$(am__strip_dir) \
305
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
306
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
307
 
        done
 
357
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
358
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
359
        test -n "$$files" || exit 0; \
 
360
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
361
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
308
362
 
309
363
# This directory's subdirectories are mostly independent; you can cd
310
364
# into them and run `make' without going through this Makefile.
330
384
          else \
331
385
            local_target="$$target"; \
332
386
          fi; \
333
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
387
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
334
388
          || eval $$failcom; \
335
389
        done; \
336
390
        if test "$$dot_seen" = "no"; then \
364
418
          else \
365
419
            local_target="$$target"; \
366
420
          fi; \
367
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
421
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
368
422
          || eval $$failcom; \
369
423
        done && test -z "$$fail"
370
424
tags-recursive:
371
425
        list='$(SUBDIRS)'; for subdir in $$list; do \
372
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
426
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
373
427
        done
374
428
ctags-recursive:
375
429
        list='$(SUBDIRS)'; for subdir in $$list; do \
376
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
430
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
377
431
        done
378
432
 
379
433
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
381
435
        unique=`for i in $$list; do \
382
436
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
437
          done | \
384
 
          $(AWK) '    { files[$$0] = 1; } \
385
 
               END { for (i in files) print i; }'`; \
 
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
440
        mkid -fID $$unique
387
441
tags: TAGS
388
442
 
389
443
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
390
444
                $(TAGS_FILES) $(LISP)
391
 
        tags=; \
 
445
        set x; \
392
446
        here=`pwd`; \
393
447
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
394
448
          include_option=--etags-include; \
400
454
        list='$(SUBDIRS)'; for subdir in $$list; do \
401
455
          if test "$$subdir" = .; then :; else \
402
456
            test ! -f $$subdir/TAGS || \
403
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
457
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
404
458
          fi; \
405
459
        done; \
406
460
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
407
461
        unique=`for i in $$list; do \
408
462
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
409
463
          done | \
410
 
          $(AWK) '    { files[$$0] = 1; } \
411
 
               END { for (i in files) print i; }'`; \
412
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
464
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
465
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
466
        shift; \
 
467
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
413
468
          test -n "$$unique" || unique=$$empty_fix; \
414
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
415
 
            $$tags $$unique; \
 
469
          if test $$# -gt 0; then \
 
470
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
471
              "$$@" $$unique; \
 
472
          else \
 
473
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
474
              $$unique; \
 
475
          fi; \
416
476
        fi
417
477
ctags: CTAGS
418
478
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
419
479
                $(TAGS_FILES) $(LISP)
420
 
        tags=; \
421
 
        here=`pwd`; \
422
480
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
423
481
        unique=`for i in $$list; do \
424
482
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425
483
          done | \
426
 
          $(AWK) '    { files[$$0] = 1; } \
427
 
               END { for (i in files) print i; }'`; \
428
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
484
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
485
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
486
        test -z "$(CTAGS_ARGS)$$unique" \
429
487
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
430
 
             $$tags $$unique
 
488
             $$unique
431
489
 
432
490
GTAGS:
433
491
        here=`$(am__cd) $(top_builddir) && pwd` \
434
 
          && cd $(top_srcdir) \
435
 
          && gtags -i $(GTAGS_ARGS) $$here
 
492
          && $(am__cd) $(top_srcdir) \
 
493
          && gtags -i $(GTAGS_ARGS) "$$here"
436
494
 
437
495
distclean-tags:
438
496
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
439
497
 
440
498
distdir: $(DISTFILES)
441
499
        $(am__remove_distdir)
442
 
        test -d $(distdir) || mkdir $(distdir)
 
500
        test -d "$(distdir)" || mkdir "$(distdir)"
443
501
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444
502
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445
503
        list='$(DISTFILES)'; \
455
513
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
456
514
          if test -d $$d/$$file; then \
457
515
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
516
            if test -d "$(distdir)/$$file"; then \
 
517
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
518
            fi; \
458
519
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
459
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
520
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
521
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
460
522
            fi; \
461
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
523
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
462
524
          else \
463
 
            test -f $(distdir)/$$file \
464
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
525
            test -f "$(distdir)/$$file" \
 
526
            || cp -p $$d/$$file "$(distdir)/$$file" \
465
527
            || exit 1; \
466
528
          fi; \
467
529
        done
468
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
530
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
469
531
          if test "$$subdir" = .; then :; else \
470
532
            test -d "$(distdir)/$$subdir" \
471
533
            || $(MKDIR_P) "$(distdir)/$$subdir" \
472
534
            || exit 1; \
473
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
474
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
475
 
            (cd $$subdir && \
 
535
          fi; \
 
536
        done
 
537
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
538
          if test "$$subdir" = .; then :; else \
 
539
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
540
            $(am__relativize); \
 
541
            new_distdir=$$reldir; \
 
542
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
543
            $(am__relativize); \
 
544
            new_top_distdir=$$reldir; \
 
545
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
546
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
547
            ($(am__cd) $$subdir && \
476
548
              $(MAKE) $(AM_MAKEFLAGS) \
477
 
                top_distdir="$$top_distdir" \
478
 
                distdir="$$distdir/$$subdir" \
 
549
                top_distdir="$$new_top_distdir" \
 
550
                distdir="$$new_distdir" \
479
551
                am__remove_distdir=: \
480
552
                am__skip_length_check=: \
 
553
                am__skip_mode_fix=: \
481
554
                distdir) \
482
555
              || exit 1; \
483
556
          fi; \
484
557
        done
485
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
558
        $(MAKE) $(AM_MAKEFLAGS) \
 
559
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
560
          dist-hook
 
561
        -test -n "$(am__skip_mode_fix)" \
 
562
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
486
563
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
487
564
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
488
565
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
489
 
        || chmod -R a+r $(distdir)
 
566
        || chmod -R a+r "$(distdir)"
490
567
dist-gzip: distdir
491
568
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
492
569
        $(am__remove_distdir)
494
571
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
495
572
        $(am__remove_distdir)
496
573
 
 
574
dist-lzma: distdir
 
575
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
576
        $(am__remove_distdir)
 
577
 
 
578
dist-xz: distdir
 
579
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
580
        $(am__remove_distdir)
 
581
 
497
582
dist-tarZ: distdir
498
583
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
499
584
        $(am__remove_distdir)
521
606
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
522
607
        *.tar.bz2*) \
523
608
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
609
        *.tar.lzma*) \
 
610
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
611
        *.tar.xz*) \
 
612
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
524
613
        *.tar.Z*) \
525
614
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
526
615
        *.shar.gz*) \
532
621
        mkdir $(distdir)/_build
533
622
        mkdir $(distdir)/_inst
534
623
        chmod a-w $(distdir)
 
624
        test -d $(distdir)/_build || exit 0; \
535
625
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
536
626
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
537
 
          && cd $(distdir)/_build \
 
627
          && am__cwd=`pwd` \
 
628
          && $(am__cd) $(distdir)/_build \
538
629
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
539
630
            $(DISTCHECK_CONFIGURE_FLAGS) \
540
631
          && $(MAKE) $(AM_MAKEFLAGS) \
556
647
          && rm -rf "$$dc_destdir" \
557
648
          && $(MAKE) $(AM_MAKEFLAGS) dist \
558
649
          && rm -rf $(DIST_ARCHIVES) \
559
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
650
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
651
          && cd "$$am__cwd" \
 
652
          || exit 1
560
653
        $(am__remove_distdir)
561
654
        @(echo "$(distdir) archives ready for distribution: "; \
562
655
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
563
656
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
564
657
distuninstallcheck:
565
 
        @cd $(distuninstallcheck_dir) \
 
658
        @$(am__cd) '$(distuninstallcheck_dir)' \
566
659
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
567
660
           || { echo "ERROR: files left after uninstall:" ; \
568
661
                if test -n "$(DESTDIR)"; then \
607
700
 
608
701
distclean-generic:
609
702
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
703
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
610
704
 
611
705
maintainer-clean-generic:
612
706
        @echo "This command is intended for maintainers to use"
613
707
        @echo "it deletes files that may require special tools to rebuild."
 
708
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
614
709
clean: clean-recursive
615
710
 
616
711
clean-am: clean-generic clean-libtool mostlyclean-am
627
722
 
628
723
html: html-recursive
629
724
 
 
725
html-am:
 
726
 
630
727
info: info-recursive
631
728
 
632
729
info-am:
635
732
 
636
733
install-dvi: install-dvi-recursive
637
734
 
 
735
install-dvi-am:
 
736
 
638
737
install-exec-am:
639
738
 
640
739
install-html: install-html-recursive
641
740
 
 
741
install-html-am:
 
742
 
642
743
install-info: install-info-recursive
643
744
 
 
745
install-info-am:
 
746
 
644
747
install-man:
645
748
 
646
749
install-pdf: install-pdf-recursive
647
750
 
 
751
install-pdf-am:
 
752
 
648
753
install-ps: install-ps-recursive
649
754
 
 
755
install-ps-am:
 
756
 
650
757
installcheck-am:
651
758
 
652
759
maintainer-clean: maintainer-clean-recursive
669
776
 
670
777
uninstall-am: uninstall-pkgconfigDATA
671
778
 
672
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
673
 
        install-strip
 
779
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
780
        ctags-recursive install-am install-strip tags-recursive
674
781
 
675
782
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
676
783
        all all-am am--refresh check check-am clean clean-generic \
677
784
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
678
 
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
679
 
        distclean-generic distclean-hdr distclean-libtool \
680
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
681
 
        dvi-am html html-am info info-am install install-am \
682
 
        install-data install-data-am install-dvi install-dvi-am \
683
 
        install-exec install-exec-am install-html install-html-am \
684
 
        install-info install-info-am install-man install-pdf \
685
 
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
686
 
        install-strip installcheck installcheck-am installdirs \
687
 
        installdirs-am maintainer-clean maintainer-clean-generic \
688
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
689
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
690
 
        uninstall-pkgconfigDATA
 
785
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
 
786
        dist-zip distcheck distclean distclean-generic distclean-hdr \
 
787
        distclean-libtool distclean-tags distcleancheck distdir \
 
788
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
789
        install install-am install-data install-data-am install-dvi \
 
790
        install-dvi-am install-exec install-exec-am install-html \
 
791
        install-html-am install-info install-info-am install-man \
 
792
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
793
        install-ps-am install-strip installcheck installcheck-am \
 
794
        installdirs installdirs-am maintainer-clean \
 
795
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
796
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
797
        uninstall uninstall-am uninstall-pkgconfigDATA
 
798
 
 
799
 
 
800
.PHONY: ChangeLog
 
801
 
 
802
ChangeLog:
 
803
        $(CHANGELOG_CMD)
 
804
 
 
805
dist-hook: ChangeLog
691
806
 
692
807
# Tell versions [3.59,3.63) of GNU make to not export all variables.
693
808
# Otherwise a system limit (for SysV at least) may be exceeded.