~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to helpers/digest_auth/password/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2011-01-21 18:43:56 UTC
  • mfrom: (1.4.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110121184356-4zn7gwuzws6lpnuc
Tags: 3.1.10-1
* New upstream release (Closes: #609881)
  - Removed patches integrated upstream
    + 16-CVE-2010-3072
    + 17-CVE-2010-2951
  - Fixes TCP DNS lookups failure on IPv6-disabled systems (Closes: #607379)
  - Fixes HTTPS not working if IPv6 is disabled (Closes: #594713)

* debian/rules
  - Enable ZPH feature (Closes: #597687)

* debian/squid3.ufw.profile
  - Added UFW profile, thanks to Alessio Treglia (Closes: #605088)

* debian/control
  - Added versioned dependency on squid-langpack

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.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.
24
25
 
25
26
VPATH = @srcdir@
26
27
pkgdatadir = $(datadir)/@PACKAGE@
 
28
pkgincludedir = $(includedir)/@PACKAGE@
27
29
pkglibdir = $(libdir)/@PACKAGE@
28
 
pkgincludedir = $(includedir)/@PACKAGE@
 
30
pkglibexecdir = $(libexecdir)/@PACKAGE@
29
31
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
30
32
install_sh_DATA = $(install_sh) -c -m 644
31
33
install_sh_PROGRAM = $(install_sh) -c
44
46
        $(top_srcdir)/src/Common.am
45
47
check_PROGRAMS =
46
48
TESTS =
 
49
@USE_LOADABLE_MODULES_TRUE@am__append_1 = $(INCLTDL)
47
50
libexec_PROGRAMS = digest_pw_auth$(EXEEXT)
48
51
subdir = helpers/digest_auth/password
49
52
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50
53
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
51
 
        $(top_srcdir)/configure.in
 
54
        $(top_srcdir)/configure.ac
52
55
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53
56
        $(ACLOCAL_M4)
54
57
mkinstalldirs = $(install_sh) -d
55
58
CONFIG_HEADER = $(top_builddir)/include/autoconf.h
56
59
CONFIG_CLEAN_FILES =
 
60
CONFIG_CLEAN_VPATH_FILES =
57
61
am__installdirs = "$(DESTDIR)$(libexecdir)"
58
 
libexecPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
59
62
PROGRAMS = $(libexec_PROGRAMS)
60
63
am_digest_pw_auth_OBJECTS = digest_pw_auth.$(OBJEXT) \
61
64
        text_backend.$(OBJEXT)
68
71
DEFAULT_INCLUDES = 
69
72
depcomp = $(SHELL) $(top_srcdir)/cfgaux/depcomp
70
73
am__depfiles_maybe = depfiles
 
74
am__mv = mv -f
71
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72
76
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
77
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81
85
DIST_SOURCES = $(digest_pw_auth_SOURCES)
82
86
ETAGS = etags
83
87
CTAGS = ctags
 
88
am__tty_colors = \
 
89
red=; grn=; lgn=; blu=; std=
84
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
85
91
ACLOCAL = @ACLOCAL@
86
92
ADAPTATION_LIBS = @ADAPTATION_LIBS@
189
195
PACKAGE_NAME = @PACKAGE_NAME@
190
196
PACKAGE_STRING = @PACKAGE_STRING@
191
197
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
198
PACKAGE_URL = @PACKAGE_URL@
192
199
PACKAGE_VERSION = @PACKAGE_VERSION@
193
200
PATH_SEPARATOR = @PATH_SEPARATOR@
194
201
PERL = @PERL@
257
264
libexecdir = @libexecdir@
258
265
localedir = @localedir@
259
266
localstatedir = @localstatedir@
260
 
lt_ECHO = @lt_ECHO@
261
267
ltdl_LIBOBJS = @ltdl_LIBOBJS@
262
268
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
263
269
makesnmplib = @makesnmplib@
282
288
AM_CXXFLAGS = $(SQUID_CXXFLAGS)
283
289
CLEANFILES = 
284
290
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/include -I$(top_srcdir)/src \
285
 
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) -I$(srcdir)
 
291
        -I$(top_builddir)/include $(SQUID_CPPUNIT_INC) $(am__append_1) \
 
292
        -I$(srcdir)
286
293
digest_pw_auth_SOURCES = digest_pw_auth.c \
287
294
        digest_common.h \
288
295
        text_backend.c \
304
311
        @for dep in $?; do \
305
312
          case '$(am__configure_deps)' in \
306
313
            *$$dep*) \
307
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
308
 
                && exit 0; \
 
314
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
315
                && { if test -f $@; then exit 0; else break; fi; }; \
309
316
              exit 1;; \
310
317
          esac; \
311
318
        done; \
312
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  helpers/digest_auth/password/Makefile'; \
313
 
        cd $(top_srcdir) && \
314
 
          $(AUTOMAKE) --foreign  helpers/digest_auth/password/Makefile
 
319
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign helpers/digest_auth/password/Makefile'; \
 
320
        $(am__cd) $(top_srcdir) && \
 
321
          $(AUTOMAKE) --foreign helpers/digest_auth/password/Makefile
315
322
.PRECIOUS: Makefile
316
323
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317
324
        @case '$?' in \
329
336
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330
337
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331
338
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
339
$(am__aclocal_m4_deps):
332
340
 
333
341
clean-checkPROGRAMS:
334
 
        @list='$(check_PROGRAMS)'; for p in $$list; do \
335
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
336
 
          echo " rm -f $$p $$f"; \
337
 
          rm -f $$p $$f ; \
338
 
        done
 
342
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
 
343
        echo " rm -f" $$list; \
 
344
        rm -f $$list || exit $$?; \
 
345
        test -n "$(EXEEXT)" || exit 0; \
 
346
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
347
        echo " rm -f" $$list; \
 
348
        rm -f $$list
339
349
install-libexecPROGRAMS: $(libexec_PROGRAMS)
340
350
        @$(NORMAL_INSTALL)
341
351
        test -z "$(libexecdir)" || $(MKDIR_P) "$(DESTDIR)$(libexecdir)"
342
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
343
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
344
 
          if test -f $$p \
345
 
             || test -f $$p1 \
346
 
          ; then \
347
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
348
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(libexecdir)/$$f'"; \
349
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libexecPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(libexecdir)/$$f" || exit 1; \
350
 
          else :; fi; \
351
 
        done
 
352
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
353
        for p in $$list; do echo "$$p $$p"; done | \
 
354
        sed 's/$(EXEEXT)$$//' | \
 
355
        while read p p1; do if test -f $$p || test -f $$p1; \
 
356
          then echo "$$p"; echo "$$p"; else :; fi; \
 
357
        done | \
 
358
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
359
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
360
        sed 'N;N;N;s,\n, ,g' | \
 
361
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
362
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
363
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
364
            else { print "f", $$3 "/" $$4, $$1; } } \
 
365
          END { for (d in files) print "f", d, files[d] }' | \
 
366
        while read type dir files; do \
 
367
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
368
            test -z "$$files" || { \
 
369
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
370
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
371
            } \
 
372
        ; done
352
373
 
353
374
uninstall-libexecPROGRAMS:
354
375
        @$(NORMAL_UNINSTALL)
355
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
356
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
357
 
          echo " rm -f '$(DESTDIR)$(libexecdir)/$$f'"; \
358
 
          rm -f "$(DESTDIR)$(libexecdir)/$$f"; \
359
 
        done
 
376
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
377
        files=`for p in $$list; do echo "$$p"; done | \
 
378
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
379
              -e 's/$$/$(EXEEXT)/' `; \
 
380
        test -n "$$list" || exit 0; \
 
381
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
382
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
360
383
 
361
384
clean-libexecPROGRAMS:
362
 
        @list='$(libexec_PROGRAMS)'; for p in $$list; do \
363
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
364
 
          echo " rm -f $$p $$f"; \
365
 
          rm -f $$p $$f ; \
366
 
        done
 
385
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
386
        echo " rm -f" $$list; \
 
387
        rm -f $$list || exit $$?; \
 
388
        test -n "$(EXEEXT)" || exit 0; \
 
389
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
390
        echo " rm -f" $$list; \
 
391
        rm -f $$list
367
392
digest_pw_auth$(EXEEXT): $(digest_pw_auth_OBJECTS) $(digest_pw_auth_DEPENDENCIES) 
368
393
        @rm -f digest_pw_auth$(EXEEXT)
369
394
        $(LINK) $(digest_pw_auth_OBJECTS) $(digest_pw_auth_LDADD) $(LIBS)
379
404
 
380
405
.c.o:
381
406
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
407
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
410
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
386
411
 
387
412
.c.obj:
388
413
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
389
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
414
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390
415
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
417
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
393
418
 
394
419
.c.lo:
395
420
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
396
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
421
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
397
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
398
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
424
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
409
434
        unique=`for i in $$list; do \
410
435
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411
436
          done | \
412
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
437
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413
438
              END { if (nonempty) { for (i in files) print i; }; }'`; \
414
439
        mkid -fID $$unique
415
440
tags: TAGS
416
441
 
417
442
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418
443
                $(TAGS_FILES) $(LISP)
419
 
        tags=; \
 
444
        set x; \
420
445
        here=`pwd`; \
421
446
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
422
447
        unique=`for i in $$list; do \
424
449
          done | \
425
450
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
426
451
              END { if (nonempty) { for (i in files) print i; }; }'`; \
427
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
452
        shift; \
 
453
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
428
454
          test -n "$$unique" || unique=$$empty_fix; \
429
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430
 
            $$tags $$unique; \
 
455
          if test $$# -gt 0; then \
 
456
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
457
              "$$@" $$unique; \
 
458
          else \
 
459
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
460
              $$unique; \
 
461
          fi; \
431
462
        fi
432
463
ctags: CTAGS
433
464
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
434
465
                $(TAGS_FILES) $(LISP)
435
 
        tags=; \
436
466
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437
467
        unique=`for i in $$list; do \
438
468
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439
469
          done | \
440
470
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441
471
              END { if (nonempty) { for (i in files) print i; }; }'`; \
442
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
472
        test -z "$(CTAGS_ARGS)$$unique" \
443
473
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444
 
             $$tags $$unique
 
474
             $$unique
445
475
 
446
476
GTAGS:
447
477
        here=`$(am__cd) $(top_builddir) && pwd` \
448
 
          && cd $(top_srcdir) \
449
 
          && gtags -i $(GTAGS_ARGS) $$here
 
478
          && $(am__cd) $(top_srcdir) \
 
479
          && gtags -i $(GTAGS_ARGS) "$$here"
450
480
 
451
481
distclean-tags:
452
482
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
453
483
 
454
484
check-TESTS: $(TESTS)
455
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
 
485
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
456
486
        srcdir=$(srcdir); export srcdir; \
457
487
        list=' $(TESTS) '; \
 
488
        $(am__tty_colors); \
458
489
        if test -n "$$list"; then \
459
490
          for tst in $$list; do \
460
491
            if test -f ./$$tst; then dir=./; \
463
494
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
464
495
              all=`expr $$all + 1`; \
465
496
              case " $(XFAIL_TESTS) " in \
466
 
              *$$ws$$tst$$ws*) \
 
497
              *[\ \     ]$$tst[\ \      ]*) \
467
498
                xpass=`expr $$xpass + 1`; \
468
499
                failed=`expr $$failed + 1`; \
469
 
                echo "XPASS: $$tst"; \
 
500
                col=$$red; res=XPASS; \
470
501
              ;; \
471
502
              *) \
472
 
                echo "PASS: $$tst"; \
 
503
                col=$$grn; res=PASS; \
473
504
              ;; \
474
505
              esac; \
475
506
            elif test $$? -ne 77; then \
476
507
              all=`expr $$all + 1`; \
477
508
              case " $(XFAIL_TESTS) " in \
478
 
              *$$ws$$tst$$ws*) \
 
509
              *[\ \     ]$$tst[\ \      ]*) \
479
510
                xfail=`expr $$xfail + 1`; \
480
 
                echo "XFAIL: $$tst"; \
 
511
                col=$$lgn; res=XFAIL; \
481
512
              ;; \
482
513
              *) \
483
514
                failed=`expr $$failed + 1`; \
484
 
                echo "FAIL: $$tst"; \
 
515
                col=$$red; res=FAIL; \
485
516
              ;; \
486
517
              esac; \
487
518
            else \
488
519
              skip=`expr $$skip + 1`; \
489
 
              echo "SKIP: $$tst"; \
 
520
              col=$$blu; res=SKIP; \
490
521
            fi; \
 
522
            echo "$${col}$$res$${std}: $$tst"; \
491
523
          done; \
 
524
          if test "$$all" -eq 1; then \
 
525
            tests="test"; \
 
526
            All=""; \
 
527
          else \
 
528
            tests="tests"; \
 
529
            All="All "; \
 
530
          fi; \
492
531
          if test "$$failed" -eq 0; then \
493
532
            if test "$$xfail" -eq 0; then \
494
 
              banner="All $$all tests passed"; \
 
533
              banner="$$All$$all $$tests passed"; \
495
534
            else \
496
 
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
 
535
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
 
536
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
497
537
            fi; \
498
538
          else \
499
539
            if test "$$xpass" -eq 0; then \
500
 
              banner="$$failed of $$all tests failed"; \
 
540
              banner="$$failed of $$all $$tests failed"; \
501
541
            else \
502
 
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
 
542
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
 
543
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
503
544
            fi; \
504
545
          fi; \
505
546
          dashes="$$banner"; \
506
547
          skipped=""; \
507
548
          if test "$$skip" -ne 0; then \
508
 
            skipped="($$skip tests were not run)"; \
 
549
            if test "$$skip" -eq 1; then \
 
550
              skipped="($$skip test was not run)"; \
 
551
            else \
 
552
              skipped="($$skip tests were not run)"; \
 
553
            fi; \
509
554
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
510
555
              dashes="$$skipped"; \
511
556
          fi; \
516
561
              dashes="$$report"; \
517
562
          fi; \
518
563
          dashes=`echo "$$dashes" | sed s/./=/g`; \
519
 
          echo "$$dashes"; \
 
564
          if test "$$failed" -eq 0; then \
 
565
            echo "$$grn$$dashes"; \
 
566
          else \
 
567
            echo "$$red$$dashes"; \
 
568
          fi; \
520
569
          echo "$$banner"; \
521
570
          test -z "$$skipped" || echo "$$skipped"; \
522
571
          test -z "$$report" || echo "$$report"; \
523
 
          echo "$$dashes"; \
 
572
          echo "$$dashes$$std"; \
524
573
          test "$$failed" -eq 0; \
525
574
        else :; fi
526
575
 
540
589
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
541
590
          if test -d $$d/$$file; then \
542
591
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
592
            if test -d "$(distdir)/$$file"; then \
 
593
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
594
            fi; \
543
595
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
544
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
596
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
597
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545
598
            fi; \
546
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
599
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
547
600
          else \
548
 
            test -f $(distdir)/$$file \
549
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
601
            test -f "$(distdir)/$$file" \
 
602
            || cp -p $$d/$$file "$(distdir)/$$file" \
550
603
            || exit 1; \
551
604
          fi; \
552
605
        done
580
633
 
581
634
distclean-generic:
582
635
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
636
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
583
637
 
584
638
maintainer-clean-generic:
585
639
        @echo "This command is intended for maintainers to use"
601
655
 
602
656
html: html-am
603
657
 
 
658
html-am:
 
659
 
604
660
info: info-am
605
661
 
606
662
info-am:
609
665
 
610
666
install-dvi: install-dvi-am
611
667
 
 
668
install-dvi-am:
 
669
 
612
670
install-exec-am: install-libexecPROGRAMS
613
671
 
614
672
install-html: install-html-am
615
673
 
 
674
install-html-am:
 
675
 
616
676
install-info: install-info-am
617
677
 
 
678
install-info-am:
 
679
 
618
680
install-man:
619
681
 
620
682
install-pdf: install-pdf-am
621
683
 
 
684
install-pdf-am:
 
685
 
622
686
install-ps: install-ps-am
623
687
 
 
688
install-ps-am:
 
689
 
624
690
installcheck-am:
625
691
 
626
692
maintainer-clean: maintainer-clean-am
643
709
 
644
710
uninstall-am: uninstall-libexecPROGRAMS
645
711
 
646
 
.MAKE: install-am install-strip
 
712
.MAKE: check-am install-am install-strip
647
713
 
648
714
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
649
715
        clean-checkPROGRAMS clean-generic clean-libexecPROGRAMS \
662
728
 
663
729
 
664
730
$(OBJS): $(top_srcdir)/include/version.h $(top_builddir)/include/autoconf.h
 
731
 
665
732
# Tell versions [3.59,3.63) of GNU make to not export all variables.
666
733
# Otherwise a system limit (for SysV at least) may be exceeded.
667
734
.NOEXPORT: