~yolanda.robla/ubuntu/saucy/clamav/dep-8-tests

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-11-02 23:27:19 UTC
  • mfrom: (0.35.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091102232719-61ay35095dhbuxfm
Tags: 0.95.3+dfsg-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build-dep on electric-fence (in Universe)
  - Build-dep on libltdl3-dev instead of libltdl-dev for updating earlier
    releases more easily
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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, 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.
35
36
 
36
37
VPATH = @srcdir@
37
38
pkgdatadir = $(datadir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
38
40
pkglibdir = $(libdir)/@PACKAGE@
39
 
pkgincludedir = $(includedir)/@PACKAGE@
 
41
pkglibexecdir = $(libexecdir)/@PACKAGE@
40
42
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41
43
install_sh_DATA = $(install_sh) -c -m 644
42
44
install_sh_PROGRAM = $(install_sh) -c
91
93
        docs/man/clamd.conf.5 docs/man/clamdscan.1 docs/man/clamscan.1 \
92
94
        docs/man/freshclam.1 docs/man/freshclam.conf.5 \
93
95
        docs/man/sigtool.1 docs/man/clamdtop.1
 
96
CONFIG_CLEAN_VPATH_FILES =
 
97
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
98
am__vpath_adj = case $$p in \
 
99
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
100
    *) f=$$p;; \
 
101
  esac;
 
102
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
103
am__install_max = 40
 
104
am__nobase_strip_setup = \
 
105
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
106
am__nobase_strip = \
 
107
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
108
am__nobase_list = $(am__nobase_strip_setup); \
 
109
  for p in $$list; do echo "$$p $$p"; done | \
 
110
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
111
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
112
    if (++n[$$2] == $(am__install_max)) \
 
113
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
114
    END { for (dir in files) print dir, files[dir] }'
 
115
am__base_list = \
 
116
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
117
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
94
118
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
95
 
binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
96
119
SCRIPTS = $(bin_SCRIPTS)
97
120
SOURCES =
98
121
DIST_SOURCES =
103
126
        install-pdf-recursive install-ps-recursive install-recursive \
104
127
        installcheck-recursive installdirs-recursive pdf-recursive \
105
128
        ps-recursive uninstall-recursive
106
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107
 
am__vpath_adj = case $$p in \
108
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
109
 
    *) f=$$p;; \
110
 
  esac;
111
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
112
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
113
129
DATA = $(pkgconfig_DATA)
114
130
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
115
131
  distclean-recursive maintainer-clean-recursive
 
132
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
133
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
134
        distdir dist dist-all distcheck
116
135
ETAGS = etags
117
136
CTAGS = ctags
118
137
DIST_SUBDIRS = $(SUBDIRS)
120
139
distdir = $(PACKAGE)-$(VERSION)
121
140
top_distdir = $(distdir)
122
141
am__remove_distdir = \
123
 
  { test ! -d $(distdir) \
124
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
125
 
         && rm -fr $(distdir); }; }
 
142
  { test ! -d "$(distdir)" \
 
143
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
144
         && rm -fr "$(distdir)"; }; }
 
145
am__relativize = \
 
146
  dir0=`pwd`; \
 
147
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
148
  sed_rest='s,^[^/]*/*,,'; \
 
149
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
150
  sed_butlast='s,/*[^/]*$$,,'; \
 
151
  while test -n "$$dir1"; do \
 
152
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
153
    if test "$$first" != "."; then \
 
154
      if test "$$first" = ".."; then \
 
155
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
156
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
157
      else \
 
158
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
159
        if test "$$first2" = "$$first"; then \
 
160
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
161
        else \
 
162
          dir2="../$$dir2"; \
 
163
        fi; \
 
164
        dir0="$$dir0"/"$$first"; \
 
165
      fi; \
 
166
    fi; \
 
167
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
168
  done; \
 
169
  reldir="$$dir2"
126
170
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
127
171
GZIP_ENV = --best
128
172
distcleancheck_listfiles = find . -type f -print
211
255
PACKAGE_NAME = @PACKAGE_NAME@
212
256
PACKAGE_STRING = @PACKAGE_STRING@
213
257
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
258
PACKAGE_URL = @PACKAGE_URL@
214
259
PACKAGE_VERSION = @PACKAGE_VERSION@
215
260
PATH_SEPARATOR = @PATH_SEPARATOR@
216
261
RANLIB = @RANLIB@
343
388
        @for dep in $?; do \
344
389
          case '$(am__configure_deps)' in \
345
390
            *$$dep*) \
346
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
347
 
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
391
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
392
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
348
393
                && exit 0; \
349
394
              exit 1;; \
350
395
          esac; \
351
396
        done; \
352
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
353
 
        cd $(top_srcdir) && \
354
 
          $(AUTOMAKE) --foreign  Makefile
 
397
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
398
        $(am__cd) $(top_srcdir) && \
 
399
          $(AUTOMAKE) --foreign Makefile
355
400
.PRECIOUS: Makefile
356
401
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
357
402
        @case '$?' in \
367
412
        $(SHELL) ./config.status --recheck
368
413
 
369
414
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
370
 
        cd $(srcdir) && $(AUTOCONF)
 
415
        $(am__cd) $(srcdir) && $(AUTOCONF)
371
416
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
372
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
417
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
418
$(am__aclocal_m4_deps):
373
419
 
374
420
clamav-config.h: stamp-h1
375
421
        @if test ! -f $@; then \
381
427
        @rm -f stamp-h1
382
428
        cd $(top_builddir) && $(SHELL) ./config.status clamav-config.h
383
429
$(srcdir)/clamav-config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
384
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
430
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
385
431
        rm -f stamp-h1
386
432
        touch $@
387
433
 
414
460
install-binSCRIPTS: $(bin_SCRIPTS)
415
461
        @$(NORMAL_INSTALL)
416
462
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
417
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
 
463
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
464
        for p in $$list; do \
418
465
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
419
 
          if test -f $$d$$p; then \
420
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
421
 
            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
422
 
            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
423
 
          else :; fi; \
424
 
        done
 
466
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
467
        done | \
 
468
        sed -e 'p;s,.*/,,;n' \
 
469
            -e 'h;s|.*|.|' \
 
470
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
471
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
472
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
473
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
474
              if (++n[d] == $(am__install_max)) { \
 
475
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
476
            else { print "f", d "/" $$4, $$1 } } \
 
477
          END { for (d in files) print "f", d, files[d] }' | \
 
478
        while read type dir files; do \
 
479
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
480
             test -z "$$files" || { \
 
481
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
482
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
483
             } \
 
484
        ; done
425
485
 
426
486
uninstall-binSCRIPTS:
427
487
        @$(NORMAL_UNINSTALL)
428
 
        @list='$(bin_SCRIPTS)'; for p in $$list; do \
429
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
430
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
431
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
432
 
        done
 
488
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 
489
        files=`for p in $$list; do echo "$$p"; done | \
 
490
               sed -e 's,.*/,,;$(transform)'`; \
 
491
        test -n "$$list" || exit 0; \
 
492
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
493
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
433
494
 
434
495
installcheck-binSCRIPTS: $(bin_SCRIPTS)
435
496
        bad=0; pid=$$$$; list="$(bin_SCRIPTS)"; for p in $$list; do \
453
514
        -rm -rf .libs _libs
454
515
 
455
516
distclean-libtool:
456
 
        -rm -f libtool
 
517
        -rm -f libtool config.lt
457
518
install-pkgconfigDATA: $(pkgconfig_DATA)
458
519
        @$(NORMAL_INSTALL)
459
520
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
460
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
521
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
522
        for p in $$list; do \
461
523
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
462
 
          f=$(am__strip_dir) \
463
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
464
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
524
          echo "$$d$$p"; \
 
525
        done | $(am__base_list) | \
 
526
        while read files; do \
 
527
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
528
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
465
529
        done
466
530
 
467
531
uninstall-pkgconfigDATA:
468
532
        @$(NORMAL_UNINSTALL)
469
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
470
 
          f=$(am__strip_dir) \
471
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
472
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
473
 
        done
 
533
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
534
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
535
        test -n "$$files" || exit 0; \
 
536
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
537
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
474
538
 
475
539
# This directory's subdirectories are mostly independent; you can cd
476
540
# into them and run `make' without going through this Makefile.
496
560
          else \
497
561
            local_target="$$target"; \
498
562
          fi; \
499
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
563
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
500
564
          || eval $$failcom; \
501
565
        done; \
502
566
        if test "$$dot_seen" = "no"; then \
530
594
          else \
531
595
            local_target="$$target"; \
532
596
          fi; \
533
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
597
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
534
598
          || eval $$failcom; \
535
599
        done && test -z "$$fail"
536
600
tags-recursive:
537
601
        list='$(SUBDIRS)'; for subdir in $$list; do \
538
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
602
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
539
603
        done
540
604
ctags-recursive:
541
605
        list='$(SUBDIRS)'; for subdir in $$list; do \
542
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
606
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
543
607
        done
544
608
 
545
609
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
547
611
        unique=`for i in $$list; do \
548
612
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
549
613
          done | \
550
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
614
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
551
615
              END { if (nonempty) { for (i in files) print i; }; }'`; \
552
616
        mkid -fID $$unique
553
617
tags: TAGS
554
618
 
555
619
TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
556
620
                $(TAGS_FILES) $(LISP)
557
 
        tags=; \
 
621
        set x; \
558
622
        here=`pwd`; \
559
623
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
560
624
          include_option=--etags-include; \
566
630
        list='$(SUBDIRS)'; for subdir in $$list; do \
567
631
          if test "$$subdir" = .; then :; else \
568
632
            test ! -f $$subdir/TAGS || \
569
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
633
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
570
634
          fi; \
571
635
        done; \
572
636
        list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
575
639
          done | \
576
640
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
577
641
              END { if (nonempty) { for (i in files) print i; }; }'`; \
578
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
642
        shift; \
 
643
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
579
644
          test -n "$$unique" || unique=$$empty_fix; \
580
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
581
 
            $$tags $$unique; \
 
645
          if test $$# -gt 0; then \
 
646
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
647
              "$$@" $$unique; \
 
648
          else \
 
649
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
650
              $$unique; \
 
651
          fi; \
582
652
        fi
583
653
ctags: CTAGS
584
654
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
585
655
                $(TAGS_FILES) $(LISP)
586
 
        tags=; \
587
656
        list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
588
657
        unique=`for i in $$list; do \
589
658
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
590
659
          done | \
591
660
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
592
661
              END { if (nonempty) { for (i in files) print i; }; }'`; \
593
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
662
        test -z "$(CTAGS_ARGS)$$unique" \
594
663
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
595
 
             $$tags $$unique
 
664
             $$unique
596
665
 
597
666
GTAGS:
598
667
        here=`$(am__cd) $(top_builddir) && pwd` \
599
 
          && cd $(top_srcdir) \
600
 
          && gtags -i $(GTAGS_ARGS) $$here
 
668
          && $(am__cd) $(top_srcdir) \
 
669
          && gtags -i $(GTAGS_ARGS) "$$here"
601
670
 
602
671
distclean-tags:
603
672
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
604
673
 
605
674
distdir: $(DISTFILES)
606
675
        $(am__remove_distdir)
607
 
        test -d $(distdir) || mkdir $(distdir)
 
676
        test -d "$(distdir)" || mkdir "$(distdir)"
608
677
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
609
678
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
610
679
        list='$(DISTFILES)'; \
620
689
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
621
690
          if test -d $$d/$$file; then \
622
691
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
692
            if test -d "$(distdir)/$$file"; then \
 
693
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
694
            fi; \
623
695
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
624
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
696
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
697
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
625
698
            fi; \
626
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
699
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
627
700
          else \
628
 
            test -f $(distdir)/$$file \
629
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
701
            test -f "$(distdir)/$$file" \
 
702
            || cp -p $$d/$$file "$(distdir)/$$file" \
630
703
            || exit 1; \
631
704
          fi; \
632
705
        done
633
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
706
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
634
707
          if test "$$subdir" = .; then :; else \
635
708
            test -d "$(distdir)/$$subdir" \
636
709
            || $(MKDIR_P) "$(distdir)/$$subdir" \
637
710
            || exit 1; \
638
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
639
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
640
 
            (cd $$subdir && \
 
711
          fi; \
 
712
        done
 
713
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
714
          if test "$$subdir" = .; then :; else \
 
715
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
716
            $(am__relativize); \
 
717
            new_distdir=$$reldir; \
 
718
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
719
            $(am__relativize); \
 
720
            new_top_distdir=$$reldir; \
 
721
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
722
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
723
            ($(am__cd) $$subdir && \
641
724
              $(MAKE) $(AM_MAKEFLAGS) \
642
 
                top_distdir="$$top_distdir" \
643
 
                distdir="$$distdir/$$subdir" \
 
725
                top_distdir="$$new_top_distdir" \
 
726
                distdir="$$new_distdir" \
644
727
                am__remove_distdir=: \
645
728
                am__skip_length_check=: \
 
729
                am__skip_mode_fix=: \
646
730
                distdir) \
647
731
              || exit 1; \
648
732
          fi; \
649
733
        done
650
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
734
        -test -n "$(am__skip_mode_fix)" \
 
735
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
651
736
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
652
737
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
653
738
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
654
 
        || chmod -R a+r $(distdir)
 
739
        || chmod -R a+r "$(distdir)"
655
740
dist-gzip: distdir
656
741
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
657
742
        $(am__remove_distdir)
663
748
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
664
749
        $(am__remove_distdir)
665
750
 
 
751
dist-xz: distdir
 
752
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
753
        $(am__remove_distdir)
 
754
 
666
755
dist-tarZ: distdir
667
756
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
668
757
        $(am__remove_distdir)
692
781
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
693
782
        *.tar.lzma*) \
694
783
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
784
        *.tar.xz*) \
 
785
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
695
786
        *.tar.Z*) \
696
787
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
697
788
        *.shar.gz*) \
703
794
        mkdir $(distdir)/_build
704
795
        mkdir $(distdir)/_inst
705
796
        chmod a-w $(distdir)
 
797
        test -d $(distdir)/_build || exit 0; \
706
798
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
707
799
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
708
 
          && cd $(distdir)/_build \
 
800
          && am__cwd=`pwd` \
 
801
          && $(am__cd) $(distdir)/_build \
709
802
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
710
803
            $(DISTCHECK_CONFIGURE_FLAGS) \
711
804
          && $(MAKE) $(AM_MAKEFLAGS) \
727
820
          && rm -rf "$$dc_destdir" \
728
821
          && $(MAKE) $(AM_MAKEFLAGS) dist \
729
822
          && rm -rf $(DIST_ARCHIVES) \
730
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
823
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
824
          && cd "$$am__cwd" \
 
825
          || exit 1
731
826
        $(am__remove_distdir)
732
827
        @(echo "$(distdir) archives ready for distribution: "; \
733
828
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
734
829
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
735
830
distuninstallcheck:
736
 
        @cd $(distuninstallcheck_dir) \
 
831
        @$(am__cd) '$(distuninstallcheck_dir)' \
737
832
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
738
833
           || { echo "ERROR: files left after uninstall:" ; \
739
834
                if test -n "$(DESTDIR)"; then \
778
873
 
779
874
distclean-generic:
780
875
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
876
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
781
877
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
782
878
 
783
879
maintainer-clean-generic:
799
895
 
800
896
html: html-recursive
801
897
 
 
898
html-am:
 
899
 
802
900
info: info-recursive
803
901
 
804
902
info-am:
807
905
 
808
906
install-dvi: install-dvi-recursive
809
907
 
 
908
install-dvi-am:
 
909
 
810
910
install-exec-am: install-binSCRIPTS
811
911
 
812
912
install-html: install-html-recursive
813
913
 
 
914
install-html-am:
 
915
 
814
916
install-info: install-info-recursive
815
917
 
 
918
install-info-am:
 
919
 
816
920
install-man:
817
921
 
818
922
install-pdf: install-pdf-recursive
819
923
 
 
924
install-pdf-am:
 
925
 
820
926
install-ps: install-ps-recursive
821
927
 
 
928
install-ps-am:
 
929
 
822
930
installcheck-am: installcheck-binSCRIPTS
823
931
 
824
932
maintainer-clean: maintainer-clean-recursive
841
949
 
842
950
uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
843
951
 
844
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
845
 
        install-strip
 
952
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
953
        ctags-recursive install-am install-strip tags-recursive
846
954
 
847
955
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
848
956
        all all-am am--refresh check check-am clean clean-generic \
849
957
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
850
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
851
 
        distclean distclean-generic distclean-hdr distclean-libtool \
852
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
853
 
        dvi-am html html-am info info-am install install-am \
854
 
        install-binSCRIPTS install-data install-data-am install-dvi \
855
 
        install-dvi-am install-exec install-exec-am install-html \
856
 
        install-html-am install-info install-info-am install-man \
857
 
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
858
 
        install-ps-am install-strip installcheck installcheck-am \
859
 
        installcheck-binSCRIPTS installdirs installdirs-am \
860
 
        maintainer-clean maintainer-clean-generic mostlyclean \
861
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
862
 
        tags tags-recursive uninstall uninstall-am \
863
 
        uninstall-binSCRIPTS uninstall-pkgconfigDATA
 
958
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
959
        distcheck distclean distclean-generic distclean-hdr \
 
960
        distclean-libtool distclean-tags distcleancheck distdir \
 
961
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
962
        install install-am install-binSCRIPTS install-data \
 
963
        install-data-am install-dvi install-dvi-am install-exec \
 
964
        install-exec-am install-html install-html-am install-info \
 
965
        install-info-am install-man install-pdf install-pdf-am \
 
966
        install-pkgconfigDATA install-ps install-ps-am install-strip \
 
967
        installcheck installcheck-am installcheck-binSCRIPTS \
 
968
        installdirs installdirs-am maintainer-clean \
 
969
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
970
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
971
        uninstall uninstall-am uninstall-binSCRIPTS \
 
972
        uninstall-pkgconfigDATA
864
973
 
865
974
lcov:
866
975
        ($(MAKE); cd unit_tests; $(MAKE) lcov)
867
976
quick-check:
868
977
        ($(MAKE); cd unit_tests; $(MAKE) quick-check)
 
978
 
869
979
# Tell versions [3.59,3.63) of GNU make to not export all variables.
870
980
# Otherwise a system limit (for SysV at least) may be exceeded.
871
981
.NOEXPORT: