~ubuntu-branches/ubuntu/trusty/etl/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-05-12 16:24:53 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120512162453-gho4kely37m2t4xr
Tags: 0.04.15-1
* New maintainers (Closes: #665041)
* New upstream release.
* imported latest QA changes
* Packaging update
  + to straight debhelper + dh-autoreconf
  + compat & debhelper to version 9
  + corrected Vcs-Browser URL
  + allow dh_auto_test failure (fixes FTBFS)
  + Maintainer set to d-multimedia

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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, 2007, 2008  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
53
55
mkinstalldirs = $(install_sh) -d
54
56
CONFIG_HEADER = $(top_builddir)/ETL/etl_profile_.h
55
57
CONFIG_CLEAN_FILES = ETL-config ETL.pc doxygen.cfg
 
58
CONFIG_CLEAN_VPATH_FILES =
 
59
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
60
am__vpath_adj = case $$p in \
 
61
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
62
    *) f=$$p;; \
 
63
  esac;
 
64
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
65
am__install_max = 40
 
66
am__nobase_strip_setup = \
 
67
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
68
am__nobase_strip = \
 
69
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
70
am__nobase_list = $(am__nobase_strip_setup); \
 
71
  for p in $$list; do echo "$$p $$p"; done | \
 
72
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
73
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
74
    if (++n[$$2] == $(am__install_max)) \
 
75
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
76
    END { for (dir in files) print dir, files[dir] }'
 
77
am__base_list = \
 
78
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
56
80
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
57
 
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
58
81
SCRIPTS = $(bin_SCRIPTS)
59
82
SOURCES =
60
83
DIST_SOURCES =
65
88
        install-pdf-recursive install-ps-recursive install-recursive \
66
89
        installcheck-recursive installdirs-recursive pdf-recursive \
67
90
        ps-recursive uninstall-recursive
68
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
69
 
am__vpath_adj = case $$p in \
70
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
71
 
    *) f=$$p;; \
72
 
  esac;
73
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
74
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
75
91
DATA = $(pkgconfig_DATA)
76
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77
93
  distclean-recursive maintainer-clean-recursive
 
94
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
95
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
96
        distdir dist dist-all distcheck
78
97
ETAGS = etags
79
98
CTAGS = ctags
80
99
DIST_SUBDIRS = $(SUBDIRS)
82
101
distdir = $(PACKAGE)-$(VERSION)
83
102
top_distdir = $(distdir)
84
103
am__remove_distdir = \
85
 
  { test ! -d $(distdir) \
86
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
87
 
         && rm -fr $(distdir); }; }
 
104
  { test ! -d "$(distdir)" \
 
105
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
106
         && rm -fr "$(distdir)"; }; }
 
107
am__relativize = \
 
108
  dir0=`pwd`; \
 
109
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
110
  sed_rest='s,^[^/]*/*,,'; \
 
111
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
112
  sed_butlast='s,/*[^/]*$$,,'; \
 
113
  while test -n "$$dir1"; do \
 
114
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
115
    if test "$$first" != "."; then \
 
116
      if test "$$first" = ".."; then \
 
117
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
118
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
119
      else \
 
120
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
121
        if test "$$first2" = "$$first"; then \
 
122
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
123
        else \
 
124
          dir2="../$$dir2"; \
 
125
        fi; \
 
126
        dir0="$$dir0"/"$$first"; \
 
127
      fi; \
 
128
    fi; \
 
129
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
130
  done; \
 
131
  reldir="$$dir2"
88
132
DIST_ARCHIVES = $(distdir).tar.gz
89
133
GZIP_ENV = --best
90
134
distuninstallcheck_listfiles = find . -type f -print
130
174
PACKAGE_NAME = @PACKAGE_NAME@
131
175
PACKAGE_STRING = @PACKAGE_STRING@
132
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
177
PACKAGE_URL = @PACKAGE_URL@
133
178
PACKAGE_VERSION = @PACKAGE_VERSION@
134
179
PATH_SEPARATOR = @PATH_SEPARATOR@
135
180
RANLIB = @RANLIB@
258
303
        @for dep in $?; do \
259
304
          case '$(am__configure_deps)' in \
260
305
            *$$dep*) \
261
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
262
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
306
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
307
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
263
308
                && exit 0; \
264
309
              exit 1;; \
265
310
          esac; \
266
311
        done; \
267
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
268
 
        cd $(top_srcdir) && \
269
 
          $(AUTOMAKE) --gnu  Makefile
 
312
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
313
        $(am__cd) $(top_srcdir) && \
 
314
          $(AUTOMAKE) --gnu Makefile
270
315
.PRECIOUS: Makefile
271
316
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272
317
        @case '$?' in \
282
327
        $(SHELL) ./config.status --recheck
283
328
 
284
329
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
285
 
        cd $(srcdir) && $(AUTOCONF)
 
330
        $(am__cd) $(srcdir) && $(AUTOCONF)
286
331
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
287
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
332
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
333
$(am__aclocal_m4_deps):
288
334
ETL-config: $(top_builddir)/config.status $(srcdir)/ETL-config.in
289
335
        cd $(top_builddir) && $(SHELL) ./config.status $@
290
336
ETL.pc: $(top_builddir)/config.status $(srcdir)/ETL.pc.in
294
340
install-binSCRIPTS: $(bin_SCRIPTS)
295
341
        @$(NORMAL_INSTALL)
296
342
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
297
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
343
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
344
        for p in $$list; do \
298
345
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
299
 
          if test -f $$d$$p; then \
300
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
301
 
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
302
 
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
303
 
          else :; fi; \
304
 
        done
 
346
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
347
        done | \
 
348
        sed -e 'p;s,.*/,,;n' \
 
349
            -e 'h;s|.*|.|' \
 
350
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
351
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
352
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
353
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
354
              if (++n[d] == $(am__install_max)) { \
 
355
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
356
            else { print "f", d "/" $$4, $$1 } } \
 
357
          END { for (d in files) print "f", d, files[d] }' | \
 
358
        while read type dir files; do \
 
359
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
360
             test -z "$$files" || { \
 
361
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
362
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
363
             } \
 
364
        ; done
305
365
 
306
366
uninstall-binSCRIPTS:
307
367
        @$(NORMAL_UNINSTALL)
308
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
309
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
310
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
311
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
312
 
        done
 
368
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 
369
        files=`for p in $$list; do echo "$$p"; done | \
 
370
               sed -e 's,.*/,,;$(transform)'`; \
 
371
        test -n "$$list" || exit 0; \
 
372
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
373
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
313
374
install-pkgconfigDATA: $(pkgconfig_DATA)
314
375
        @$(NORMAL_INSTALL)
315
376
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
316
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
377
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
378
        for p in $$list; do \
317
379
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
318
 
          f=$(am__strip_dir) \
319
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
320
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
380
          echo "$$d$$p"; \
 
381
        done | $(am__base_list) | \
 
382
        while read files; do \
 
383
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
384
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
321
385
        done
322
386
 
323
387
uninstall-pkgconfigDATA:
324
388
        @$(NORMAL_UNINSTALL)
325
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
326
 
          f=$(am__strip_dir) \
327
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
328
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
329
 
        done
 
389
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
390
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
391
        test -n "$$files" || exit 0; \
 
392
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
393
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
330
394
 
331
395
# This directory's subdirectories are mostly independent; you can cd
332
396
# into them and run `make' without going through this Makefile.
335
399
#     (which will cause the Makefiles to be regenerated when you run `make');
336
400
# (2) otherwise, pass the desired values on the `make' command line.
337
401
$(RECURSIVE_TARGETS):
338
 
        @failcom='exit 1'; \
 
402
        @fail= failcom='exit 1'; \
339
403
        for f in x $$MAKEFLAGS; do \
340
404
          case $$f in \
341
405
            *=* | --[!k]*);; \
352
416
          else \
353
417
            local_target="$$target"; \
354
418
          fi; \
355
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
419
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356
420
          || eval $$failcom; \
357
421
        done; \
358
422
        if test "$$dot_seen" = "no"; then \
360
424
        fi; test -z "$$fail"
361
425
 
362
426
$(RECURSIVE_CLEAN_TARGETS):
363
 
        @failcom='exit 1'; \
 
427
        @fail= failcom='exit 1'; \
364
428
        for f in x $$MAKEFLAGS; do \
365
429
          case $$f in \
366
430
            *=* | --[!k]*);; \
386
450
          else \
387
451
            local_target="$$target"; \
388
452
          fi; \
389
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
453
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
390
454
          || eval $$failcom; \
391
455
        done && test -z "$$fail"
392
456
tags-recursive:
393
457
        list='$(SUBDIRS)'; for subdir in $$list; do \
394
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
458
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
395
459
        done
396
460
ctags-recursive:
397
461
        list='$(SUBDIRS)'; for subdir in $$list; do \
398
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
462
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
399
463
        done
400
464
 
401
465
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
410
474
 
411
475
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
412
476
                $(TAGS_FILES) $(LISP)
413
 
        tags=; \
 
477
        set x; \
414
478
        here=`pwd`; \
415
479
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
416
480
          include_option=--etags-include; \
422
486
        list='$(SUBDIRS)'; for subdir in $$list; do \
423
487
          if test "$$subdir" = .; then :; else \
424
488
            test ! -f $$subdir/TAGS || \
425
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
489
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
426
490
          fi; \
427
491
        done; \
428
492
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
431
495
          done | \
432
496
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
433
497
              END { if (nonempty) { for (i in files) print i; }; }'`; \
434
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
498
        shift; \
 
499
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
435
500
          test -n "$$unique" || unique=$$empty_fix; \
436
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
437
 
            $$tags $$unique; \
 
501
          if test $$# -gt 0; then \
 
502
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
503
              "$$@" $$unique; \
 
504
          else \
 
505
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
506
              $$unique; \
 
507
          fi; \
438
508
        fi
439
509
ctags: CTAGS
440
510
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
441
511
                $(TAGS_FILES) $(LISP)
442
 
        tags=; \
443
512
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
444
513
        unique=`for i in $$list; do \
445
514
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446
515
          done | \
447
516
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448
517
              END { if (nonempty) { for (i in files) print i; }; }'`; \
449
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
518
        test -z "$(CTAGS_ARGS)$$unique" \
450
519
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
451
 
             $$tags $$unique
 
520
             $$unique
452
521
 
453
522
GTAGS:
454
523
        here=`$(am__cd) $(top_builddir) && pwd` \
455
 
          && cd $(top_srcdir) \
456
 
          && gtags -i $(GTAGS_ARGS) $$here
 
524
          && $(am__cd) $(top_srcdir) \
 
525
          && gtags -i $(GTAGS_ARGS) "$$here"
457
526
 
458
527
distclean-tags:
459
528
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460
529
 
461
530
distdir: $(DISTFILES)
462
531
        $(am__remove_distdir)
463
 
        test -d $(distdir) || mkdir $(distdir)
 
532
        test -d "$(distdir)" || mkdir "$(distdir)"
464
533
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465
534
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466
535
        list='$(DISTFILES)'; \
476
545
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
477
546
          if test -d $$d/$$file; then \
478
547
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
548
            if test -d "$(distdir)/$$file"; then \
 
549
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
550
            fi; \
479
551
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
480
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
552
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
553
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481
554
            fi; \
482
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
555
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
483
556
          else \
484
 
            test -f $(distdir)/$$file \
485
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
557
            test -f "$(distdir)/$$file" \
 
558
            || cp -p $$d/$$file "$(distdir)/$$file" \
486
559
            || exit 1; \
487
560
          fi; \
488
561
        done
489
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
562
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
490
563
          if test "$$subdir" = .; then :; else \
491
564
            test -d "$(distdir)/$$subdir" \
492
565
            || $(MKDIR_P) "$(distdir)/$$subdir" \
493
566
            || exit 1; \
494
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
495
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
496
 
            (cd $$subdir && \
 
567
          fi; \
 
568
        done
 
569
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
570
          if test "$$subdir" = .; then :; else \
 
571
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
572
            $(am__relativize); \
 
573
            new_distdir=$$reldir; \
 
574
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
575
            $(am__relativize); \
 
576
            new_top_distdir=$$reldir; \
 
577
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
578
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
579
            ($(am__cd) $$subdir && \
497
580
              $(MAKE) $(AM_MAKEFLAGS) \
498
 
                top_distdir="$$top_distdir" \
499
 
                distdir="$$distdir/$$subdir" \
 
581
                top_distdir="$$new_top_distdir" \
 
582
                distdir="$$new_distdir" \
500
583
                am__remove_distdir=: \
501
584
                am__skip_length_check=: \
 
585
                am__skip_mode_fix=: \
502
586
                distdir) \
503
587
              || exit 1; \
504
588
          fi; \
505
589
        done
506
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
590
        -test -n "$(am__skip_mode_fix)" \
 
591
        || find "$(distdir)" -type d ! -perm -755 \
 
592
                -exec chmod u+rwx,go+rx {} \; -o \
507
593
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
508
594
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
509
595
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
510
 
        || chmod -R a+r $(distdir)
 
596
        || chmod -R a+r "$(distdir)"
511
597
dist-gzip: distdir
512
598
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
513
599
        $(am__remove_distdir)
520
606
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
521
607
        $(am__remove_distdir)
522
608
 
 
609
dist-xz: distdir
 
610
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
611
        $(am__remove_distdir)
 
612
 
523
613
dist-tarZ: distdir
524
614
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
525
615
        $(am__remove_distdir)
543
633
distcheck: dist
544
634
        case '$(DIST_ARCHIVES)' in \
545
635
        *.tar.gz*) \
546
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
636
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
547
637
        *.tar.bz2*) \
548
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
638
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
549
639
        *.tar.lzma*) \
550
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
640
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
641
        *.tar.xz*) \
 
642
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
551
643
        *.tar.Z*) \
552
644
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
553
645
        *.shar.gz*) \
554
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
646
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
555
647
        *.zip*) \
556
648
          unzip $(distdir).zip ;;\
557
649
        esac
559
651
        mkdir $(distdir)/_build
560
652
        mkdir $(distdir)/_inst
561
653
        chmod a-w $(distdir)
 
654
        test -d $(distdir)/_build || exit 0; \
562
655
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
563
656
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
564
 
          && cd $(distdir)/_build \
 
657
          && am__cwd=`pwd` \
 
658
          && $(am__cd) $(distdir)/_build \
565
659
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
566
660
            $(DISTCHECK_CONFIGURE_FLAGS) \
567
661
          && $(MAKE) $(AM_MAKEFLAGS) \
583
677
          && rm -rf "$$dc_destdir" \
584
678
          && $(MAKE) $(AM_MAKEFLAGS) dist \
585
679
          && rm -rf $(DIST_ARCHIVES) \
586
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
680
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
681
          && cd "$$am__cwd" \
 
682
          || exit 1
587
683
        $(am__remove_distdir)
588
684
        @(echo "$(distdir) archives ready for distribution: "; \
589
685
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
590
686
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
591
687
distuninstallcheck:
592
 
        @cd $(distuninstallcheck_dir) \
 
688
        @$(am__cd) '$(distuninstallcheck_dir)' \
593
689
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
594
690
           || { echo "ERROR: files left after uninstall:" ; \
595
691
                if test -n "$(DESTDIR)"; then \
634
730
 
635
731
distclean-generic:
636
732
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
733
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
637
734
 
638
735
maintainer-clean-generic:
639
736
        @echo "This command is intended for maintainers to use"
652
749
 
653
750
dvi-am:
654
751
 
 
752
html-am:
 
753
 
655
754
info: info-recursive
656
755
 
657
756
info-am:
660
759
 
661
760
install-dvi: install-dvi-recursive
662
761
 
 
762
install-dvi-am:
 
763
 
663
764
install-exec-am: install-binSCRIPTS
664
765
 
665
766
install-html: install-html-recursive
666
767
 
 
768
install-html-am:
 
769
 
667
770
install-info: install-info-recursive
668
771
 
 
772
install-info-am:
 
773
 
669
774
install-man:
670
775
 
671
776
install-pdf: install-pdf-recursive
672
777
 
 
778
install-pdf-am:
 
779
 
673
780
install-ps: install-ps-recursive
674
781
 
 
782
install-ps-am:
 
783
 
675
784
installcheck-am:
676
785
 
677
786
maintainer-clean: maintainer-clean-recursive
694
803
 
695
804
uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
696
805
 
697
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
698
 
        install-strip
 
806
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
807
        install-am install-strip tags-recursive
699
808
 
700
809
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
701
810
        all all-am am--refresh check check-am clean clean-generic \
702
811
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
703
 
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
704
 
        distclean-generic distclean-tags distcleancheck distdir \
705
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
706
 
        install install-am install-binSCRIPTS install-data \
 
812
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
 
813
        distclean distclean-generic distclean-tags distcleancheck \
 
814
        distdir distuninstallcheck dvi dvi-am html html-am info \
 
815
        info-am install install-am install-binSCRIPTS install-data \
707
816
        install-data-am install-dvi install-dvi-am install-exec \
708
817
        install-exec-am install-html install-html-am install-info \
709
818
        install-info-am install-man install-pdf install-pdf-am \
755
864
docs: html
756
865
 
757
866
.PHONY: stats listfixmes listhacks check docs pdf html rtf
 
867
 
758
868
# Tell versions [3.59,3.63) of GNU make to not export all variables.
759
869
# Otherwise a system limit (for SysV at least) may be exceeded.
760
870
.NOEXPORT: